#include <myTKAnalyses/DigiInvestigator/src/MultiplicityInvestigator.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 |
void | endRun (const edm::Run &, const edm::EventSetup &) override |
Private Attributes | |
DigiInvestigatorHistogramMaker | m_digiinvesthmevent |
DigiLumiCorrHistogramMaker | m_digilumicorrhmevent |
DigiPileupCorrHistogramMaker | m_digipileupcorrhmevent |
DigiVertexCorrHistogramMaker | m_digivtxcorrhmevent |
DigiVtxPosCorrHistogramMaker | m_digivtxposcorrhmevent |
edm::EDGetTokenT< std::map< unsigned int, int > > | m_multiplicityMapToken |
edm::EDGetTokenT< reco::VertexCollection > | m_vertexCollectionToken |
const bool | m_wantInvestHist |
const bool | m_wantLumiCorrHist |
const bool | m_wantPileupCorrHist |
const bool | m_wantVtxCorrHist |
const bool | m_wantVtxPosCorrHist |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::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) |
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 () |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) |
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) |
Description: <one line="" class="" summary>="">
Implementation: <Notes on="" implementation>="">
Definition at line 51 of file MultiplicityInvestigator.cc.
|
explicit |
Definition at line 91 of file MultiplicityInvestigator.cc.
References DigiInvestigatorHistogramMaker::book(), DigiVtxPosCorrHistogramMaker::book(), DigiVertexCorrHistogramMaker::book(), DigiPileupCorrHistogramMaker::book(), DigiLumiCorrHistogramMaker::book(), edm::EDConsumerBase::consumesCollector(), m_digiinvesthmevent, m_digilumicorrhmevent, m_digipileupcorrhmevent, m_digivtxcorrhmevent, m_digivtxposcorrhmevent, m_wantInvestHist, m_wantLumiCorrHist, m_wantPileupCorrHist, m_wantVtxCorrHist, and m_wantVtxPosCorrHist.
|
override |
Definition at line 139 of file MultiplicityInvestigator.cc.
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 149 of file MultiplicityInvestigator.cc.
References DigiInvestigatorHistogramMaker::fill(), DigiVtxPosCorrHistogramMaker::fill(), DigiPileupCorrHistogramMaker::fill(), DigiVertexCorrHistogramMaker::fill(), DigiLumiCorrHistogramMaker::fill(), iEvent, m_digiinvesthmevent, m_digilumicorrhmevent, m_digipileupcorrhmevent, m_digivtxcorrhmevent, m_digivtxposcorrhmevent, m_multiplicityMapToken, m_vertexCollectionToken, m_wantInvestHist, m_wantLumiCorrHist, m_wantPileupCorrHist, m_wantVtxCorrHist, m_wantVtxPosCorrHist, and AlignmentTracksFromVertexSelector_cfi::vertices.
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 173 of file MultiplicityInvestigator.cc.
|
overrideprivate |
Definition at line 175 of file MultiplicityInvestigator.cc.
References DigiInvestigatorHistogramMaker::beginRun(), DigiVertexCorrHistogramMaker::beginRun(), DigiLumiCorrHistogramMaker::beginRun(), m_digiinvesthmevent, m_digilumicorrhmevent, and m_digivtxcorrhmevent.
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 181 of file MultiplicityInvestigator.cc.
|
inlineoverrideprivate |
Definition at line 60 of file MultiplicityInvestigator.cc.
|
private |
Definition at line 70 of file MultiplicityInvestigator.cc.
Referenced by analyze(), beginRun(), and MultiplicityInvestigator().
|
private |
Definition at line 72 of file MultiplicityInvestigator.cc.
Referenced by analyze(), beginRun(), and MultiplicityInvestigator().
|
private |
Definition at line 73 of file MultiplicityInvestigator.cc.
Referenced by analyze(), and MultiplicityInvestigator().
|
private |
Definition at line 71 of file MultiplicityInvestigator.cc.
Referenced by analyze(), beginRun(), and MultiplicityInvestigator().
|
private |
Definition at line 74 of file MultiplicityInvestigator.cc.
Referenced by analyze(), and MultiplicityInvestigator().
|
private |
Definition at line 76 of file MultiplicityInvestigator.cc.
Referenced by analyze().
|
private |
Definition at line 77 of file MultiplicityInvestigator.cc.
Referenced by analyze().
|
private |
Definition at line 65 of file MultiplicityInvestigator.cc.
Referenced by analyze(), and MultiplicityInvestigator().
|
private |
Definition at line 67 of file MultiplicityInvestigator.cc.
Referenced by analyze(), and MultiplicityInvestigator().
|
private |
Definition at line 68 of file MultiplicityInvestigator.cc.
Referenced by analyze(), and MultiplicityInvestigator().
|
private |
Definition at line 66 of file MultiplicityInvestigator.cc.
Referenced by analyze(), and MultiplicityInvestigator().
|
private |
Definition at line 69 of file MultiplicityInvestigator.cc.
Referenced by analyze(), and MultiplicityInvestigator().