Validation
RPCRecHits
interface
RPCPointVsRecHit.h
Go to the documentation of this file.
1
#ifndef Validation_RPCRecHits_RPCPointVsRecHit_h
2
#define Validation_RPCRecHits_RPCPointVsRecHit_h
3
4
#include "
DQMServices/Core/interface/DQMEDAnalyzer.h
"
5
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
6
7
#include "
FWCore/Framework/interface/Event.h
"
8
#include "
FWCore/Framework/interface/EventSetup.h
"
9
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
10
#include "
FWCore/Utilities/interface/InputTag.h
"
11
12
#include "
FWCore/ServiceRegistry/interface/Service.h
"
13
#include "
Geometry/RPCGeometry/interface/RPCGeometry.h
"
14
#include "
Geometry/Records/interface/MuonGeometryRecord.h
"
15
16
#include "
DataFormats/RPCRecHit/interface/RPCRecHitCollection.h
"
17
#include "
Validation/RPCRecHits/interface/RPCValidHistograms.h
"
18
19
#include <string>
20
21
class
RPCPointVsRecHit
:
public
DQMEDAnalyzer
{
22
public
:
23
RPCPointVsRecHit
(
const
edm::ParameterSet
&
pset
);
24
~RPCPointVsRecHit
()
override
{};
25
26
void
analyze
(
const
edm::Event
&
event
,
const
edm::EventSetup
&
eventSetup
)
override
;
27
void
bookHistograms
(
DQMStore::IBooker
&,
edm::Run
const
&,
edm::EventSetup
const
&)
override
;
28
29
private
:
30
edm::EDGetTokenT<RPCRecHitCollection>
refHitToken_
,
recHitToken_
;
31
edm::ESGetToken<RPCGeometry, MuonGeometryRecord>
rpcGeomToken_
;
32
33
std::string
subDir_
;
34
RPCValidHistograms
h_
;
35
};
36
37
#endif // Validation_RPCRecHits_RPCPointVsRecHit_h
RPCPointVsRecHit::rpcGeomToken_
edm::ESGetToken< RPCGeometry, MuonGeometryRecord > rpcGeomToken_
Definition:
RPCPointVsRecHit.h:31
RPCPointVsRecHit::bookHistograms
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
Definition:
RPCPointVsRecHit.cc:205
MuonGeometryRecord.h
Event.h
EventSetup.h
RPCPointVsRecHit::refHitToken_
edm::EDGetTokenT< RPCRecHitCollection > refHitToken_
Definition:
RPCPointVsRecHit.h:30
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
edm::EDGetTokenT< RPCRecHitCollection >
Frameworkfwd.h
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
ParameterSet.h
RPCRecHitCollection.h
dqm::implementation::IBooker
Definition:
DQMStore.h:43
edm::ESGetToken< RPCGeometry, MuonGeometryRecord >
RPCValidHistograms
Definition:
RPCValidHistograms.h:11
DQMEDAnalyzer.h
DQMEDAnalyzer
Definition:
DQMEDAnalyzer.py:1
Service.h
edm::EventSetup
Definition:
EventSetup.h:59
RPCPointVsRecHit::subDir_
std::string subDir_
Definition:
RPCPointVsRecHit.h:33
RPCPointVsRecHit::analyze
void analyze(const edm::Event &event, const edm::EventSetup &eventSetup) override
Definition:
RPCPointVsRecHit.cc:22
RPCPointVsRecHit::~RPCPointVsRecHit
~RPCPointVsRecHit() override
Definition:
RPCPointVsRecHit.h:24
RPCPointVsRecHit::h_
RPCValidHistograms h_
Definition:
RPCPointVsRecHit.h:34
RPCPointVsRecHit::RPCPointVsRecHit
RPCPointVsRecHit(const edm::ParameterSet &pset)
Definition:
RPCPointVsRecHit.cc:13
InputTag.h
edm::ParameterSet
Definition:
ParameterSet.h:47
RPCPointVsRecHit
Definition:
RPCPointVsRecHit.h:21
RPCGeometry.h
edm::Event
Definition:
Event.h:73
options_cfi.eventSetup
eventSetup
Definition:
options_cfi.py:12
RPCValidHistograms.h
event
Definition:
event.py:1
edm::Run
Definition:
Run.h:45
RPCPointVsRecHit::recHitToken_
edm::EDGetTokenT< RPCRecHitCollection > recHitToken_
Definition:
RPCPointVsRecHit.h:30
Generated for CMSSW Reference Manual by
1.8.14