File indexing completed on 2023-10-25 09:56:39
0001 #ifndef DTTPGConfig_DTConfigManagerRcd_h
0002 #define DTTPGConfig_DTConfigManagerRcd_h
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019
0020
0021
0022
0023 #include "FWCore/Utilities/interface/mplVector.h"
0024 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0025 #include "CondFormats/DataRecord/interface/DTCCBConfigRcd.h"
0026 #include "CondFormats/DataRecord/interface/DTKeyedConfigListRcd.h"
0027
0028 class DTT0Rcd;
0029 class DTTPGParametersRcd;
0030
0031 class DTConfigManagerRcd : public edm::eventsetup::DependentRecordImplementation<
0032 DTConfigManagerRcd,
0033 edm::mpl::Vector<DTCCBConfigRcd, DTKeyedConfigListRcd, DTT0Rcd, DTTPGParametersRcd> > {};
0034
0035 #endif