CMS 3D CMS Logo

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 public:
23  ~MuonGEMRecHitsHarvestor() override;
24 
25  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
26  void ProcessBooking(
27  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
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
char const * label
TProfile * ComputeEff(TH1F *num, TH1F *denum)
MuonGEMRecHitsHarvestor(const edm::ParameterSet &)
constructor
void ProcessBooking(DQMStore::IBooker &, DQMStore::IGetter &, const char *label, TString suffix, TH1F *track_hist, TH1F *sh_hist)
~MuonGEMRecHitsHarvestor() override
destructor