Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginJob () override |
void | beginRun (const edm::Run &, const edm::EventSetup &) override |
void | endRun (const edm::Run &, const edm::EventSetup &) override |
std::string | particleString (int) const |
std::string | vertexString (const TrackingParticleRefVector &, const TrackingParticleRefVector &) const |
std::string | vertexString (HepMC::GenVertex::particles_in_const_iterator, HepMC::GenVertex::particles_in_const_iterator, HepMC::GenVertex::particles_out_const_iterator, HepMC::GenVertex::particles_out_const_iterator) const |
Private Attributes | |
TrackClassifier | classifier_ |
edm::ESHandle< ParticleDataTable > | pdt_ |
const edm::ESGetToken< ParticleDataTable, PDTRecord > | pdtToken_ |
std::size_t | totalTracks_ |
const edm::EDGetTokenT< edm::View< reco::Track > > | trkToken_ |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDConsumerBase | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
EDGetToken | consumes (const TypeToGet &id, 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) |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
void | resetItemsToGetFrom (BranchType iType) |
Definition at line 35 of file TrackHistoryAnalyzer.cc.
|
explicit |
Definition at line 66 of file TrackHistoryAnalyzer.cc.
|
overridedefault |
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 71 of file TrackHistoryAnalyzer.cc.
References classifier_, TrackClassifier::evaluate(), TrackCategories::Fake, AJJGenJetFilter_cfi::genParticles, HistoryBase::genParticleTrail(), HistoryBase::genVertexTrail(), TrackClassifier::history(), TrackCategories::is(), TrackClassifier::newEvent(), particleString(), HiggsValidation_cfi::pdg_id, EgammaValidation_cff::pdgId, singleTopDQM_cfi::setup, HistoryBase::simParticleTrail(), HistoryBase::simVertexTrail(), duplicaterechits_cfi::trackCollection, trkToken_, and vertexString().
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 145 of file TrackHistoryAnalyzer.cc.
References totalTracks_.
|
overrideprivate |
Definition at line 140 of file TrackHistoryAnalyzer.cc.
References pdt_, pdtToken_, and singleTopDQM_cfi::setup.
|
inlineoverrideprivate |
Definition at line 44 of file TrackHistoryAnalyzer.cc.
|
private |
Definition at line 147 of file TrackHistoryAnalyzer.cc.
References LHEGenericFilter_cfi::ParticleID, PbPb_ZMuSkimMuonDPG_cff::particleType, EgammaValidation_cff::pdgId, and pdt_.
Referenced by analyze().
|
private |
Definition at line 166 of file TrackHistoryAnalyzer.cc.
References recoMuon::in, dqmiolumiharvest::j, MillePedeFileConverter_cfg::out, LHEGenericFilter_cfi::ParticleID, PbPb_ZMuSkimMuonDPG_cff::particleType, EgammaValidation_cff::pdgId, and pdt_.
Referenced by analyze().
|
private |
Definition at line 219 of file TrackHistoryAnalyzer.cc.
References recoMuon::in, dqmiolumiharvest::j, MillePedeFileConverter_cfg::out, LHEGenericFilter_cfi::ParticleID, PbPb_ZMuSkimMuonDPG_cff::particleType, and pdt_.
|
private |
Definition at line 56 of file TrackHistoryAnalyzer.cc.
Referenced by analyze().
|
private |
Definition at line 52 of file TrackHistoryAnalyzer.cc.
Referenced by beginRun(), particleString(), and vertexString().
|
private |
Definition at line 44 of file TrackHistoryAnalyzer.cc.
Referenced by beginRun().
|
private |
Definition at line 50 of file TrackHistoryAnalyzer.cc.
Referenced by beginJob().
|
private |
Definition at line 48 of file TrackHistoryAnalyzer.cc.
Referenced by analyze().