![]() |
Project
|
#include <BaseHits.h>
Inherits o2::BasicXYZVHit< T, E, V >.
Public Member Functions | |
V | GetEnergyLoss () const |
void | SetEnergyLoss (V val) |
ClassDefNV (BasicXYZEHit, 1) | |
![]() | |
BasicXYZVHit ()=default | |
BasicXYZVHit (T x, T y, T z, E time, V val, int trackid, short did) | |
T | GetX () const |
T | GetY () const |
T | GetZ () const |
math_utils::Point3D< T > | GetPos () const |
V | GetHitValue () const |
E | GetTime () const |
short | GetDetectorID () const |
void | SetTime (E time) |
void | SetHitValue (V val) |
void | SetDetectorID (short detID) |
void | SetX (T x) |
void | SetY (T y) |
void | SetZ (T z) |
void | SetXYZ (T x, T y, T z) |
void | SetPos (math_utils::Point3D< T > const &p) |
ClassDefNV (BasicXYZVHit, 1) | |
![]() | |
BaseHit ()=default | |
BaseHit (int id) | |
int | GetTrackID () const |
void | SetTrackID (int id) |
Definition at line 98 of file BaseHits.h.
o2::BasicXYZEHit< T, E, V >::ClassDefNV | ( | BasicXYZEHit< T, E, V > | , |
1 | |||
) |
|
inline |
Definition at line 103 of file BaseHits.h.
|
inline |
Definition at line 104 of file BaseHits.h.