CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MagneticFieldMapESProducer.h
Go to the documentation of this file.
1 #ifndef FastSimulation_ParticlePropagator_MagneticFieldMapESProducer_H
2 #define FastSimulation_ParticlePropagator_MagneticFieldMapESProducer_H
3 
7 #include <boost/shared_ptr.hpp>
8 #include <string>
9 
11  public:
13  virtual ~MagneticFieldMapESProducer();
14  boost::shared_ptr<MagneticFieldMap> produce(const MagneticFieldMapRecord &);
15  private:
16  boost::shared_ptr<MagneticFieldMap> _map;
17  std::string _label;
18 };
19 
20 
21 #endif
22 
23 
24 
25 
boost::shared_ptr< MagneticFieldMap > _map
MagneticFieldMapESProducer(const edm::ParameterSet &p)
boost::shared_ptr< MagneticFieldMap > produce(const MagneticFieldMapRecord &)