#include <DPGAnalysis/SiStripTools/src/MultiplicityCorrelator.cc>
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 | endJob () override |
Private Attributes | |
std::vector< MultiplicityCorrelatorHistogramMaker * > | m_mchms |
std::vector< std::string > | m_xLabels |
std::vector< edm::EDGetTokenT< std::map< unsigned int, int > > > | m_xMultiplicityMapTokens |
std::vector< unsigned int > | m_xSelections |
std::vector< std::string > | m_yLabels |
std::vector< edm::EDGetTokenT< std::map< unsigned int, int > > > | m_yMultiplicityMapTokens |
std::vector< unsigned int > | m_ySelections |
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 | |
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 ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
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: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 45 of file MultiplicityCorrelator.cc.
|
explicit |
Definition at line 82 of file MultiplicityCorrelator.cc.
References edm::EDConsumerBase::consumes(), edm::EDConsumerBase::consumesCollector(), edm::ParameterSet::getParameter(), m_mchms, m_xLabels, m_xMultiplicityMapTokens, m_xSelections, m_yLabels, m_yMultiplicityMapTokens, m_ySelections, and AlCaHLTBitMon_QueryRunRegistry::string.
|
override |
Definition at line 108 of file MultiplicityCorrelator.cc.
References mps_fire::i, and m_mchms.
|
overrideprivate |
Definition at line 124 of file MultiplicityCorrelator.cc.
References edm::Event::getByToken(), mps_fire::i, m_mchms, m_xMultiplicityMapTokens, m_xSelections, m_yMultiplicityMapTokens, and m_ySelections.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 157 of file MultiplicityCorrelator.cc.
|
overrideprivate |
Definition at line 163 of file MultiplicityCorrelator.cc.
References mps_fire::i, and m_mchms.
|
overrideprivatevirtual |
Reimplemented from edm::EDAnalyzer.
Definition at line 171 of file MultiplicityCorrelator.cc.
References DEFINE_FWK_MODULE.
|
private |
Definition at line 59 of file MultiplicityCorrelator.cc.
Referenced by analyze(), beginRun(), MultiplicityCorrelator(), and ~MultiplicityCorrelator().
|
private |
Definition at line 63 of file MultiplicityCorrelator.cc.
Referenced by MultiplicityCorrelator().
|
private |
Definition at line 61 of file MultiplicityCorrelator.cc.
Referenced by analyze(), and MultiplicityCorrelator().
|
private |
Definition at line 65 of file MultiplicityCorrelator.cc.
Referenced by analyze(), and MultiplicityCorrelator().
|
private |
Definition at line 64 of file MultiplicityCorrelator.cc.
Referenced by MultiplicityCorrelator().
|
private |
Definition at line 62 of file MultiplicityCorrelator.cc.
Referenced by analyze(), and MultiplicityCorrelator().
|
private |
Definition at line 66 of file MultiplicityCorrelator.cc.
Referenced by analyze(), and MultiplicityCorrelator().