CMS 3D CMS Logo

DTSegment2DQuality.h
Go to the documentation of this file.
1 #ifndef Validation_DTRecHits_DTSegment2DQuality_h
2 #define Validation_DTRecHits_DTSegment2DQuality_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 namespace dtsegment2d {
30  struct Histograms;
31 }
32 
33 class DTSegment2DQuality : public DQMGlobalEDAnalyzer<dtsegment2d::Histograms> {
34 public:
37 
38 private:
41 
43  void dqmAnalyze(edm::Event const&, edm::EventSetup const&, dtsegment2d::Histograms const&) const override;
44 
45 private:
46  // Labels to read from event
51 
52  // Sigma resolution on position
53  double sigmaResPos_;
54 
55  // Sigma resolution on angle
57 
58  // Switch for debug output
59  bool debug_;
60 };
61 
62 #endif // Validation_DTRecHits_DTSegment2DQuality_h
edm::EDGetTokenT< edm::PSimHitContainer > simHitToken_
virtual example_stream void bookHistograms(DQMStore::IBooker &,@example_stream edm::Run const &,@example_stream edm::EventSetup const &) override
virtual example_global void dqmAnalyze(edm::Event const &,@example_global edm::EventSetup const &,@example_global Histograms___class__ const &) const override
edm::EDGetTokenT< DTRecSegment2DCollection > segment2DToken_
edm::InputTag simHitLabel_
HLT enums.
edm::InputTag segment2DLabel_
Definition: Run.h:44