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  // forbid copy ctor and assignment op.
26 
27  std::unique_ptr<MagneticField> produce(const IdealMagneticFieldRecord&);
28 
29  private:
30  float value;
31  };
32 } // namespace magneticfield
33 
34 #endif
const UniformMagneticFieldESProducer & operator=(const UniformMagneticFieldESProducer &)=delete
std::unique_ptr< MagneticField > produce(const IdealMagneticFieldRecord &)