CMS 3D CMS Logo

MuonME0SegHarvestor.h
Go to the documentation of this file.
1 #ifndef MuonME0SegHarvestor_H
2 #define MuonME0SegHarvestor_H
3 
7 
11 
12 #include <TEfficiency.h>
13 #include <TGraphAsymmErrors.h>
14 #include <TProfile.h>
15 
17 
19 public:
21  explicit MuonME0SegHarvestor(const edm::ParameterSet &);
23  ~MuonME0SegHarvestor() override;
24 
25  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
26  void ProcessBooking(DQMStore::IBooker &, DQMStore::IGetter &, std::string nameHist, TH1F *num, TH1F *den);
27  TProfile *ComputeEff(TH1F *num, TH1F *denum, std::string nameHist);
28 
29 private:
31 };
32 #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