CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MagneticFieldMapRecord.h
Go to the documentation of this file.
1 #ifndef FastSimulation_ParticlePropagator_MagneticFieldMapRecord_h
2 #define FastSimulation_ParticlePropagator_MagneticFieldMapRecord_h
3 // -*- C++ -*-
4 //
5 // Package: ParticlePropagator
6 // Class : MagneticFieldMapRecord
7 //
16 //
17 // Author:
18 // Created: Wed Nov 21 12:14:34 CET 2007
19 // $Id: MagneticFieldMapRecord.h,v 1.1 2007/11/22 08:30:04 pjanot Exp $
20 //
21 
25 #include "boost/mpl/vector.hpp"
26 
27 class MagneticFieldMapRecord : public edm::eventsetup::DependentRecordImplementation<MagneticFieldMapRecord, boost::mpl::vector<IdealMagneticFieldRecord,TrackerInteractionGeometryRecord> > {};
28 
29 #endif