$treeview $search $mathjax $extrastylesheet
artdaq
v3_04_00
$projectbrief
|
$projectbrief
|
$searchbox |
Configuration of artdaqapp. May be used for parameter validation. More...
#include <proto/artdaqapp.hh>
Public Attributes | |
fhicl::TableFragment < artdaq::CommanderInterface::Config > | commanderPluginConfig |
"application_name" (Default: artdaq::detail::TaskTypeToString(task)): Name to use for metrics and logging | |
fhicl::TableFragment < artdaq::PortManager::Config > | portsConfig |
"auto_run" (Default: false): Whether to automatically start a run |
Configuration of artdaqapp. May be used for parameter validation.
Definition at line 28 of file artdaqapp.hh.
fhicl::TableFragment<artdaq::CommanderInterface::Config> artdaq::artdaqapp::Config::commanderPluginConfig |
"application_name" (Default: artdaq::detail::TaskTypeToString(task)): Name to use for metrics and logging
"replace_image_name" (Default: false): Replace the application image name with application_name "rank": The "rank" of the application, used for configuring data transfers Configuration for the CommanderInterface. See artdaq::CommanderInterface::Config
Definition at line 31 of file artdaqapp.hh.
fhicl::TableFragment<artdaq::PortManager::Config> artdaq::artdaqapp::Config::portsConfig |
"auto_run" (Default: false): Whether to automatically start a run
"run_number" (Default: 101): Run number to use for automatic run "transition_timeout" (Default: 30): Timeout to use for automatic transitions Configuration for artdaq Ports
Definition at line 38 of file artdaqapp.hh.