#include <Validation/RecoVertex/src/V0Validator.cc>
Private Member Functions | |
virtual void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
Additional Inherited Members | |
Public Types inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > | |
typedef CacheContexts< T...> | CacheTypes |
typedef CacheTypes::GlobalCache | GlobalCache |
typedef AbilityChecker< T...> | HasAbility |
typedef CacheTypes::LuminosityBlockCache | LuminosityBlockCache |
typedef LuminosityBlockContextT < LuminosityBlockCache, RunCache, GlobalCache > | LuminosityBlockContext |
typedef CacheTypes::LuminosityBlockSummaryCache | LuminosityBlockSummaryCache |
typedef CacheTypes::RunCache | RunCache |
typedef RunContextT< RunCache, GlobalCache > | RunContext |
typedef CacheTypes::RunSummaryCache | RunSummaryCache |
Public Types inherited from edm::stream::EDAnalyzerBase | |
typedef EDAnalyzerAdaptorBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from DQMEDAnalyzer | |
static std::shared_ptr < dqmDetails::NoCache > | globalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *) |
static std::shared_ptr < dqmDetails::NoCache > | globalBeginRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *) |
static void | globalEndLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *, dqmDetails::NoCache *) |
static void | globalEndRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *, dqmDetails::NoCache *) |
Static Public Member Functions inherited from edm::stream::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) |
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 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) |
Description: Creates validation histograms for RecoVertex/V0Producer
Implementation: <Notes on="" implementation>="">
Definition at line 81 of file V0Validator.h.
|
explicit |
Definition at line 28 of file V0Validator.cc.
References genK0s, genLam, k0sCandFound, lamCandFound, noTPforK0sCand, noTPforLamCand, realK0sFound, realK0sFoundEff, realLamFound, and realLamFoundEff.
V0Validator::~V0Validator | ( | ) |
Definition at line 43 of file V0Validator.cc.
|
overrideprivatevirtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 262 of file V0Validator.cc.
References funct::abs(), gather_cfg::cout, fakeKsMass, fakeLamMass, MonitorElement::Fill(), genK0s, genLam, edm::EventSetup::get(), edm::Ref< C, T, F >::get(), edm::Event::getByToken(), goodKsMass, goodLamMass, i, edm::Ref< C, T, F >::isNonnull(), j, K0sCandEta, K0sCandpT, K0sCandR, K0sCandStatus, K0sGenEta, K0sGenpT, K0sGenR, K0sGenStatus, K0sPiCandStatus, K0sPiEff, k0sTracksFound, ksCandStatus, ksEffVsEta_denom, ksEffVsEta_num, ksEffVsPt_denom, ksEffVsPt_num, ksEffVsR_denom, ksEffVsR_num, ksFakeDauRadDist, ksFakeVsEta_denom, ksFakeVsEta_num, ksFakeVsPt_denom, ksFakeVsPt_num, ksFakeVsR_denom, ksFakeVsR_num, ksMassAll, ksTkEffVsEta_num, ksTkEffVsPt_num, ksTkEffVsR_num, ksTkFakeVsEta_num, ksTkFakeVsPt_num, ksTkFakeVsR_num, LamCandEta, LamCandpT, LamCandR, LamCandStatus, lamCandStatus, lamEffVsEta_denom, lamEffVsEta_num, lamEffVsPt_denom, lamEffVsPt_num, lamEffVsR_denom, lamEffVsR_num, lamFakeDauRadDist, lamFakeVsEta_denom, lamFakeVsEta_num, lamFakeVsPt_denom, lamFakeVsPt_num, lamFakeVsR_denom, lamFakeVsR_num, LamGenEta, LamGenpT, LamGenR, LamGenStatus, lamMassAll, LamPiCandStatus, LamPiEff, lamTkEffVsEta_num, lamTkEffVsPt_num, lamTkEffVsR_num, lamTkFakeVsEta_num, lamTkFakeVsPt_num, lamTkFakeVsR_num, TrackingParticle::momentum(), nKs, nLam, noTPforK0sCand, noTPforLamCand, TrackingParticle::parentVertex(), TrackingParticle::pdgId(), realK0sFound, realK0sFoundEff, realLamFound, realLamFoundEff, recoRecoToSimCollectionToken_, recoSimToRecoCollectionToken_, recoVertexCompositeCandidateCollection_k0s_Token_, recoVertexCompositeCandidateCollection_lambda_Token_, mathSSE::sqrt(), trackingParticleCollection_Eff_Token_, vec_recoVertex_Token_, and TrackingParticle::vertex().
|
overrideprivatevirtual |
Implements DQMEDAnalyzer.
Definition at line 47 of file V0Validator.cc.
References DQMStore::IBooker::book1D(), DQMStore::IBooker::cd(), dirName, fakeKsMass, fakeLamMass, goodKsMass, goodLamMass, ksAbsoluteDistResolution, ksCandStatus, ksEffVsEta, ksEffVsEta_denom, ksEffVsEta_num, ksEffVsPt, ksEffVsPt_denom, ksEffVsPt_num, ksEffVsR, ksEffVsR_denom, ksEffVsR_num, ksFakeDauRadDist, ksFakeVsEta, ksFakeVsEta_denom, ksFakeVsEta_num, ksFakeVsPt, ksFakeVsPt_denom, ksFakeVsPt_num, ksFakeVsR, ksFakeVsR_denom, ksFakeVsR_num, ksMassAll, ksTkEffVsEta, ksTkEffVsEta_num, ksTkEffVsPt, ksTkEffVsPt_num, ksTkEffVsR, ksTkEffVsR_num, ksTkFakeVsEta, ksTkFakeVsEta_num, ksTkFakeVsPt, ksTkFakeVsPt_num, ksTkFakeVsR, ksTkFakeVsR_num, ksXResolution, ksYResolution, ksZResolution, lamAbsoluteDistResolution, lamCandStatus, lamEffVsEta, lamEffVsEta_denom, lamEffVsEta_num, lamEffVsPt, lamEffVsPt_denom, lamEffVsPt_num, lamEffVsR, lamEffVsR_denom, lamEffVsR_num, lamFakeDauRadDist, lamFakeVsEta, lamFakeVsEta_denom, lamFakeVsEta_num, lamFakeVsPt, lamFakeVsPt_denom, lamFakeVsPt_num, lamFakeVsR, lamFakeVsR_denom, lamFakeVsR_num, lamMassAll, lamTkEffVsEta, lamTkEffVsEta_num, lamTkEffVsPt, lamTkEffVsPt_num, lamTkEffVsR, lamTkEffVsR_num, lamTkFakeVsEta, lamTkFakeVsEta_num, lamTkFakeVsPt, lamTkFakeVsPt_num, lamTkFakeVsR, lamTkFakeVsR_num, lamXResolution, lamYResolution, lamZResolution, nKs, nLam, DQMStore::IBooker::setCurrentFolder(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 199 of file V0Validator.h.
Referenced by bookHistograms(), analyzer.Analyzer::write(), and core.JSONAnalyzer.JSONAnalyzer::write().
|
private |
Definition at line 185 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 187 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 100 of file V0Validator.h.
Referenced by analyze(), and V0Validator().
|
private |
Definition at line 100 of file V0Validator.h.
Referenced by analyze(), and V0Validator().
|
private |
Definition at line 186 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 188 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 95 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 101 of file V0Validator.h.
Referenced by V0Validator().
|
private |
Definition at line 95 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 95 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 96 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 93 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 93 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 93 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 96 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 97 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 97 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 101 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 173 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 182 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 105 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 134 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 118 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 106 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 135 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 119 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 104 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 133 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 117 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 194 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 111 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 131 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 124 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 112 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 132 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 125 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 110 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 130 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 123 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 94 of file V0Validator.h.
|
private |
Definition at line 94 of file V0Validator.h.
|
private |
Definition at line 94 of file V0Validator.h.
|
private |
Definition at line 190 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 108 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 121 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 109 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 122 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 107 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 120 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 114 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 127 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 115 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 128 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 113 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 126 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 170 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 171 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 172 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 177 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 95 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 101 of file V0Validator.h.
Referenced by V0Validator().
|
private |
Definition at line 95 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 95 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 96 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 183 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 145 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 141 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 158 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 146 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 142 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 159 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 144 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 140 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 157 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 195 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 151 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 138 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 164 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 152 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 139 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 165 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 150 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 137 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 163 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 93 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 93 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 93 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 96 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 94 of file V0Validator.h.
|
private |
Definition at line 94 of file V0Validator.h.
|
private |
Definition at line 94 of file V0Validator.h.
|
private |
Definition at line 191 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 97 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 97 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 148 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 161 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 149 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 162 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 147 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 160 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 154 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 167 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 155 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 168 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 153 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 166 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 101 of file V0Validator.h.
|
private |
Definition at line 174 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 175 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 176 of file V0Validator.h.
Referenced by bookHistograms().
|
private |
Definition at line 179 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 180 of file V0Validator.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 101 of file V0Validator.h.
Referenced by analyze(), and V0Validator().
|
private |
Definition at line 101 of file V0Validator.h.
Referenced by analyze(), and V0Validator().
|
private |
Definition at line 100 of file V0Validator.h.
Referenced by analyze(), and V0Validator().
|
private |
Definition at line 100 of file V0Validator.h.
Referenced by analyze(), and V0Validator().
|
private |
Definition at line 100 of file V0Validator.h.
Referenced by analyze(), and V0Validator().
|
private |
Definition at line 100 of file V0Validator.h.
Referenced by analyze(), and V0Validator().
|
private |
Definition at line 200 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 201 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 204 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 204 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 198 of file V0Validator.h.
|
private |
Definition at line 202 of file V0Validator.h.
Referenced by analyze().
|
private |
Definition at line 203 of file V0Validator.h.
Referenced by analyze().