Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef Validation_DTRecHits_DT4DSegmentClients_h
0002 #define Validation_DTRecHits_DT4DSegmentClients_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 DT4DSegmentClients : public DQMEDHarvester {
0016 public:
0017   /// Constructor
0018   DT4DSegmentClients(const edm::ParameterSet &ps);
0019   /// Destructor
0020   ~DT4DSegmentClients() override;
0021 
0022 protected:
0023   /// End Job
0024   void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override;
0025 
0026 private:
0027   bool doall_;
0028 };
0029 
0030 #endif  // Validation_DTRecHits_DT4DSegmentClients_h