$treeview $search $mathjax $extrastylesheet
artdaq
v3_04_01
$projectbrief
|
$projectbrief
|
$searchbox |
Class representing an artdaq application. Used by all "main" functions to start artdaq. More...
#include <proto/artdaqapp.hh>
Classes | |
struct | Config |
Configuration of artdaqapp. May be used for parameter validation. More... | |
Static Public Member Functions | |
static void | runArtdaqApp (detail::TaskType task, fhicl::ParameterSet const &config_ps) |
Run an artdaq Application. |
Class representing an artdaq application. Used by all "main" functions to start artdaq.
Definition at line 22 of file artdaqapp.hh.
static void artdaq::artdaqapp::runArtdaqApp | ( | detail::TaskType | task, | |
fhicl::ParameterSet const & | config_ps | |||
) | [inline, static] |
Run an artdaq Application.
task | Task type of the application | |
config_ps | "Startup" parameter set. See artdaq::artdaqapp::Config |
Definition at line 53 of file artdaqapp.hh.