#include <TopSingleLeptonDQM_miniAOD.h>
Public Member Functions | |
virtual void | analyze (const edm::Event &event, const edm::EventSetup &setup) override |
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 one::DQMEDAnalyzer< T > | |
DQMEDAnalyzer ()=default | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > const &)=delete | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > &&)=delete | |
~DQMEDAnalyzer () override=default | |
Protected Member Functions | |
void | bookHistograms (DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override |
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 209 of file TopSingleLeptonDQM_miniAOD.h.
TopSingleLeptonDQM_miniAOD::TopSingleLeptonDQM_miniAOD | ( | const edm::ParameterSet & | cfg | ) |
default constructor
Definition at line 745 of file TopSingleLeptonDQM_miniAOD.cc.
References beamspot_, beamspot__, beamspotSelect_, ElectronStep, edm::ParameterSet::existsAs(), plotBeamSpotDB::first, edm::ParameterSet::getParameter(), mps_fire::i, JetSteps, crabWrapper::key, METStep, MuonStep, objectType(), PvStep, sel_, selection_, selectionOrder_, selectionStep(), setup_, AlCaHLTBitMon_QueryRunRegistry::string, triggerPaths_, and triggerTable__.
|
inline |
default destructor
Definition at line 214 of file TopSingleLeptonDQM_miniAOD.h.
References analyze(), bookHistograms(), and GeneralSetup::setup().
|
overridevirtual |
do this during the event loop
Definition at line 822 of file TopSingleLeptonDQM_miniAOD.cc.
References accept(), hiMultiTrackSelector_cfi::beamspot, beamspot__, beamspotSelect_, ElectronStep, edm::Event::getByToken(), edm::EDGetTokenT< T >::isUninitialized(), JetSteps, crabWrapper::key, METStep, MuonStep, NULL, objectType(), TriggerAnalyzer::passed, PvStep, TauGenJetsDecayModeSelectorAllHadrons_cfi::select, selection_, selectionOrder_, selectionStep(), AlCaHLTBitMon_QueryRunRegistry::string, triggerPaths_, and triggerTable__.
|
overrideprotected |
Definition at line 815 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 227 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 232 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().
|
private |
beamspot
Definition at line 245 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by TopSingleLeptonDQM_miniAOD().
|
private |
Definition at line 246 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().
|
private |
string cut selector
Definition at line 248 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 265 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().
|
private |
Definition at line 264 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 263 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().
|
private |
Definition at line 268 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 260 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 252 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().
|
private |
Definition at line 269 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by TopSingleLeptonDQM_miniAOD().
|
private |
trigger paths
Definition at line 240 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().
|
private |
trigger table
Definition at line 234 of file TopSingleLeptonDQM_miniAOD.h.
Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().
|
private |
string cut selector
Definition at line 242 of file TopSingleLeptonDQM_miniAOD.h.