Private Member Functions | |
bool | accept (const reco::Candidate &, const std::list< const reco::Candidate * > &) const |
accept candidate More... | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
std::string | decay (const reco::Candidate &, std::list< const reco::Candidate * > &) const |
bool | hasValidDaughters (const reco::Candidate &) const |
has valid daughters in the chain More... | |
std::string | printP4 (const reco::Candidate &) const |
print 4 momenta More... | |
bool | select (const reco::Candidate &) const |
select candidate More... | |
Private Attributes | |
edm::ESHandle< ParticleDataTable > | pdt_ |
bool | printP4_ |
print parameters More... | |
bool | printPtEtaPhi_ |
bool | printVertex_ |
edm::EDGetTokenT< edm::View< reco::Candidate > > | srcToken_ |
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 | wantsStreamLuminosityBlocks () |
static bool | wantsStreamRuns () |
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 12 of file ParticleDecayDrawer.cc.
ParticleDecayDrawer::ParticleDecayDrawer | ( | const edm::ParameterSet & | cfg | ) |
Definition at line 45 of file ParticleDecayDrawer.cc.
|
private |
accept candidate
Definition at line 51 of file ParticleDecayDrawer.cc.
References HltBtagPostValidation_cff::c, spr::find(), select(), and optionsL1T::skip.
Referenced by decay(), and esMonitoring.FDJsonServer::handle_accept().
|
overrideprivatevirtual |
Implements edm::EDAnalyzer.
Definition at line 67 of file ParticleDecayDrawer.cc.
References gather_cfg::cout, TauDecayModes::dec, decay(), edm::EventSetup::getData(), dqmiolumiharvest::j, visualization-live-secondInstance_cfg::m, reco::Candidate::mother(), dqmiodumpmetadata::n, class-composition::nodes, AlCaHLTBitMon_ParallelJobs::p, ecalTrigSettings_cff::particles, pdt_, select(), optionsL1T::skip, and srcToken_.
|
private |
Definition at line 133 of file ParticleDecayDrawer.cc.
References accept(), cms::cuda::assert(), HltBtagPostValidation_cff::c, ztail::d, TauDecayModes::dec, spr::find(), mps_fire::i, MillePedeFileConverter_cfg::out, pdt_, printP4(), and optionsL1T::skip.
Referenced by analyze().
|
private |
has valid daughters in the chain
Definition at line 59 of file ParticleDecayDrawer.cc.
References HltBtagPostValidation_cff::c, mps_fire::i, and select().
|
private |
print 4 momenta
Definition at line 122 of file ParticleDecayDrawer.cc.
References HltBtagPostValidation_cff::c, gather_cfg::cout, printP4_, printPtEtaPhi_, and printVertex_.
Referenced by decay().
|
private |
select candidate
Definition at line 57 of file ParticleDecayDrawer.cc.
References HltBtagPostValidation_cff::c.
Referenced by accept(), analyze(), and hasValidDaughters().
|
private |
Definition at line 20 of file ParticleDecayDrawer.cc.
|
private |
|
private |
Definition at line 22 of file ParticleDecayDrawer.cc.
Referenced by printP4().
|
private |
Definition at line 22 of file ParticleDecayDrawer.cc.
Referenced by printP4().
|
private |
Definition at line 18 of file ParticleDecayDrawer.cc.
Referenced by analyze().