artdaq_core
v3_05_00
|
Parameters used to configure GenFileOutput. More...
Public Attributes | |
fhicl::TableFragment < ELdestination::Config > | elDestConfig |
ELDestination common configuration parameters. | |
fhicl::Atom< bool > | append |
"append" (Default: true"): Whether to append to the file or recreate it More... | |
fhicl::Atom< std::string > | baseDir |
"directory" (Default: "/tmp"): The directory into which files will be saved More... | |
fhicl::Atom< std::string > | sep |
"seperator" (Default: "-"): Separator to use after optional replacement parameters More... | |
fhicl::Atom< std::string > | timePattern |
"timestamp_pattern" (Default: "%Y%m%d%H%M%S"): Pattern to use for t strftime replacement More... | |
fhicl::Atom< std::string > | filePattern |
"pattern" (Default: "%N-%?H%t-%p.log"): Pattern to use for file naming. More... | |
Parameters used to configure GenFileOutput.
Definition at line 31 of file GenFile_mfPlugin.cc.
fhicl::Atom<bool> mfplugins::ELGenFileOutput::Config::append |
"append" (Default: true"): Whether to append to the file or recreate it
Definition at line 35 of file GenFile_mfPlugin.cc.
fhicl::Atom<std::string> mfplugins::ELGenFileOutput::Config::baseDir |
"directory" (Default: "/tmp"): The directory into which files will be saved
Definition at line 38 of file GenFile_mfPlugin.cc.
fhicl::Atom<std::string> mfplugins::ELGenFileOutput::Config::filePattern |
"pattern" (Default: "%N-%?H%t-%p.log"): Pattern to use for file naming.
" Supported parameters are:\n" %%: Print a % sign N: Print the executable name, as retrieved from /proc/$pid/exe %?N: Print the executable name only if it does not already appear in the parsed format. Format is parsed left-to-right. These options add a seperator AFTER if they are filled and if they are not the last token in the file pattern, before the last '.' character. H: Print the hostname, without any domain specifiers (i.e. work.fnal.gov will become work) %?H: Print the hostname only if it does not already appear in the parsed format. p: Print the PID of the application configuring MessageFacility t: Print the timestamp using the format specified by timestamp_pattern T: Print the timestamp in ISO format
Definition at line 60 of file GenFile_mfPlugin.cc.
fhicl::Atom<std::string> mfplugins::ELGenFileOutput::Config::sep |
"seperator" (Default: "-"): Separator to use after optional replacement parameters
Definition at line 41 of file GenFile_mfPlugin.cc.
fhicl::Atom<std::string> mfplugins::ELGenFileOutput::Config::timePattern |
"timestamp_pattern" (Default: "%Y%m%d%H%M%S"): Pattern to use for t strftime replacement
Definition at line 44 of file GenFile_mfPlugin.cc.