|
CbmRoot
|
#include <CbmRichPoint.h>
Public Member Functions | |
| CbmRichPoint () | |
| CbmRichPoint (int32_t trackID, int32_t detID, TVector3 pos, TVector3 mom, double tof, double length, double eLoss) | |
| CbmRichPoint (const CbmRichPoint &point) | |
| virtual | ~CbmRichPoint () |
| virtual void | Print (const Option_t *opt) const |
Definition at line 29 of file CbmRichPoint.h.
| CbmRichPoint::CbmRichPoint | ( | ) |
| CbmRichPoint::CbmRichPoint | ( | 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 24 of file CbmRichPoint.cxx.
References pos.
|
inline |
|
virtual |
Destructor
Definition at line 33 of file CbmRichPoint.cxx.
|
virtual |
Output to screen
Definition at line 38 of file CbmRichPoint.cxx.
Referenced by CbmRichPMTMapping::ProjectionProducer(), and CbmRichPMTMapping::ProjectionProducer2().