|
artdaq
v3_09_05
|
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... | |
Public Types | |
| using | Parameters = fhicl::WrappedTable< Config > |
| Used for ParameterSet validation (if desired) | |
Static Public Member Functions | |
| static void | runArtdaqApp (detail::TaskType task, fhicl::ParameterSet const &config_ps) |
| Run an artdaq Application More... | |
Class representing an artdaq application. Used by all "main" functions to start artdaq.
Definition at line 23 of file artdaqapp.hh.
|
inlinestatic |
Run an artdaq Application
| task | Task type of the application |
| config_ps | "Startup" parameter set. See artdaq::artdaqapp::Config |
Definition at line 54 of file artdaqapp.hh.