#include <TopSingleLeptonDQM_miniAOD.h>
Public Member Functions | |
virtual void | analyze (const edm::Event &event, const edm::EventSetup &setup) |
do this during the event loop More... | |
TopSingleLeptonDQM_miniAOD (const edm::ParameterSet &cfg) | |
default constructor More... | |
~TopSingleLeptonDQM_miniAOD () | |
default destructor More... | |
Public Member Functions inherited from DQMEDAnalyzer | |
virtual void | beginRun (edm::Run const &, edm::EventSetup const &) final |
virtual void | beginStream (edm::StreamID id) final |
virtual void | dqmBeginRun (edm::Run const &, edm::EventSetup const &) |
DQMEDAnalyzer (void) | |
virtual void | endLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, dqmDetails::NoCache *) const final |
virtual void | endRunSummary (edm::Run const &, edm::EventSetup const &, dqmDetails::NoCache *) const final |
uint32_t | streamId () const |
Public Member Functions inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > | |
EDAnalyzer ()=default | |
Public Member Functions inherited from edm::stream::EDAnalyzerBase | |
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
EDAnalyzerBase () | |
ModuleDescription const & | moduleDescription () const |
virtual | ~EDAnalyzerBase () |
Public Member Functions inherited from edm::EDConsumerBase | |
std::vector< ConsumesInfo > | consumesInfo () const |
EDConsumerBase () | |
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
std::vector < ProductHolderIndexAndSkipBit > const & | itemsToGetFromEvent () const |
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
virtual | ~EDConsumerBase () |
Protected Member Functions | |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) 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) |
Private Member Functions | |
std::string | objectType (const std::string &label) |
std::string | selectionStep (const std::string &label) |
Private Attributes | |
edm::InputTag | beamspot_ |
beamspot More... | |
edm::EDGetTokenT< reco::BeamSpot > | beamspot__ |
std::unique_ptr < StringCutObjectSelector < reco::BeamSpot > > | beamspotSelect_ |
string cut selector More... | |
std::unique_ptr< SelectionStep < pat::Electron > > | ElectronStep |
std::vector< std::unique_ptr < SelectionStep< pat::Jet > > > | JetSteps |
std::unique_ptr< SelectionStep < pat::MET > > | METStep |
std::unique_ptr< SelectionStep < pat::Muon > > | MuonStep |
std::unique_ptr< SelectionStep < reco::Vertex > > | PvStep |
std::vector< edm::ParameterSet > | sel_ |
std::map< std::string, std::pair< edm::ParameterSet, std::unique_ptr < TopSingleLepton_miniAOD::MonitorEnsemble > > > | selection_ |
std::vector< std::string > | selectionOrder_ |
edm::ParameterSet | setup_ |
std::vector< std::string > | triggerPaths_ |
trigger paths More... | |
edm::EDGetTokenT < edm::TriggerResults > | triggerTable__ |
trigger table More... | |
std::unique_ptr < StringCutObjectSelector < reco::Vertex > > | vertexSelect_ |
string cut selector More... | |
Definition at line 207 of file TopSingleLeptonDQM_miniAOD.h.
TopSingleLeptonDQM_miniAOD::TopSingleLeptonDQM_miniAOD | ( | const edm::ParameterSet & | cfg | ) |
default constructor
Definition at line 639 of file TopSingleLeptonDQM_miniAOD.cc.
References HLT_25ns10e33_v2_cff::beamspot, beamspot_, beamspot__, beamspotSelect_, edm::EDConsumerBase::consumesCollector(), ElectronStep, edm::ParameterSet::existsAs(), plotBeamSpotDB::first, edm::ParameterSet::getParameter(), i, JetSteps, relval_steps::key, METStep, MuonStep, objectType(), PvStep, sel_, selection_, selectionOrder_, selectionStep(), setup_, AlCaHLTBitMon_QueryRunRegistry::string, triggerPaths_, and triggerTable__.
|
inline |
|
virtual |
do this during the event loop
Implements edm::stream::EDAnalyzerBase.
Definition at line 716 of file TopSingleLeptonDQM_miniAOD.cc.
References accept(), HLT_25ns10e33_v2_cff::beamspot, beamspot__, beamspotSelect_, ElectronStep, edm::Event::getByToken(), edm::EDGetTokenT< T >::isUninitialized(), JetSteps, relval_steps::key, METStep, MuonStep, NULL, objectType(), PvStep, benchmark_cfg::select, selection_, selectionOrder_, selectionStep(), AlCaHLTBitMon_QueryRunRegistry::string, triggerPaths_, and triggerTable__.
|
overrideprotectedvirtual |
Implements DQMEDAnalyzer.
Definition at line 709 of file TopSingleLeptonDQM_miniAOD.cc.
References selection_.
|
inlineprivate |
deduce object type from ParameterSet label, the label is expected to be of type 'objectType:selectionStep'
Definition at line 225 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().
|
inlineprivate |
deduce selection step from ParameterSet label, the label is expected to be of type 'objectType:selectionStep'
Definition at line 230 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().
|
private |
beamspot
Definition at line 243 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by TopSingleLeptonDQM_miniAOD().
|
private |
Definition at line 244 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().
|
private |
string cut selector
Definition at line 246 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().
|
private |
Definition at line 260 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().
|
private |
Definition at line 263 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().
|
private |
Definition at line 262 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().
|
private |
Definition at line 259 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().
|
private |
Definition at line 261 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().
|
private |
Definition at line 266 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by TopSingleLeptonDQM_miniAOD().
|
private |
this is the heart component of the plugin; std::string keeps a label the selection step for later identification, edm::ParameterSet keeps the configuration of the selection for the SelectionStep class, MonitoringEnsemble keeps an instance of the MonitorEnsemble class to be filled after each selection step
Definition at line 258 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by analyze(), bookHistograms(), and TopSingleLeptonDQM_miniAOD().
|
private |
needed to guarantee the selection order as defined by the order of ParameterSets in the selection vector as defined in the config
Definition at line 250 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().
|
private |
Definition at line 267 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by TopSingleLeptonDQM_miniAOD().
|
private |
trigger paths
Definition at line 238 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().
|
private |
trigger table
Definition at line 232 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().
|
private |
string cut selector
Definition at line 240 of file TopSingleLeptonDQM_miniAOD.h.