CMS 3D CMS Logo

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

#include <HLTTauDQMPathSummaryPlotter.h>

Inheritance diagram for HLTTauDQMPathSummaryPlotter:
HLTTauDQMPlotter

Public Member Functions

void analyze (const edm::TriggerResults &triggerResults, const trigger::TriggerEvent &triggerEvent, const HLTTauDQMOfflineObjects &refCollection)
 
void bookHistograms (DQMStore::IBooker &iBooker)
 
 HLTTauDQMPathSummaryPlotter (const edm::ParameterSet &pset, bool doRefAnalysis, const std::string &dqmBaseFolder, double hltMatchDr)
 
void setPathObjects (const std::vector< const HLTTauDQMPath * > &pathObjects)
 
 ~HLTTauDQMPathSummaryPlotter ()
 

Private Attributes

MonitorElementaccepted_events
 
MonitorElementall_events
 
const bool doRefAnalysis_
 
const double hltMatchDr_
 
std::vector< const
HLTTauDQMPath * > 
pathObjects_
 
- Private Attributes inherited from HLTTauDQMPlotter
bool configValid_
 
std::string dqmFolder_
 
std::string dqmFullFolder_
 

Additional Inherited Members

- Private Member Functions inherited from HLTTauDQMPlotter
 HLTTauDQMPlotter (const edm::ParameterSet &pset, const std::string &dqmBaseFolder)
 
 HLTTauDQMPlotter (const std::string &dqmFolder, const std::string &dqmBaseFolder)
 
bool isValid () const
 
 ~HLTTauDQMPlotter ()
 
std::pair< bool, LVmatch (const LV &, const LVColl &, double)
 
const std::string & triggerTag () const
 

Detailed Description

Definition at line 17 of file HLTTauDQMPathSummaryPlotter.h.

Constructor & Destructor Documentation

HLTTauDQMPathSummaryPlotter::HLTTauDQMPathSummaryPlotter ( const edm::ParameterSet pset,
bool  doRefAnalysis,
const std::string &  dqmBaseFolder,
double  hltMatchDr 
)

Definition at line 4 of file HLTTauDQMPathSummaryPlotter.cc.

4  :
5  HLTTauDQMPlotter(pset, dqmBaseFolder),
6  hltMatchDr_(hltMatchDr),
7  doRefAnalysis_(doRefAnalysis)
8 {}
HLTTauDQMPlotter(const edm::ParameterSet &pset, const std::string &dqmBaseFolder)
HLTTauDQMPathSummaryPlotter::~HLTTauDQMPathSummaryPlotter ( )

Definition at line 10 of file HLTTauDQMPathSummaryPlotter.cc.

10  {
11 }

Member Function Documentation

void HLTTauDQMPathSummaryPlotter::analyze ( const edm::TriggerResults triggerResults,
const trigger::TriggerEvent triggerEvent,
const HLTTauDQMOfflineObjects refCollection 
)

Definition at line 30 of file HLTTauDQMPathSummaryPlotter.cc.

References accepted_events, all_events, HLTTauDQMOfflineObjects::clear(), doRefAnalysis_, MonitorElement::Fill(), HLTTauDQMPath::filtersSize(), HLTTauDQMPath::fired(), HLTTauDQMPath::getFilterObjects(), HLTTauDQMPath::goodOfflineEvent(), hltMatchDr_, i, HLTTauDQMPath::offlineMatching(), fed_dqm_sourceclient-live_cfg::path, and pathObjects_.

30  {
31  if(doRefAnalysis_) {
32  std::vector<HLTTauDQMPath::Object> triggerObjs;
33  std::vector<HLTTauDQMPath::Object> matchedTriggerObjs;
34  HLTTauDQMOfflineObjects matchedOfflineObjs;
35 
36  for(size_t i=0; i<pathObjects_.size(); ++i) {
37  const HLTTauDQMPath *path = pathObjects_[i];
38  const int lastFilter = path->filtersSize()-1;
39 
40  if(path->goodOfflineEvent(lastFilter, refCollection)) {
41  all_events->Fill(i+0.5);
42  }
43  if(path->fired(triggerResults)) {
44  triggerObjs.clear();
45  matchedTriggerObjs.clear();
46  matchedOfflineObjs.clear();
47  path->getFilterObjects(triggerEvent, lastFilter, triggerObjs);
48  if(path->offlineMatching(lastFilter, triggerObjs, refCollection, hltMatchDr_, matchedTriggerObjs, matchedOfflineObjs)) {
49  accepted_events->Fill(i+0.5);
50  }
51  }
52  }
53  }
54  else {
55  for(size_t i=0; i<pathObjects_.size(); ++i) {
56  const HLTTauDQMPath *path = pathObjects_[i];
57  all_events->Fill(i+0.5);
58  if(path->fired(triggerResults)) {
59  accepted_events->Fill(i+0.5);
60  }
61  }
62  }
63 }
int i
Definition: DBlmapReader.cc:9
bool goodOfflineEvent(size_t i, const HLTTauDQMOfflineObjects &offlineObjects) const
void Fill(long long x)
void getFilterObjects(const trigger::TriggerEvent &triggerEvent, size_t i, std::vector< Object > &retval) const
std::vector< const HLTTauDQMPath * > pathObjects_
size_t filtersSize() const
Definition: HLTTauDQMPath.h:52
bool offlineMatching(size_t i, const std::vector< Object > &triggerObjects, const HLTTauDQMOfflineObjects &offlineObjects, double dR, std::vector< Object > &matchedTriggerObjects, HLTTauDQMOfflineObjects &matchedOfflineObjects) const
bool fired(const edm::TriggerResults &triggerResults) const
void HLTTauDQMPathSummaryPlotter::bookHistograms ( DQMStore::IBooker iBooker)

Definition at line 13 of file HLTTauDQMPathSummaryPlotter.cc.

References accepted_events, all_events, DQMStore::IBooker::book1D(), i, HLTTauDQMPlotter::isValid(), pathObjects_, MonitorElement::setBinLabel(), DQMStore::IBooker::setCurrentFolder(), and HLTTauDQMPlotter::triggerTag().

13  {
14  if(!isValid() || pathObjects_.empty())
15  return;
16 
17  //Create the histograms
18  iBooker.setCurrentFolder(triggerTag()+"/helpers");
19 
20  all_events = iBooker.book1D("RefEvents", "All events", pathObjects_.size(), 0, pathObjects_.size());
21  accepted_events = iBooker.book1D("PathTriggerBits","Accepted Events per Path;;entries", pathObjects_.size(), 0, pathObjects_.size());
22  for(size_t i=0; i<pathObjects_.size(); ++i) {
23  all_events->setBinLabel(i+1, pathObjects_[i]->getPathName());
24  accepted_events->setBinLabel(i+1, pathObjects_[i]->getPathName());
25  }
26 
27  iBooker.setCurrentFolder(triggerTag());
28 }
bool isValid() const
int i
Definition: DBlmapReader.cc:9
void setBinLabel(int bin, const std::string &label, int axis=1)
set bin label for x, y or z axis (axis=1, 2, 3 respectively)
const std::string & triggerTag() const
std::vector< const HLTTauDQMPath * > pathObjects_
MonitorElement * book1D(Args &&...args)
Definition: DQMStore.h:115
void setCurrentFolder(const std::string &fullpath)
Definition: DQMStore.cc:276
void HLTTauDQMPathSummaryPlotter::setPathObjects ( const std::vector< const HLTTauDQMPath * > &  pathObjects)
inline

Definition at line 25 of file HLTTauDQMPathSummaryPlotter.h.

References pathObjects_.

25  {
26  pathObjects_ = pathObjects;
27  }
std::vector< const HLTTauDQMPath * > pathObjects_

Member Data Documentation

MonitorElement* HLTTauDQMPathSummaryPlotter::accepted_events
private

Definition at line 38 of file HLTTauDQMPathSummaryPlotter.h.

Referenced by analyze(), and bookHistograms().

MonitorElement* HLTTauDQMPathSummaryPlotter::all_events
private

Definition at line 37 of file HLTTauDQMPathSummaryPlotter.h.

Referenced by analyze(), and bookHistograms().

const bool HLTTauDQMPathSummaryPlotter::doRefAnalysis_
private

Definition at line 33 of file HLTTauDQMPathSummaryPlotter.h.

Referenced by analyze().

const double HLTTauDQMPathSummaryPlotter::hltMatchDr_
private

Definition at line 32 of file HLTTauDQMPathSummaryPlotter.h.

Referenced by analyze().

std::vector<const HLTTauDQMPath *> HLTTauDQMPathSummaryPlotter::pathObjects_
private

Definition at line 35 of file HLTTauDQMPathSummaryPlotter.h.

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