CMS 3D CMS Logo

MuonME0DigisHarvestor.h
Go to the documentation of this file.
1 #ifndef MuonME0DigisHarvestor_H
2 #define MuonME0DigisHarvestor_H
3 
5 
10 
12 #include <TEfficiency.h>
13 #include <TGraphAsymmErrors.h>
14 #include <TProfile.h>
15 
17 public:
19  explicit MuonME0DigisHarvestor(const edm::ParameterSet &);
21  ~MuonME0DigisHarvestor() 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  void ProcessBookingBKG(
26  DQMStore::IBooker &ibooker, DQMStore::IGetter &ig, std::string nameHist, TH1F *hist, TH1F *hist2);
27  TProfile *ComputeEff(TH1F *num, TH1F *denum, std::string nameHist);
28  TH1F *ComputeBKG(TH1F *hist1, TH1F *hist2, std::string nameHist);
29 
30 private:
32 };
33 #endif
void ProcessBookingBKG(DQMStore::IBooker &ibooker, DQMStore::IGetter &ig, std::string nameHist, TH1F *hist, TH1F *hist2)
TH1F * ComputeBKG(TH1F *hist1, TH1F *hist2, std::string nameHist)
~MuonME0DigisHarvestor() override
destructor
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
MuonME0DigisHarvestor(const edm::ParameterSet &)
constructor
TProfile * ComputeEff(TH1F *num, TH1F *denum, std::string nameHist)
void ProcessBooking(DQMStore::IBooker &, DQMStore::IGetter &, std::string nameHist, TH1F *num, TH1F *den)