63 static void FindTargetNode(TString& targetPath, TGeoNode*& targetNode);
Common constant definitions for the Kalman Filter library.
CBM target accessor and property handler.
void Init()
Target initializer.
Target(const Target &)=delete
Target()=default
Default constructor.
static Target * Instance()
Instance access.
double GetRmax() const
Gets target transverse size [cm].
double GetY() const
Gets target center y-coordinate [cm].
double GetX() const
Gets target center x-coordinate [cm].
~Target()=default
Destructor.
double GetDz() const
Gets target half thickness [cm].
static Target * fpInstance
double fRmax
target transverse size [cm]
double fDz
target half-thickness [cm]
double fZ
reference z-coordinate of the target position [cm]
double fX
reference x-coordinate of the target position [cm]
double fY
reference y-coordinate of the target position [cm]
static void FindTargetNode(TString &targetPath, TGeoNode *&targetNode)
Finds a target.
double GetZ() const
Gets target center z-coordinate [cm].
Target & operator=(Target &&)=delete
Target & operator=(const Target &)=delete
constexpr double Undef< double >