CMS 3D CMS Logo

DTRecHitClients.h
Go to the documentation of this file.
1 #ifndef Validation_DTRecHits_DTRecHitClients_h
2 #define Validation_DTRecHits_DTRecHitClients_h
3 
14 
16 public:
20  ~DTRecHitClients() override;
21 
22 protected:
24  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
25 
26 private:
27  // Switches for analysis at various steps
28  bool doStep1_;
29  bool doStep2_;
30  bool doStep3_;
31  bool local_;
32  bool doall_;
33 };
34 
35 #endif // Validation_DTRecHits_DTRecHitClients_h
DTRecHitClients(const edm::ParameterSet &ps)
Constructor.
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
End Job.
~DTRecHitClients() override
Destructor.