er  dev
Public Member Functions | Private Attributes | List of all members
ERTelescopeTrack Class Reference
Inheritance diagram for ERTelescopeTrack:
Inheritance graph
[legend]
Collaboration diagram for ERTelescopeTrack:
Collaboration graph
[legend]

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
 

Private Attributes

TVector3 fTargetVertex
 
TVector3 fXStationVertex
 
TVector3 fYStationVertex
 
TVector3 fXStationLocalVertex
 
TVector3 fYStationLocalVertex
 
Int_t fXChannel = -1
 
Int_t fYChannel = -1
 
Double_t fXEdep = -1.
 
Double_t fYEdep = -1.
 

Detailed Description

Definition at line 22 of file ERTelescopeTrack.h.

Constructor & Destructor Documentation

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.

Parameters
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.


The documentation for this class was generated from the following files: