Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:31:59

0001 #ifndef Validation_DTRecHits_DT2DSegmentClients_h
0002 #define Validation_DTRecHits_DT2DSegmentClients_h
0003 
0004 /** \class DTDataIntegrityTest
0005  * *
0006  *  DQM Client to check the data integrity
0007  *
0008  *  \author S. Bolognesi - INFN TO
0009  *
0010  */
0011 
0012 #include "DQMServices/Core/interface/DQMEDHarvester.h"
0013 #include "FWCore/ParameterSet/interface/ParameterSet.h"
0014 
0015 class DT2DSegmentClients : public DQMEDHarvester {
0016 public:
0017   /// Constructor
0018   DT2DSegmentClients(const edm::ParameterSet &ps);
0019 
0020   /// Destructor
0021   ~DT2DSegmentClients() override;
0022 
0023 protected:
0024   /// End Job
0025   void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
0026 
0027 private:
0028   bool do2D_;
0029   bool doSLPhi_;
0030 };
0031 
0032 #endif  // Validation_DTRecHits_DT2DSegmentClients_h