define MonitorEnsembple to be used More...
#include "DQM/Physics/plugins/TopSingleLeptonDQM.h"
Public Member Functions | |
virtual void | analyze (const edm::Event &event, const edm::EventSetup &setup) |
do this during the event loop More... | |
TopSingleLeptonDQM (const edm::ParameterSet &cfg) | |
default constructor More... | |
~TopSingleLeptonDQM () | |
default destructor More... | |
Public Member Functions inherited from edm::EDAnalyzer | |
EDAnalyzer () | |
std::string | workerType () const |
virtual | ~EDAnalyzer () |
Private Member Functions | |
std::string | objectType (const std::string &label) |
std::string | selectionStep (const std::string &label) |
Private Attributes | |
edm::InputTag | beamspot_ |
beamspot More... | |
StringCutObjectSelector < reco::BeamSpot > * | beamspotSelect_ |
string cut selector More... | |
std::map< std::string, std::pair< edm::ParameterSet, TopSingleLepton::MonitorEnsemble * > > | selection_ |
std::vector< std::string > | selectionOrder_ |
std::vector< std::string > | triggerPaths_ |
trigger paths More... | |
edm::InputTag | triggerTable_ |
trigger table More... | |
edm::InputTag | vertex_ |
primary vertex More... | |
StringCutObjectSelector < reco::Vertex > * | vertexSelect_ |
string cut selector More... | |
Additional Inherited Members | |
Public Types inherited from edm::EDAnalyzer | |
typedef EDAnalyzer | ModuleType |
typedef WorkerT< EDAnalyzer > | WorkerType |
Static Public Member Functions inherited from edm::EDAnalyzer | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &) |
Protected Member Functions inherited from edm::EDAnalyzer | |
CurrentProcessingContext const * | currentContext () const |
define MonitorEnsembple to be used
Module to apply a monitored selection of top like events in the semi-leptonic channel.
Plugin to apply a monitored selection of top like events with some minimal flexibility in the number and definition of the selection steps. To achieve this flexibility it employes the SelectionStep class. The MonitorEnsemble class is used to provide a well defined set of histograms to be monitored after each selection step. The SelectionStep class provides a flexible and intuitive selection via the StringCutParser. SelectionStep and MonitorEnsemble classes are interleaved. The monitoring starts after a preselection step (which is not monitored in the context of this module) with an instance of the MonitorEnsemble class. The following objects are supported for selection:
These types have to be present as prefix of the selection step paramter label separated from the rest of the label by a ':' (e.g. in the form "jets:step0"). The class expects selection labels of this type. They will be disentangled by the private helper functions objectType and seletionStep as declared below.
Definition at line 212 of file TopSingleLeptonDQM.h.
TopSingleLeptonDQM::TopSingleLeptonDQM | ( | const edm::ParameterSet & | cfg | ) |
default constructor
Definition at line 530 of file TopSingleLeptonDQM.cc.
References beamspot_, beamspotSelect_, edm::ParameterSet::existsAs(), edm::ParameterSet::getParameter(), i, EgammaValidation_Wenu_cff::sel, selection_, selectionOrder_, selectionStep(), triggerPaths_, triggerTable_, vertex_, and vertexSelect_.
|
inline |
default destructor
Definition at line 217 of file TopSingleLeptonDQM.h.
References beamspotSelect_, and vertexSelect_.
|
virtual |
do this during the event loop
Implements edm::EDAnalyzer.
Definition at line 559 of file TopSingleLeptonDQM.cc.
References accept(), beamspot_, beamspotSelect_, first, edm::Event::getByLabel(), combine::key, edm::InputTag::label(), objectType(), SelectionStep< Object >::select(), selection_, selectionOrder_, selectionStep(), SelectionStep< Object >::selectVertex(), launcher::step, triggerPaths_, and triggerTable_.
|
inlineprivate |
deduce object type from ParameterSet label, the label is expected to be of type 'objectType:selectionStep'
Definition at line 228 of file TopSingleLeptonDQM.h.
Referenced by analyze().
|
inlineprivate |
deduce selection step from ParameterSet label, the label is expected to be of type 'objectType:selectionStep'
Definition at line 231 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
beamspot
Definition at line 244 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
string cut selector
Definition at line 246 of file TopSingleLeptonDQM.h.
Referenced by analyze(), TopSingleLeptonDQM(), and ~TopSingleLeptonDQM().
|
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 256 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
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.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
trigger paths
Definition at line 237 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
trigger table
Definition at line 231 of file TopSingleLeptonDQM.h.
Referenced by analyze(), and TopSingleLeptonDQM().
|
private |
primary vertex
Definition at line 239 of file TopSingleLeptonDQM.h.
Referenced by TopSingleLeptonDQM().
|
private |
string cut selector
Definition at line 241 of file TopSingleLeptonDQM.h.
Referenced by TopSingleLeptonDQM(), and ~TopSingleLeptonDQM().