Definition at line 28 of file PIDAAnalyzer_module.cc.
pid::PIDAAnalyzer::PIDAAnalyzer |
( |
fhicl::ParameterSet const & |
p | ) |
|
|
explicit |
void pid::PIDAAnalyzer::analyze |
( |
art::Event const & |
e | ) |
|
|
override |
Definition at line 75 of file PIDAAnalyzer_module.cc.
77 art::Handle< std::vector<anab::Calorimetry> > caloHandle;
79 std::vector<anab::Calorimetry>
const& caloVector(*caloHandle);
81 for(
size_t i_calo=0; i_calo<caloVector.size(); i_calo++){
void FillPIDATree(unsigned int, unsigned int, unsigned int, anab::Calorimetry const &)
std::string fCaloModuleLabel
void pid::PIDAAnalyzer::beginJob |
( |
| ) |
|
|
override |
Definition at line 59 of file PIDAAnalyzer_module.cc.
60 art::ServiceHandle<art::TFileService const>
tfs;
62 std::vector<TH1F*> kde_hists;
64 std::stringstream hname;
65 hname <<
"hkde_" << i_b;
66 kde_hists.push_back(tfs->make<TH1F>(hname.str().c_str(),
"PIDA KDE Distribution",100,0,30));
70 tfs->make<TH1F>(
"hvals",
"PIDA Distribution",100,0,30),
void SetPIDATree(TTree *, TH1F *, std::vector< TH1F * >)
size_t getNKDEBandwidths()
art::ServiceHandle< art::TFileService > tfs
std::string pid::PIDAAnalyzer::fCaloModuleLabel |
|
private |
PIDAAlg pid::PIDAAnalyzer::fPIDAAlg |
|
private |
The documentation for this class was generated from the following file: