Go to the documentation of this file.
7 #ifndef CBMLITMCPOINT_H_
8 #define CBMLITMCPOINT_H_
62 Double_t res = (p != 0.) ?
fQ / p : 0.;
78 Double_t res = (p != 0.) ?
fQ / p : 0.;
94 Double_t res = (p != 0.) ?
fQ / p : 0.;
123 std::stringstream ss;
124 ss <<
"MCPoint: pos=(" <<
GetX() <<
"," <<
GetY() <<
"," <<
GetZ() <<
") "
Int_t GetStationId() const
friend std::ostream & operator<<(std::ostream &strm, const CbmLitMCPoint &point)
Operator << for convenient output to std::ostream.
friend F32vec4 sqrt(const F32vec4 &a)
void SetPzOut(Double_t pz)
Double_t GetTxOut() const
Double_t GetTyOut() const
void SetPxOut(Double_t px)
void SetRefId(Int_t refId)
virtual std::string ToString() const
Returns std::string representation of the class.
Double_t GetPzOut() const
void SetPxIn(Double_t px)
void SetPyIn(Double_t py)
Double_t GetQpOut() const
void SetPzIn(Double_t pz)
Double_t GetPyOut() const
Double_t GetPxOut() const
void SetPyOut(Double_t py)
void SetStationId(Int_t stationId)