CbmRoot
|
Interception of MC track with the plane representing the FSD. More...
#include <CbmFsdPoint.h>
Public Member Functions | |
CbmFsdPoint () | |
CbmFsdPoint (int32_t trackID, int32_t detID, TVector3 pos, TVector3 mom, double tof, double length, double eLoss) | |
virtual | ~CbmFsdPoint () |
virtual void | Print (const Option_t *opt) const |
std::string | ToString () const |
Interception of MC track with the plane representing the FSD.
Definition at line 23 of file CbmFsdPoint.h.
CbmFsdPoint::CbmFsdPoint | ( | ) |
Default constructor
Definition at line 13 of file CbmFsdPoint.cxx.
CbmFsdPoint::CbmFsdPoint | ( | int32_t | trackID, |
int32_t | detID, | ||
TVector3 | pos, | ||
TVector3 | mom, | ||
double | tof, | ||
double | length, | ||
double | eLoss ) |
Constructor with arguments
trackID | Index of MCTrack |
detID | Detector ID |
pos | Coordinates at entrance to active volume [cm] |
mom | Momentum of track at entrance [GeV] |
tof | Time since event start [ns] |
length | Track length since creation [cm] |
eLoss | Energy deposit [GeV] |
Definition at line 18 of file CbmFsdPoint.cxx.
|
virtual |
Destructor
Definition at line 27 of file CbmFsdPoint.cxx.
|
virtual |
std::string CbmFsdPoint::ToString | ( | ) | const |
Definition at line 34 of file CbmFsdPoint.cxx.
Referenced by Print().