CMS 3D CMS Logo

MuonME0DigisHarvestor.h
Go to the documentation of this file.
1 #ifndef MuonME0DigisHarvestor_H
2 #define MuonME0DigisHarvestor_H
3 
6 
11 
13 #include <TEfficiency.h>
14 #include <TGraphAsymmErrors.h>
15 #include <TProfile.h>
16 
18 public:
20  explicit MuonME0DigisHarvestor(const edm::ParameterSet &);
22  ~MuonME0DigisHarvestor() override;
23 
24  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
25  void ProcessBooking(DQMStore::IBooker &, DQMStore::IGetter &, std::string nameHist, TH1F *num, TH1F *den);
26  void ProcessBookingBKG(
27  DQMStore::IBooker &ibooker, DQMStore::IGetter &ig, std::string nameHist, TH1F *hist, TH1F *hist2);
28  TProfile *ComputeEff(TH1F *num, TH1F *denum, std::string nameHist);
29  TH1F *ComputeBKG(TH1F *hist1, TH1F *hist2, std::string nameHist);
30 
31 private:
33 };
34 #endif
ME0DigisValidation.h
DQMEDHarvester.h
DQMStore.h
EDAnalyzer.h
MuonME0DigisHarvestor::~MuonME0DigisHarvestor
~MuonME0DigisHarvestor() override
destructor
Definition: MuonME0DigisHarvestor.cc:35
MuonME0DigisHarvestor::ProcessBookingBKG
void ProcessBookingBKG(DQMStore::IBooker &ibooker, DQMStore::IGetter &ig, std::string nameHist, TH1F *hist, TH1F *hist2)
Definition: MuonME0DigisHarvestor.cc:113
MuonME0DigisHarvestor::ComputeEff
TProfile * ComputeEff(TH1F *num, TH1F *denum, std::string nameHist)
Definition: MuonME0DigisHarvestor.cc:37
compare.hist
hist
Definition: compare.py:376
PSimHitMap.h
MuonME0DigisHarvestor
Definition: MuonME0DigisHarvestor.h:17
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
edm::ParameterSet
Definition: ParameterSet.h:47
Event.h
MuonME0DigisHarvestor::MuonME0DigisHarvestor
MuonME0DigisHarvestor(const edm::ParameterSet &)
constructor
Definition: MuonME0DigisHarvestor.cc:31
MuonME0DigisHarvestor::dbe_path_
std::string dbe_path_
Definition: MuonME0DigisHarvestor.h:32
EgammaValidation_cff.num
num
Definition: EgammaValidation_cff.py:34
MuonME0DigisHarvestor::ProcessBooking
void ProcessBooking(DQMStore::IBooker &, DQMStore::IGetter &, std::string nameHist, TH1F *num, TH1F *den)
Definition: MuonME0DigisHarvestor.cc:71
DQMEDHarvester
Definition: DQMEDHarvester.py:1
ME0Geometry.h
MuonME0DigisHarvestor::ComputeBKG
TH1F * ComputeBKG(TH1F *hist1, TH1F *hist2, std::string nameHist)
Definition: MuonME0DigisHarvestor.cc:94
dqm::implementation::IGetter
Definition: DQMStore.h:484
dqm::implementation::IBooker
Definition: DQMStore.h:43
MuonME0DigisHarvestor::dqmEndJob
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
Definition: MuonME0DigisHarvestor.cc:135