Project
Loading...
Searching...
No Matches
o2::dataformats::TrackMCHMID Class Reference

MUON track external format. More...

#include <TrackMCHMID.h>

Public Member Functions

 TrackMCHMID ()=default
 
 TrackMCHMID (const GlobalTrackID &mchID, const GlobalTrackID &midID, const InteractionRecord &midIR, double chi2)
 
 TrackMCHMID (uint32_t mchIdx, uint32_t midIdx, const InteractionRecord &midIR, double chi2)
 
 ~TrackMCHMID ()=default
 
 TrackMCHMID (const TrackMCHMID &track)=default
 
TrackMCHMIDoperator= (const TrackMCHMID &track)=default
 
 TrackMCHMID (TrackMCHMID &&)=default
 
TrackMCHMIDoperator= (TrackMCHMID &&)=default
 
GlobalTrackID getMCHRef () const
 get the reference to the MCH track entry in its original container
 
void setMCHRef (const GlobalTrackID &id)
 set the reference to the MCH track entry in its original container
 
void setMCHRef (uint32_t idx)
 set the reference to the MCH track entry in its original container
 
GlobalTrackID getMIDRef () const
 get the reference to the MID track entry in its original container
 
void setMIDRef (const GlobalTrackID &id)
 set the reference to the MID track entry in its original container
 
void setMIDRef (uint32_t idx)
 set the reference to the MID track entry in its original container
 
InteractionRecord getIR () const
 get the interaction record associated to this track
 
void setIR (const InteractionRecord &ir)
 set the interaction record associated to this track
 
std::pair< Time, bool > getTimeMUS (const InteractionRecord &startIR, uint32_t nOrbits=128, bool printError=false) const
 
double getMatchChi2OverNDF () const
 get the MCH-MID matching chi2/ndf
 
void setMatchChi2OverNDF (double chi2)
 set the MCH-MID matching chi2/ndf
 
void print () const
 write the content of the track to the standard output
 

Detailed Description

MUON track external format.

Definition at line 32 of file TrackMCHMID.h.

Constructor & Destructor Documentation

◆ TrackMCHMID() [1/5]

o2::dataformats::TrackMCHMID::TrackMCHMID ( )
default

◆ TrackMCHMID() [2/5]

o2::dataformats::TrackMCHMID::TrackMCHMID ( const GlobalTrackID mchID,
const GlobalTrackID midID,
const InteractionRecord midIR,
double  chi2 
)
inline

Definition at line 38 of file TrackMCHMID.h.

◆ TrackMCHMID() [3/5]

o2::dataformats::TrackMCHMID::TrackMCHMID ( uint32_t  mchIdx,
uint32_t  midIdx,
const InteractionRecord midIR,
double  chi2 
)
inline

Definition at line 40 of file TrackMCHMID.h.

◆ ~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

Member Function Documentation

◆ getIR()

InteractionRecord o2::dataformats::TrackMCHMID::getIR ( ) const
inline

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()

GlobalTrackID o2::dataformats::TrackMCHMID::getMCHRef ( ) const
inline

get the reference to the MCH track entry in its original container

Definition at line 50 of file TrackMCHMID.h.

◆ getMIDRef()

GlobalTrackID o2::dataformats::TrackMCHMID::getMIDRef ( ) const
inline

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]

TrackMCHMID & o2::dataformats::TrackMCHMID::operator= ( const TrackMCHMID track)
default

◆ operator=() [2/2]

TrackMCHMID & o2::dataformats::TrackMCHMID::operator= ( TrackMCHMID &&  )
default

◆ 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()

void o2::dataformats::TrackMCHMID::setIR ( const InteractionRecord ir)
inline

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]

void o2::dataformats::TrackMCHMID::setMCHRef ( const GlobalTrackID id)
inline

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]

void o2::dataformats::TrackMCHMID::setMIDRef ( const GlobalTrackID id)
inline

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: