ACTARSim
ACTAR TPC Simulation Reference Guide
|
Track structure
Definition at line 24 of file ActarSimTrack.hh.
Public Member Functions | |
ActarSimTrack () | |
virtual | ~ActarSimTrack () |
Destructor. More... | |
Double_t | GetXCoord () |
Double_t | GetYCoord () |
Double_t | GetZCoord () |
Double_t | GetXPreCoord () |
Double_t | GetYPreCoord () |
Double_t | GetZPreCoord () |
Double_t | GetEnergyStep () |
Int_t | GetTrackID () |
Int_t | GetParentTrackID () |
Int_t | GetEventID () |
Int_t | GetRunID () |
void | SetXCoord (Double_t xc) |
void | SetYCoord (Double_t yc) |
void | SetZCoord (Double_t zc) |
void | SetXPreCoord (Double_t xc) |
void | SetYPreCoord (Double_t yc) |
void | SetZPreCoord (Double_t zc) |
void | SetEnergyStep (Double_t energy) |
void | SetTrackID (Int_t track) |
void | SetParentTrackID (Int_t pt) |
void | SetEventID (Int_t ev) |
void | SetRunID (Int_t ev) |
Private Attributes | |
Double_t | xCoord |
X coordinate. More... | |
Double_t | yCoord |
Y coordinate. More... | |
Double_t | zCoord |
Z coordinate. More... | |
Double_t | xPreCoord |
X coordinate at the start of step. More... | |
Double_t | yPreCoord |
Y coordinate at the start of step. More... | |
Double_t | zPreCoord |
Z coordinate at the start of step. More... | |
Double_t | energyStep |
Energy step. More... | |
Int_t | parentTrackID |
Parent Track ID. More... | |
Int_t | trackID |
Track ID. More... | |
Int_t | eventID |
Event ID. More... | |
Int_t | runID |
Run ID. More... | |
#include <ActarSimTrack.hh>
ActarSimTrack::ActarSimTrack | ( | ) |
|
virtual |
Destructor.
Definition at line 36 of file ActarSimTrack.cc.
|
inline |
Definition at line 48 of file ActarSimTrack.hh.
|
inline |
Definition at line 51 of file ActarSimTrack.hh.
|
inline |
Definition at line 50 of file ActarSimTrack.hh.
|
inline |
Definition at line 52 of file ActarSimTrack.hh.
|
inline |
Definition at line 49 of file ActarSimTrack.hh.
|
inline |
Definition at line 42 of file ActarSimTrack.hh.
|
inline |
Definition at line 45 of file ActarSimTrack.hh.
|
inline |
Definition at line 43 of file ActarSimTrack.hh.
|
inline |
Definition at line 46 of file ActarSimTrack.hh.
|
inline |
Definition at line 44 of file ActarSimTrack.hh.
|
inline |
Definition at line 47 of file ActarSimTrack.hh.
|
inline |
Definition at line 60 of file ActarSimTrack.hh.
Referenced by ActarSimROOTAnalGas::UserSteppingAction().
|
inline |
Definition at line 63 of file ActarSimTrack.hh.
Referenced by ActarSimROOTAnalGas::UserSteppingAction().
|
inline |
Definition at line 62 of file ActarSimTrack.hh.
Referenced by ActarSimROOTAnalGas::UserSteppingAction().
|
inline |
Definition at line 64 of file ActarSimTrack.hh.
Referenced by ActarSimROOTAnalGas::UserSteppingAction().
|
inline |
Definition at line 61 of file ActarSimTrack.hh.
Referenced by ActarSimROOTAnalGas::UserSteppingAction().
|
inline |
Definition at line 54 of file ActarSimTrack.hh.
Referenced by ActarSimROOTAnalGas::UserSteppingAction().
|
inline |
Definition at line 57 of file ActarSimTrack.hh.
Referenced by ActarSimROOTAnalGas::UserSteppingAction().
|
inline |
Definition at line 55 of file ActarSimTrack.hh.
Referenced by ActarSimROOTAnalGas::UserSteppingAction().
|
inline |
Definition at line 58 of file ActarSimTrack.hh.
Referenced by ActarSimROOTAnalGas::UserSteppingAction().
|
inline |
Definition at line 56 of file ActarSimTrack.hh.
Referenced by ActarSimROOTAnalGas::UserSteppingAction().
|
inline |
Definition at line 59 of file ActarSimTrack.hh.
Referenced by ActarSimROOTAnalGas::UserSteppingAction().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
X coordinate at the start of step.
Definition at line 29 of file ActarSimTrack.hh.
Referenced by GetXPreCoord().
|
private |
|
private |
Y coordinate at the start of step.
Definition at line 30 of file ActarSimTrack.hh.
Referenced by GetYPreCoord().
|
private |
|
private |
Z coordinate at the start of step.
Definition at line 31 of file ActarSimTrack.hh.
Referenced by GetZPreCoord().