CMS 3D CMS Logo

MuonME0SegHarvestor.h
Go to the documentation of this file.
1 #ifndef MuonME0SegHarvestor_H
2 #define MuonME0SegHarvestor_H
3 
7 
11 
12 #include <TEfficiency.h>
13 #include <TGraphAsymmErrors.h>
14 #include <TProfile.h>
15 
17 
19 public:
21  explicit MuonME0SegHarvestor(const edm::ParameterSet &);
23  ~MuonME0SegHarvestor() override;
24 
25  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
26  void ProcessBooking(DQMStore::IBooker &, DQMStore::IGetter &, std::string nameHist, TH1F *num, TH1F *den);
27  TProfile *ComputeEff(TH1F *num, TH1F *denum, std::string nameHist);
28 
29 private:
31 };
32 #endif
DQMEDHarvester.h
ESHandle.h
DQMStore.h
EDAnalyzer.h
ME0RecHitsValidation.h
MuonME0SegHarvestor::dbe_path_
std::string dbe_path_
Definition: MuonME0SegHarvestor.h:30
MuonME0SegHarvestor::~MuonME0SegHarvestor
~MuonME0SegHarvestor() override
destructor
Definition: MuonME0SegHarvestor.cc:36
MuonME0SegHarvestor
Definition: MuonME0SegHarvestor.h:18
MuonME0SegHarvestor::dqmEndJob
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
Definition: MuonME0SegHarvestor.cc:95
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
edm::ParameterSet
Definition: ParameterSet.h:36
MuonME0SegHarvestor::MuonME0SegHarvestor
MuonME0SegHarvestor(const edm::ParameterSet &)
constructor
Definition: MuonME0SegHarvestor.cc:32
Event.h
EgammaValidation_cff.num
num
Definition: EgammaValidation_cff.py:34
DQMEDHarvester
Definition: DQMEDHarvester.py:1
ME0Geometry.h
MuonME0SegHarvestor::ProcessBooking
void ProcessBooking(DQMStore::IBooker &, DQMStore::IGetter &, std::string nameHist, TH1F *num, TH1F *den)
Definition: MuonME0SegHarvestor.cc:72
MuonME0SegHarvestor::ComputeEff
TProfile * ComputeEff(TH1F *num, TH1F *denum, std::string nameHist)
Definition: MuonME0SegHarvestor.cc:38
dqm::implementation::IGetter
Definition: DQMStore.h:484
dqm::implementation::IBooker
Definition: DQMStore.h:43