CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
VolumeBasedMagneticFieldESProducer.h
Go to the documentation of this file.
1 #ifndef VolumeBasedMagneticFieldESProducer_h
2 #define VolumeBasedMagneticFieldESProducer_h
3 
14 
18 
19 namespace magneticfield {
21  public:
23 
24  std::auto_ptr<MagneticField> produce(const IdealMagneticFieldRecord & iRecord);
25 
26  private:
27  // forbid copy ctor and assignment op.
30 
32  };
33 }
34 
35 
36 #endif
std::auto_ptr< MagneticField > produce(const IdealMagneticFieldRecord &iRecord)
const VolumeBasedMagneticFieldESProducer & operator=(const VolumeBasedMagneticFieldESProducer &)