Project
Loading...
Searching...
No Matches
o2::its::TrackingMode Namespace Reference

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< TrackingParametersgetTrackingParameters (Type mode)
 
std::vector< VertexingParametersgetVertexingParameters (Type mode)
 

Enumeration Type Documentation

◆ Type

Enumerator
Unset 
Sync 
Async 
Cosmics 
Off 

Definition at line 143 of file Configuration.h.

Function Documentation

◆ fromString()

TrackingMode::Type o2::its::TrackingMode::fromString ( std::string_view  str)

Definition at line 68 of file Configuration.cxx.

◆ getTrackingParameters()

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.

◆ getVertexingParameters()

std::vector< VertexingParameters > o2::its::TrackingMode::getVertexingParameters ( TrackingMode::Type  mode)

Definition at line 251 of file Configuration.cxx.

◆ toString()

std::string o2::its::TrackingMode::toString ( TrackingMode::Type  mode)

Definition at line 86 of file Configuration.cxx.