CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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 <memory>
8 #include <string>
9 
11 public:
13  ~MagneticFieldMapESProducer() override;
14  std::unique_ptr<MagneticFieldMap> produce(const MagneticFieldMapRecord &);
15 
16 private:
18 };
19 
20 #endif
MagneticFieldMapESProducer(const edm::ParameterSet &p)
std::unique_ptr< MagneticFieldMap > produce(const MagneticFieldMapRecord &)