CMS 3D CMS Logo

IdealMagneticFieldRecord.h
Go to the documentation of this file.
1 #ifndef MagneticField_IdealMagneticFieldRecord_h
2 #define MagneticField_IdealMagneticFieldRecord_h
3 
9 #include "boost/mpl/vector.hpp"
10 
11 class IdealMagneticFieldRecord : public edm::eventsetup::DependentRecordImplementation<IdealMagneticFieldRecord,boost::mpl::vector<MFGeometryFileRcd,RunInfoRcd,MagFieldConfigRcd> > {};
12 
13 #endif
14