Main Page
Namespaces
Classes
Package Documentation
src
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/ConcurrentMonitorElement.h
"
29
#include "
DQMServices/Core/interface/DQMGlobalEDAnalyzer.h
"
30
#include "
DataFormats/DTRecHit/interface/DTRecSegment4DCollection.h
"
31
#include "
FWCore/Utilities/interface/InputTag.h
"
32
#include "
SimDataFormats/TrackingHit/interface/PSimHitContainer.h
"
33
34
namespace
edm
{
35
class
ParameterSet
;
36
class
Event
;
37
class
EventSetup
;
38
}
// namespace edm
39
40
class
HRes4DHit
;
41
class
HEff4DHit
;
42
namespace
dtsegment4d
{
43
struct
Histograms;
44
}
45
46
class
DTSegment4DQuality
:
public
DQMGlobalEDAnalyzer
<dtsegment4d::Histograms> {
47
public
:
49
DTSegment4DQuality
(
const
edm::ParameterSet
&
pset
);
50
51
private
:
53
void
bookHistograms
(
DQMStore::ConcurrentBooker
&,
54
edm::Run
const
&,
55
edm::EventSetup
const
&,
56
dtsegment4d::Histograms
&)
const override
;
57
59
void
dqmAnalyze
(
edm::Event
const
&,
edm::EventSetup
const
&,
dtsegment4d::Histograms
const
&)
const override
;
60
61
private
:
62
// Labels to read from event
63
edm::InputTag
simHitLabel_
;
64
edm::InputTag
segment4DLabel_
;
65
edm::EDGetTokenT<edm::PSimHitContainer>
simHitToken_
;
66
edm::EDGetTokenT<DTRecSegment4DCollection>
segment4DToken_
;
67
68
// Sigma resolution on position
69
double
sigmaResX_
;
70
double
sigmaResY_
;
71
72
// Sigma resolution on angle
73
double
sigmaResAlpha_
;
74
double
sigmaResBeta_
;
75
76
bool
doall_
;
77
bool
local_
;
78
79
// Switch for debug output
80
bool
debug_
;
81
};
82
83
#endif
DTSegment4DQuality::sigmaResX_
double sigmaResX_
Definition:
DTSegment4DQuality.h:69
ParameterSet
Definition:
Functions.h:16
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
DTSegment4DQuality::sigmaResY_
double sigmaResY_
Definition:
DTSegment4DQuality.h:70
DTSegment4DQuality::local_
bool local_
Definition:
DTSegment4DQuality.h:77
DTSegment4DQuality::segment4DLabel_
edm::InputTag segment4DLabel_
Definition:
DTSegment4DQuality.h:64
DTSegment4DQuality::simHitLabel_
edm::InputTag simHitLabel_
Definition:
DTSegment4DQuality.h:63
edm::EDGetTokenT< edm::PSimHitContainer >
DTSegment4DQuality::segment4DToken_
edm::EDGetTokenT< DTRecSegment4DCollection > segment4DToken_
Definition:
DTSegment4DQuality.h:66
dtsegment4d::Histograms
Definition:
DTSegment4DQuality.cc:29
DTSegment4DQuality
Definition:
DTSegment4DQuality.h:46
EventSetup
DQMGlobalEDAnalyzer.h
dqmAnalyze
example_global void dqmAnalyze(edm::Event const &,@example_global edm::EventSetup const &,@example_global Histograms___class__ const &) const override
HEff4DHit
A set of histograms for efficiency 4D RecHits (producer)
Definition:
Histograms.h:920
PSimHitContainer.h
edm::EventSetup
Definition:
EventSetup.h:57
DTSegment4DQuality::sigmaResAlpha_
double sigmaResAlpha_
Definition:
DTSegment4DQuality.h:73
DTSegment4DQuality::doall_
bool doall_
Definition:
DTSegment4DQuality.h:76
DTSegment4DQuality::debug_
bool debug_
Definition:
DTSegment4DQuality.h:80
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
DQMGlobalEDAnalyzer
Definition:
DQMGlobalEDAnalyzer.h:11
InputTag.h
edm::ParameterSet
Definition:
ParameterSet.h:36
DQMStore::ConcurrentBooker
Definition:
DQMStore.h:141
HRes4DHit
Definition:
Histograms.h:403
edm::Event
Definition:
Event.h:71
DTSegment4DQuality::sigmaResBeta_
double sigmaResBeta_
Definition:
DTSegment4DQuality.h:74
DTSegment4DQuality::simHitToken_
edm::EDGetTokenT< edm::PSimHitContainer > simHitToken_
Definition:
DTSegment4DQuality.h:65
dtsegment4d
Definition:
DTSegment4DQuality.cc:28
ConcurrentMonitorElement.h
DTRecSegment4DCollection.h
edm::Run
Definition:
Run.h:45
Generated for CMSSW Reference Manual by
1.8.11