er
dev
|
Public Member Functions | |
ERTelescopeTrack ()=default | |
Default constructor. | |
ERTelescopeTrack (const TVector3 &targetVertex, const TVector3 &xStationVertex, const TVector3 &yStationVertex, const TVector3 &xStationLocalVertex, const TVector3 &yStationLocalVertex, Int_t xChannel, Int_t yChannel, Double_t xEdep, Double_t yEdep) | |
Constructor. More... | |
TVector3 | GetTargetVertex () const |
TVector3 | GetXStationVertex () const |
TVector3 | GetYStationVertex () const |
TVector3 | GetXStationLocalVertex () const |
TVector3 | GetYStationLocalVertex () const |
TVector3 | GetVertexInZPlane (Double_t z) const |
Double_t | GetXInZPlane (Double_t z) const |
Double_t | GetYInZPlane (Double_t z) const |
TVector3 | GetDirection () const |
TVector3 | GetBackDirection () const |
Int_t | GetXChannel () const |
Int_t | GetYChannel () const |
Double_t | GetXEdep () const |
Double_t | GetYEdep () const |
Definition at line 22 of file ERTelescopeTrack.h.
ERTelescopeTrack::ERTelescopeTrack | ( | const TVector3 & | targetVertex, |
const TVector3 & | xStationVertex, | ||
const TVector3 & | yStationVertex, | ||
const TVector3 & | xStationLocalVertex, | ||
const TVector3 & | yStationLocalVertex, | ||
Int_t | xChannel, | ||
Int_t | yChannel, | ||
Double_t | xEdep, | ||
Double_t | yEdep | ||
) |
Constructor.
fTargetVertex | - Track vertex on target; |
fXStationVertex | - Track vertex on telescope station, which produced X coordinate; |
fYStationVertex | - Track vertex on telescope station, which produced Y coordinate; |
fXStationLocalVertex | - Track vertex in station CS on telescope station, which produced X coordinate; |
fYStationLocalVertex | - Track vertex in station CS on telescope station, which produced Y coordinate; |
fXChannel | - Channel number in telescope station, which produced X coordinate; |
fYChannel | - Channel number in telescope station, which produced Y coordinate; |
fXEdep | - Edep in telescope station, which produced X coordinate; |
fYEdep | - Edep in telescope station, which produced Y coordinate; |
Definition at line 10 of file ERTelescopeTrack.cxx.