CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
MuonME0SegHarvestor.h
Go to the documentation of this file.
1 #ifndef MuonME0SegHarvestor_H
2 #define MuonME0SegHarvestor_H
3 
6 
10 
11 #include <TEfficiency.h>
12 #include <TGraphAsymmErrors.h>
13 #include <TProfile.h>
14 
16 
18 public:
20  explicit MuonME0SegHarvestor(const edm::ParameterSet &);
22  ~MuonME0SegHarvestor() override;
23 
24  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
25  void ProcessBooking(DQMStore::IBooker &, DQMStore::IGetter &, std::string nameHist, TH1F *num, TH1F *den);
26  TProfile *ComputeEff(TH1F *num, TH1F *denum, std::string nameHist);
27 
28 private:
30 };
31 #endif
MuonME0SegHarvestor(const edm::ParameterSet &)
constructor
void ProcessBooking(DQMStore::IBooker &, DQMStore::IGetter &, std::string nameHist, TH1F *num, TH1F *den)
~MuonME0SegHarvestor() override
destructor
TProfile * ComputeEff(TH1F *num, TH1F *denum, std::string nameHist)
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override