Main Page
Namespaces
Classes
Package Documentation
Validation
MuonGEMHits
plugins
MuonGEMHitsHarvestor.h
Go to the documentation of this file.
1
#ifndef MuonGEMHitsHarvestor_H
2
#define MuonGEMHitsHarvestor_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/MuonGEMHits/interface/GEMHitsValidation.h"
14
//#include "Validation/MuonGEMHits/interface/AbstractHarvester.h"
15
#include <TEfficiency.h>
16
#include <TGraphAsymmErrors.h>
17
#include <TProfile.h>
18
19
class
MuonGEMHitsHarvestor
:
public
DQMEDHarvester
{
20
public
:
22
explicit
MuonGEMHitsHarvestor
(
const
edm::ParameterSet
&);
24
~MuonGEMHitsHarvestor
()
override
;
25
26
void
dqmEndJob
(
DQMStore::IBooker
&,
DQMStore::IGetter
&)
override
;
27
void
ProcessBooking
(
28
DQMStore::IBooker
&,
DQMStore::IGetter
&,
std::string
label_suffix, TH1F* track_hist, TH1F* sh_hist =
nullptr
);
29
TProfile*
ComputeEff
(TH1F*
num
, TH1F* denum);
30
31
private
:
32
std::string
dbe_path_
,
outputFile_
;
33
};
34
#endif
PSimHitMap.h
dqm::dqmstoreimpl::DQMStore::IGetter
Definition:
DQMStore.h:240
MuonGEMHitsHarvestor::MuonGEMHitsHarvestor
MuonGEMHitsHarvestor(const edm::ParameterSet &)
constructor
Definition:
MuonGEMHitsHarvestor.cc:50
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
Event.h
DQMEDHarvester.h
MuonGEMHitsHarvestor::ComputeEff
TProfile * ComputeEff(TH1F *num, TH1F *denum)
Definition:
MuonGEMHitsHarvestor.cc:56
dqm::dqmstoreimpl::DQMStore::IBooker
Definition:
DQMStore.h:106
MuonGEMHitsHarvestor::~MuonGEMHitsHarvestor
~MuonGEMHitsHarvestor() override
destructor
Definition:
MuonGEMHitsHarvestor.cc:55
DQMStore.h
ESHandle.h
EDAnalyzer.h
EgammaValidation_cff.num
num
Definition:
EgammaValidation_cff.py:34
MuonGEMHitsHarvestor::dqmEndJob
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
Definition:
MuonGEMHitsHarvestor.cc:112
MuonGEMHitsHarvestor::ProcessBooking
void ProcessBooking(DQMStore::IBooker &, DQMStore::IGetter &, std::string label_suffix, TH1F *track_hist, TH1F *sh_hist=0)
Definition:
MuonGEMHitsHarvestor.cc:86
GEMGeometry.h
MuonGEMHitsHarvestor::dbe_path_
std::string dbe_path_
Definition:
MuonGEMHitsHarvestor.h:32
DQMEDHarvester
Definition:
DQMEDHarvester.py:1
MuonGEMHitsHarvestor::outputFile_
std::string outputFile_
Definition:
MuonGEMHitsHarvestor.h:32
MuonGEMHitsHarvestor
Definition:
MuonGEMHitsHarvestor.h:19
edm::ParameterSet
Definition:
ParameterSet.h:36
Generated for CMSSW Reference Manual by
1.8.11