Main Page
Namespaces
Classes
Package Documentation
Validation
DTRecHits
plugins
DTSegment2DSLPhiQuality.h
Go to the documentation of this file.
1
#ifndef Validation_DTRecHits_DTSegment2DSLPhiQuality_h
2
#define Validation_DTRecHits_DTSegment2DSLPhiQuality_h
3
11
#include <map>
12
#include <string>
13
#include <vector>
14
15
#include "
DQMServices/Core/interface/DQMGlobalEDAnalyzer.h
"
16
#include "
DataFormats/DTRecHit/interface/DTRecSegment4DCollection.h
"
17
#include "
FWCore/Utilities/interface/InputTag.h
"
18
#include "
SimDataFormats/TrackingHit/interface/PSimHitContainer.h
"
19
20
namespace
edm
{
21
class
ParameterSet
;
22
class
Event
;
23
class
EventSetup
;
24
}
// namespace edm
25
26
class
HRes2DHit
;
27
class
HEff2DHit
;
28
namespace
dtsegment2dsl
{
29
struct
Histograms;
30
}
31
32
class
DTSegment2DSLPhiQuality
:
public
DQMGlobalEDAnalyzer
<dtsegment2dsl::Histograms> {
33
public
:
35
DTSegment2DSLPhiQuality
(
const
edm::ParameterSet
&
pset
);
36
37
private
:
39
void
bookHistograms
(
DQMStore::IBooker
&,
40
edm::Run
const
&,
41
edm::EventSetup
const
&,
42
dtsegment2dsl::Histograms
&)
const override
;
43
45
void
dqmAnalyze
(
edm::Event
const
&,
edm::EventSetup
const
&,
dtsegment2dsl::Histograms
const
&)
const override
;
46
47
private
:
48
// Labels to read from event
49
edm::InputTag
simHitLabel_
;
50
edm::InputTag
segment4DLabel_
;
51
edm::EDGetTokenT<edm::PSimHitContainer>
simHitToken_
;
52
edm::EDGetTokenT<DTRecSegment4DCollection>
segment4DToken_
;
53
54
// Sigma resolution on position
55
double
sigmaResPos_
;
56
57
// Sigma resolution on angle
58
double
sigmaResAngle_
;
59
60
bool
doall_
;
61
bool
local_
;
62
63
// Switch for debug output
64
bool
debug_
;
65
};
66
67
#endif // Validation_DTRecHits_DTSegment2DSLPhiQuality_h
DTSegment2DSLPhiQuality::simHitToken_
edm::EDGetTokenT< edm::PSimHitContainer > simHitToken_
Definition:
DTSegment2DSLPhiQuality.h:51
dtsegment2dsl::Histograms
Definition:
DTSegment2DSLPhiQuality.cc:29
ParameterSet
Definition:
Functions.h:16
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
DTSegment2DSLPhiQuality::doall_
bool doall_
Definition:
DTSegment2DSLPhiQuality.h:60
DTSegment2DSLPhiQuality::simHitLabel_
edm::InputTag simHitLabel_
Definition:
DTSegment2DSLPhiQuality.h:49
edm::EDGetTokenT< edm::PSimHitContainer >
EventSetup
HEff2DHit
Definition:
Histograms.h:331
DQMGlobalEDAnalyzer.h
DTSegment2DSLPhiQuality::debug_
bool debug_
Definition:
DTSegment2DSLPhiQuality.h:64
dqm::dqmstoreimpl::DQMStore::IBooker
Definition:
DQMStore.h:106
dqmAnalyze
example_global void dqmAnalyze(edm::Event const &,@example_global edm::EventSetup const &,@example_global Histograms___class__ const &) const override
DTSegment2DSLPhiQuality::segment4DToken_
edm::EDGetTokenT< DTRecSegment4DCollection > segment4DToken_
Definition:
DTSegment2DSLPhiQuality.h:52
PSimHitContainer.h
DTSegment2DSLPhiQuality
Definition:
DTSegment2DSLPhiQuality.h:32
edm::EventSetup
Definition:
EventSetup.h:57
dtsegment2dsl
Definition:
DTSegment2DSLPhiQuality.cc:28
DTSegment2DSLPhiQuality::segment4DLabel_
edm::InputTag segment4DLabel_
Definition:
DTSegment2DSLPhiQuality.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:19
edm::InputTag
Definition:
InputTag.h:15
HRes2DHit
Definition:
Histograms.h:217
DTSegment2DSLPhiQuality::sigmaResPos_
double sigmaResPos_
Definition:
DTSegment2DSLPhiQuality.h:55
DQMGlobalEDAnalyzer
Definition:
DQMGlobalEDAnalyzer.h:11
InputTag.h
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:72
DTSegment2DSLPhiQuality::local_
bool local_
Definition:
DTSegment2DSLPhiQuality.h:61
DTSegment2DSLPhiQuality::sigmaResAngle_
double sigmaResAngle_
Definition:
DTSegment2DSLPhiQuality.h:58
DTRecSegment4DCollection.h
edm::Run
Definition:
Run.h:45
Generated for CMSSW Reference Manual by
1.8.11