CMS 3D CMS Logo

MuonME0SegHarvestor.h
Go to the documentation of this file.
1 #ifndef MuonME0SegHarvestor_H
2 #define MuonME0SegHarvestor_H
3 
7 
11 
12 #include <TEfficiency.h>
13 #include <TGraphAsymmErrors.h>
14 #include <TProfile.h>
15 
17 
19 {
20 public:
22  explicit MuonME0SegHarvestor(const edm::ParameterSet&);
25 
27  void ProcessBooking( DQMStore::IBooker& , DQMStore::IGetter&, std::string nameHist, TH1F* num, TH1F* den );
28  TProfile* ComputeEff(TH1F* num, TH1F* denum, std::string nameHist );
29 
30 private:
32 };
33 #endif
MuonME0SegHarvestor(const edm::ParameterSet &)
constructor
void ProcessBooking(DQMStore::IBooker &, DQMStore::IGetter &, std::string nameHist, TH1F *num, TH1F *den)
virtual void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &)
TProfile * ComputeEff(TH1F *num, TH1F *denum, std::string nameHist)
~MuonME0SegHarvestor()
destructor