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 }
26 
27 class HRes2DHit;
28 class HEff2DHit;
29 struct Histograms;
30 
31 class DTSegment2DSLPhiQuality : public DQMGlobalEDAnalyzer<Histograms> {
32 public:
35 
36 private:
38  void bookHistograms(DQMStore::ConcurrentBooker &, edm::Run const&, edm::EventSetup const&, Histograms &) const override;
39 
41  void dqmAnalyze(edm::Event const&, edm::EventSetup const&, Histograms const&) const override;
42 
43 private:
44  // Labels to read from event
49 
50  // Sigma resolution on position
51  double sigmaResPos_;
52 
53  // Sigma resolution on angle
55 
56  bool doall_;
57  bool local_;
58 
59  // Switch for debug output
60  bool debug_;
61 };
62 
63 #endif // Validation_DTRecHits_DTSegment2DSLPhiQuality_h
edm::EDGetTokenT< edm::PSimHitContainer > simHitToken_
virtual example_global void dqmAnalyze(edm::Event const &,@example_global edm::EventSetup const &,@example_global Histograms___class__ const &) const override
edm::EDGetTokenT< DTRecSegment4DCollection > segment4DToken_
virtual example_stream void bookHistograms(DQMStore::IBooker &,@example_stream edm::Run const &,@example_stream edm::EventSetup const &) override
HLT enums.
Definition: Run.h:43