|
CbmRoot
|
#include <CbmOnlineParWrite.h>
Public Attributes | |
| uint32_t | runId = 0 |
| std::string | outputDir = "" |
| std::string | geoFileDir = "" |
| Path to the .geo.root file. | |
| bool | doAlignment = false |
| bool | experimental = false |
| Everything else is just copied from the directory of origin (path of the MainConfig.yaml) | |
Definition at line 35 of file CbmOnlineParWrite.h.
| bool CbmOnlineParWrite::Config::doAlignment = false |
Definition at line 39 of file CbmOnlineParWrite.h.
Referenced by CbmOnlineParWrite::Run().
| bool CbmOnlineParWrite::Config::experimental = false |
Everything else is just copied from the directory of origin (path of the MainConfig.yaml)
Temporary flag, which dumps only tracking parameters
Definition at line 40 of file CbmOnlineParWrite.h.
| std::string CbmOnlineParWrite::Config::geoFileDir = "" |
Path to the .geo.root file.
Definition at line 38 of file CbmOnlineParWrite.h.
| std::string CbmOnlineParWrite::Config::outputDir = "" |
Definition at line 37 of file CbmOnlineParWrite.h.
| uint32_t CbmOnlineParWrite::Config::runId = 0 |
Definition at line 36 of file CbmOnlineParWrite.h.