test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonGEMRecHitsHarvestor.h
Go to the documentation of this file.
1 #ifndef MuonGEMDigisHarvestor_H
2 #define MuonGEMDigisHarvestor_H
3 
7 
12 
14 #include <TEfficiency.h>
15 #include <TGraphAsymmErrors.h>
16 #include <TProfile.h>
17 
19 {
20 public:
24  virtual ~MuonGEMRecHitsHarvestor();
25 
27  void ProcessBooking( DQMStore::IBooker& , DQMStore::IGetter&, const char* label, TString suffix, TH1F* track_hist, TH1F* sh_hist );
28  TProfile* ComputeEff(TH1F* num, TH1F* denum );
29 
30 private:
32 };
33 #endif
TProfile * ComputeEff(TH1F *num, TH1F *denum)
MuonGEMRecHitsHarvestor(const edm::ParameterSet &)
constructor
virtual ~MuonGEMRecHitsHarvestor()
destructor
void ProcessBooking(DQMStore::IBooker &, DQMStore::IGetter &, const char *label, TString suffix, TH1F *track_hist, TH1F *sh_hist)
virtual void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &)