CMS 3D CMS Logo

MuonGEMHitsHarvestor.h
Go to the documentation of this file.
1 #ifndef MuonGEMHitsHarvestor_H
2 #define MuonGEMHitsHarvestor_H
3 
7 
8 
13 
15 //#include "Validation/MuonGEMHits/interface/GEMHitsValidation.h"
16 //#include "Validation/MuonGEMHits/interface/AbstractHarvester.h"
17 #include <TEfficiency.h>
18 #include <TGraphAsymmErrors.h>
19 #include <TProfile.h>
20 
22 {
23 public:
25  explicit MuonGEMHitsHarvestor(const edm::ParameterSet&);
27  ~MuonGEMHitsHarvestor() override;
28 
29  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
30  void ProcessBooking( DQMStore::IBooker& , DQMStore::IGetter&, std::string label_suffix, TH1F* track_hist, TH1F* sh_hist=nullptr );
31  TProfile* ComputeEff(TH1F* num, TH1F* denum );
32 
33 
34 private:
36 };
37 #endif
MuonGEMHitsHarvestor(const edm::ParameterSet &)
constructor
TProfile * ComputeEff(TH1F *num, TH1F *denum)
~MuonGEMHitsHarvestor() override
destructor
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
void ProcessBooking(DQMStore::IBooker &, DQMStore::IGetter &, std::string label_suffix, TH1F *track_hist, TH1F *sh_hist=0)