CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EmDQMPostProcessor.h
Go to the documentation of this file.
1 #ifndef HLTriggerOffline_Egamma_EmDQMPosProcessor_H
2 #define HLTriggerOffline_Egamma_EmDQMPosProcessor_H
3 
4 
8 
10  public:
13 
14  void analyze(const edm::Event& event, const edm::EventSetup& eventSetup) {};
15  void endRun(edm::Run const&, edm::EventSetup const&);
16  TProfile* dividehistos(DQMStore * dqm, const std::string& num, const std::string& denom, const std::string& out,const std::string& label, const std::string& titel= "");
17 
18  private:
19 
22  static void Efficiency(int passing, int total, double level, double &mode, double &lowerBound, double &upperBound);
23 
28  bool noPhiPlots;
30 
34  TH1F *getHistogram(DQMStore *dqm, const std::string &histoPath);
35 
36  std::string subDir_;
37 
48  std::string dataSet_;
49 };
50 
51 #endif
void analyze(const edm::Event &event, const edm::EventSetup &eventSetup)
void endRun(edm::Run const &, edm::EventSetup const &)
How EventSelector::AcceptEvent() decides whether to accept an event for output otherwise it is excluding the probing of A single or multiple positive and the trigger will pass if any such matching triggers are PASS or EXCEPTION[A criterion thatmatches no triggers at all is detected and causes a throw.] A single negative with an expectation of appropriate bit checking in the decision and the trigger will pass if any such matching triggers are FAIL or EXCEPTION A wildcarded negative criterion that matches more than one trigger in the trigger but the state exists so we define the behavior If all triggers are the negative crieriion will lead to accepting the event(this again matches the behavior of"!*"before the partial wildcard feature was incorporated).The per-event"cost"of each negative criterion with multiple relevant triggers is about the same as!*was in the past
EmDQMPostProcessor(const edm::ParameterSet &pset)
tuple out
Definition: dbtoconf.py:99
long long int num
Definition: procUtils.cc:71
tuple level
Definition: testEve_cfg.py:34
TH1F * getHistogram(DQMStore *dqm, const std::string &histoPath)
static void Efficiency(int passing, int total, double level, double &mode, double &lowerBound, double &upperBound)
Definition: Run.h:33
TProfile * dividehistos(DQMStore *dqm, const std::string &num, const std::string &denom, const std::string &out, const std::string &label, const std::string &titel="")