CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DT2DSegmentClients.h
Go to the documentation of this file.
1 #ifndef Validation_DTRecHits_DT2DSegmentClients_h
2 #define Validation_DTRecHits_DT2DSegmentClients_h
3 
14 
16 public:
19 
21  ~DT2DSegmentClients() override;
22 
23 protected:
25  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
26 
27 private:
28  bool do2D_;
29  bool doSLPhi_;
30 };
31 
32 #endif // Validation_DTRecHits_DT2DSegmentClients_h
~DT2DSegmentClients() override
Destructor.
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
End Job.
DT2DSegmentClients(const edm::ParameterSet &ps)
Constructor.