![]() |
Project
|
#include <Tracker.h>
Public Member Functions | |
Tracker (TrackerTraits *traits) | |
void | adoptTimeFrame (TimeFrame &tf) |
void | clustersToTracks (LogFunc=[](std::string s) { std::cout<< s<< std::endl;}, LogFunc=[](std::string s) { std::cerr<< s<< std::endl;}) |
void | setParameters (const std::vector< TrackingParameters > &) |
std::vector< TrackingParameters > & | getParameters () |
void | getGlobalConfiguration () |
void | setBz (float) |
void | setCorrType (const o2::base::PropagatorImpl< float >::MatCorrType type) |
bool | isMatLUT () const |
void | setNThreads (int n) |
int | getNThreads () const |
void | printSummary () const |
o2::its::Tracker::Tracker | ( | TrackerTraits * | traits | ) |
Initialise standard configuration with 1 iteration
Definition at line 39 of file Tracker.cxx.
Definition at line 430 of file Tracker.cxx.
void o2::its::Tracker::clustersToTracks | ( | LogFunc | logger = [](std::string s) { std::cout << s << std::endl; } , |
LogFunc | error = [](std::string s) { std::cerr << s << std::endl; } |
||
) |
Definition at line 45 of file Tracker.cxx.
void o2::its::Tracker::getGlobalConfiguration | ( | ) |
code to be used when the number of ROFs per orbit is known, this gets priority over the number of ROFs per iteration
Definition at line 363 of file Tracker.cxx.
int o2::its::Tracker::getNThreads | ( | ) | const |
Definition at line 456 of file Tracker.cxx.
|
inline |
bool o2::its::Tracker::isMatLUT | ( | ) | const |
Definition at line 446 of file Tracker.cxx.
void o2::its::Tracker::printSummary | ( | ) | const |
Definition at line 461 of file Tracker.cxx.
void o2::its::Tracker::setBz | ( | float | bz | ) |
Definition at line 436 of file Tracker.cxx.
void o2::its::Tracker::setCorrType | ( | const o2::base::PropagatorImpl< float >::MatCorrType | type | ) |
Definition at line 441 of file Tracker.cxx.
Definition at line 451 of file Tracker.cxx.
|
inline |