|
VMC Examples Version 6.8
|
The hodoscope hit. More...
#include <A01HodoscopeHit.h>

Public Member Functions | |
| A01HodoscopeHit (Int_t id, Double_t t) | |
| A01HodoscopeHit () | |
| virtual | ~A01HodoscopeHit () |
| virtual void | Print (Option_t *option="") const |
| void | Reset () |
| void | SetID (Int_t id) |
| void | SetVolId (Int_t volId) |
| void | SetTime (Double_t t) |
| void | SetTransformation (const TGeoHMatrix &transformation) |
| Int_t | GetID () const |
| Int_t | GetVolId () const |
| Double_t | GetTime () const |
| const TGeoHMatrix & | GetTransformation () const |
Private Attributes | |
| Int_t | fID |
| The hit ID. | |
| Int_t | fVolID |
| The volume ID. | |
| Double_t | fTime |
| The hit time. | |
| TGeoHMatrix | fTransformation |
| The transformation of the hit volume. | |
| A01HodoscopeHit::A01HodoscopeHit | ( | Int_t | id, |
| Double_t | t ) |
Standard constructor
| id | Hit volume id |
| t | Hit time |
Definition at line 29 of file A01HodoscopeHit.cxx.
| A01HodoscopeHit::A01HodoscopeHit | ( | ) |
Default constructor
Definition at line 38 of file A01HodoscopeHit.cxx.
|
virtual |
|
virtual |
Print hit info
Definition at line 51 of file A01HodoscopeHit.cxx.
| void A01HodoscopeHit::Reset | ( | ) |
Reset all accounted values.
Definition at line 59 of file A01HodoscopeHit.cxx.
|
inline |
Definition at line 42 of file A01HodoscopeHit.h.
|
inline |
Definition at line 43 of file A01HodoscopeHit.h.
|
inline |
Definition at line 44 of file A01HodoscopeHit.h.
|
inline |
Definition at line 45 of file A01HodoscopeHit.h.
|
inline |
Definition at line 51 of file A01HodoscopeHit.h.
|
inline |
Definition at line 52 of file A01HodoscopeHit.h.
|
inline |
Definition at line 53 of file A01HodoscopeHit.h.
|
inline |
Definition at line 54 of file A01HodoscopeHit.h.
|
private |
The hit ID.
Definition at line 57 of file A01HodoscopeHit.h.
|
private |
The volume ID.
Definition at line 58 of file A01HodoscopeHit.h.
|
private |
The hit time.
Definition at line 59 of file A01HodoscopeHit.h.
|
private |
The transformation of the hit volume.
Definition at line 60 of file A01HodoscopeHit.h.