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 
17 public:
21  ~DTRecHitClients() override;
22 
23 protected:
25  void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
26 
27 private:
28  // Switches for analysis at various steps
29  bool doStep1_;
30  bool doStep2_;
31  bool doStep3_;
32  bool local_;
33  bool doall_;
34 
35 };
36 
37 #endif // Validation_DTRecHits_DTRecHitClients_h
DTRecHitClients(const edm::ParameterSet &ps)
Constructor.
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
End Job.
~DTRecHitClients() override
Destructor.