Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:11:19

0001 #ifndef FastSimulation_ParticlePropagator_MagneticFieldMapRecord_h
0002 #define FastSimulation_ParticlePropagator_MagneticFieldMapRecord_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     ParticlePropagator
0006 // Class  :     MagneticFieldMapRecord
0007 //
0008 /**\class MagneticFieldMapRecord MagneticFieldMapRecord.h FastSimulation/ParticlePropagator/interface/MagneticFieldMapRecord.h
0009 
0010  Description: <one line class summary>
0011 
0012  Usage:
0013     <usage>
0014 
0015 */
0016 //
0017 // Author:
0018 // Created:     Wed Nov 21 12:14:34 CET 2007
0019 // $Id: MagneticFieldMapRecord.h,v 1.1 2007/11/22 08:30:04 pjanot Exp $
0020 //
0021 
0022 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0023 #include "FastSimulation/TrackerSetup/interface/TrackerInteractionGeometryRecord.h"
0024 #include "MagneticField/Records/interface/IdealMagneticFieldRecord.h"
0025 #include "FWCore/Utilities/interface/mplVector.h"
0026 
0027 class MagneticFieldMapRecord : public edm::eventsetup::DependentRecordImplementation<
0028                                    MagneticFieldMapRecord,
0029                                    edm::mpl::Vector<IdealMagneticFieldRecord, TrackerInteractionGeometryRecord> > {};
0030 
0031 #endif