CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PolyFit3DParametrizedMagneticField.h
Go to the documentation of this file.
1 #ifndef PolyFit3DParametrizedMagneticField_h
2 #define PolyFit3DParametrizedMagneticField_h
3 
15 
16 namespace edm { class ParameterSet; }
17 namespace magfieldparam { class BFit3D; }
18 
19 
21  public:
24  PolyFit3DParametrizedMagneticField(double bVal = 3.8114);
25 
28 
31 
32  GlobalVector inTesla (const GlobalPoint& gp) const;
33 
34  GlobalVector inTeslaUnchecked (const GlobalPoint& gp) const;
35 
36  bool isDefined(const GlobalPoint& gp) const;
37 
38  private:
40 };
41 #endif
42 
dictionary parameters
Definition: Parameters.py:2
bool isDefined(const GlobalPoint &gp) const
True if the point is within the region where the concrete field.
GlobalVector inTeslaUnchecked(const GlobalPoint &gp) const
GlobalVector inTesla(const GlobalPoint &gp) const
Field value ad specified global point, in Tesla.