CMS 3D CMS Logo

List of all members | Classes | Public Member Functions | Protected Member Functions | Private Attributes
HLTTauDQMOfflineSource Class Reference

#include <HLTTauDQMOfflineSource.h>

Inheritance diagram for HLTTauDQMOfflineSource:
DQMEDAnalyzer edm::stream::EDProducer< edm::GlobalCache< DQMEDAnalyzerGlobalCache >, edm::EndRunProducer, edm::EndLuminosityBlockProducer, edm::Accumulator >

Classes

struct  RefObject
 

Public Member Functions

 HLTTauDQMOfflineSource (const edm::ParameterSet &)
 
 ~HLTTauDQMOfflineSource () override
 
- Public Member Functions inherited from DQMEDAnalyzer
void accumulate (edm::Event const &event, edm::EventSetup const &setup) final
 
void beginLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &setup) final
 
void beginRun (edm::Run const &run, edm::EventSetup const &setup) final
 
void beginStream (edm::StreamID id) final
 
 DQMEDAnalyzer ()
 
void endLuminosityBlock (edm::LuminosityBlock const &lumi, edm::EventSetup const &setup) final
 
void endRun (edm::Run const &run, edm::EventSetup const &setup) final
 
virtual bool getCanSaveByLumi ()
 
- Public Member Functions inherited from edm::stream::EDProducer< edm::GlobalCache< DQMEDAnalyzerGlobalCache >, edm::EndRunProducer, edm::EndLuminosityBlockProducer, edm::Accumulator >
 EDProducer ()=default
 
bool hasAbilityToProduceInBeginLumis () const final
 
bool hasAbilityToProduceInBeginRuns () const final
 
bool hasAbilityToProduceInEndLumis () const final
 
bool hasAbilityToProduceInEndRuns () const final
 

Protected Member Functions

void analyze (const edm::Event &e, const edm::EventSetup &c) override
 
void bookHistograms (DQMStore::IBooker &iBooker, const edm::Run &r, const edm::EventSetup &c) override
 
void dqmBeginRun (const edm::Run &r, const edm::EventSetup &c) override
 
- Protected Member Functions inherited from DQMEDAnalyzer
uint64_t meId () const
 

Private Attributes

int counterEvt_
 
bool doRefAnalysis_
 
const std::string dqmBaseFolder_
 
const double highPtMax_
 
HLTConfigProvider HLTCP_
 
const double hltMatchDr_
 
std::string hltProcessName_
 
const double l1MatchDr_
 
std::unique_ptr< HLTTauDQML1Plotterl1Plotter_
 
const int nEtaBins_
 
const int nPhiBins_
 
const int nPtBins_
 
std::vector< HLTTauDQMPathPlotterpathPlotters_
 
const std::regex pathRegex_
 
const std::string pathRegexString_
 
std::unique_ptr< HLTTauDQMPathSummaryPlotterpathSummaryPlotter_
 
const int prescaleEvt_
 
const double ptMax_
 
std::vector< RefObjectrefObjects_
 
bool tagAndProbe_
 
std::vector< edm::ParameterSettagAndProbePaths
 
std::vector< std::unique_ptr< HLTTauDQMTagAndProbePlotter > > tagandprobePlotters_
 
edm::InputTag triggerEventSrc_
 
edm::EDGetTokenT< trigger::TriggerEventtriggerEventToken_
 
edm::InputTag triggerResultsSrc_
 
edm::EDGetTokenT< edm::TriggerResultstriggerResultsToken_
 

Additional Inherited Members

- Public Types inherited from DQMEDAnalyzer
typedef dqm::reco::DQMStore DQMStore
 
typedef dqm::reco::MonitorElement MonitorElement
 
- Public Types inherited from edm::stream::EDProducer< edm::GlobalCache< DQMEDAnalyzerGlobalCache >, edm::EndRunProducer, edm::EndLuminosityBlockProducer, edm::Accumulator >
typedef CacheContexts< T... > CacheTypes
 
typedef CacheTypes::GlobalCache GlobalCache
 
typedef AbilityChecker< T... > HasAbility
 
typedef CacheTypes::LuminosityBlockCache LuminosityBlockCache
 
typedef LuminosityBlockContextT< LuminosityBlockCache, RunCache, GlobalCacheLuminosityBlockContext
 
typedef CacheTypes::LuminosityBlockSummaryCache LuminosityBlockSummaryCache
 
typedef CacheTypes::RunCache RunCache
 
typedef RunContextT< RunCache, GlobalCacheRunContext
 
typedef CacheTypes::RunSummaryCache RunSummaryCache
 
- Static Public Member Functions inherited from DQMEDAnalyzer
static void globalEndJob (DQMEDAnalyzerGlobalCache const *)
 
static void globalEndLuminosityBlockProduce (edm::LuminosityBlock &lumi, edm::EventSetup const &setup, LuminosityBlockContext const *context)
 
static void globalEndRunProduce (edm::Run &run, edm::EventSetup const &setup, RunContext const *context)
 
static std::unique_ptr< DQMEDAnalyzerGlobalCacheinitializeGlobalCache (edm::ParameterSet const &)
 
- Protected Attributes inherited from DQMEDAnalyzer
edm::EDPutTokenT< DQMTokenlumiToken_
 
edm::EDPutTokenT< DQMTokenrunToken_
 
unsigned int streamId_
 

Detailed Description

Definition at line 29 of file HLTTauDQMOfflineSource.h.

Constructor & Destructor Documentation

◆ HLTTauDQMOfflineSource()

HLTTauDQMOfflineSource::HLTTauDQMOfflineSource ( const edm::ParameterSet ps)

Definition at line 15 of file HLTTauDQMOfflineSource.cc.

16  : hltProcessName_(ps.getUntrackedParameter<std::string>("HLTProcessName", "HLT")),
17  triggerResultsSrc_(ps.getUntrackedParameter<edm::InputTag>("TriggerResultsSrc")),
18  triggerResultsToken_(consumes<edm::TriggerResults>(triggerResultsSrc_)),
20  triggerEventToken_(consumes<trigger::TriggerEvent>(triggerEventSrc_)),
23  nPtBins_(ps.getUntrackedParameter<int>("PtHistoBins", 20)),
24  nEtaBins_(ps.getUntrackedParameter<int>("EtaHistoBins", 12)),
25  nPhiBins_(ps.getUntrackedParameter<int>("PhiHistoBins", 18)),
26  ptMax_(ps.getUntrackedParameter<double>("PtHistoMax", 200)),
27  highPtMax_(ps.getUntrackedParameter<double>("HighPtHistoMax", 1000)),
28  l1MatchDr_(ps.getUntrackedParameter<double>("L1MatchDeltaR", 0.5)),
29  hltMatchDr_(ps.getUntrackedParameter<double>("HLTMatchDeltaR", 0.5)),
30  dqmBaseFolder_(ps.getUntrackedParameter<std::string>("DQMBaseFolder")),
31  counterEvt_(0),
32  prescaleEvt_(ps.getUntrackedParameter<int>("prescaleEvt", -1)) {
34  doRefAnalysis_ = matching.getUntrackedParameter<bool>("doMatching");
35 
36  if (ps.exists("L1Plotter") && !ps.exists("TagAndProbe")) {
37  l1Plotter_ = std::make_unique<HLTTauDQML1Plotter>(ps.getUntrackedParameter<edm::ParameterSet>("L1Plotter"),
38  consumesCollector(),
39  nPhiBins_,
40  ptMax_,
41  highPtMax_,
43  l1MatchDr_,
45  }
46  if (ps.exists("PathSummaryPlotter")) {
47  pathSummaryPlotter_ = std::make_unique<HLTTauDQMPathSummaryPlotter>(
49  }
50  tagAndProbe_ = false;
51  if (ps.exists("TagAndProbe")) {
52  tagAndProbePaths = ps.getUntrackedParameter<std::vector<edm::ParameterSet> >("TagAndProbe");
53  tagAndProbe_ = true;
54  }
55 
56  if (doRefAnalysis_) {
57  using VPSet = std::vector<edm::ParameterSet>;
58  VPSet matchObjects = matching.getUntrackedParameter<VPSet>("matchFilters");
59  for (const edm::ParameterSet& pset : matchObjects) {
60  refObjects_.push_back(RefObject{pset.getUntrackedParameter<int>("matchObjectID"),
61  consumes<LVColl>(pset.getUntrackedParameter<edm::InputTag>("FilterName"))});
62  }
63  }
64 }

References doRefAnalysis_, dqmBaseFolder_, edm::ParameterSet::exists(), edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), highPtMax_, hltMatchDr_, l1MatchDr_, l1Plotter_, TtSemiLepJetCombMVATrainer_cfi::matching, nPhiBins_, pathSummaryPlotter_, muonDTDigis_cfi::pset, ptMax_, refObjects_, tagAndProbe_, tagAndProbePaths, and HistogramManager_cfi::VPSet().

◆ ~HLTTauDQMOfflineSource()

HLTTauDQMOfflineSource::~HLTTauDQMOfflineSource ( )
overridedefault

Member Function Documentation

◆ analyze()

void HLTTauDQMOfflineSource::analyze ( const edm::Event e,
const edm::EventSetup c 
)
overrideprotectedvirtual

Reimplemented from DQMEDAnalyzer.

Definition at line 181 of file HLTTauDQMOfflineSource.cc.

181  {
182  //Apply the prescaler
183  if (counterEvt_ > prescaleEvt_) {
184  //Do Analysis here
185  counterEvt_ = 0;
186 
187  edm::Handle<edm::TriggerResults> triggerResultsHandle;
188  iEvent.getByToken(triggerResultsToken_, triggerResultsHandle);
189  if (!triggerResultsHandle.isValid()) {
190  edm::LogWarning("HLTTauDQMOffline") << "Unable to read edm::TriggerResults with label " << triggerResultsSrc_;
191  return;
192  }
193 
194  edm::Handle<trigger::TriggerEvent> triggerEventHandle;
195  iEvent.getByToken(triggerEventToken_, triggerEventHandle);
196  if (!triggerEventHandle.isValid()) {
197  edm::LogWarning("HLTTauDQMOffline") << "Unable to read trigger::TriggerEvent with label " << triggerEventSrc_;
198  return;
199  }
200 
201  //Create match collections
203  if (doRefAnalysis_) {
204  for (RefObject& refObj : refObjects_) {
205  edm::Handle<LVColl> collHandle;
206  iEvent.getByToken(refObj.token, collHandle);
207  if (!collHandle.isValid())
208  continue;
209 
210  if (refObj.objID == 11) {
211  refC.electrons.insert(refC.electrons.end(), collHandle->begin(), collHandle->end());
212  } else if (refObj.objID == 13) {
213  refC.muons.insert(refC.muons.end(), collHandle->begin(), collHandle->end());
214  } else if (refObj.objID == 15) {
215  refC.taus.insert(refC.taus.end(), collHandle->begin(), collHandle->end());
216  } else if (refObj.objID == 0) {
217  refC.met.insert(refC.met.end(), collHandle->begin(), collHandle->end());
218  }
219  }
220  }
221 
222  //Path Plotters
223  for (auto& pathPlotter : pathPlotters_) {
224  if (pathPlotter.isValid())
225  pathPlotter.analyze(*triggerResultsHandle, *triggerEventHandle, refC);
226  }
227 
228  if (pathSummaryPlotter_ && pathSummaryPlotter_->isValid()) {
229  pathSummaryPlotter_->analyze(*triggerResultsHandle, *triggerEventHandle, refC);
230  }
231 
232  //L1 Plotter
233  if (l1Plotter_ && l1Plotter_->isValid()) {
234  l1Plotter_->analyze(iEvent, iSetup, refC);
235  }
236 
237  //Tag and probe plotters
238  for (auto& tpPlotter : tagandprobePlotters_) {
239  if (tpPlotter->isValid())
240  tpPlotter->analyze(iEvent, *triggerResultsHandle, *triggerEventHandle, refC);
241  }
242 
243  } else {
244  counterEvt_++;
245  }
246 }

References counterEvt_, doRefAnalysis_, HLTTauDQMOfflineObjects::electrons, iEvent, edm::HandleBase::isValid(), l1Plotter_, HLTTauDQMOfflineObjects::met, HLTTauDQMOfflineObjects::muons, pathPlotters_, pathSummaryPlotter_, prescaleEvt_, refObjects_, tagandprobePlotters_, HLTTauDQMOfflineObjects::taus, trackingPlots::tpPlotter, triggerEventSrc_, triggerEventToken_, triggerResultsSrc_, and triggerResultsToken_.

◆ bookHistograms()

void HLTTauDQMOfflineSource::bookHistograms ( DQMStore::IBooker iBooker,
const edm::Run r,
const edm::EventSetup c 
)
overrideprotectedvirtual

Implements DQMEDAnalyzer.

Definition at line 163 of file HLTTauDQMOfflineSource.cc.

165  {
166  if (l1Plotter_) {
167  l1Plotter_->bookHistograms(iBooker);
168  }
169  for (auto& pathPlotter : pathPlotters_) {
170  pathPlotter.bookHistograms(iBooker);
171  }
172  for (auto& tpPlotter : tagandprobePlotters_) {
173  tpPlotter->bookHistograms(iBooker, iRun, iSetup);
174  }
175  if (pathSummaryPlotter_) {
176  pathSummaryPlotter_->bookHistograms(iBooker);
177  }
178 }

References l1Plotter_, pathPlotters_, pathSummaryPlotter_, tagandprobePlotters_, and trackingPlots::tpPlotter.

◆ dqmBeginRun()

void HLTTauDQMOfflineSource::dqmBeginRun ( const edm::Run r,
const edm::EventSetup c 
)
overrideprotectedvirtual

Reimplemented from DQMEDAnalyzer.

Definition at line 69 of file HLTTauDQMOfflineSource.cc.

69  {
70  //Evaluate configuration for every new trigger menu
71  bool hltMenuChanged = false;
72  if (HLTCP_.init(iRun, iSetup, hltProcessName_, hltMenuChanged)) {
73  LogDebug("HLTTauDQMOffline") << "dqmBeginRun(), hltMenuChanged " << hltMenuChanged;
74  if (hltMenuChanged) {
75  if (!tagAndProbe_) {
76  // Find all paths to monitor
77  std::vector<std::string> foundPaths;
78  std::smatch what;
79  LogDebug("HLTTauDQMOffline") << "Looking for paths with regex " << pathRegexString_;
80  for (const std::string& pathName : HLTCP_.triggerNames()) {
81  if (std::regex_search(pathName, what, pathRegex_)) {
82  LogDebug("HLTTauDQMOffline") << "Found path " << pathName;
83  foundPaths.emplace_back(pathName);
84  }
85  }
86  std::sort(foundPaths.begin(), foundPaths.end());
87 
88  // Construct path plotters
89  std::vector<const HLTTauDQMPath*> pathObjects;
90  pathPlotters_.reserve(foundPaths.size());
91  pathObjects.reserve(foundPaths.size());
92  for (const std::string& pathName : foundPaths) {
93  pathPlotters_.emplace_back(pathName,
94  HLTCP_,
98  nPtBins_,
99  nEtaBins_,
100  nPhiBins_,
101  ptMax_,
102  highPtMax_,
103  l1MatchDr_,
104  hltMatchDr_);
105  if (pathPlotters_.back().isValid()) {
106  pathObjects.push_back(pathPlotters_.back().getPathObject());
107  }
108  }
109 
110  // Update paths to the summary plotter
111  if (pathSummaryPlotter_) {
112  pathSummaryPlotter_->setPathObjects(pathObjects);
113  }
114  } else { // tag and probe
115  // Find all paths to monitor
116  std::vector<std::string> foundPaths;
117  std::smatch what;
118 
119  for (const edm::ParameterSet& tpset : tagAndProbePaths) {
120  std::vector<std::string> moduleLabels;
121  edm::ParameterSet denpset = tpset.getParameter<edm::ParameterSet>("denominator");
122  std::vector<std::string> denominators = denpset.getParameter<std::vector<std::string> >("hltPaths");
123  std::vector<std::string> updatedDenominators;
124  for (size_t i = 0; i < denominators.size(); ++i) {
125  const std::regex denRegex_(denominators[i]);
126  for (const std::string& pathName : HLTCP_.triggerNames()) {
127  if (std::regex_search(pathName, what, denRegex_)) {
128  updatedDenominators.push_back(pathName);
129  moduleLabels = HLTCP_.moduleLabels(pathName);
130  }
131  }
132  }
133  denpset.addParameter<std::vector<std::string> >("hltPaths", updatedDenominators);
134 
135  edm::ParameterSet numpset = tpset.getParameter<edm::ParameterSet>("numerator");
136  std::vector<std::string> numerators = numpset.getParameter<std::vector<std::string> >("hltPaths");
137 
138  const std::regex numRegex_(numerators[0]);
139  for (const std::string& pathName : HLTCP_.triggerNames()) {
140  if (std::regex_search(pathName, what, numRegex_)) {
141  edm::ParameterSet new_tpset = tpset;
142  new_tpset.addParameter<std::string>("name", pathName);
143  std::vector<std::string> updatedHltPaths;
144  updatedHltPaths.push_back(pathName);
145  numpset.addParameter<std::vector<std::string> >("hltPaths", updatedHltPaths);
146  new_tpset.addParameter<edm::ParameterSet>("numerator", numpset);
147  new_tpset.addParameter<edm::ParameterSet>("denominator", denpset);
148 
149  tagandprobePlotters_.emplace_back(
150  new HLTTauDQMTagAndProbePlotter(new_tpset, moduleLabels, dqmBaseFolder_));
151  }
152  }
153  }
154  }
155  }
156  } else {
157  edm::LogWarning("HLTTauDQMOffline") << "HLT config extraction failure with process name '" << hltProcessName_
158  << "'";
159  }
160 }

References edm::ParameterSet::addParameter(), doRefAnalysis_, dqmBaseFolder_, edmTracerLogToSimpleConfig::foundPaths, edm::ParameterSet::getParameter(), highPtMax_, HLTCP_, hltMatchDr_, hltProcessName_, mps_fire::i, HLTConfigProvider::init(), l1MatchDr_, LogDebug, HLTConfigProvider::moduleLabels(), nEtaBins_, nPhiBins_, nPtBins_, hltMonBTagIPClient_cfi::pathName, pathPlotters_, pathRegex_, pathRegexString_, pathSummaryPlotter_, ptMax_, AlCaHLTBitMon_QueryRunRegistry::string, tagAndProbe_, tagAndProbePaths, tagandprobePlotters_, and HLTConfigProvider::triggerNames().

Member Data Documentation

◆ counterEvt_

int HLTTauDQMOfflineSource::counterEvt_
private

Definition at line 66 of file HLTTauDQMOfflineSource.h.

Referenced by analyze().

◆ doRefAnalysis_

bool HLTTauDQMOfflineSource::doRefAnalysis_
private

Definition at line 56 of file HLTTauDQMOfflineSource.h.

Referenced by analyze(), dqmBeginRun(), and HLTTauDQMOfflineSource().

◆ dqmBaseFolder_

const std::string HLTTauDQMOfflineSource::dqmBaseFolder_
private

Definition at line 51 of file HLTTauDQMOfflineSource.h.

Referenced by dqmBeginRun(), and HLTTauDQMOfflineSource().

◆ highPtMax_

const double HLTTauDQMOfflineSource::highPtMax_
private

Definition at line 50 of file HLTTauDQMOfflineSource.h.

Referenced by dqmBeginRun(), and HLTTauDQMOfflineSource().

◆ HLTCP_

HLTConfigProvider HLTTauDQMOfflineSource::HLTCP_
private

Definition at line 53 of file HLTTauDQMOfflineSource.h.

Referenced by dqmBeginRun().

◆ hltMatchDr_

const double HLTTauDQMOfflineSource::hltMatchDr_
private

Definition at line 50 of file HLTTauDQMOfflineSource.h.

Referenced by dqmBeginRun(), and HLTTauDQMOfflineSource().

◆ hltProcessName_

std::string HLTTauDQMOfflineSource::hltProcessName_
private

Definition at line 40 of file HLTTauDQMOfflineSource.h.

Referenced by dqmBeginRun().

◆ l1MatchDr_

const double HLTTauDQMOfflineSource::l1MatchDr_
private

Definition at line 50 of file HLTTauDQMOfflineSource.h.

Referenced by dqmBeginRun(), and HLTTauDQMOfflineSource().

◆ l1Plotter_

std::unique_ptr<HLTTauDQML1Plotter> HLTTauDQMOfflineSource::l1Plotter_
private

Definition at line 70 of file HLTTauDQMOfflineSource.h.

Referenced by analyze(), bookHistograms(), and HLTTauDQMOfflineSource().

◆ nEtaBins_

const int HLTTauDQMOfflineSource::nEtaBins_
private

Definition at line 49 of file HLTTauDQMOfflineSource.h.

Referenced by dqmBeginRun().

◆ nPhiBins_

const int HLTTauDQMOfflineSource::nPhiBins_
private

Definition at line 49 of file HLTTauDQMOfflineSource.h.

Referenced by dqmBeginRun(), and HLTTauDQMOfflineSource().

◆ nPtBins_

const int HLTTauDQMOfflineSource::nPtBins_
private

Definition at line 49 of file HLTTauDQMOfflineSource.h.

Referenced by dqmBeginRun().

◆ pathPlotters_

std::vector<HLTTauDQMPathPlotter> HLTTauDQMOfflineSource::pathPlotters_
private

Definition at line 71 of file HLTTauDQMOfflineSource.h.

Referenced by analyze(), bookHistograms(), and dqmBeginRun().

◆ pathRegex_

const std::regex HLTTauDQMOfflineSource::pathRegex_
private

Definition at line 48 of file HLTTauDQMOfflineSource.h.

Referenced by dqmBeginRun().

◆ pathRegexString_

const std::string HLTTauDQMOfflineSource::pathRegexString_
private

Definition at line 47 of file HLTTauDQMOfflineSource.h.

Referenced by dqmBeginRun().

◆ pathSummaryPlotter_

std::unique_ptr<HLTTauDQMPathSummaryPlotter> HLTTauDQMOfflineSource::pathSummaryPlotter_
private

◆ prescaleEvt_

const int HLTTauDQMOfflineSource::prescaleEvt_
private

Definition at line 67 of file HLTTauDQMOfflineSource.h.

Referenced by analyze().

◆ ptMax_

const double HLTTauDQMOfflineSource::ptMax_
private

Definition at line 50 of file HLTTauDQMOfflineSource.h.

Referenced by dqmBeginRun(), and HLTTauDQMOfflineSource().

◆ refObjects_

std::vector<RefObject> HLTTauDQMOfflineSource::refObjects_
private

Definition at line 61 of file HLTTauDQMOfflineSource.h.

Referenced by analyze(), and HLTTauDQMOfflineSource().

◆ tagAndProbe_

bool HLTTauDQMOfflineSource::tagAndProbe_
private

Definition at line 62 of file HLTTauDQMOfflineSource.h.

Referenced by dqmBeginRun(), and HLTTauDQMOfflineSource().

◆ tagAndProbePaths

std::vector<edm::ParameterSet> HLTTauDQMOfflineSource::tagAndProbePaths
private

Definition at line 63 of file HLTTauDQMOfflineSource.h.

Referenced by dqmBeginRun(), and HLTTauDQMOfflineSource().

◆ tagandprobePlotters_

std::vector<std::unique_ptr<HLTTauDQMTagAndProbePlotter> > HLTTauDQMOfflineSource::tagandprobePlotters_
private

Definition at line 73 of file HLTTauDQMOfflineSource.h.

Referenced by analyze(), bookHistograms(), and dqmBeginRun().

◆ triggerEventSrc_

edm::InputTag HLTTauDQMOfflineSource::triggerEventSrc_
private

Definition at line 43 of file HLTTauDQMOfflineSource.h.

Referenced by analyze().

◆ triggerEventToken_

edm::EDGetTokenT<trigger::TriggerEvent> HLTTauDQMOfflineSource::triggerEventToken_
private

Definition at line 44 of file HLTTauDQMOfflineSource.h.

Referenced by analyze().

◆ triggerResultsSrc_

edm::InputTag HLTTauDQMOfflineSource::triggerResultsSrc_
private

Definition at line 41 of file HLTTauDQMOfflineSource.h.

Referenced by analyze().

◆ triggerResultsToken_

edm::EDGetTokenT<edm::TriggerResults> HLTTauDQMOfflineSource::triggerResultsToken_
private

Definition at line 42 of file HLTTauDQMOfflineSource.h.

Referenced by analyze().

HLTTauDQMOfflineSource::ptMax_
const double ptMax_
Definition: HLTTauDQMOfflineSource.h:50
HLTTauDQMOfflineSource::hltMatchDr_
const double hltMatchDr_
Definition: HLTTauDQMOfflineSource.h:50
HLTTauDQMTagAndProbePlotter
Definition: HLTTauDQMTagAndProbePlotter.h:23
mps_fire.i
i
Definition: mps_fire.py:355
HLTTauDQMOfflineSource::triggerResultsSrc_
edm::InputTag triggerResultsSrc_
Definition: HLTTauDQMOfflineSource.h:41
HLTTauDQMOfflineSource::counterEvt_
int counterEvt_
Definition: HLTTauDQMOfflineSource.h:66
HLTTauDQMOfflineSource::HLTCP_
HLTConfigProvider HLTCP_
Definition: HLTTauDQMOfflineSource.h:53
HLTTauDQMOfflineSource::pathPlotters_
std::vector< HLTTauDQMPathPlotter > pathPlotters_
Definition: HLTTauDQMOfflineSource.h:71
HLTTauDQMOfflineSource::pathRegex_
const std::regex pathRegex_
Definition: HLTTauDQMOfflineSource.h:48
HLTTauDQMOfflineSource::highPtMax_
const double highPtMax_
Definition: HLTTauDQMOfflineSource.h:50
edm::ParameterSet::getUntrackedParameter
T getUntrackedParameter(std::string const &, T const &) const
TtSemiLepJetCombMVATrainer_cfi.matching
matching
Definition: TtSemiLepJetCombMVATrainer_cfi.py:13
edm::Handle< edm::TriggerResults >
HLTTauDQMOfflineSource::prescaleEvt_
const int prescaleEvt_
Definition: HLTTauDQMOfflineSource.h:67
HLTTauDQMOfflineSource::tagandprobePlotters_
std::vector< std::unique_ptr< HLTTauDQMTagAndProbePlotter > > tagandprobePlotters_
Definition: HLTTauDQMOfflineSource.h:73
HLTConfigProvider::moduleLabels
const std::vector< std::string > & moduleLabels(unsigned int trigger) const
label(s) of module(s) on a trigger path
Definition: HLTConfigProvider.h:75
HLTTauDQMOfflineSource::triggerEventSrc_
edm::InputTag triggerEventSrc_
Definition: HLTTauDQMOfflineSource.h:43
hltMonBTagIPClient_cfi.pathName
pathName
Definition: hltMonBTagIPClient_cfi.py:5
edmTracerLogToSimpleConfig.foundPaths
foundPaths
Definition: edmTracerLogToSimpleConfig.py:76
HLTTauDQMOfflineObjects::electrons
std::vector< LV > electrons
Definition: HLTTauDQMPlotter.h:24
trackingPlots.tpPlotter
tpPlotter
Definition: trackingPlots.py:1927
HLTTauDQMOfflineObjects
Definition: HLTTauDQMPlotter.h:18
HLTTauDQMOfflineSource::hltProcessName_
std::string hltProcessName_
Definition: HLTTauDQMOfflineSource.h:40
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
HLTTauDQMOfflineSource::refObjects_
std::vector< RefObject > refObjects_
Definition: HLTTauDQMOfflineSource.h:61
edm::LogWarning
Definition: MessageLogger.h:141
edm::ParameterSet::exists
bool exists(std::string const &parameterName) const
checks if a parameter exists
Definition: ParameterSet.cc:674
LogDebug
#define LogDebug(id)
Definition: MessageLogger.h:670
edm::ParameterSet
Definition: ParameterSet.h:36
edm::ParameterSet::addParameter
void addParameter(std::string const &name, T const &value)
Definition: ParameterSet.h:124
HLTTauDQMOfflineObjects::met
std::vector< LV > met
Definition: HLTTauDQMPlotter.h:28
HLTTauDQMOfflineSource::nEtaBins_
const int nEtaBins_
Definition: HLTTauDQMOfflineSource.h:49
HLTTauDQMOfflineSource::l1Plotter_
std::unique_ptr< HLTTauDQML1Plotter > l1Plotter_
Definition: HLTTauDQMOfflineSource.h:70
iEvent
int iEvent
Definition: GenABIO.cc:224
HLTTauDQMOfflineObjects::muons
std::vector< LV > muons
Definition: HLTTauDQMPlotter.h:26
HLTTauDQMOfflineSource::triggerResultsToken_
edm::EDGetTokenT< edm::TriggerResults > triggerResultsToken_
Definition: HLTTauDQMOfflineSource.h:42
HLTTauDQMOfflineSource::pathRegexString_
const std::string pathRegexString_
Definition: HLTTauDQMOfflineSource.h:47
edm::ParameterSet::getParameter
T getParameter(std::string const &) const
HistogramManager_cfi.VPSet
def VPSet(*args)
Definition: HistogramManager_cfi.py:401
HLTConfigProvider::init
bool init(const edm::Run &iRun, const edm::EventSetup &iSetup, const std::string &processName, bool &changed)
d'tor
Definition: HLTConfigProvider.cc:36
HLTTauDQMOfflineSource::dqmBaseFolder_
const std::string dqmBaseFolder_
Definition: HLTTauDQMOfflineSource.h:51
HLTTauDQMOfflineSource::triggerEventToken_
edm::EDGetTokenT< trigger::TriggerEvent > triggerEventToken_
Definition: HLTTauDQMOfflineSource.h:44
HLTTauDQMOfflineSource::doRefAnalysis_
bool doRefAnalysis_
Definition: HLTTauDQMOfflineSource.h:56
HLTTauDQMOfflineObjects::taus
std::vector< LV > taus
Definition: HLTTauDQMPlotter.h:27
HLTTauDQMOfflineSource::tagAndProbe_
bool tagAndProbe_
Definition: HLTTauDQMOfflineSource.h:62
HLTConfigProvider::triggerNames
const std::vector< std::string > & triggerNames() const
names of trigger paths
Definition: HLTConfigProvider.h:68
HLTTauDQMOfflineSource::nPtBins_
const int nPtBins_
Definition: HLTTauDQMOfflineSource.h:49
edm::HandleBase::isValid
bool isValid() const
Definition: HandleBase.h:70
HLTTauDQMOfflineSource::l1MatchDr_
const double l1MatchDr_
Definition: HLTTauDQMOfflineSource.h:50
HLTTauDQMOfflineSource::pathSummaryPlotter_
std::unique_ptr< HLTTauDQMPathSummaryPlotter > pathSummaryPlotter_
Definition: HLTTauDQMOfflineSource.h:72
edm::InputTag
Definition: InputTag.h:15
muonDTDigis_cfi.pset
pset
Definition: muonDTDigis_cfi.py:27
HLTTauDQMOfflineSource::tagAndProbePaths
std::vector< edm::ParameterSet > tagAndProbePaths
Definition: HLTTauDQMOfflineSource.h:63
HLTTauDQMOfflineSource::nPhiBins_
const int nPhiBins_
Definition: HLTTauDQMOfflineSource.h:49