![]() |
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) |
| TrackingPlan | getTrackingPlan (o2::detectors::DetID::ID detId, Type mode) |
| enum o2::itsmft::TrackingMode::Type : int8_t |
| Enumerator | |
|---|---|
| Unset | |
| Sync | |
| Async | |
| Cosmics | |
| Off | |
Definition at line 144 of file Configuration.h.
| Type o2::itsmft::TrackingMode::fromString | ( | std::string_view | str | ) |
Definition at line 57 of file Configuration.cxx.
| TrackingPlan o2::itsmft::TrackingMode::getTrackingPlan | ( | o2::detectors::DetID::ID | detId, |
| Type | mode | ||
| ) |
Definition at line 93 of file Configuration.cxx.
| std::string o2::itsmft::TrackingMode::toString | ( | Type | mode | ) |
Definition at line 75 of file Configuration.cxx.