artdaq  v3_07_02
artdaq::artdaqapp Class Reference

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...
 

Detailed Description

Class representing an artdaq application. Used by all "main" functions to start artdaq.

Definition at line 22 of file artdaqapp.hh.

Member Function Documentation

static void artdaq::artdaqapp::runArtdaqApp ( detail::TaskType  task,
fhicl::ParameterSet const &  config_ps 
)
inlinestatic

Run an artdaq Application

Parameters
taskTask type of the application
config_ps"Startup" parameter set. See artdaq::artdaqapp::Config

Definition at line 53 of file artdaqapp.hh.


The documentation for this class was generated from the following file: