#include <Point.h>
Inherits o2::BasicXYZEHit< float >.
|
| | Point ()=default |
| | Default constructor.
|
| |
| | Point (float x, float y, float z, float time, float nElectrons, float trackID, float detID) |
| |
| | ~Point ()=default |
| | Destructor.
|
| |
| void | Print (const Option_t *opt) const |
| | Output to screen.
|
| |
| float | GetEnergyLoss () const |
| |
| void | SetEnergyLoss (float val) |
| |
| | ClassDefNV (BasicXYZEHit, 1) |
| |
| | BasicXYZVHit ()=default |
| |
| | BasicXYZVHit (T x, T y, T z, E time, V val, int trackid, unsigned short did) |
| |
| T | GetX () const |
| |
| T | GetY () const |
| |
| T | GetZ () const |
| |
| math_utils::Point3D< T > | GetPos () const |
| |
| V | GetHitValue () const |
| |
| E | GetTime () const |
| |
| unsigned short | GetDetectorID () const |
| |
| void | SetTime (E time) |
| |
| void | SetHitValue (V val) |
| |
| void | SetDetectorID (unsigned 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, 2) |
| |
| | BaseHit ()=default |
| |
| | BaseHit (int id) |
| |
| int | GetTrackID () const |
| |
| void | SetTrackID (int id) |
| |
Definition at line 186 of file Point.h.
◆ Point() [1/2]
| o2::tpc::Point::Point |
( |
| ) |
|
|
default |
◆ Point() [2/2]
| o2::tpc::Point::Point |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z, |
|
|
float |
time, |
|
|
float |
nElectrons, |
|
|
float |
trackID, |
|
|
float |
detID |
|
) |
| |
|
inline |
Constructor with arguments
- Parameters
-
| trackID | Index of MCTrack |
| detID | Detector ID |
| pos | Ccoordinates at entrance to active volume [cm] |
| mom | Momentum of track at entrance [GeV] |
| tof | Time since event start [ns] |
| length | Track length since creation [cm] |
| eLoss | Energy deposit [GeV] |
Definition at line 216 of file Point.h.
◆ ~Point()
| o2::tpc::Point::~Point |
( |
| ) |
|
|
default |
◆ Print()
| void Point::Print |
( |
const Option_t * |
opt | ) |
const |
Output to screen.
Definition at line 20 of file Point.cxx.
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/Detectors/TPC/simulation/include/TPCSimulation/Point.h
- /home/runner/work/AliceO2/AliceO2/Detectors/TPC/simulation/src/Point.cxx