CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
LocalMagneticField.h
Go to the documentation of this file.
1 #ifndef FastSimualtion_TrajectoryManager_LocalMagneticField_h
2 #define FastSimualtion_TrajectoryManager_LocalMagneticField_h
3 
15 
17  public:
18 
20  LocalMagneticField(double value);
21 
22  virtual ~LocalMagneticField() {}
23 
24  GlobalVector inTesla (const GlobalPoint& gp) const;
25 
26  private:
28 };
29 
30 #endif
LocalMagneticField(double value)
Construct passing the Z field component in Tesla.
GlobalVector inTesla(const GlobalPoint &gp) const
Field value ad specified global point, in Tesla.