Go to the documentation of this file.00001 #ifndef DTTPGConfig_DTConfigManagerRcd_h
00002 #define DTTPGConfig_DTConfigManagerRcd_h
00003
00004
00005
00006
00007
00016
00017
00018
00019
00020
00021
00022
00023 #include "boost/mpl/vector.hpp"
00024 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
00025 #include "CondFormats/DataRecord/interface/DTCCBConfigRcd.h"
00026 #include "CondFormats/DataRecord/interface/DTKeyedConfigListRcd.h"
00027
00028 class DTT0Rcd;
00029 class DTTPGParametersRcd;
00030
00031 class DTConfigManagerRcd : public
00032 edm::eventsetup::DependentRecordImplementation<DTConfigManagerRcd,boost::mpl::vector<DTCCBConfigRcd,DTKeyedConfigListRcd,DTT0Rcd,DTTPGParametersRcd> > {};
00033
00034 #endif