Main Page
Namespaces
Classes
Package Documentation
Validation
MuonGEMRecHits
plugins
MuonGEMRecHitsHarvestor.h
Go to the documentation of this file.
1
#ifndef MuonGEMDigisHarvestor_H
2
#define MuonGEMDigisHarvestor_H
3
4
#include "
FWCore/Framework/interface/Event.h
"
5
#include "
FWCore/Framework/interface/ESHandle.h
"
6
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
7
8
#include "
DQMServices/Core/interface/DQMStore.h
"
9
#include "
DQMServices/Core/interface/DQMEDHarvester.h
"
10
#include "
SimMuon/MCTruth/interface/PSimHitMap.h
"
11
#include "
Geometry/GEMGeometry/interface/GEMGeometry.h
"
12
13
#include "
Validation/MuonGEMRecHits/interface/GEMRecHitsValidation.h
"
14
#include <TEfficiency.h>
15
#include <TGraphAsymmErrors.h>
16
#include <TProfile.h>
17
18
class
MuonGEMRecHitsHarvestor
:
public
DQMEDHarvester
19
{
20
public
:
22
explicit
MuonGEMRecHitsHarvestor
(
const
edm::ParameterSet
&);
24
~MuonGEMRecHitsHarvestor
()
override
;
25
26
void
dqmEndJob
(
DQMStore::IBooker
&,
DQMStore::IGetter
&)
override
;
27
void
ProcessBooking
(
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
:
31
std::string
dbe_path_
,
outputFile_
;
32
};
33
#endif
PSimHitMap.h
diffTwoXMLs.label
label
Definition:
diffTwoXMLs.py:42
pileupDistInMC.num
num
Definition:
pileupDistInMC.py:65
MuonGEMRecHitsHarvestor::dbe_path_
std::string dbe_path_
Definition:
MuonGEMRecHitsHarvestor.h:31
MuonGEMRecHitsHarvestor::outputFile_
std::string outputFile_
Definition:
MuonGEMRecHitsHarvestor.h:31
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
Event.h
MuonGEMRecHitsHarvestor::dqmEndJob
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
Definition:
MuonGEMRecHitsHarvestor.cc:117
DQMEDHarvester.h
createPayload.suffix
suffix
Definition:
createPayload.py:279
DQMStore::IGetter
Definition:
DQMStore.h:298
GEMRecHitsValidation.h
MuonGEMRecHitsHarvestor
Definition:
MuonGEMRecHitsHarvestor.h:18
DQMStore.h
ESHandle.h
MuonGEMRecHitsHarvestor::ComputeEff
TProfile * ComputeEff(TH1F *num, TH1F *denum)
Definition:
MuonGEMRecHitsHarvestor.cc:60
MuonGEMRecHitsHarvestor::MuonGEMRecHitsHarvestor
MuonGEMRecHitsHarvestor(const edm::ParameterSet &)
constructor
Definition:
MuonGEMRecHitsHarvestor.cc:50
EDAnalyzer.h
GEMGeometry.h
DQMEDHarvester
Definition:
DQMEDHarvester.py:1
edm::ParameterSet
Definition:
ParameterSet.h:36
MuonGEMRecHitsHarvestor::ProcessBooking
void ProcessBooking(DQMStore::IBooker &, DQMStore::IGetter &, const char *label, TString suffix, TH1F *track_hist, TH1F *sh_hist)
Definition:
MuonGEMRecHitsHarvestor.cc:91
DQMStore::IBooker
Definition:
DQMStore.h:93
MuonGEMRecHitsHarvestor::~MuonGEMRecHitsHarvestor
~MuonGEMRecHitsHarvestor() override
destructor
Definition:
MuonGEMRecHitsHarvestor.cc:57
Generated for CMSSW Reference Manual by
1.8.11