Project
Loading...
Searching...
No Matches
o2::BasicXYZVHit< T, E, V > Class Template Reference

#include <BaseHits.h>

Inherits o2::BaseHit.

Inherited by o2::BasicXYZEHit< float >, o2::BasicXYZEHit< Float_t, Float_t >, o2::BasicXYZEHit< float, float, float >, o2::BasicXYZQHit< float >, o2::BasicXYZEHit< T, E, V >, and o2::BasicXYZQHit< T, E, V >.

Public Member Functions

 BasicXYZVHit ()=default
 
 BasicXYZVHit (T x, T y, T z, E time, V val, int trackid, short did)
 
GetX () const
 
GetY () const
 
GetZ () const
 
math_utils::Point3D< T > GetPos () const
 
GetHitValue () const
 
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)
 
- Public Member Functions inherited from o2::BaseHit
 BaseHit ()=default
 
 BaseHit (int id)
 
int GetTrackID () const
 
void SetTrackID (int id)
 

Detailed Description

template<typename T, typename E, typename V = float>
class o2::BasicXYZVHit< T, E, V >

Definition at line 47 of file BaseHits.h.

Constructor & Destructor Documentation

◆ BasicXYZVHit() [1/2]

template<typename T , typename E , typename V = float>
o2::BasicXYZVHit< T, E, V >::BasicXYZVHit ( )
default

◆ BasicXYZVHit() [2/2]

template<typename T , typename E , typename V = float>
o2::BasicXYZVHit< T, E, V >::BasicXYZVHit ( x,
y,
z,
time,
val,
int  trackid,
short  did 
)
inline

Definition at line 58 of file BaseHits.h.

Member Function Documentation

◆ ClassDefNV()

template<typename T , typename E , typename V = float>
o2::BasicXYZVHit< T, E, V >::ClassDefNV ( BasicXYZVHit< T, E, V >  ,
 
)

◆ GetDetectorID()

template<typename T , typename E , typename V = float>
short o2::BasicXYZVHit< T, E, V >::GetDetectorID ( ) const
inline

Definition at line 73 of file BaseHits.h.

◆ GetHitValue()

template<typename T , typename E , typename V = float>
V o2::BasicXYZVHit< T, E, V >::GetHitValue ( ) const
inline

Definition at line 69 of file BaseHits.h.

◆ GetPos()

template<typename T , typename E , typename V = float>
math_utils::Point3D< T > o2::BasicXYZVHit< T, E, V >::GetPos ( ) const
inline

Definition at line 67 of file BaseHits.h.

◆ GetTime()

template<typename T , typename E , typename V = float>
E o2::BasicXYZVHit< T, E, V >::GetTime ( ) const
inline

Definition at line 71 of file BaseHits.h.

◆ GetX()

template<typename T , typename E , typename V = float>
T o2::BasicXYZVHit< T, E, V >::GetX ( ) const
inline

Definition at line 64 of file BaseHits.h.

◆ GetY()

template<typename T , typename E , typename V = float>
T o2::BasicXYZVHit< T, E, V >::GetY ( ) const
inline

Definition at line 65 of file BaseHits.h.

◆ GetZ()

template<typename T , typename E , typename V = float>
T o2::BasicXYZVHit< T, E, V >::GetZ ( ) const
inline

Definition at line 66 of file BaseHits.h.

◆ SetDetectorID()

template<typename T , typename E , typename V = float>
void o2::BasicXYZVHit< T, E, V >::SetDetectorID ( short  detID)
inline

Definition at line 78 of file BaseHits.h.

◆ SetHitValue()

template<typename T , typename E , typename V = float>
void o2::BasicXYZVHit< T, E, V >::SetHitValue ( val)
inline

Definition at line 77 of file BaseHits.h.

◆ SetPos()

template<typename T , typename E , typename V = float>
void o2::BasicXYZVHit< T, E, V >::SetPos ( math_utils::Point3D< T > const &  p)
inline

Definition at line 88 of file BaseHits.h.

◆ SetTime()

template<typename T , typename E , typename V = float>
void o2::BasicXYZVHit< T, E, V >::SetTime ( time)
inline

Definition at line 76 of file BaseHits.h.

◆ SetX()

template<typename T , typename E , typename V = float>
void o2::BasicXYZVHit< T, E, V >::SetX ( x)
inline

Definition at line 79 of file BaseHits.h.

◆ SetXYZ()

template<typename T , typename E , typename V = float>
void o2::BasicXYZVHit< T, E, V >::SetXYZ ( x,
y,
z 
)
inline

Definition at line 82 of file BaseHits.h.

◆ SetY()

template<typename T , typename E , typename V = float>
void o2::BasicXYZVHit< T, E, V >::SetY ( y)
inline

Definition at line 80 of file BaseHits.h.

◆ SetZ()

template<typename T , typename E , typename V = float>
void o2::BasicXYZVHit< T, E, V >::SetZ ( z)
inline

Definition at line 81 of file BaseHits.h.


The documentation for this class was generated from the following file: