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 struct Histograms;
42 
43 class DTSegment4DQuality : public DQMGlobalEDAnalyzer<Histograms> {
44 public:
47 
48 private:
50  void bookHistograms(DQMStore::ConcurrentBooker &, edm::Run const&, edm::EventSetup const&, Histograms &) const override;
51 
53  void dqmAnalyze(edm::Event const&, edm::EventSetup const&, Histograms const&) const override;
54 
55 private:
56  // Labels to read from event
61 
62  // Sigma resolution on position
63  double sigmaResX_;
64  double sigmaResY_;
65 
66  // Sigma resolution on angle
68  double sigmaResBeta_;
69 
70  bool doall_;
71  bool local_;
72 
73  // Switch for debug output
74  bool debug_;
75 };
76 
77 #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:43