#include <ElectronGeneralAnalyzer.h>
Additional Inherited Members | |
Public Types inherited from edm::one::EDProducerBase | |
typedef EDProducerBase | ModuleType |
Public Types inherited from edm::ProducerBase | |
using | ModuleToResolverIndicies = std::unordered_multimap< std::string, std::tuple< edm::TypeID const *, const char *, edm::ProductResolverIndex >> |
typedef ProductRegistryHelper::TypeLabelList | TypeLabelList |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDProducerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from ElectronDqmAnalyzerBase | |
void | analyze (const edm::Event &e, const edm::EventSetup &c) override |
MonitorElement * | bookH1 (DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, const std::string &titleX="", const std::string &titleY="Events", Option_t *option="E1 P") |
MonitorElement * | bookH1withSumw2 (DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, const std::string &titleX="", const std::string &titleY="Events", Option_t *option="E1 P") |
MonitorElement * | bookH2 (DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, const std::string &titleX="", const std::string &titleY="", Option_t *option="COLZ") |
MonitorElement * | bookH2withSumw2 (DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, const std::string &titleX="", const std::string &titleY="", Option_t *option="COLZ") |
MonitorElement * | bookP1 (DQMStore::IBooker &, const std::string &name, const std::string &title, int nchX, double lowX, double highX, double lowY, double highY, const std::string &titleX="", const std::string &titleY="", Option_t *option="E1 P") |
MonitorElement * | cloneH1 (DQMStore::IBooker &iBooker, const std::string &name, MonitorElement *original, const std::string &title="") |
MonitorElement * | cloneH1 (DQMStore::IBooker &iBooker, const std::string &name, const std::string &original, const std::string &title="") |
void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) override |
ElectronDqmAnalyzerBase (const edm::ParameterSet &conf) | |
void | endLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) override |
void | endRun (edm::Run const &, edm::EventSetup const &) override |
bool | finalStepDone () |
void | setBookEfficiencyFlag (const bool &) |
void | setBookIndex (short) |
void | setBookPrefix (const std::string &) |
void | setBookStatOverflowFlag (const bool &) |
int | verbosity () |
~ElectronDqmAnalyzerBase () override | |
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) |
Protected Attributes inherited from DQMEDAnalyzer | |
edm::EDPutTokenT< DQMToken > | lumiToken_ |
edm::EDPutTokenT< DQMToken > | runToken_ |
Definition at line 23 of file ElectronGeneralAnalyzer.h.
|
explicit |
Definition at line 27 of file ElectronGeneralAnalyzer.cc.
References beamSpotTag_, electronCollection_, edm::ParameterSet::getParameter(), gsftrackCollection_, matchingObjectCollection_, trackCollection_, triggerResults_, and vertexCollection_.
|
override |
Definition at line 44 of file ElectronGeneralAnalyzer.cc.
|
override |
Definition at line 58 of file ElectronGeneralAnalyzer.cc.
References edm::HLTGlobalStatus::accept(), beamSpotTag_, electronCollection_, edm::EventID::event(), MonitorElement::Fill(), edm::Event::getByToken(), gsfElectrons_cfi::gsfElectrons, gsftrackCollection_, gedGsfElectronCores_cfi::gsfTracks, h1_ele_triggers, h2_ele_beamSpotXvsY, mps_fire::i, edm::EventBase::id(), edm::HandleBase::isValid(), edm::EventBase::luminosityBlock(), matchingObjectCollection_, gen::n, reco::BeamSpot::position(), edm::Handle< T >::product(), py_ele_nClustersVsLs, py_ele_nElectronsVsLs, py_ele_nGsfTracksVsLs, py_ele_nTracksVsLs, py_ele_nVerticesVsLs, edm::EventID::run(), edm::HLTGlobalStatus::size(), trackCollection_, l1t::tracks, triggerResults, triggerResults_, vertexCollection_, and electrons_cff::vertices.
|
overridevirtual |
Reimplemented from ElectronDqmAnalyzerBase.
Definition at line 47 of file ElectronGeneralAnalyzer.cc.
References ElectronDqmAnalyzerBase::bookH1(), ElectronDqmAnalyzerBase::bookH2(), ElectronDqmAnalyzerBase::bookP1(), h1_ele_triggers, h2_ele_beamSpotXvsY, py_ele_nClustersVsLs, py_ele_nElectronsVsLs, py_ele_nGsfTracksVsLs, py_ele_nTracksVsLs, and py_ele_nVerticesVsLs.
|
private |
Definition at line 45 of file ElectronGeneralAnalyzer.h.
Referenced by analyze(), and ElectronGeneralAnalyzer().
|
private |
Definition at line 40 of file ElectronGeneralAnalyzer.h.
Referenced by analyze(), and ElectronGeneralAnalyzer().
|
private |
Definition at line 42 of file ElectronGeneralAnalyzer.h.
Referenced by analyze(), and ElectronGeneralAnalyzer().
|
private |
Definition at line 68 of file ElectronGeneralAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 62 of file ElectronGeneralAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 41 of file ElectronGeneralAnalyzer.h.
Referenced by analyze(), and ElectronGeneralAnalyzer().
|
private |
Definition at line 64 of file ElectronGeneralAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 63 of file ElectronGeneralAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 65 of file ElectronGeneralAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 66 of file ElectronGeneralAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 67 of file ElectronGeneralAnalyzer.h.
Referenced by analyze(), and bookHistograms().
|
private |
Definition at line 43 of file ElectronGeneralAnalyzer.h.
Referenced by analyze(), and ElectronGeneralAnalyzer().
|
private |
Definition at line 48 of file ElectronGeneralAnalyzer.h.
Referenced by analyze(), and ElectronGeneralAnalyzer().
|
private |
Definition at line 44 of file ElectronGeneralAnalyzer.h.
Referenced by analyze(), and ElectronGeneralAnalyzer().