#include <vector>#include <cmath>#include "TH1.h"#include "TH2.h"#include "TH3.h"#include "TDatabasePDG.h"#include "TSystem.h"#include "nusimdata/SimulationBase/MCTruth.h"#include "nusimdata/SimulationBase/GTruth.h"#include "nusimdata/SimulationBase/MCNeutrino.h"#include "nusimdata/SimulationBase/MCFlux.h"#include "art/Framework/Principal/Event.h"#include "art/Framework/Principal/SubRun.h"#include "fhiclcpp/ParameterSet.h"#include "art/Framework/Principal/Handle.h"#include "canvas/Persistency/Common/Ptr.h"#include "canvas/Persistency/Common/PtrVector.h"#include "art/Framework/Services/Registry/ServiceHandle.h"#include "art_root_io/TFileService.h"#include "art_root_io/TFileDirectory.h"#include "messagefacility/MessageLogger/MessageLogger.h"#include "nutools/NuReweight/art/NuReweight.h"#include "art/Framework/Core/EDAnalyzer.h"#include "art/Framework/Core/ModuleMacros.h"Go to the source code of this file.
Classes | |
| class | rwgt::ReweightAna |
| A module to check the results from the Monte Carlo generator. More... | |
Namespaces | |
| simb | |
| Base utilities and modules for event generation and detector simulation. | |
| rwgt | |
Variables | |
| static int | rwgt::cntEvent = 0 |
Analyzer module for art framework cross section reweighting
Definition in file ReweightAna_module.cc.
1.8.11