LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
mfplugins::FileConfig Struct Reference

#include "FileConfig.h"

Public Attributes

fhicl::Atom< std::string > filename {fhicl::Name{"filename"}}
 
fhicl::Atom< bool > append
 

Detailed Description

Definition at line 11 of file FileConfig.h.

Member Data Documentation

fhicl::Atom<bool> mfplugins::FileConfig::append
Initial value:
{
fhicl::Name{"append"},
fhicl::Comment{"If 'append' is set to 'true', then the contents\n"
"of an already-existing file are retained."},
false}

Definition at line 14 of file FileConfig.h.

fhicl::Atom<std::string> mfplugins::FileConfig::filename {fhicl::Name{"filename"}}

Definition at line 13 of file FileConfig.h.


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