Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:42:10

0001 #ifndef CSCIndexerRecord_h
0002 #define CSCIndexerRecord_h
0003 
0004 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0005 
0006 class CSCIndexerRecord : public edm::eventsetup::EventSetupRecordImplementation<CSCIndexerRecord> {};
0007 
0008 #endif