![]() |
Project
|
Enumerations | |
enum | Type : int8_t { Unset = -1 , Sync = 0 , Async = 1 , Cosmics = 2 , Off = 3 } |
Functions | |
Type | fromString (std::string_view str) |
std::string | toString (Type mode) |
std::vector< TrackingParameters > | getTrackingParameters (Type mode) |
std::vector< VertexingParameters > | getVertexingParameters (Type mode) |
enum o2::its::TrackingMode::Type : int8_t |
Enumerator | |
---|---|
Unset | |
Sync | |
Async | |
Cosmics | |
Off |
Definition at line 143 of file Configuration.h.
TrackingMode::Type o2::its::TrackingMode::fromString | ( | std::string_view | str | ) |
Definition at line 68 of file Configuration.cxx.
std::vector< TrackingParameters > o2::its::TrackingMode::getTrackingParameters | ( | TrackingMode::Type | mode | ) |
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 103 of file Configuration.cxx.
std::vector< VertexingParameters > o2::its::TrackingMode::getVertexingParameters | ( | TrackingMode::Type | mode | ) |
Definition at line 251 of file Configuration.cxx.
std::string o2::its::TrackingMode::toString | ( | TrackingMode::Type | mode | ) |
Definition at line 86 of file Configuration.cxx.