CMS 3D CMS Logo

DTSegment4DQuality.h
Go to the documentation of this file.
1 #ifndef Validation_DTRecHits_DTSegment4DQuality_h
2 #define Validation_DTRecHits_DTSegment4DQuality_h
3 
23 #include <map>
24 #include <string>
25 #include <vector>
26 
32 
33 namespace edm {
34  class ParameterSet;
35  class Event;
36  class EventSetup;
37 }
38 
39 class HRes4DHit;
40 class HEff4DHit;
41 namespace dtsegment4d {
42  struct Histograms;
43 }
44 
45 class DTSegment4DQuality : public DQMGlobalEDAnalyzer<dtsegment4d::Histograms> {
46 public:
49 
50 private:
53 
55  void dqmAnalyze(edm::Event const&, edm::EventSetup const&, dtsegment4d::Histograms const&) const override;
56 
57 private:
58  // Labels to read from event
63 
64  // Sigma resolution on position
65  double sigmaResX_;
66  double sigmaResY_;
67 
68  // Sigma resolution on angle
70  double sigmaResBeta_;
71 
72  bool doall_;
73  bool local_;
74 
75  // Switch for debug output
76  bool debug_;
77 };
78 
79 #endif
virtual example_global void dqmAnalyze(edm::Event const &,@example_global edm::EventSetup const &,@example_global Histograms___class__ const &) const override
edm::InputTag segment4DLabel_
edm::InputTag simHitLabel_
edm::EDGetTokenT< DTRecSegment4DCollection > segment4DToken_
A set of histograms for efficiency 4D RecHits (producer)
Definition: Histograms.h:699
virtual example_stream void bookHistograms(DQMStore::IBooker &,@example_stream edm::Run const &,@example_stream edm::EventSetup const &) override
HLT enums.
edm::EDGetTokenT< edm::PSimHitContainer > simHitToken_
Definition: Run.h:44