CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTConfigManagerRcd.h
Go to the documentation of this file.
1 #ifndef DTTPGConfig_DTConfigManagerRcd_h
2 #define DTTPGConfig_DTConfigManagerRcd_h
3 // -*- C++ -*-
4 //
5 // Package: DTTPGConfig
6 // Class : DTConfigRcd
7 //
16 //
17 // Author: Sara Vanini
18 // Created: Mar 30 16:49:43 CEST 2007
19 // $Id:
20 // SV September 2008: create dependent record from DTCCBConfigRcd
21 //
22 
23 #include "boost/mpl/vector.hpp"
24 //#include "Geometry/Records/interface/MuonGeometryRecord.h"
25 //#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
29 
30 
31 //class DTConfigManagerRcd : public edm::eventsetup::DependentRecordImplementation<DTConfigManagerRcd, boost::mpl::vector<MuonGeometryRecord> > {};
32 //class DTConfigManagerRcd : public edm::eventsetup::EventSetupRecordImplementation<DTConfigManagerRcd> {};
33 
34 class DTConfigManagerRcd : public
35 // @@@ add another record to dependence list
36 //edm::eventsetup::DependentRecordImplementation<DTConfigManagerRcd,boost::mpl::vector<DTCCBConfigRcd> > {};
37 edm::eventsetup::DependentRecordImplementation<DTConfigManagerRcd,boost::mpl::vector<DTCCBConfigRcd,DTKeyedConfigListRcd> > {};
38 
39 #endif