CMS 3D CMS Logo

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 
20 
21 namespace edm {
22  class ParameterSet;
23  class Event;
24  class EventSetup;
25 } // namespace edm
26 
27 class HRes2DHit;
28 class HEff2DHit;
29 namespace dtsegment2dsl {
30  struct Histograms;
31 }
32 
33 class DTSegment2DSLPhiQuality : public DQMGlobalEDAnalyzer<dtsegment2dsl::Histograms> {
34 public:
37 
38 private:
41  edm::Run const &,
42  edm::EventSetup const &,
43  dtsegment2dsl::Histograms &) const override;
44 
46  void dqmAnalyze(edm::Event const &, edm::EventSetup const &, dtsegment2dsl::Histograms const &) const override;
47 
48 private:
49  // Labels to read from event
54 
55  //Get DT Geometry
57 
58  // Sigma resolution on position
59  double sigmaResPos_;
60 
61  // Sigma resolution on angle
63 
64  bool doall_;
65  bool local_;
66 
67  // Switch for debug output
68  bool debug_;
69 };
70 
71 #endif // Validation_DTRecHits_DTSegment2DSLPhiQuality_h
DTSegment2DSLPhiQuality::simHitToken_
edm::EDGetTokenT< edm::PSimHitContainer > simHitToken_
Definition: DTSegment2DSLPhiQuality.h:52
DTSegment2DSLPhiQuality::DTSegment2DSLPhiQuality
DTSegment2DSLPhiQuality(const edm::ParameterSet &pset)
Constructor.
Definition: DTSegment2DSLPhiQuality.cc:37
DTSegment2DSLPhiQuality::muonGeomToken_
edm::ESGetToken< DTGeometry, MuonGeometryRecord > muonGeomToken_
Definition: DTSegment2DSLPhiQuality.h:56
dtsegment2dsl
Definition: DTSegment2DSLPhiQuality.cc:27
edm::Run
Definition: Run.h:45
edm::EDGetTokenT< edm::PSimHitContainer >
edm
HLT enums.
Definition: AlignableModifier.h:19
PSimHitContainer.h
DTSegment2DSLPhiQuality::dqmAnalyze
void dqmAnalyze(edm::Event const &, edm::EventSetup const &, dtsegment2dsl::Histograms const &) const override
Perform the real analysis.
Definition: DTSegment2DSLPhiQuality.cc:69
DTSegment2DSLPhiQuality::doall_
bool doall_
Definition: DTSegment2DSLPhiQuality.h:64
DTSegment2DSLPhiQuality::simHitLabel_
edm::InputTag simHitLabel_
Definition: DTSegment2DSLPhiQuality.h:50
HEff2DHit
Definition: Histograms.h:331
DTSegment2DSLPhiQuality::debug_
bool debug_
Definition: DTSegment2DSLPhiQuality.h:68
DTSegment2DSLPhiQuality::segment4DToken_
edm::EDGetTokenT< DTRecSegment4DCollection > segment4DToken_
Definition: DTSegment2DSLPhiQuality.h:53
Event
edm::ParameterSet
Definition: ParameterSet.h:47
ParameterSet
Definition: Functions.h:16
dtsegment2dsl::Histograms
Definition: DTSegment2DSLPhiQuality.cc:28
DTSegment2DSLPhiQuality::segment4DLabel_
edm::InputTag segment4DLabel_
Definition: DTSegment2DSLPhiQuality.h:51
DTSegment2DSLPhiQuality
Definition: DTSegment2DSLPhiQuality.h:33
edm::EventSetup
Definition: EventSetup.h:58
edm::ESGetToken< DTGeometry, MuonGeometryRecord >
InputTag.h
DTSegment2DSLPhiQuality::bookHistograms
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &, dtsegment2dsl::Histograms &) const override
Book the DQM plots.
Definition: DTSegment2DSLPhiQuality.cc:57
HRes2DHit
Definition: Histograms.h:217
dqm::implementation::IBooker
Definition: DQMStore.h:43
DTSegment2DSLPhiQuality::sigmaResPos_
double sigmaResPos_
Definition: DTSegment2DSLPhiQuality.h:59
DQMGlobalEDAnalyzer
Definition: DQMGlobalEDAnalyzer.h:76
DTSegment2DSLPhiQuality::sigmaResAngle_
double sigmaResAngle_
Definition: DTSegment2DSLPhiQuality.h:62
EventSetup
MuonGeometryRecord.h
edm::Event
Definition: Event.h:73
edm::InputTag
Definition: InputTag.h:15
DTSegment2DSLPhiQuality::local_
bool local_
Definition: DTSegment2DSLPhiQuality.h:65
muonDTDigis_cfi.pset
pset
Definition: muonDTDigis_cfi.py:27
DTRecSegment4DCollection.h
DQMGlobalEDAnalyzer.h