The hodoscope hit.
More...
#include <A01HodoscopeHit.h>
The hodoscope hit.
- Date
- 12/05/2012
- Author
- I. Hrivnacova; IPN, Orsay
Definition at line 30 of file A01HodoscopeHit.h.
◆ A01HodoscopeHit() [1/2]
A01HodoscopeHit::A01HodoscopeHit |
( |
Int_t | id, |
|
|
Double_t | t ) |
Standard constructor
- Parameters
-
id | Hit volume id |
t | Hit time |
Definition at line 29 of file A01HodoscopeHit.cxx.
31{
32
33
34
35}
Int_t fVolID
The volume ID.
TGeoHMatrix fTransformation
The transformation of the hit volume.
Double_t fTime
The hit time.
◆ A01HodoscopeHit() [2/2]
A01HodoscopeHit::A01HodoscopeHit |
( |
| ) |
|
◆ ~A01HodoscopeHit()
A01HodoscopeHit::~A01HodoscopeHit |
( |
| ) |
|
|
virtual |
◆ Print()
void A01HodoscopeHit::Print |
( |
Option_t * | option = "" | ) |
const |
|
virtual |
Print hit info
Definition at line 51 of file A01HodoscopeHit.cxx.
52{
53
54
55 cout <<
" Hodoscope[" <<
fID <<
"] " <<
fTime * 1.0e+09 <<
" [nsec]" << endl;
56}
◆ Reset()
void A01HodoscopeHit::Reset |
( |
| ) |
|
◆ SetID()
void A01HodoscopeHit::SetID |
( |
Int_t | id | ) |
|
|
inline |
◆ SetVolId()
void A01HodoscopeHit::SetVolId |
( |
Int_t | volId | ) |
|
|
inline |
◆ SetTime()
void A01HodoscopeHit::SetTime |
( |
Double_t | t | ) |
|
|
inline |
◆ SetTransformation()
void A01HodoscopeHit::SetTransformation |
( |
const TGeoHMatrix & | transformation | ) |
|
|
inline |
◆ GetID()
Int_t A01HodoscopeHit::GetID |
( |
| ) |
const |
|
inline |
◆ GetVolId()
Int_t A01HodoscopeHit::GetVolId |
( |
| ) |
const |
|
inline |
◆ GetTime()
Double_t A01HodoscopeHit::GetTime |
( |
| ) |
const |
|
inline |
◆ GetTransformation()
const TGeoHMatrix & A01HodoscopeHit::GetTransformation |
( |
| ) |
const |
|
inline |
◆ fID
Int_t A01HodoscopeHit::fID |
|
private |
◆ fVolID
Int_t A01HodoscopeHit::fVolID |
|
private |
◆ fTime
Double_t A01HodoscopeHit::fTime |
|
private |
◆ fTransformation
TGeoHMatrix A01HodoscopeHit::fTransformation |
|
private |
The documentation for this class was generated from the following files: