CMS 3D CMS Logo

MagneticFieldMapESProducer.h
Go to the documentation of this file.
1 #ifndef FastSimulation_ParticlePropagator_MagneticFieldMapESProducer_H
2 #define FastSimulation_ParticlePropagator_MagneticFieldMapESProducer_H
3 
7 #include <memory>
8 #include <string>
9 
11  public:
13  ~MagneticFieldMapESProducer() override;
14  std::unique_ptr<MagneticFieldMap> produce(const MagneticFieldMapRecord &);
15  private:
17 };
18 
19 
20 #endif
21 
22 
23 
24 
MagneticFieldMapESProducer(const edm::ParameterSet &p)
std::unique_ptr< MagneticFieldMap > produce(const MagneticFieldMapRecord &)