Project
Loading...
Searching...
No Matches
o2::tpc::ElementalHit Class Reference

#include <Point.h>

Public Member Functions

float GetX () const
 
float GetY () const
 
float GetZ () const
 
const math_utils::Point3D< float > & getPos () const
 
float GetEnergyLoss () const
 
float GetTime () const
 
 ElementalHit ()=default
 
 ~ElementalHit ()=default
 
 ElementalHit (ElementalHit const &)=default
 
 ElementalHit (float x, float y, float z, float time, float e)
 
 ClassDefNV (ElementalHit, 1)
 

Public Attributes

math_utils::Point3D< float > mPos
 
float mTime = -1
 
float mELoss = -2
 

Detailed Description

Definition at line 27 of file Point.h.

Constructor & Destructor Documentation

◆ ElementalHit() [1/3]

o2::tpc::ElementalHit::ElementalHit ( )
default

◆ ~ElementalHit()

o2::tpc::ElementalHit::~ElementalHit ( )
default

◆ ElementalHit() [2/3]

o2::tpc::ElementalHit::ElementalHit ( ElementalHit const &  )
default

◆ ElementalHit() [3/3]

o2::tpc::ElementalHit::ElementalHit ( float  x,
float  y,
float  z,
float  time,
float  e 
)
inline

Definition at line 48 of file Point.h.

Member Function Documentation

◆ ClassDefNV()

o2::tpc::ElementalHit::ClassDefNV ( ElementalHit  ,
 
)

◆ GetEnergyLoss()

float o2::tpc::ElementalHit::GetEnergyLoss ( ) const
inline

Definition at line 39 of file Point.h.

◆ getPos()

const math_utils::Point3D< float > & o2::tpc::ElementalHit::getPos ( ) const
inline

Definition at line 38 of file Point.h.

◆ GetTime()

float o2::tpc::ElementalHit::GetTime ( ) const
inline

Definition at line 40 of file Point.h.

◆ GetX()

float o2::tpc::ElementalHit::GetX ( ) const
inline

Definition at line 35 of file Point.h.

◆ GetY()

float o2::tpc::ElementalHit::GetY ( ) const
inline

Definition at line 36 of file Point.h.

◆ GetZ()

float o2::tpc::ElementalHit::GetZ ( ) const
inline

Definition at line 37 of file Point.h.

Member Data Documentation

◆ mELoss

float o2::tpc::ElementalHit::mELoss = -2

Definition at line 33 of file Point.h.

◆ mPos

math_utils::Point3D<float> o2::tpc::ElementalHit::mPos

Definition at line 31 of file Point.h.

◆ mTime

float o2::tpc::ElementalHit::mTime = -1

Definition at line 32 of file Point.h.


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