CMS 3D CMS Logo

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