CbmRoot
|
#include <CbmPsdPoint.h>
Public Member Functions | |
CbmPsdPoint () | |
CbmPsdPoint (int32_t trackID, int32_t detID, TVector3 pos, TVector3 mom, double tof, double length, double eLoss) | |
virtual | ~CbmPsdPoint () |
virtual void | Print (const Option_t *opt) const |
void | SetModuleID (int32_t mod) |
int32_t | GetModuleID () const |
std::string | ToString () const |
Private Attributes | |
int32_t | fModuleID |
Interception of MC track with the plane representing the ECAL.
Definition at line 28 of file CbmPsdPoint.h.
CbmPsdPoint::CbmPsdPoint | ( | ) |
Default constructor
Definition at line 18 of file CbmPsdPoint.cxx.
CbmPsdPoint::CbmPsdPoint | ( | 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 | Ccoordinates 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 23 of file CbmPsdPoint.cxx.
|
virtual |
Copy constructor Destructor
Definition at line 33 of file CbmPsdPoint.cxx.
|
inline |
Accessors
Definition at line 61 of file CbmPsdPoint.h.
References fModuleID.
Referenced by comparePsdPointDataMembers(), CbmPsdIdealDigitizer::Exec(), and CbmPsdSimpleDigitizer::Exec().
|
virtual |
Output to screen
Definition at line 38 of file CbmPsdPoint.cxx.
References ToString().
Referenced by TEST().
|
inline |
Modifiers
Definition at line 59 of file CbmPsdPoint.h.
References fModuleID.
Referenced by CbmPsdMC::ProcessHits(), and TEST().
std::string CbmPsdPoint::ToString | ( | ) | const |
Definition at line 40 of file CbmPsdPoint.cxx.
|
private |
Definition at line 66 of file CbmPsdPoint.h.
Referenced by GetModuleID(), and SetModuleID().