CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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::auto_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
std::auto_ptr< MagneticField > produce(const IdealMagneticFieldRecord &)
const UniformMagneticFieldESProducer & operator=(const UniformMagneticFieldESProducer &)