Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:32:50

0001 #ifndef Validation_MuonGEMHits_MuonGEMHitsHarvestor_h
0002 #define Validation_MuonGEMHits_MuonGEMHitsHarvestor_h
0003 
0004 #include "Validation/MuonGEMHits/interface/MuonGEMBaseHarvestor.h"
0005 
0006 class MuonGEMHitsHarvestor : public MuonGEMBaseHarvestor {
0007 public:
0008   explicit MuonGEMHitsHarvestor(const edm::ParameterSet&);
0009   ~MuonGEMHitsHarvestor() override;
0010   void dqmEndJob(DQMStore::IBooker&, DQMStore::IGetter&) override;
0011 };
0012 
0013 #endif  // Validation_MuonGEMHits_MuonGEMHitsHarvestor_h