Public Attributes | List of all members
art::detail::SafeFileNameConfig Struct Reference

#include <SafeFileNameConfig.h>

Public Attributes

fhicl::Atom< boolcheckFileName
 

Detailed Description

Definition at line 7 of file SafeFileNameConfig.h.

Member Data Documentation

fhicl::Atom<bool> art::detail::SafeFileNameConfig::checkFileName
Initial value:
{
fhicl::Name("checkFileName"),
"If file-switching has been enabled, the output filename pattern\n"
"must have a '%#' format specifier by default. This ensures that\n"
"an output file will never be overwritten for a given job "
"execution.\n\n"
"For some workflows, this restriction is unnecessary if the user "
"can\n"
"guarantee that the specified filename pattern will create distinct\n"
"output files.\n\n"
"If 'checkFileName' is set to 'false', then the '%#' is not required\n"
"even if file-switching has been enabled. In this processing mode,\n"
"it is the user's responsibility to supply a filename pattern that\n"
"will not result in output-file overwriting.\n\n"
"Do NOT set this to 'false' unless you know what you are doing!"),
true}

Definition at line 8 of file SafeFileNameConfig.h.


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