|
VMC Examples Version 6.8
|
The tracker hit. More...
#include <Ex02TrackerHit.h>
Public Member Functions | |
| Ex02TrackerHit () | |
| virtual | ~Ex02TrackerHit () |
| virtual void | Print (const Option_t *option="") const |
| void | SetTrackID (Int_t track) |
| void | SetChamberNb (Int_t chamb) |
| void | SetEdep (Double_t de) |
| void | SetPos (TVector3 xyz) |
| Int_t | GetTrackID () |
| Int_t | GetChamberNb () |
| Double_t | GetEdep () |
| TVector3 | GetPos () |
Private Attributes | |
| Int_t | fTrackID |
| Track Id. | |
| Int_t | fChamberNb |
| Chamber number. | |
| Double_t | fEdep |
| Energy deposit. | |
| TVector3 | fPos |
| Track position. | |
| Ex02TrackerHit::Ex02TrackerHit | ( | ) |
Default constructor
Definition at line 31 of file Ex02TrackerHit.cxx.
|
virtual |
|
virtual |
Printing
Definition at line 62 of file Ex02TrackerHit.cxx.
|
inline |
Set track Id
| track | The new track Id value |
Definition at line 46 of file Ex02TrackerHit.h.
|
inline |
Set chamber number
| chamb | The new chamber number value |
Definition at line 50 of file Ex02TrackerHit.h.
|
inline |
Set energy deposit
| de | The new energy deposit value |
Definition at line 54 of file Ex02TrackerHit.h.
|
inline |
Set position
| xyz | The new position value |
Definition at line 58 of file Ex02TrackerHit.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Track Id.
Definition at line 76 of file Ex02TrackerHit.h.
|
private |
Chamber number.
Definition at line 77 of file Ex02TrackerHit.h.
|
private |
Energy deposit.
Definition at line 78 of file Ex02TrackerHit.h.
|
private |
Track position.
Definition at line 79 of file Ex02TrackerHit.h.