8#include <tracking/trackFindingCDC/eventdata/trajectories/CDCBFieldUtil.h>
10#include <tracking/trackFindingCDC/geometry/Vector3D.h>
12#include <tracking/trackFindingCDC/numerics/ERotation.h>
13#include <tracking/trackFindingCDC/numerics/ESign.h>
15#include <framework/geometry/BFieldManager.h>
17#include <framework/geometry/B2Vector3.h>
23using namespace TrackFindingCDC;
28 double c_EarthMagneticField = 3.2e-5 *
Unit::T;
29 return not(b > 5 * c_EarthMagneticField);
52 if (pos3D.
hasNAN())
return NAN;
61 return 1.0 / (bField * TMath::C()) * 1E11;
93 return std::fmin(4440, absMom2D / (bZ * 0.00299792458));
112 return - charge * bZ * 0.00299792458 * std::fmax(0, 1 / absMom2D);
132 return std::fmin(20, std::fabs(bZ * 0.00299792458 / curvature));
static double curvatureToAbsMom2D(double curvature, double bZ)
Conversion helper for two dimensional curvature to momenta.
static bool isOff()
Indicator if the magnetic field is off in the current geometry.
static ESign getBFieldZSign()
Getter for the sign of the magnetic field in z direction.
static ESign ccwInfoToChargeSign(ERotation ccwInfo)
Conversion helper from clockwise or counterclockwise travel to the charge sign.
static double getBFieldZ()
Getter for the signed magnetic field strength in z direction at the origin ( in Tesla )
static ERotation chargeSignToERotation(ESign chargeSign)
Conversion helper from the charge sign to clockwise or counterclockwise travel.
static ERotation chargeToERotation(double charge)
Conversion help for charges to clockwise or counterclockwise travel.
static double absMom2DToCurvature(double absMom2D, double charge, double bZ)
Conversion helper for momenta to two dimensional curvature.
static double getAlphaZ(const Vector2D &pos2D)
Getter for the signed alpha of the magnetic field in z direction.
static double getAlphaFromBField(double bField)
Translator from magnetic field strength in Tesla to the alpha value.
static double absMom2DToBendRadius(double absMom2D, double bZ)
Conversion helper for momenta to two dimensional (absolute) bend radius.
A two dimensional vector which is equipped with functions for correct handling of orientation relate...
A three dimensional vector.
double x() const
Getter for the x coordinate.
bool hasNAN() const
Checks if one of the coordinates is NAN.
double y() const
Getter for the y coordinate.
double z() const
Getter for the z coordinate.
static const double T
[tesla]
static void getField(const double *pos, double *field)
return the magnetic field at a given position.
ESign
Enumeration for the distinct sign values of floating point variables.
ERotation
Enumeration to represent the distinct possibilities of the right left passage information.
Abstract base class for different kinds of events.