MUON track external format.
More...
#include <TrackMCHMID.h>
MUON track external format.
Definition at line 32 of file TrackMCHMID.h.
◆ TrackMCHMID() [1/5]
o2::dataformats::TrackMCHMID::TrackMCHMID |
( |
| ) |
|
|
default |
◆ TrackMCHMID() [2/5]
◆ TrackMCHMID() [3/5]
o2::dataformats::TrackMCHMID::TrackMCHMID |
( |
uint32_t |
mchIdx, |
|
|
uint32_t |
midIdx, |
|
|
const InteractionRecord & |
midIR, |
|
|
double |
chi2 |
|
) |
| |
|
inline |
◆ ~TrackMCHMID()
o2::dataformats::TrackMCHMID::~TrackMCHMID |
( |
| ) |
|
|
default |
◆ TrackMCHMID() [4/5]
o2::dataformats::TrackMCHMID::TrackMCHMID |
( |
const TrackMCHMID & |
track | ) |
|
|
default |
◆ TrackMCHMID() [5/5]
o2::dataformats::TrackMCHMID::TrackMCHMID |
( |
TrackMCHMID && |
| ) |
|
|
default |
◆ getIR()
get the interaction record associated to this track
Definition at line 64 of file TrackMCHMID.h.
◆ getMatchChi2OverNDF()
double o2::dataformats::TrackMCHMID::getMatchChi2OverNDF |
( |
| ) |
const |
|
inline |
get the MCH-MID matching chi2/ndf
Definition at line 72 of file TrackMCHMID.h.
◆ getMCHRef()
get the reference to the MCH track entry in its original container
Definition at line 50 of file TrackMCHMID.h.
◆ getMIDRef()
get the reference to the MID track entry in its original container
Definition at line 57 of file TrackMCHMID.h.
◆ getTimeMUS()
std::pair< TrackMCHMID::Time, bool > o2::dataformats::TrackMCHMID::getTimeMUS |
( |
const InteractionRecord & |
startIR, |
|
|
uint32_t |
nOrbits = 128 , |
|
|
bool |
printError = false |
|
) |
| const |
return a pair consisting of the track time with error (in mus) relative to the reference IR 'startIR' and a flag telling if it is inside the TF starting at 'startIR' and containing 'nOrbits' orbits. if printError = true, print an error message in case the track is outside the TF
Definition at line 49 of file TrackMCHMID.cxx.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ print()
void o2::dataformats::TrackMCHMID::print |
( |
| ) |
const |
write the content of the track to the standard output
Definition at line 40 of file TrackMCHMID.cxx.
◆ setIR()
set the interaction record associated to this track
Definition at line 66 of file TrackMCHMID.h.
◆ setMatchChi2OverNDF()
void o2::dataformats::TrackMCHMID::setMatchChi2OverNDF |
( |
double |
chi2 | ) |
|
|
inline |
set the MCH-MID matching chi2/ndf
Definition at line 74 of file TrackMCHMID.h.
◆ setMCHRef() [1/2]
set the reference to the MCH track entry in its original container
Definition at line 52 of file TrackMCHMID.h.
◆ setMCHRef() [2/2]
void o2::dataformats::TrackMCHMID::setMCHRef |
( |
uint32_t |
idx | ) |
|
|
inline |
set the reference to the MCH track entry in its original container
Definition at line 54 of file TrackMCHMID.h.
◆ setMIDRef() [1/2]
set the reference to the MID track entry in its original container
Definition at line 59 of file TrackMCHMID.h.
◆ setMIDRef() [2/2]
void o2::dataformats::TrackMCHMID::setMIDRef |
( |
uint32_t |
idx | ) |
|
|
inline |
set the reference to the MID track entry in its original container
Definition at line 61 of file TrackMCHMID.h.
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/DataFormats/Reconstruction/include/ReconstructionDataFormats/TrackMCHMID.h
- /home/runner/work/AliceO2/AliceO2/DataFormats/Reconstruction/src/TrackMCHMID.cxx