|
BmnRoot
|
Stores status of track during transport. Auxiliary for BmnSsd. More...
#include <BmnSsdTrackStatus.h>
Public Member Functions | |
| BmnSsdTrackStatus () | |
| ~BmnSsdTrackStatus () | |
| void | Reset () |
Public Attributes | |
| Int_t | fAddress |
| Unique address. | |
| Int_t | fTrackId |
| MCTrack index. | |
| Int_t | fPid |
| MCTrack PID [PDG code]. | |
| Double_t | fX |
| x position [cm] | |
| Double_t | fY |
| x position [cm] | |
| Double_t | fZ |
| x position [cm] | |
| Double_t | fPx |
| Momentum x component [GeV]. | |
| Double_t | fPy |
| Momentum x component [GeV]. | |
| Double_t | fPz |
| Momentum x component [GeV]. | |
| Double_t | fTime |
| Time since track creation [ns]. | |
| Double_t | fLength |
| Length since track creation [cm]. | |
| Bool_t | fFlag |
| Status flag. TRUE if normal entry/exit, else FALSE. | |
Stores status of track during transport. Auxiliary for BmnSsd.
Definition at line 18 of file BmnSsdTrackStatus.h.
|
inline |
Constructor
Definition at line 23 of file BmnSsdTrackStatus.h.
|
inline |
Destructor
Definition at line 30 of file BmnSsdTrackStatus.h.
|
inline |
| Int_t BmnSsdTrackStatus::fAddress |
| Bool_t BmnSsdTrackStatus::fFlag |
Status flag. TRUE if normal entry/exit, else FALSE.
Definition at line 61 of file BmnSsdTrackStatus.h.
Referenced by Reset().
| Double_t BmnSsdTrackStatus::fLength |
Length since track creation [cm].
Definition at line 60 of file BmnSsdTrackStatus.h.
Referenced by Reset().
| Int_t BmnSsdTrackStatus::fPid |
| Double_t BmnSsdTrackStatus::fPx |
Momentum x component [GeV].
Definition at line 56 of file BmnSsdTrackStatus.h.
Referenced by Reset().
| Double_t BmnSsdTrackStatus::fPy |
Momentum x component [GeV].
Definition at line 57 of file BmnSsdTrackStatus.h.
Referenced by Reset().
| Double_t BmnSsdTrackStatus::fPz |
Momentum x component [GeV].
Definition at line 58 of file BmnSsdTrackStatus.h.
Referenced by Reset().
| Double_t BmnSsdTrackStatus::fTime |
Time since track creation [ns].
Definition at line 59 of file BmnSsdTrackStatus.h.
Referenced by Reset().
| Int_t BmnSsdTrackStatus::fTrackId |
| Double_t BmnSsdTrackStatus::fX |
| Double_t BmnSsdTrackStatus::fY |
| Double_t BmnSsdTrackStatus::fZ |