CMS 3D CMS Logo

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