CMS 3D CMS Logo

JetMETDQMPostProcessor.h
Go to the documentation of this file.
1 // Migrated to use DQMEDHarvester by: Jyothsna Rani Komaragiri, Oct 2014
2 
3 #ifndef HLTriggerOffline_JetMET_JetMETDQMPosProcessor_H
4 #define HLTriggerOffline_JetMET_JetMETDQMPosProcessor_H
5 
8 
9 #include "TEfficiency.h"
10 #include "TPRegexp.h"
11 
13 public:
16 
18  DQMStore::IGetter &) override; // performed in the endJob
19 
20  TProfile *dividehistos(DQMStore::IBooker &ibooker,
21  DQMStore::IGetter &igetter,
22  const std::string &numName,
23  const std::string &denomName,
24  const std::string &outName,
25  const std::string &label,
26  const std::string &titel);
27 
28 private:
30 
31  void Efficiency(int passing, int total, double level, double &mode, double &lowerBound, double &upperBound);
32 
33  TH1F *getHistogram(DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter, const std::string &histoPath);
34 };
35 
36 #endif
void Efficiency(int passing, int total, double level, double &mode, double &lowerBound, double &upperBound)
JetMETDQMPostProcessor(const edm::ParameterSet &pset)
char const * label
TH1F * getHistogram(DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter, const std::string &histoPath)
TProfile * dividehistos(DQMStore::IBooker &ibooker, DQMStore::IGetter &igetter, const std::string &numName, const std::string &denomName, const std::string &outName, const std::string &label, const std::string &titel)
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override