Private Types | |
typedef std::vector< int > | vint |
accepted status codes More... | |
Private Member Functions | |
bool | accept (const reco::Candidate &) const |
accept candidate More... | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
std::string | getParticleName (int id) const |
bool | hasValidDaughters (const reco::Candidate &) const |
has valid daughters in the chain More... | |
void | printDecay (const reco::Candidate &, const std::string &pre) const |
void | printInfo (const reco::Candidate &) const |
print 4 momenta More... | |
Private Attributes | |
std::vector< const reco::Candidate * > | cands_ |
pointer to collection More... | |
edm::ESHandle< ParticleDataTable > | pdt_ |
edm::ESGetToken < ParticleDataTable, edm::DefaultRecord > | pdtToken_ |
bool | printIndex_ |
bool | printP4_ |
print parameters More... | |
bool | printPtEtaPhi_ |
bool | printStatus_ |
bool | printVertex_ |
edm::EDGetTokenT< edm::View < reco::Candidate > > | srcToken_ |
vint | status_ |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
static bool | wantsGlobalLuminosityBlocks () |
static bool | wantsGlobalRuns () |
static bool | wantsInputProcessBlocks () |
static bool | wantsProcessBlocks () |
static bool | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
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 () noexcept |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
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 15 of file ParticleTreeDrawer.cc.
|
private |
accepted status codes
Definition at line 29 of file ParticleTreeDrawer.cc.
ParticleTreeDrawer::ParticleTreeDrawer | ( | const edm::ParameterSet & | cfg | ) |
Definition at line 52 of file ParticleTreeDrawer.cc.
|
private |
accept candidate
Definition at line 62 of file ParticleTreeDrawer.cc.
References spr::find(), reco::Candidate::status(), and status_.
Referenced by analyze(), esMonitoring.FDJsonServer::handle_accept(), hasValidDaughters(), and printDecay().
|
overrideprivatevirtual |
Implements edm::EDAnalyzer.
Definition at line 86 of file ParticleTreeDrawer.cc.
References accept(), cands_, gather_cfg::cout, edm::EventSetup::getHandle(), AlCaHLTBitMon_ParallelJobs::p, pdt_, pdtToken_, printDecay(), and srcToken_.
|
private |
Definition at line 76 of file ParticleTreeDrawer.cc.
References gpuClustering::id, pdt_, and contentValuesCheck::ss.
Referenced by printDecay().
|
private |
has valid daughters in the chain
Definition at line 68 of file ParticleTreeDrawer.cc.
References accept(), reco::Candidate::daughter(), mps_fire::i, and reco::Candidate::numberOfDaughters().
Referenced by printDecay().
|
private |
Definition at line 123 of file ParticleTreeDrawer.cc.
References accept(), cms::cuda::assert(), gather_cfg::cout, ztail::d, reco::Candidate::daughter(), getParticleName(), hasValidDaughters(), mps_fire::i, reco::Candidate::numberOfDaughters(), reco::Candidate::pdgId(), and printInfo().
Referenced by analyze().
|
private |
print 4 momenta
Definition at line 104 of file ParticleTreeDrawer.cc.
References c, cands_, gather_cfg::cout, reco::Candidate::energy(), reco::Candidate::eta(), spr::find(), newFWLiteAna::found, reco::Candidate::phi(), printIndex_, printP4_, printPtEtaPhi_, printStatus_, printVertex_, reco::Candidate::pt(), reco::Candidate::px(), reco::Candidate::py(), reco::Candidate::pz(), reco::Candidate::status(), reco::Candidate::vx(), reco::Candidate::vy(), and reco::Candidate::vz().
Referenced by printDecay().
|
private |
pointer to collection
Definition at line 38 of file ParticleTreeDrawer.cc.
Referenced by analyze(), and printInfo().
|
private |
Definition at line 24 of file ParticleTreeDrawer.cc.
Referenced by analyze(), and getParticleName().
|
private |
Definition at line 25 of file ParticleTreeDrawer.cc.
Referenced by analyze().
|
private |
Definition at line 27 of file ParticleTreeDrawer.cc.
Referenced by printInfo().
|
private |
|
private |
Definition at line 27 of file ParticleTreeDrawer.cc.
Referenced by printInfo().
|
private |
Definition at line 27 of file ParticleTreeDrawer.cc.
Referenced by printInfo().
|
private |
Definition at line 27 of file ParticleTreeDrawer.cc.
Referenced by printInfo().
|
private |
Definition at line 22 of file ParticleTreeDrawer.cc.
Referenced by analyze().
|
private |
Definition at line 30 of file ParticleTreeDrawer.cc.
Referenced by accept().