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 
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:
36 
37 private:
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
53 
54  // Sigma resolution on position
55  double sigmaResPos_;
56 
57  // Sigma resolution on angle
59 
60  bool doall_;
61  bool local_;
62 
63  // Switch for debug output
64  bool debug_;
65 };
66 
67 #endif // Validation_DTRecHits_DTSegment2DSLPhiQuality_h
edm::EDGetTokenT< edm::PSimHitContainer > simHitToken_
example_global void dqmAnalyze(edm::Event const &,@example_global edm::EventSetup const &,@example_global Histograms___class__ const &) const override
edm::EDGetTokenT< DTRecSegment4DCollection > segment4DToken_
example_stream void bookHistograms(DQMStore::IBooker &,@example_stream edm::Run const &,@example_stream edm::EventSetup const &) override
HLT enums.
Definition: Run.h:45