artdaq_mfextensions  v1_04_00
mfplugins::ELOTS::Config Struct Reference

Configuration Parameters for ELOTS. More...

Public Attributes

fhicl::TableFragment
< ELdestination::Config > 
elDestConfig
 ELDestination common config parameters.
 
fhicl::Atom< std::string > format_string
 format_string (Default: "%L:%N:%f [%u] %m"): Format specifier for printing to console. %% => '' ... More...
 
fhicl::Atom< std::string > filename_delimit
 filename_delimit (Default: "/"): Grab path after this. "/srcs/" /x/srcs/y/z.cc => y/z.cc More...
 

Detailed Description

Configuration Parameters for ELOTS.

Definition at line 42 of file OTS_mfPlugin.cc.

Member Data Documentation

fhicl::Atom<std::string> mfplugins::ELOTS::Config::filename_delimit
Initial value:
=
fhicl::Atom<std::string>{fhicl::Name{"filename_delimit"},
fhicl::Comment{"Grab path after this. \"/srcs/\" /x/srcs/y/z.cc => y/z.cc"}, "/"}

filename_delimit (Default: "/"): Grab path after this. "/srcs/" /x/srcs/y/z.cc => y/z.cc

Definition at line 51 of file OTS_mfPlugin.cc.

fhicl::Atom<std::string> mfplugins::ELOTS::Config::format_string
Initial value:
= fhicl::Atom<std::string>{
fhicl::Name{"format_string"}, fhicl::Comment{"Format specifier for printing to console. %% => '%' ... "},
"%L:%N:%f [%u] %m"}

format_string (Default: "%L:%N:%f [%u] %m"): Format specifier for printing to console. %% => '' ...

Definition at line 47 of file OTS_mfPlugin.cc.


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