CMS 3D CMS Logo

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