Main Page
Namespaces
Classes
Package Documentation
Validation
DTRecHits
plugins
DTSegment2DQuality.h
Go to the documentation of this file.
1
#ifndef Validation_DTRecHits_DTSegment2DQuality_h
2
#define Validation_DTRecHits_DTSegment2DQuality_h
3
11
#include <map>
12
#include <string>
13
#include <vector>
14
15
#include "
DQMServices/Core/interface/ConcurrentMonitorElement.h
"
16
#include "
DQMServices/Core/interface/DQMGlobalEDAnalyzer.h
"
17
#include "
DataFormats/DTRecHit/interface/DTRecSegment2DCollection.h
"
18
#include "
FWCore/Utilities/interface/InputTag.h
"
19
#include "
SimDataFormats/TrackingHit/interface/PSimHitContainer.h
"
20
21
namespace
edm
{
22
class
ParameterSet
;
23
class
Event
;
24
class
EventSetup
;
25
}
// namespace edm
26
27
class
HRes2DHit
;
28
class
HEff2DHit
;
29
namespace
dtsegment2d
{
30
struct
Histograms;
31
}
32
33
class
DTSegment2DQuality
:
public
DQMGlobalEDAnalyzer
<dtsegment2d::Histograms> {
34
public
:
36
DTSegment2DQuality
(
const
edm::ParameterSet
&
pset
);
37
38
private
:
40
void
bookHistograms
(
DQMStore::ConcurrentBooker
&,
41
edm::Run
const
&,
42
edm::EventSetup
const
&,
43
dtsegment2d::Histograms
&)
const override
;
44
46
void
dqmAnalyze
(
edm::Event
const
&,
edm::EventSetup
const
&,
dtsegment2d::Histograms
const
&)
const override
;
47
48
private
:
49
// Labels to read from event
50
edm::InputTag
simHitLabel_
;
51
edm::InputTag
segment2DLabel_
;
52
edm::EDGetTokenT<edm::PSimHitContainer>
simHitToken_
;
53
edm::EDGetTokenT<DTRecSegment2DCollection>
segment2DToken_
;
54
55
// Sigma resolution on position
56
double
sigmaResPos_
;
57
58
// Sigma resolution on angle
59
double
sigmaResAngle_
;
60
61
// Switch for debug output
62
bool
debug_
;
63
};
64
65
#endif // Validation_DTRecHits_DTSegment2DQuality_h
DTSegment2DQuality::sigmaResPos_
double sigmaResPos_
Definition:
DTSegment2DQuality.h:56
DTSegment2DQuality::simHitToken_
edm::EDGetTokenT< edm::PSimHitContainer > simHitToken_
Definition:
DTSegment2DQuality.h:52
ParameterSet
Definition:
Functions.h:16
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
dtsegment2d::Histograms
Definition:
DTSegment2DQuality.cc:29
edm::EDGetTokenT< edm::PSimHitContainer >
DTSegment2DQuality
Definition:
DTSegment2DQuality.h:33
EventSetup
HEff2DHit
Definition:
Histograms.h:319
DQMGlobalEDAnalyzer.h
dqmAnalyze
example_global void dqmAnalyze(edm::Event const &,@example_global edm::EventSetup const &,@example_global Histograms___class__ const &) const override
PSimHitContainer.h
edm::EventSetup
Definition:
EventSetup.h:57
DTSegment2DQuality::segment2DToken_
edm::EDGetTokenT< DTRecSegment2DCollection > segment2DToken_
Definition:
DTSegment2DQuality.h:53
DTSegment2DQuality::simHitLabel_
edm::InputTag simHitLabel_
Definition:
DTSegment2DQuality.h:50
bookHistograms
example_stream void bookHistograms(DQMStore::IBooker &,@example_stream edm::Run const &,@example_stream edm::EventSetup const &) override
Event
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::InputTag
Definition:
InputTag.h:15
HRes2DHit
Definition:
Histograms.h:208
DQMGlobalEDAnalyzer
Definition:
DQMGlobalEDAnalyzer.h:11
InputTag.h
dtsegment2d
Definition:
DTSegment2DQuality.cc:28
DTSegment2DQuality::sigmaResAngle_
double sigmaResAngle_
Definition:
DTSegment2DQuality.h:59
edm::ParameterSet
Definition:
ParameterSet.h:36
DQMStore::ConcurrentBooker
Definition:
DQMStore.h:141
edm::Event
Definition:
Event.h:71
DTSegment2DQuality::debug_
bool debug_
Definition:
DTSegment2DQuality.h:62
DTSegment2DQuality::segment2DLabel_
edm::InputTag segment2DLabel_
Definition:
DTSegment2DQuality.h:51
ConcurrentMonitorElement.h
edm::Run
Definition:
Run.h:45
DTRecSegment2DCollection.h
Generated for CMSSW Reference Manual by
1.8.11