Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | analyzeHits (std::vector< PCaloHit > &, const std::vector< SimTrack > &) |
void | beginJob () override |
void | beginRun (edm::Run const &, edm::EventSetup const &) override |
void | endJob () override |
void | endRun (edm::Run const &, edm::EventSetup const &) override |
Private Attributes | |
int | event_no |
std::string | g4Label |
TH1F * | h_HFDepHit |
TH1F * | h_HFEta [3] |
TH1F * | h_HFPhi [3] |
std::string | hcalHits |
TH1F * | hHF12_time [3] |
TH1F * | hHF12_time_Ewt [3] |
TH1F * | hHF1_time [3] |
TH1F * | hHF1_time_Ewt [3] |
TH1F * | hHF2_time [3] |
TH1F * | hHF2_time_Ewt [3] |
TH1F * | hHF_e_1 [3] |
TH1F * | hHF_e_12 [3] |
TH1F * | hHF_e_2 [3] |
TH1F * | hHF_em_1 [3] |
TH1F * | hHF_em_12 [3] |
TH1F * | hHF_em_2 [3] |
TH1F * | hHF_had_1 [3] |
TH1F * | hHF_had_12 [3] |
TH1F * | hHF_had_2 [3] |
TH1F * | hHF_MC_e |
edm::EDGetTokenT< edm::PCaloHitContainer > | tok_calo_ |
edm::EDGetTokenT< edm::HepMCProduct > | tok_evt_ |
edm::EDGetTokenT< edm::SimTrackContainer > | tok_track_ |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Protected Member Functions inherited from edm::EDConsumerBase | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
Definition at line 35 of file HFPMTHitAnalyzer.cc.
|
explicit |
Definition at line 69 of file HFPMTHitAnalyzer.cc.
References g4Label, edm::ParameterSet::getUntrackedParameter(), hcalHits, TFileService::kSharedResource, AlCaHLTBitMon_QueryRunRegistry::string, tok_calo_, tok_evt_, and tok_track_.
|
inlineoverride |
Definition at line 38 of file HFPMTHitAnalyzer.cc.
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 204 of file HFPMTHitAnalyzer.cc.
References analyzeHits(), gather_cfg::cout, event_no, edm::HepMCProduct::GetEvent(), hHF_MC_e, iEvent, AlCaHLTBitMon_ParallelJobs::p, TrackCandidateProducer_cfi::simTracks, tok_calo_, tok_evt_, tok_track_, and gather_cfg::Tracks.
|
private |
Definition at line 231 of file HFPMTHitAnalyzer.cc.
References TauDecayModes::dec, LEDCalibrationChannels::depth, HCALHighEnergyHPDFilter_cfi::energy, event_no, h_HFDepHit, h_HFEta, h_HFPhi, HcalForward, hHF1_time, hHF1_time_Ewt, hHF2_time, hHF2_time_Ewt, hHF_e_1, hHF_e_12, hHF_e_2, hHF_em_1, hHF_em_12, hHF_em_2, hHF_had_1, hHF_had_12, hHF_had_2, hfClusterShapes_cfi::hits, mps_fire::i, LEDCalibrationChannels::ieta, LEDCalibrationChannels::iphi, and ntuplemaker::time.
Referenced by analyze().
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 89 of file HFPMTHitAnalyzer.cc.
References event_no, h_HFDepHit, h_HFEta, h_HFPhi, hHF12_time, hHF12_time_Ewt, hHF1_time, hHF1_time_Ewt, hHF2_time, hHF2_time_Ewt, hHF_e_1, hHF_e_12, hHF_e_2, hHF_em_1, hHF_em_12, hHF_em_2, hHF_had_1, hHF_had_12, hHF_had_2, hHF_MC_e, mps_fire::i, edm::Service< T >::isAvailable(), TFileDirectory::make(), TFileService::mkdir(), Skims_PA_cff::name, and overlapproblemtsosanalyzer_cfi::title.
|
inlineoverrideprivate |
Definition at line 43 of file HFPMTHitAnalyzer.cc.
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 330 of file HFPMTHitAnalyzer.cc.
|
inlineoverrideprivate |
Definition at line 46 of file HFPMTHitAnalyzer.cc.
|
static |
Definition at line 81 of file HFPMTHitAnalyzer.cc.
References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::addUntracked(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 55 of file HFPMTHitAnalyzer.cc.
Referenced by analyze(), analyzeHits(), and beginJob().
|
private |
Definition at line 50 of file HFPMTHitAnalyzer.cc.
Referenced by HFPMTHitAnalyzer().
|
private |
Definition at line 58 of file HFPMTHitAnalyzer.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 58 of file HFPMTHitAnalyzer.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 58 of file HFPMTHitAnalyzer.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 50 of file HFPMTHitAnalyzer.cc.
Referenced by HFPMTHitAnalyzer().
|
private |
Definition at line 66 of file HFPMTHitAnalyzer.cc.
Referenced by beginJob().
|
private |
Definition at line 66 of file HFPMTHitAnalyzer.cc.
Referenced by beginJob().
|
private |
Definition at line 64 of file HFPMTHitAnalyzer.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 64 of file HFPMTHitAnalyzer.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 65 of file HFPMTHitAnalyzer.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 65 of file HFPMTHitAnalyzer.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 60 of file HFPMTHitAnalyzer.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 62 of file HFPMTHitAnalyzer.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 61 of file HFPMTHitAnalyzer.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 60 of file HFPMTHitAnalyzer.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 62 of file HFPMTHitAnalyzer.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 61 of file HFPMTHitAnalyzer.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 60 of file HFPMTHitAnalyzer.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 62 of file HFPMTHitAnalyzer.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 61 of file HFPMTHitAnalyzer.cc.
Referenced by analyzeHits(), and beginJob().
|
private |
Definition at line 58 of file HFPMTHitAnalyzer.cc.
Referenced by analyze(), and beginJob().
|
private |
Definition at line 52 of file HFPMTHitAnalyzer.cc.
Referenced by analyze(), and HFPMTHitAnalyzer().
|
private |
Definition at line 51 of file HFPMTHitAnalyzer.cc.
Referenced by analyze(), and HFPMTHitAnalyzer().
|
private |
Definition at line 53 of file HFPMTHitAnalyzer.cc.
Referenced by analyze(), and HFPMTHitAnalyzer().