#include <HiggsValidation.h>
Classes | |
class | MonitoredDecays |
Private Member Functions | |
std::string | convert (int) |
int | findHiggsDecayChannel (const HepMC::GenParticle *, std::vector< HepMC::GenParticle * > &decayprod) |
Private Attributes | |
edm::ESHandle < HepPDT::ParticleDataTable > | fPDGTable |
PDT table. More... | |
edm::InputTag | hepmcCollection_ |
edm::EDGetTokenT < edm::HepMCProduct > | hepmcCollectionToken_ |
MonitorElement * | Higgs_eta |
MonitorElement * | Higgs_mass |
MonitorElement * | Higgs_pt |
MonitorElement * | HiggsDecayChannels |
std::vector< MonitorElement * > | HiggsDecayProd_eta |
std::vector< MonitorElement * > | HiggsDecayProd_pt |
MonitoredDecays * | monitoredDecays |
MonitorElement * | nEvt |
int | particle_id |
std::string | particle_name |
WeightManager | wmanager_ |
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 |
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::stream::EDAnalyzerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
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) |
Definition at line 37 of file HiggsValidation.h.
|
explicit |
Definition at line 21 of file HiggsValidation.cc.
References hepmcCollection_, hepmcCollectionToken_, and monitoredDecays.
|
virtual |
Definition at line 31 of file HiggsValidation.cc.
|
overridevirtual |
Implements edm::stream::EDAnalyzerBase.
Definition at line 72 of file HiggsValidation.cc.
References MonitorElement::Fill(), findHiggsDecayChannel(), edm::Event::getByToken(), hepmcCollectionToken_, Higgs_eta, Higgs_mass, Higgs_pt, HiggsDecayChannels, HiggsDecayProd_eta, HiggsDecayProd_pt, i, customizeTrackingMonitorSeedNumber::idx, HiggsValidation::MonitoredDecays::isDecayParticle(), getDQMSummary::iter, monitoredDecays, nEvt, particle_id, WeightManager::weight(), histoStyle::weight, and wmanager_.
|
overridevirtual |
Setting the DQM top directories
Implements DQMEDAnalyzer.
Definition at line 37 of file HiggsValidation.cc.
References DQMHelper::book1dHisto(), HiggsValidation::MonitoredDecays::channel(), HiggsValidation::MonitoredDecays::ConvertIndex(), dir, Higgs_eta, Higgs_mass, Higgs_pt, HiggsDecayChannels, HiggsDecayProd_eta, HiggsDecayProd_pt, customizeTrackingMonitorSeedNumber::idx, j, monitoredDecays, HiggsValidation::MonitoredDecays::NDecayParticles(), nEvt, particle_name, MonitorElement::setBinLabel(), DQMStore::IBooker::setCurrentFolder(), HiggsValidation::MonitoredDecays::size(), and AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
|
overridevirtual |
Reimplemented from DQMEDAnalyzer.
Definition at line 33 of file HiggsValidation.cc.
References fPDGTable, and edm::EventSetup::getData().
|
private |
Definition at line 110 of file HiggsValidation.cc.
References monitoredDecays, parents, HiggsValidation::MonitoredDecays::position(), HiggsValidation::MonitoredDecays::stable(), and HiggsValidation::MonitoredDecays::undetermined().
Referenced by analyze().
|
private |
|
private |
Definition at line 158 of file HiggsValidation.h.
Referenced by HiggsValidation().
|
private |
Definition at line 178 of file HiggsValidation.h.
Referenced by analyze(), and HiggsValidation().
|
private |
Definition at line 172 of file HiggsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 173 of file HiggsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 171 of file HiggsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 169 of file HiggsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 176 of file HiggsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 175 of file HiggsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 163 of file HiggsValidation.h.
Referenced by analyze(), bookHistograms(), findHiggsDecayChannel(), and HiggsValidation().
|
private |
Definition at line 168 of file HiggsValidation.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 160 of file HiggsValidation.h.
Referenced by analyze().
|
private |
Definition at line 161 of file HiggsValidation.h.
Referenced by bookHistograms().
|
private |
Definition at line 47 of file HiggsValidation.h.
Referenced by analyze().