![]() |
Project
|
TRK Tracker using ACTS algorithms for seeding and track finding. More...
#include <TrackerACTS.h>
Public Member Functions | |
| TrackerACTS () | |
| ~TrackerACTS () | |
| void | adoptTimeFrame (o2::its::TimeFrame< nLayers > &tf) |
| Adopt a TimeFrame for processing. | |
| void | clustersToTracks () |
| Main tracking entry point: convert clusters to tracks. | |
| void | setConfig (const TrackerACTSConfig &cfg) |
| Configuration. | |
| TrackerACTSConfig & | getConfig () |
| const TrackerACTSConfig & | getConfig () const |
| void | setBz (float bz) |
| Set the magnetic field strength. | |
| float | getBz () const |
| Get the magnetic field strength. | |
| void | printSummary () const |
| Print tracking summary. | |
TRK Tracker using ACTS algorithms for seeding and track finding.
Definition at line 86 of file TrackerACTS.h.
| o2::trk::TrackerACTS< nLayers >::TrackerACTS | ( | ) |
Definition at line 36 of file TrackerACTS.cxx.
|
inline |
Definition at line 90 of file TrackerACTS.h.
| void o2::trk::TrackerACTS< nLayers >::adoptTimeFrame | ( | o2::its::TimeFrame< nLayers > & | tf | ) |
Adopt a TimeFrame for processing.
Definition at line 44 of file TrackerACTS.cxx.
| void o2::trk::TrackerACTS< nLayers >::clustersToTracks | ( | ) |
Main tracking entry point: convert clusters to tracks.
Definition at line 255 of file TrackerACTS.cxx.
|
inline |
Get the magnetic field strength.
Definition at line 114 of file TrackerACTS.h.
|
inline |
Definition at line 107 of file TrackerACTS.h.
|
inline |
Definition at line 108 of file TrackerACTS.h.
| void o2::trk::TrackerACTS< nLayers >::printSummary | ( | ) | const |
Print tracking summary.
Definition at line 297 of file TrackerACTS.cxx.
|
inline |
Set the magnetic field strength.
Definition at line 111 of file TrackerACTS.h.
|
inline |
Configuration.
Definition at line 106 of file TrackerACTS.h.