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
struct
Histograms;
42
43
class
DTSegment4DQuality
:
public
DQMGlobalEDAnalyzer
<Histograms> {
44
public
:
46
DTSegment4DQuality
(
const
edm::ParameterSet
&
pset
);
47
48
private
:
50
void
bookHistograms
(
DQMStore::ConcurrentBooker
&,
edm::Run
const
&,
edm::EventSetup
const
&, Histograms &)
const override
;
51
53
void
dqmAnalyze
(
edm::Event
const
&,
edm::EventSetup
const
&, Histograms
const
&)
const override
;
54
55
private
:
56
// Labels to read from event
57
edm::InputTag
simHitLabel_
;
58
edm::InputTag
segment4DLabel_
;
59
edm::EDGetTokenT<edm::PSimHitContainer>
simHitToken_
;
60
edm::EDGetTokenT<DTRecSegment4DCollection>
segment4DToken_
;
61
62
// Sigma resolution on position
63
double
sigmaResX_
;
64
double
sigmaResY_
;
65
66
// Sigma resolution on angle
67
double
sigmaResAlpha_
;
68
double
sigmaResBeta_
;
69
70
bool
doall_
;
71
bool
local_
;
72
73
// Switch for debug output
74
bool
debug_
;
75
};
76
77
#endif
DTSegment4DQuality::sigmaResX_
double sigmaResX_
Definition:
DTSegment4DQuality.h:63
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:64
DTSegment4DQuality::local_
bool local_
Definition:
DTSegment4DQuality.h:71
DTSegment4DQuality::segment4DLabel_
edm::InputTag segment4DLabel_
Definition:
DTSegment4DQuality.h:58
DTSegment4DQuality::simHitLabel_
edm::InputTag simHitLabel_
Definition:
DTSegment4DQuality.h:57
edm::EDGetTokenT< edm::PSimHitContainer >
DTSegment4DQuality::segment4DToken_
edm::EDGetTokenT< DTRecSegment4DCollection > segment4DToken_
Definition:
DTSegment4DQuality.h:60
DTSegment4DQuality
Definition:
DTSegment4DQuality.h:43
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:48
DTSegment4DQuality::sigmaResAlpha_
double sigmaResAlpha_
Definition:
DTSegment4DQuality.h:67
DTSegment4DQuality::doall_
bool doall_
Definition:
DTSegment4DQuality.h:70
DTSegment4DQuality::debug_
bool debug_
Definition:
DTSegment4DQuality.h:74
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:69
DTSegment4DQuality::sigmaResBeta_
double sigmaResBeta_
Definition:
DTSegment4DQuality.h:68
DTSegment4DQuality::simHitToken_
edm::EDGetTokenT< edm::PSimHitContainer > simHitToken_
Definition:
DTSegment4DQuality.h:59
ConcurrentMonitorElement.h
DTRecSegment4DCollection.h
edm::Run
Definition:
Run.h:43
Generated for CMSSW Reference Manual by
1.8.11