Validation
DTRecHits
plugins
DTSegment4DQuality.h
Go to the documentation of this file.
1
#ifndef Validation_DTRecHits_DTSegment4DQuality_h
2
#define Validation_DTRecHits_DTSegment4DQuality_h
3
24
#include <map>
25
#include <string>
26
#include <vector>
27
28
#include "
DQMServices/Core/interface/DQMGlobalEDAnalyzer.h
"
29
#include "
DataFormats/DTRecHit/interface/DTRecSegment4DCollection.h
"
30
#include "
FWCore/Utilities/interface/InputTag.h
"
31
#include "
SimDataFormats/TrackingHit/interface/PSimHitContainer.h
"
32
33
namespace
edm
{
34
class
ParameterSet
;
35
class
Event
;
36
class
EventSetup
;
37
}
// namespace edm
38
39
class
HRes4DHit
;
40
class
HEff4DHit
;
41
namespace
dtsegment4d
{
42
struct
Histograms;
43
}
44
45
class
DTSegment4DQuality
:
public
DQMGlobalEDAnalyzer
<dtsegment4d::Histograms> {
46
public
:
48
DTSegment4DQuality
(
const
edm::ParameterSet
&
pset
);
49
50
private
:
52
void
bookHistograms
(
DQMStore::IBooker
&,
53
edm::Run
const
&,
54
edm::EventSetup
const
&,
55
dtsegment4d::Histograms
&)
const override
;
56
58
void
dqmAnalyze
(
edm::Event
const
&,
edm::EventSetup
const
&,
dtsegment4d::Histograms
const
&)
const override
;
59
60
private
:
61
// Labels to read from event
62
edm::InputTag
simHitLabel_
;
63
edm::InputTag
segment4DLabel_
;
64
edm::EDGetTokenT<edm::PSimHitContainer>
simHitToken_
;
65
edm::EDGetTokenT<DTRecSegment4DCollection>
segment4DToken_
;
66
67
// Sigma resolution on position
68
double
sigmaResX_
;
69
double
sigmaResY_
;
70
71
// Sigma resolution on angle
72
double
sigmaResAlpha_
;
73
double
sigmaResBeta_
;
74
75
bool
doall_
;
76
bool
local_
;
77
78
// Switch for debug output
79
bool
debug_
;
80
};
81
82
#endif
DTSegment4DQuality::simHitLabel_
edm::InputTag simHitLabel_
Definition:
DTSegment4DQuality.h:62
DTSegment4DQuality::bookHistograms
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &, dtsegment4d::Histograms &) const override
Book the DQM plots.
Definition:
DTSegment4DQuality.cc:78
edm::Run
Definition:
Run.h:45
DTSegment4DQuality::sigmaResY_
double sigmaResY_
Definition:
DTSegment4DQuality.h:69
edm::EDGetTokenT< edm::PSimHitContainer >
edm
HLT enums.
Definition:
AlignableModifier.h:19
PSimHitContainer.h
DTSegment4DQuality::DTSegment4DQuality
DTSegment4DQuality(const edm::ParameterSet &pset)
Constructor.
Definition:
DTSegment4DQuality.cc:56
DTSegment4DQuality
Definition:
DTSegment4DQuality.h:45
DTSegment4DQuality::local_
bool local_
Definition:
DTSegment4DQuality.h:76
DTSegment4DQuality::simHitToken_
edm::EDGetTokenT< edm::PSimHitContainer > simHitToken_
Definition:
DTSegment4DQuality.h:64
DTSegment4DQuality::sigmaResAlpha_
double sigmaResAlpha_
Definition:
DTSegment4DQuality.h:72
dtsegment4d::Histograms
Definition:
DTSegment4DQuality.cc:29
Event
HEff4DHit
A set of histograms for efficiency 4D RecHits (producer)
Definition:
Histograms.h:940
edm::ParameterSet
Definition:
ParameterSet.h:36
ParameterSet
Definition:
Functions.h:16
edm::EventSetup
Definition:
EventSetup.h:57
DTSegment4DQuality::segment4DToken_
edm::EDGetTokenT< DTRecSegment4DCollection > segment4DToken_
Definition:
DTSegment4DQuality.h:65
InputTag.h
DTSegment4DQuality::doall_
bool doall_
Definition:
DTSegment4DQuality.h:75
DTSegment4DQuality::sigmaResBeta_
double sigmaResBeta_
Definition:
DTSegment4DQuality.h:73
dtsegment4d
Definition:
DTSegment4DQuality.cc:28
HRes4DHit
Definition:
Histograms.h:421
dqm::implementation::IBooker
Definition:
DQMStore.h:43
DTSegment4DQuality::segment4DLabel_
edm::InputTag segment4DLabel_
Definition:
DTSegment4DQuality.h:63
DQMGlobalEDAnalyzer
Definition:
DQMGlobalEDAnalyzer.h:13
DTSegment4DQuality::sigmaResX_
double sigmaResX_
Definition:
DTSegment4DQuality.h:68
EventSetup
DTSegment4DQuality::debug_
bool debug_
Definition:
DTSegment4DQuality.h:79
edm::Event
Definition:
Event.h:73
edm::InputTag
Definition:
InputTag.h:15
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
DTRecSegment4DCollection.h
DTSegment4DQuality::dqmAnalyze
void dqmAnalyze(edm::Event const &, edm::EventSetup const &, dtsegment4d::Histograms const &) const override
Perform the real analysis.
Definition:
DTSegment4DQuality.cc:109
DQMGlobalEDAnalyzer.h
Generated for CMSSW Reference Manual by
1.8.16