#include <ExtendedTrack.h>
ExtendedTrack is an extension of a TrackMCH.
An ExtendedTrack is a TrackMCH (standalone MCH) that has been extrapolated to (a) vertex. It also contains plain copies of the clusters used to define the original TrackMCH.
Definition at line 35 of file ExtendedTrack.h.
◆ ExtendedTrack()
o2::mch::eval::ExtendedTrack::ExtendedTrack |
( |
const TrackMCH & |
track, |
|
|
gsl::span< const Cluster > & |
clusters, |
|
|
double |
x, |
|
|
double |
y, |
|
|
double |
z |
|
) |
| |
◆ asString()
std::string o2::mch::eval::ExtendedTrack::asString |
( |
| ) |
const |
◆ getCharge()
double o2::mch::eval::ExtendedTrack::getCharge |
( |
| ) |
const |
|
inline |
◆ getClusters()
const std::vector< Cluster > & o2::mch::eval::ExtendedTrack::getClusters |
( |
| ) |
const |
|
inline |
◆ getDCA()
double o2::mch::eval::ExtendedTrack::getDCA |
( |
| ) |
const |
|
inline |
◆ getNormalizedChi2()
double o2::mch::eval::ExtendedTrack::getNormalizedChi2 |
( |
| ) |
const |
◆ getRabs()
double o2::mch::eval::ExtendedTrack::getRabs |
( |
| ) |
const |
|
inline |
◆ hasMatchFound()
bool o2::mch::eval::ExtendedTrack::hasMatchFound |
( |
| ) |
const |
|
inline |
◆ hasMatchIdentical()
bool o2::mch::eval::ExtendedTrack::hasMatchIdentical |
( |
| ) |
const |
|
inline |
◆ isMatching()
bool o2::mch::eval::ExtendedTrack::isMatching |
( |
const ExtendedTrack & |
track | ) |
const |
◆ operator==()
bool o2::mch::eval::ExtendedTrack::operator== |
( |
const ExtendedTrack & |
track | ) |
const |
◆ P()
const ROOT::Math::PxPyPzMVector & o2::mch::eval::ExtendedTrack::P |
( |
| ) |
const |
|
inline |
◆ param()
const TrackParam & o2::mch::eval::ExtendedTrack::param |
( |
| ) |
const |
◆ setMatchFound()
void o2::mch::eval::ExtendedTrack::setMatchFound |
( |
bool |
val = true | ) |
|
|
inline |
◆ setMatchIdentical()
void o2::mch::eval::ExtendedTrack::setMatchIdentical |
( |
bool |
val = true | ) |
|
|
inline |
◆ track()
const Track & o2::mch::eval::ExtendedTrack::track |
( |
| ) |
const |
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/Detectors/MUON/MCH/Evaluation/include/MCHEvaluation/ExtendedTrack.h
- /home/runner/work/AliceO2/AliceO2/Detectors/MUON/MCH/Evaluation/src/ExtendedTrack.cxx