CMS 3D CMS Logo

UniformMagneticFieldESProducer.h
Go to the documentation of this file.
1 #ifndef UniformMagneticFieldESProducer_h
2 #define UniformMagneticFieldESProducer_h
3 
13 
16 
18 
19 namespace magneticfield {
21  public:
23 
24  std::unique_ptr<MagneticField> produce(const IdealMagneticFieldRecord &);
25 
26  private:
27  // forbid copy ctor and assignment op.
30 
31  float value;
32  };
33 }
34 
35 
36 #endif
const UniformMagneticFieldESProducer & operator=(const UniformMagneticFieldESProducer &)=delete
std::unique_ptr< MagneticField > produce(const IdealMagneticFieldRecord &)