A module to check the results from the Monte Carlo generator. More...
Private Member Functions | |
void | LoadMCInfo (art::Event const &evt) |
Private Attributes | |
TH1F * | fEnergyNeutrino |
Total number of events. More... | |
TH1F * | fNeventsSubrun |
Total number of events per subrun. More... | |
TH1F * | fWgtQE [3] |
TH1F * | fWgtRES [3] |
TH1F * | fWgtDIS [3] |
rwgt::NuReweight * | fGrwgt [3] |
X-sec weight calculator. More... | |
std::string | fMCTruthModuleLabel |
label for module producing mc truth information More... | |
std::string | fPotLabel |
Module that produced the POTSum object. More... | |
Additional Inherited Members | |
![]() | |
using | WorkerType = WorkerT< EDAnalyzer > |
using | ModuleType = EDAnalyzer |
![]() | |
Observer (fhicl::ParameterSet const &config) | |
Observer (std::vector< std::string > const &paths, fhicl::ParameterSet const &config) | |
detail::ProcessAndEventSelectors & | processAndEventSelectors () |
![]() | |
ConsumesCollector & | consumesCollector () |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | consumes (InputTag const &) |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | consumesView (InputTag const &) |
template<typename T , BranchType = InEvent> | |
void | consumesMany () |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | mayConsume (InputTag const &) |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | mayConsumeView (InputTag const &) |
template<typename T , BranchType = InEvent> | |
void | mayConsumeMany () |
A module to check the results from the Monte Carlo generator.
Definition at line 50 of file ReweightAna_module.cc.
|
explicit |
Definition at line 85 of file ReweightAna_module.cc.
|
virtual |
Definition at line 93 of file ReweightAna_module.cc.
|
virtual |
Implements art::EDAnalyzer.
Definition at line 138 of file ReweightAna_module.cc.
|
virtual |
Reimplemented from art::EDAnalyzer.
Definition at line 96 of file ReweightAna_module.cc.
|
virtual |
Reimplemented from art::EDAnalyzer.
Definition at line 133 of file ReweightAna_module.cc.
|
virtual |
Reimplemented from art::EDAnalyzer.
Definition at line 216 of file ReweightAna_module.cc.
|
virtual |
Reimplemented from art::EDAnalyzer.
Definition at line 208 of file ReweightAna_module.cc.
|
private |
Definition at line 194 of file ReweightAna_module.cc.
void rwgt::ReweightAna::reconfigure | ( | const fhicl::ParameterSet & | p | ) |
Definition at line 202 of file ReweightAna_module.cc.
|
private |
Total number of events.
Definition at line 67 of file ReweightAna_module.cc.
|
private |
X-sec weight calculator.
Definition at line 72 of file ReweightAna_module.cc.
|
private |
label for module producing mc truth information
Definition at line 74 of file ReweightAna_module.cc.
|
private |
Total number of events per subrun.
Definition at line 68 of file ReweightAna_module.cc.
|
private |
Module that produced the POTSum object.
Definition at line 75 of file ReweightAna_module.cc.
|
private |
Definition at line 71 of file ReweightAna_module.cc.
|
private |
Definition at line 69 of file ReweightAna_module.cc.
|
private |
Definition at line 70 of file ReweightAna_module.cc.