The tracker hit.
More...
#include <Ex02TrackerHit.h>
The tracker hit.
- Date
- 21/04/2002
- Author
- I. Hrivnacova; IPN, Orsay
Definition at line 31 of file Ex02TrackerHit.h.
◆ Ex02TrackerHit()
Ex02TrackerHit::Ex02TrackerHit |
( |
| ) |
|
Default constructor
Definition at line 31 of file Ex02TrackerHit.cxx.
33{
34
35}
TVector3 fPos
Track position.
Int_t fChamberNb
Chamber number.
Double_t fEdep
Energy deposit.
◆ ~Ex02TrackerHit()
Ex02TrackerHit::~Ex02TrackerHit |
( |
| ) |
|
|
virtual |
◆ Print()
void Ex02TrackerHit::Print |
( |
const Option_t * | option = "" | ) |
const |
|
virtual |
Printing
Definition at line 62 of file Ex02TrackerHit.cxx.
63{
64
65
67 <<
" energy deposit (keV): " <<
fEdep * 1.0e06 <<
" position (cm): ("
68 <<
fPos[0] <<
", " <<
fPos[1] <<
", " <<
fPos[2] <<
")" << endl;
69}
◆ SetTrackID()
void Ex02TrackerHit::SetTrackID |
( |
Int_t | track | ) |
|
|
inline |
Set track Id
- Parameters
-
track | The new track Id value |
Definition at line 46 of file Ex02TrackerHit.h.
◆ SetChamberNb()
void Ex02TrackerHit::SetChamberNb |
( |
Int_t | chamb | ) |
|
|
inline |
Set chamber number
- Parameters
-
chamb | The new chamber number value |
Definition at line 50 of file Ex02TrackerHit.h.
◆ SetEdep()
void Ex02TrackerHit::SetEdep |
( |
Double_t | de | ) |
|
|
inline |
Set energy deposit
- Parameters
-
de | The new energy deposit value |
Definition at line 54 of file Ex02TrackerHit.h.
◆ SetPos()
void Ex02TrackerHit::SetPos |
( |
TVector3 | xyz | ) |
|
|
inline |
Set position
- Parameters
-
xyz | The new position value |
Definition at line 58 of file Ex02TrackerHit.h.
◆ GetTrackID()
Int_t Ex02TrackerHit::GetTrackID |
( |
| ) |
|
|
inline |
◆ GetChamberNb()
Int_t Ex02TrackerHit::GetChamberNb |
( |
| ) |
|
|
inline |
◆ GetEdep()
Double_t Ex02TrackerHit::GetEdep |
( |
| ) |
|
|
inline |
◆ GetPos()
TVector3 Ex02TrackerHit::GetPos |
( |
| ) |
|
|
inline |
◆ fTrackID
Int_t Ex02TrackerHit::fTrackID |
|
private |
◆ fChamberNb
Int_t Ex02TrackerHit::fChamberNb |
|
private |
◆ fEdep
Double_t Ex02TrackerHit::fEdep |
|
private |
◆ fPos
TVector3 Ex02TrackerHit::fPos |
|
private |
The documentation for this class was generated from the following files: