CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
MuonME0DigisHarvestor.h
Go to the documentation of this file.
1 #ifndef MuonME0DigisHarvestor_H
2 #define MuonME0DigisHarvestor_H
3 
6 
11 
13 #include <TEfficiency.h>
14 #include <TGraphAsymmErrors.h>
15 #include <TProfile.h>
16 
18 public:
20  explicit MuonME0DigisHarvestor(const edm::ParameterSet &);
22  ~MuonME0DigisHarvestor() 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  void ProcessBookingBKG(
27  DQMStore::IBooker &ibooker, DQMStore::IGetter &ig, std::string nameHist, TH1F *hist, TH1F *hist2);
28  TProfile *ComputeEff(TH1F *num, TH1F *denum, std::string nameHist);
29  TH1F *ComputeBKG(TH1F *hist1, TH1F *hist2, std::string nameHist);
30 
31 private:
33 };
34 #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)
__shared__ Hist hist
void ProcessBooking(DQMStore::IBooker &, DQMStore::IGetter &, std::string nameHist, TH1F *num, TH1F *den)