File indexing completed on 2024-04-06 12:02:03
0001 #ifndef DataRecord_RPCObCondRcd_h
0002 #define DataRecord_RPCObCondRcd_h
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019
0020
0021
0022 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0023
0024 class RPCObImonRcd : public edm::eventsetup::EventSetupRecordImplementation<RPCObImonRcd> {};
0025
0026 class RPCObVmonRcd : public edm::eventsetup::EventSetupRecordImplementation<RPCObVmonRcd> {};
0027
0028 class RPCObStatusRcd : public edm::eventsetup::EventSetupRecordImplementation<RPCObStatusRcd> {};
0029
0030 class RPCObTempRcd : public edm::eventsetup::EventSetupRecordImplementation<RPCObTempRcd> {};
0031
0032 #endif