File indexing completed on 2024-04-06 12:02:03
0001 #ifndef DataRecord_RunSummaryRcd_h
0002 #define DataRecord_RunSummaryRcd_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 RunSummaryRcd : public edm::eventsetup::EventSetupRecordImplementation<RunSummaryRcd> {};
0025
0026 class RunInfoRcd : public edm::eventsetup::EventSetupRecordImplementation<RunInfoRcd> {};
0027
0028 #endif