Main Page
Namespaces
Classes
Package Documentation
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
23
#include <map>
24
#include <string>
25
#include <vector>
26
27
#include "
DQMServices/Core/interface/ConcurrentMonitorElement.h
"
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
}
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::ConcurrentBooker
&,
edm::Run
const
&,
edm::EventSetup
const
&,
dtsegment4d::Histograms
&)
const override
;
53
55
void
dqmAnalyze
(
edm::Event
const
&,
edm::EventSetup
const
&,
dtsegment4d::Histograms
const
&)
const override
;
56
57
private
:
58
// Labels to read from event
59
edm::InputTag
simHitLabel_
;
60
edm::InputTag
segment4DLabel_
;
61
edm::EDGetTokenT<edm::PSimHitContainer>
simHitToken_
;
62
edm::EDGetTokenT<DTRecSegment4DCollection>
segment4DToken_
;
63
64
// Sigma resolution on position
65
double
sigmaResX_
;
66
double
sigmaResY_
;
67
68
// Sigma resolution on angle
69
double
sigmaResAlpha_
;
70
double
sigmaResBeta_
;
71
72
bool
doall_
;
73
bool
local_
;
74
75
// Switch for debug output
76
bool
debug_
;
77
};
78
79
#endif
DTSegment4DQuality::sigmaResX_
double sigmaResX_
Definition:
DTSegment4DQuality.h:65
ParameterSet
Definition:
Functions.h:16
dqmAnalyze
virtual example_global void dqmAnalyze(edm::Event const &,@example_global edm::EventSetup const &,@example_global Histograms___class__ const &) const override
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
DTSegment4DQuality::sigmaResY_
double sigmaResY_
Definition:
DTSegment4DQuality.h:66
DTSegment4DQuality::local_
bool local_
Definition:
DTSegment4DQuality.h:73
DTSegment4DQuality::segment4DLabel_
edm::InputTag segment4DLabel_
Definition:
DTSegment4DQuality.h:60
DTSegment4DQuality::simHitLabel_
edm::InputTag simHitLabel_
Definition:
DTSegment4DQuality.h:59
edm::EDGetTokenT< edm::PSimHitContainer >
DTSegment4DQuality::segment4DToken_
edm::EDGetTokenT< DTRecSegment4DCollection > segment4DToken_
Definition:
DTSegment4DQuality.h:62
dtsegment4d::Histograms
Definition:
DTSegment4DQuality.cc:30
DTSegment4DQuality
Definition:
DTSegment4DQuality.h:45
EventSetup
DQMGlobalEDAnalyzer.h
HEff4DHit
A set of histograms for efficiency 4D RecHits (producer)
Definition:
Histograms.h:699
bookHistograms
virtual example_stream void bookHistograms(DQMStore::IBooker &,@example_stream edm::Run const &,@example_stream edm::EventSetup const &) override
PSimHitContainer.h
edm::EventSetup
Definition:
EventSetup.h:52
DTSegment4DQuality::sigmaResAlpha_
double sigmaResAlpha_
Definition:
DTSegment4DQuality.h:69
DTSegment4DQuality::doall_
bool doall_
Definition:
DTSegment4DQuality.h:72
DTSegment4DQuality::debug_
bool debug_
Definition:
DTSegment4DQuality.h:76
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:195
HRes4DHit
Definition:
Histograms.h:379
edm::Event
Definition:
Event.h:70
DTSegment4DQuality::sigmaResBeta_
double sigmaResBeta_
Definition:
DTSegment4DQuality.h:70
DTSegment4DQuality::simHitToken_
edm::EDGetTokenT< edm::PSimHitContainer > simHitToken_
Definition:
DTSegment4DQuality.h:61
dtsegment4d
Definition:
DTSegment4DQuality.cc:29
ConcurrentMonitorElement.h
DTRecSegment4DCollection.h
edm::Run
Definition:
Run.h:44
Generated for CMSSW Reference Manual by
1.8.11