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 {
20 public:
25 
27  void ProcessBooking( DQMStore::IBooker& , DQMStore::IGetter&, std::string nameHist, TH1F* num, TH1F* den );
28  void ProcessBookingBKG( 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(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)
virtual void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &)