CMS 3D CMS Logo

MuonGEMDigisHarvestor.h
Go to the documentation of this file.
1 #ifndef MuonGEMDigisHarvestor_H
2 #define MuonGEMDigisHarvestor_H
3 
7 
8 
13 
17 #include <TEfficiency.h>
18 #include <TGraphAsymmErrors.h>
19 #include <TProfile.h>
20 
22 {
23 public:
27  virtual ~MuonGEMDigisHarvestor();
28 
30  void ProcessBooking( DQMStore::IBooker& , DQMStore::IGetter&, const char* label, TString suffix, TH1F* track_hist, TH1F* sh_hist );
31  TProfile* ComputeEff(TH1F* num, TH1F* denum );
32 
33 private:
35 // std::string dbe_strip_prefix_, dbe_pad_prefix_, dbe_copad_prefix_;
36 };
37 #endif
virtual ~MuonGEMDigisHarvestor()
destructor
TProfile * ComputeEff(TH1F *num, TH1F *denum)
MuonGEMDigisHarvestor(const edm::ParameterSet &)
constructor
std::string compareable_dbe_hist_prefix_
virtual void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &)
void ProcessBooking(DQMStore::IBooker &, DQMStore::IGetter &, const char *label, TString suffix, TH1F *track_hist, TH1F *sh_hist)