CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
TopSingleLeptonDQM_miniAOD Class Reference

#include <TopSingleLeptonDQM_miniAOD.h>

Inheritance diagram for TopSingleLeptonDQM_miniAOD:
DQMEDAnalyzer edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > > edm::stream::EDAnalyzerBase edm::EDConsumerBase

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< ConsumesInfoconsumesInfo () 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::BeamSpotbeamspot__
 
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::ParameterSetsel_
 
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...
 

Additional Inherited Members

- Public Types inherited from edm::stream::EDAnalyzer< edm::RunSummaryCache< dqmDetails::NoCache >, edm::LuminosityBlockSummaryCache< dqmDetails::NoCache > >
typedef CacheContexts< T...> CacheTypes
 
typedef CacheTypes::GlobalCache GlobalCache
 
typedef AbilityChecker< T...> HasAbility
 
typedef
CacheTypes::LuminosityBlockCache 
LuminosityBlockCache
 
typedef
LuminosityBlockContextT
< LuminosityBlockCache,
RunCache, GlobalCache
LuminosityBlockContext
 
typedef
CacheTypes::LuminosityBlockSummaryCache 
LuminosityBlockSummaryCache
 
typedef CacheTypes::RunCache RunCache
 
typedef RunContextT< RunCache,
GlobalCache
RunContext
 
typedef CacheTypes::RunSummaryCache RunSummaryCache
 
- Public Types inherited from edm::stream::EDAnalyzerBase
typedef EDAnalyzerAdaptorBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from DQMEDAnalyzer
static std::shared_ptr
< dqmDetails::NoCache
globalBeginLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *)
 
static std::shared_ptr
< dqmDetails::NoCache
globalBeginRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *)
 
static void globalEndLuminosityBlockSummary (edm::LuminosityBlock const &, edm::EventSetup const &, LuminosityBlockContext const *, dqmDetails::NoCache *)
 
static void globalEndRunSummary (edm::Run const &, edm::EventSetup const &, RunContext const *, dqmDetails::NoCache *)
 
- Static Public Member Functions inherited from edm::stream::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Detailed Description

Definition at line 207 of file TopSingleLeptonDQM_miniAOD.h.

Constructor & Destructor Documentation

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__.

640  : vertexSelect_(nullptr),
641  beamspot_(""),
642  beamspotSelect_(nullptr),
643  MuonStep(nullptr),
644  ElectronStep(nullptr),
645  PvStep(nullptr),
646  METStep(nullptr) {
647  JetSteps.clear();
648 
649  // configure preselection
650  edm::ParameterSet presel =
651  cfg.getParameter<edm::ParameterSet>("preselection");
652  if (presel.existsAs<edm::ParameterSet>("trigger")) {
653  edm::ParameterSet trigger =
654  presel.getParameter<edm::ParameterSet>("trigger");
655  triggerTable__ = consumes<edm::TriggerResults>(
656  trigger.getParameter<edm::InputTag>("src"));
657  triggerPaths_ = trigger.getParameter<std::vector<std::string> >("select");
658  }
659  if (presel.existsAs<edm::ParameterSet>("beamspot")) {
661  presel.getParameter<edm::ParameterSet>("beamspot");
662  beamspot_ = beamspot.getParameter<edm::InputTag>("src");
663  beamspot__ =
664  consumes<reco::BeamSpot>(beamspot.getParameter<edm::InputTag>("src"));
666  beamspot.getParameter<std::string>("select")));
667  }
668 
669  // conifgure the selection
670  sel_ = cfg.getParameter<std::vector<edm::ParameterSet> >("selection");
671  setup_ = cfg.getParameter<edm::ParameterSet>("setup");
672  for (unsigned int i = 0; i < sel_.size(); ++i) {
673  selectionOrder_.push_back(sel_.at(i).getParameter<std::string>("label"));
674  selection_[selectionStep(selectionOrder_.back())] = std::make_pair(
675  sel_.at(i),
676  std::unique_ptr<TopSingleLepton_miniAOD::MonitorEnsemble>(
678  selectionStep(selectionOrder_.back()).c_str(),
680  }
681  for (std::vector<std::string>::const_iterator selIt = selectionOrder_.begin();
682  selIt != selectionOrder_.end(); ++selIt) {
683  std::string key = selectionStep(*selIt), type = objectType(*selIt);
684  if (selection_.find(key) != selection_.end()) {
685  if (type == "muons") {
687  consumesCollector()));
688  }
689  if (type == "elecs") {
691  selection_[key].first, consumesCollector()));
692  }
693  if (type == "pvs") {
694  PvStep.reset(new SelectionStep<reco::Vertex>(selection_[key].first,
695  consumesCollector()));
696  }
697  if (type == "jets") {
698  JetSteps.push_back(std::unique_ptr<SelectionStep<pat::Jet>>(
700  }
701 
702  if (type == "met") {
703  METStep.reset(new SelectionStep<pat::MET>(selection_[key].first,
704  consumesCollector()));
705  }
706  }
707  }
708 }
type
Definition: HCALResponse.h:21
T getParameter(std::string const &) const
int i
Definition: DBlmapReader.cc:9
std::unique_ptr< StringCutObjectSelector< reco::Vertex > > vertexSelect_
string cut selector
bool existsAs(std::string const &parameterName, bool trackiness=true) const
checks if a parameter exists as a given type
Definition: ParameterSet.h:186
std::unique_ptr< SelectionStep< reco::Vertex > > PvStep
std::string objectType(const std::string &label)
std::unique_ptr< StringCutObjectSelector< reco::BeamSpot > > beamspotSelect_
string cut selector
std::map< std::string, std::pair< edm::ParameterSet, std::unique_ptr< TopSingleLepton_miniAOD::MonitorEnsemble > > > selection_
std::vector< edm::ParameterSet > sel_
std::vector< std::string > selectionOrder_
edm::EDGetTokenT< reco::BeamSpot > beamspot__
std::string selectionStep(const std::string &label)
ConsumesCollector consumesCollector()
Use a ConsumesCollector to gather consumes information from helper functions.
std::vector< std::string > triggerPaths_
trigger paths
std::unique_ptr< SelectionStep< pat::MET > > METStep
std::vector< std::unique_ptr< SelectionStep< pat::Jet > > > JetSteps
string key
FastSim: produces sample of signal events, overlayed with premixed minbias events.
std::unique_ptr< SelectionStep< pat::Muon > > MuonStep
Templated helper class to allow a selection on a certain object collection.
std::unique_ptr< SelectionStep< pat::Electron > > ElectronStep
edm::EDGetTokenT< edm::TriggerResults > triggerTable__
trigger table
TopSingleLeptonDQM_miniAOD::~TopSingleLeptonDQM_miniAOD ( )
inline

default destructor

Definition at line 212 of file TopSingleLeptonDQM_miniAOD.h.

212 {};

Member Function Documentation

void TopSingleLeptonDQM_miniAOD::analyze ( const edm::Event event,
const edm::EventSetup setup 
)
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__.

717  {
718 
721  if (!event.getByToken(triggerTable__, triggerTable)) return;
722  if (!accept(event, *triggerTable, triggerPaths_)) return;
723  }
724  if (!beamspot__.isUninitialized()) {
726  if (!event.getByToken(beamspot__, beamspot)) return;
727  if (!(*beamspotSelect_)(*beamspot)) return;
728  }
729 
730  unsigned int passed = 0;
731  unsigned int nJetSteps = -1;
732 
733  for (std::vector<std::string>::const_iterator selIt = selectionOrder_.begin();
734  selIt != selectionOrder_.end(); ++selIt) {
735  std::string key = selectionStep(*selIt), type = objectType(*selIt);
736  if (selection_.find(key) != selection_.end()) {
737  if (type == "empty") {
738  selection_[key].second->fill(event, setup);
739  }
740  if (type == "muons" && MuonStep != 0) {
741  if (MuonStep->select(event)) {
742  ++passed;
743 
744  selection_[key].second->fill(event, setup);
745  } else
746  break;
747  }
748 
749  if (type == "elecs" && ElectronStep != 0) {
750 
751  if (ElectronStep->select(event)) {
752  ++passed;
753  selection_[key].second->fill(event, setup);
754  } else
755  break;
756  }
757 
758  if (type == "pvs" && PvStep != 0) {
759  if (PvStep->selectVertex(event)) {
760  ++passed;
761  selection_[key].second->fill(event, setup);
762  } else
763  break;
764  }
765 
766  if (type == "jets") {
767  nJetSteps++;
768  if (JetSteps[nJetSteps] != NULL) {
769  if (JetSteps[nJetSteps]->select(event, setup)) {
770  ++passed;
771  selection_[key].second->fill(event, setup);
772  } else
773  break;
774  }
775  }
776 
777  if (type == "met" && METStep != 0) {
778  if (METStep->select(event)) {
779  ++passed;
780  selection_[key].second->fill(event, setup);
781  } else
782  break;
783  }
784  }
785  }
786 }
type
Definition: HCALResponse.h:21
std::unique_ptr< SelectionStep< reco::Vertex > > PvStep
std::string objectType(const std::string &label)
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:462
#define NULL
Definition: scimark2.h:8
std::unique_ptr< StringCutObjectSelector< reco::BeamSpot > > beamspotSelect_
string cut selector
std::map< std::string, std::pair< edm::ParameterSet, std::unique_ptr< TopSingleLepton_miniAOD::MonitorEnsemble > > > selection_
bool accept(const edm::Event &event, const edm::TriggerResults &triggerTable, const std::string &triggerPath)
Definition: TopDQMHelpers.h:30
std::vector< std::string > selectionOrder_
edm::EDGetTokenT< reco::BeamSpot > beamspot__
std::string selectionStep(const std::string &label)
std::vector< std::string > triggerPaths_
trigger paths
std::unique_ptr< SelectionStep< pat::MET > > METStep
std::vector< std::unique_ptr< SelectionStep< pat::Jet > > > JetSteps
string key
FastSim: produces sample of signal events, overlayed with premixed minbias events.
std::unique_ptr< SelectionStep< pat::Muon > > MuonStep
bool isUninitialized() const
Definition: EDGetToken.h:73
std::unique_ptr< SelectionStep< pat::Electron > > ElectronStep
edm::EDGetTokenT< edm::TriggerResults > triggerTable__
trigger table
void TopSingleLeptonDQM_miniAOD::bookHistograms ( DQMStore::IBooker ibooker,
edm::Run const &  ,
edm::EventSetup const &   
)
overrideprotectedvirtual

Implements DQMEDAnalyzer.

Definition at line 709 of file TopSingleLeptonDQM_miniAOD.cc.

References selection_.

710  {
711 
712  for (auto selIt = selection_.begin(); selIt != selection_.end(); ++selIt) {
713  selIt->second.second->book(ibooker);
714  }
715 }
std::map< std::string, std::pair< edm::ParameterSet, std::unique_ptr< TopSingleLepton_miniAOD::MonitorEnsemble > > > selection_
std::string TopSingleLeptonDQM_miniAOD::objectType ( const std::string &  label)
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().

225  {
226  return label.substr(0, label.find(':'));
227  };
std::string TopSingleLeptonDQM_miniAOD::selectionStep ( const std::string &  label)
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().

230  {
231  return label.substr(label.find(':') + 1);
232  };

Member Data Documentation

edm::InputTag TopSingleLeptonDQM_miniAOD::beamspot_
private

beamspot

Definition at line 243 of file TopSingleLeptonDQM_miniAOD.h.

Referenced by TopSingleLeptonDQM_miniAOD().

edm::EDGetTokenT<reco::BeamSpot> TopSingleLeptonDQM_miniAOD::beamspot__
private

Definition at line 244 of file TopSingleLeptonDQM_miniAOD.h.

Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().

std::unique_ptr<StringCutObjectSelector<reco::BeamSpot> > TopSingleLeptonDQM_miniAOD::beamspotSelect_
private

string cut selector

Definition at line 246 of file TopSingleLeptonDQM_miniAOD.h.

Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().

std::unique_ptr<SelectionStep<pat::Electron> > TopSingleLeptonDQM_miniAOD::ElectronStep
private

Definition at line 260 of file TopSingleLeptonDQM_miniAOD.h.

Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().

std::vector<std::unique_ptr<SelectionStep<pat::Jet> > > TopSingleLeptonDQM_miniAOD::JetSteps
private

Definition at line 263 of file TopSingleLeptonDQM_miniAOD.h.

Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().

std::unique_ptr<SelectionStep<pat::MET> > TopSingleLeptonDQM_miniAOD::METStep
private

Definition at line 262 of file TopSingleLeptonDQM_miniAOD.h.

Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().

std::unique_ptr<SelectionStep<pat::Muon> > TopSingleLeptonDQM_miniAOD::MuonStep
private

Definition at line 259 of file TopSingleLeptonDQM_miniAOD.h.

Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().

std::unique_ptr<SelectionStep<reco::Vertex> > TopSingleLeptonDQM_miniAOD::PvStep
private

Definition at line 261 of file TopSingleLeptonDQM_miniAOD.h.

Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().

std::vector<edm::ParameterSet> TopSingleLeptonDQM_miniAOD::sel_
private

Definition at line 266 of file TopSingleLeptonDQM_miniAOD.h.

Referenced by TopSingleLeptonDQM_miniAOD().

std::map<std::string, std::pair<edm::ParameterSet, std::unique_ptr<TopSingleLepton_miniAOD::MonitorEnsemble> > > TopSingleLeptonDQM_miniAOD::selection_
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().

std::vector<std::string> TopSingleLeptonDQM_miniAOD::selectionOrder_
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().

edm::ParameterSet TopSingleLeptonDQM_miniAOD::setup_
private

Definition at line 267 of file TopSingleLeptonDQM_miniAOD.h.

Referenced by TopSingleLeptonDQM_miniAOD().

std::vector<std::string> TopSingleLeptonDQM_miniAOD::triggerPaths_
private

trigger paths

Definition at line 238 of file TopSingleLeptonDQM_miniAOD.h.

Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().

edm::EDGetTokenT<edm::TriggerResults> TopSingleLeptonDQM_miniAOD::triggerTable__
private

trigger table

Definition at line 232 of file TopSingleLeptonDQM_miniAOD.h.

Referenced by analyze(), and TopSingleLeptonDQM_miniAOD().

std::unique_ptr<StringCutObjectSelector<reco::Vertex> > TopSingleLeptonDQM_miniAOD::vertexSelect_
private

string cut selector

Definition at line 240 of file TopSingleLeptonDQM_miniAOD.h.