00001 #ifndef DTTPGConfig_DTConfigManagerRcd_h 00002 #define DTTPGConfig_DTConfigManagerRcd_h 00003 // -*- C++ -*- 00004 // 00005 // Package: DTTPGConfig 00006 // Class : DTConfigRcd 00007 // 00016 // 00017 // Author: Sara Vanini 00018 // Created: Mar 30 16:49:43 CEST 2007 00019 // $Id: 00020 // 00021 #include "boost/mpl/vector.hpp" 00022 //#include "Geometry/Records/interface/MuonGeometryRecord.h" 00023 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" 00024 00025 //class DTConfigManagerRcd : public edm::eventsetup::DependentRecordImplementation<DTConfigManagerRcd, boost::mpl::vector<MuonGeometryRecord> > {}; 00026 class DTConfigManagerRcd : public edm::eventsetup::EventSetupRecordImplementation<DTConfigManagerRcd> {}; 00027 00028 #endif