#include <SimConfig.h>
|
| static SimConfig & | Instance () |
| |
| static SimConfig | make () |
| |
| static void | initOptions (boost::program_options::options_description &, bool isUpgrade=false) |
| |
| static void | determineActiveModules (std::vector< std::string > const &input, std::vector< std::string > const &skipped, std::vector< std::string > &active, bool isUpgrade=false) |
| |
| static bool | determineActiveModulesList (const std::string &version, std::vector< std::string > const &input, std::vector< std::string > const &skipped, std::vector< std::string > &active) |
| |
| static void | determineReadoutDetectors (std::vector< std::string > const &active, std::vector< std::string > const &enabledRO, std::vector< std::string > const &skippedRO, std::vector< std::string > &finalRO) |
| |
| static bool | parseFieldString (std::string const &fieldstring, int &fieldvalue, o2::conf::SimFieldMode &mode) |
| |
| static bool | parseVertexModeString (std::string const &vertexstring, o2::conf::VertexMode &mode) |
| |
Definition at line 100 of file SimConfig.h.
◆ asService()
| bool o2::conf::SimConfig::asService |
( |
| ) |
const |
|
inline |
◆ determineActiveModules()
| void SimConfig::determineActiveModules |
( |
std::vector< std::string > const & |
input, |
|
|
std::vector< std::string > const & |
skipped, |
|
|
std::vector< std::string > & |
active, |
|
|
bool |
isUpgrade = false |
|
) |
| |
|
static |
◆ determineActiveModulesList()
| bool SimConfig::determineActiveModulesList |
( |
const std::string & |
version, |
|
|
std::vector< std::string > const & |
input, |
|
|
std::vector< std::string > const & |
skipped, |
|
|
std::vector< std::string > & |
active |
|
) |
| |
|
static |
◆ determineReadoutDetectors()
| void SimConfig::determineReadoutDetectors |
( |
std::vector< std::string > const & |
active, |
|
|
std::vector< std::string > const & |
enabledRO, |
|
|
std::vector< std::string > const & |
skippedRO, |
|
|
std::vector< std::string > & |
finalRO |
|
) |
| |
|
static |
◆ forwardKine()
| bool o2::conf::SimConfig::forwardKine |
( |
| ) |
const |
|
inline |
◆ getActiveModules()
| std::vector< std::string > const & o2::conf::SimConfig::getActiveModules |
( |
| ) |
const |
|
inline |
◆ getBMax()
| float o2::conf::SimConfig::getBMax |
( |
| ) |
const |
|
inline |
◆ getCollContextFilenameAndEventPrefix()
| std::pair< std::string, std::string > SimConfig::getCollContextFilenameAndEventPrefix |
( |
| ) |
const |
◆ getConfigData() [1/2]
◆ getConfigData() [2/2]
| SimConfigData const & o2::conf::SimConfig::getConfigData |
( |
| ) |
const |
|
inline |
◆ getConfigFile()
| std::string o2::conf::SimConfig::getConfigFile |
( |
| ) |
const |
|
inline |
◆ getEmbedIntoFileName()
| std::string o2::conf::SimConfig::getEmbedIntoFileName |
( |
| ) |
const |
|
inline |
◆ getExtKinematicsFileName()
| std::string o2::conf::SimConfig::getExtKinematicsFileName |
( |
| ) |
const |
|
inline |
◆ getGenerator()
| std::string o2::conf::SimConfig::getGenerator |
( |
| ) |
const |
|
inline |
◆ getInternalChunkSize()
| int o2::conf::SimConfig::getInternalChunkSize |
( |
| ) |
const |
|
inline |
◆ getIsMT()
| bool o2::conf::SimConfig::getIsMT |
( |
| ) |
const |
|
inline |
◆ getKeyValueString()
| std::string o2::conf::SimConfig::getKeyValueString |
( |
| ) |
const |
|
inline |
◆ getLogSeverity()
| std::string o2::conf::SimConfig::getLogSeverity |
( |
| ) |
const |
|
inline |
◆ getLogVerbosity()
| std::string o2::conf::SimConfig::getLogVerbosity |
( |
| ) |
const |
|
inline |
◆ getMCEngine()
| std::string o2::conf::SimConfig::getMCEngine |
( |
| ) |
const |
|
inline |
◆ getNEvents()
| unsigned int o2::conf::SimConfig::getNEvents |
( |
| ) |
const |
|
inline |
◆ getNSimWorkers()
| int o2::conf::SimConfig::getNSimWorkers |
( |
| ) |
const |
|
inline |
◆ getOutPrefix()
| std::string o2::conf::SimConfig::getOutPrefix |
( |
| ) |
const |
|
inline |
◆ getPrimChunkSize()
| int o2::conf::SimConfig::getPrimChunkSize |
( |
| ) |
const |
|
inline |
◆ getReadoutDetectors()
| std::vector< std::string > const & o2::conf::SimConfig::getReadoutDetectors |
( |
| ) |
const |
|
inline |
◆ getRunNumber()
| int o2::conf::SimConfig::getRunNumber |
( |
| ) |
const |
|
inline |
◆ getStartEvent()
| unsigned int o2::conf::SimConfig::getStartEvent |
( |
| ) |
const |
|
inline |
◆ getStartSeed()
| ULong_t o2::conf::SimConfig::getStartSeed |
( |
| ) |
const |
|
inline |
◆ getTimestamp()
| uint64_t o2::conf::SimConfig::getTimestamp |
( |
| ) |
const |
|
inline |
◆ getTrigger()
| std::string o2::conf::SimConfig::getTrigger |
( |
| ) |
const |
|
inline |
◆ getVertexMode()
| VertexMode o2::conf::SimConfig::getVertexMode |
( |
| ) |
const |
|
inline |
◆ initOptions()
| void SimConfig::initOptions |
( |
boost::program_options::options_description & |
options, |
|
|
bool |
isUpgrade = false |
|
) |
| |
|
static |
◆ Instance()
| static SimConfig & o2::conf::SimConfig::Instance |
( |
| ) |
|
|
inlinestatic |
◆ isFilterOutNoHitEvents()
| bool o2::conf::SimConfig::isFilterOutNoHitEvents |
( |
| ) |
const |
|
inline |
◆ isNoGeant()
| bool o2::conf::SimConfig::isNoGeant |
( |
| ) |
const |
|
inline |
◆ make()
| static SimConfig o2::conf::SimConfig::make |
( |
| ) |
|
|
inlinestatic |
◆ parseFieldString()
◆ parseVertexModeString()
| bool SimConfig::parseVertexModeString |
( |
std::string const & |
vertexstring, |
|
|
o2::conf::VertexMode & |
mode |
|
) |
| |
|
static |
◆ resetFromArguments()
| bool SimConfig::resetFromArguments |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ resetFromConfigData()
◆ resetFromParsedMap()
| bool SimConfig::resetFromParsedMap |
( |
boost::program_options::variables_map const & |
vm | ) |
|
◆ setRun5()
| void o2::conf::SimConfig::setRun5 |
( |
bool |
value = true | ) |
|
|
inline |
◆ writeToDisc()
| bool o2::conf::SimConfig::writeToDisc |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files:
- /home/runner/work/AliceO2/AliceO2/Common/SimConfig/include/SimConfig/SimConfig.h
- /home/runner/work/AliceO2/AliceO2/Common/SimConfig/src/SimConfig.cxx