#include <TkHit.h>
Collaboration diagram for TkHit:

Public Member Functions | |
| TkHit () | |
| TkHit (unsigned int layer, double x, double y, double z, float eloss, const MCParticleSIO *mcp, float time) | |
| float | t () const |
| unsigned | layer () const |
| double | x () const |
| double | y () const |
| double | z () const |
| float | eloss () const |
| const MCParticleSIO * | mc () const |
Private Attributes | |
| unsigned int | _layer |
| double | _x |
| double | _y |
| double | _z |
| float | _eloss |
| const MCParticleSIO * | _mc |
| float | _time |
|
|
Definition at line 13 of file TkHit.h.
00013 {};
|
|
||||||||||||||||||||||||||||||||
|
Definition at line 14 of file TkHit.h. References _eloss, _layer, _mc, _time, _x, _y, and _z.
|
|
|
Definition at line 26 of file TkHit.h. References _eloss.
00026 {return _eloss;};
|
|
|
Definition at line 20 of file TkHit.h. References _layer.
00020 {return _layer;};
|
|
|
Definition at line 27 of file TkHit.h. References _mc.
00027 {return _mc;};
|
|
|
Definition at line 18 of file TkHit.h. References _time.
00018 {return _time;};
|
|
|
Definition at line 22 of file TkHit.h. References _x.
00022 {return _x;};
|
|
|
Definition at line 23 of file TkHit.h. References _y.
00023 {return _y;};
|
|
|
Definition at line 24 of file TkHit.h. References _z.
00024 {return _z;};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.4