#include <Tracking.h>
|
| Tracking () |
| default constructor
|
|
| ~Tracking () |
|
void | initialize (outputModes outputMode, bool postprocessOnly=false) |
|
void | processTracks (const std::vector< o2::tpc::TrackTPC > *tracks, const std::vector< o2::MCCompLabel > *tracksMC, const o2::tpc::ClusterNativeAccess *clNative, TObjArray *out=nullptr) |
|
int | postprocess (std::vector< TH1F > &in1, std::vector< TH2F > &in2, std::vector< TH1D > &in3, std::vector< TGraphAsymmErrors > &in4, TObjArray &out) |
|
void | resetHistograms () |
| Reset all histograms.
|
|
void | getHists (const std::vector< TH1F > *&h1, const std::vector< TH2F > *&h2, const std::vector< TH1D > *&h3, const std::vector< TGraphAsymmErrors > *&h4) const |
| get histograms
|
|
Definition at line 56 of file Tracking.h.
◆ outputModes
Enumerator |
---|
outputMergeable | |
outputPostprocessed | |
outputLayout | |
Definition at line 63 of file Tracking.h.
◆ Tracking()
◆ ~Tracking()
◆ getHists()
void Tracking::getHists |
( |
const std::vector< TH1F > *& |
h1, |
|
|
const std::vector< TH2F > *& |
h2, |
|
|
const std::vector< TH1D > *& |
h3, |
|
|
const std::vector< TGraphAsymmErrors > *& |
h4 |
|
) |
| const |
◆ initialize()
void Tracking::initialize |
( |
outputModes |
outputMode, |
|
|
bool |
postprocessOnly = false |
|
) |
| |
◆ postprocess()
int Tracking::postprocess |
( |
std::vector< TH1F > & |
in1, |
|
|
std::vector< TH2F > & |
in2, |
|
|
std::vector< TH1D > & |
in3, |
|
|
std::vector< TGraphAsymmErrors > & |
in4, |
|
|
TObjArray & |
out |
|
) |
| |
◆ processTracks()
◆ resetHistograms()
void Tracking::resetHistograms |
( |
| ) |
|
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/Detectors/TPC/qc/include/TPCQC/Tracking.h
- /home/runner/work/AliceO2/AliceO2/Detectors/TPC/qc/src/Tracking.cxx