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 
15 
18 
20 
21 namespace magneticfield {
23  public:
25 
26  std::auto_ptr<MagneticField> produce(const IdealMagneticFieldRecord &);
27 
28  private:
29  // forbid copy ctor and assignment op.
32 
33  float value;
34  };
35 }
36 
37 
38 #endif
std::auto_ptr< MagneticField > produce(const IdealMagneticFieldRecord &)
const UniformMagneticFieldESProducer & operator=(const UniformMagneticFieldESProducer &)