CbmRoot
|
#include <CbmRichPoint.h>
Public Member Functions | |
CbmRichPoint () | |
CbmRichPoint (Int_t trackID, Int_t detID, TVector3 pos, TVector3 mom, Double_t tof, Double_t length, Double_t eLoss) | |
CbmRichPoint (const CbmRichPoint &point) | |
virtual | ~CbmRichPoint () |
virtual void | Print (const Option_t *opt) const |
Definition at line 24 of file CbmRichPoint.h.
CbmRichPoint::CbmRichPoint | ( | ) |
Default constructor
Definition at line 15 of file CbmRichPoint.cxx.
CbmRichPoint::CbmRichPoint | ( | Int_t | trackID, |
Int_t | detID, | ||
TVector3 | pos, | ||
TVector3 | mom, | ||
Double_t | tof, | ||
Double_t | length, | ||
Double_t | 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 20 of file CbmRichPoint.cxx.
|
inline |
Copy constructor
Definition at line 50 of file CbmRichPoint.h.
|
virtual |
Destructor
Definition at line 32 of file CbmRichPoint.cxx.
|
virtual |
Output to screen
Definition at line 37 of file CbmRichPoint.cxx.
Referenced by CbmRichCorrection::ProjectionProducer(), CbmRichPMTMapping::ProjectionProducer(), CbmRichCorrectionVector::ProjectionProducer(), and CbmRichPMTMapping::ProjectionProducer2().