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/ConcurrentMonitorElement.h
"
16
#include "
DQMServices/Core/interface/DQMGlobalEDAnalyzer.h
"
17
#include "
DataFormats/DTRecHit/interface/DTRecSegment4DCollection.h
"
18
#include "
FWCore/Utilities/interface/InputTag.h
"
19
#include "
SimDataFormats/TrackingHit/interface/PSimHitContainer.h
"
20
21
namespace
edm
{
22
class
ParameterSet
;
23
class
Event
;
24
class
EventSetup
;
25
}
26
27
class
HRes2DHit
;
28
class
HEff2DHit
;
29
namespace
dtsegment2dsl
{
30
struct
Histograms;
31
}
32
33
class
DTSegment2DSLPhiQuality
:
public
DQMGlobalEDAnalyzer
<dtsegment2dsl::Histograms> {
34
public
:
36
DTSegment2DSLPhiQuality
(
const
edm::ParameterSet
&
pset
);
37
38
private
:
40
void
bookHistograms
(
DQMStore::ConcurrentBooker
&,
edm::Run
const
&,
edm::EventSetup
const
&,
dtsegment2dsl::Histograms
&)
const override
;
41
43
void
dqmAnalyze
(
edm::Event
const
&,
edm::EventSetup
const
&,
dtsegment2dsl::Histograms
const
&)
const override
;
44
45
private
:
46
// Labels to read from event
47
edm::InputTag
simHitLabel_
;
48
edm::InputTag
segment4DLabel_
;
49
edm::EDGetTokenT<edm::PSimHitContainer>
simHitToken_
;
50
edm::EDGetTokenT<DTRecSegment4DCollection>
segment4DToken_
;
51
52
// Sigma resolution on position
53
double
sigmaResPos_
;
54
55
// Sigma resolution on angle
56
double
sigmaResAngle_
;
57
58
bool
doall_
;
59
bool
local_
;
60
61
// Switch for debug output
62
bool
debug_
;
63
};
64
65
#endif // Validation_DTRecHits_DTSegment2DSLPhiQuality_h
DTSegment2DSLPhiQuality::simHitToken_
edm::EDGetTokenT< edm::PSimHitContainer > simHitToken_
Definition:
DTSegment2DSLPhiQuality.h:49
dtsegment2dsl::Histograms
Definition:
DTSegment2DSLPhiQuality.cc:29
ParameterSet
Definition:
Functions.h:16
muonDTDigis_cfi.pset
pset
Definition:
muonDTDigis_cfi.py:27
bookHistograms
virtual example_stream void bookHistograms(DQMStore::IBooker &,@example_stream edm::Run const &,@example_stream edm::EventSetup const &) override
DTSegment2DSLPhiQuality::doall_
bool doall_
Definition:
DTSegment2DSLPhiQuality.h:58
DTSegment2DSLPhiQuality::simHitLabel_
edm::InputTag simHitLabel_
Definition:
DTSegment2DSLPhiQuality.h:47
dqmAnalyze
virtual example_global void dqmAnalyze(edm::Event const &,@example_global edm::EventSetup const &,@example_global Histograms___class__ const &) const override
edm::EDGetTokenT< edm::PSimHitContainer >
EventSetup
HEff2DHit
Definition:
Histograms.h:292
DQMGlobalEDAnalyzer.h
DTSegment2DSLPhiQuality::debug_
bool debug_
Definition:
DTSegment2DSLPhiQuality.h:62
DTSegment2DSLPhiQuality::segment4DToken_
edm::EDGetTokenT< DTRecSegment4DCollection > segment4DToken_
Definition:
DTSegment2DSLPhiQuality.h:50
PSimHitContainer.h
DTSegment2DSLPhiQuality
Definition:
DTSegment2DSLPhiQuality.h:33
edm::EventSetup
Definition:
EventSetup.h:54
dtsegment2dsl
Definition:
DTSegment2DSLPhiQuality.cc:28
DTSegment2DSLPhiQuality::segment4DLabel_
edm::InputTag segment4DLabel_
Definition:
DTSegment2DSLPhiQuality.h:48
Event
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::InputTag
Definition:
InputTag.h:15
HRes2DHit
Definition:
Histograms.h:211
DTSegment2DSLPhiQuality::sigmaResPos_
double sigmaResPos_
Definition:
DTSegment2DSLPhiQuality.h:53
DQMGlobalEDAnalyzer
Definition:
DQMGlobalEDAnalyzer.h:11
InputTag.h
edm::ParameterSet
Definition:
ParameterSet.h:36
DQMStore::ConcurrentBooker
Definition:
DQMStore.h:141
edm::Event
Definition:
Event.h:70
DTSegment2DSLPhiQuality::local_
bool local_
Definition:
DTSegment2DSLPhiQuality.h:59
DTSegment2DSLPhiQuality::sigmaResAngle_
double sigmaResAngle_
Definition:
DTSegment2DSLPhiQuality.h:56
ConcurrentMonitorElement.h
DTRecSegment4DCollection.h
edm::Run
Definition:
Run.h:44
Generated for CMSSW Reference Manual by
1.8.11