LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
FileConfig.h
Go to the documentation of this file.
1
#ifndef messagefacility_plugins_private_FileConfig_h
2
#define messagefacility_plugins_private_FileConfig_h
3
// vim: set sw=2 expandtab :
4
5
#include "
fhiclcpp/types/Atom.h
"
6
7
#include <string>
8
9
namespace
mf::priv
{
10
11
struct
FileConfig
{
12
13
fhicl::Atom<std::string>
filename
{
fhicl::Name
{
"filename"
}};
14
fhicl::Atom<bool>
append
{
15
fhicl::Name
{
"append"
},
16
fhicl::Comment
{
"If 'append' is set to 'true', then the contents\n"
17
"of an already-existing file are retained."
},
18
false
};
19
};
20
21
}
// namespace mfplugins
22
23
#endif
/* messagefacility_plugins_private_FileConfig_h */
24
25
// Local variables:
26
// mode: c++
27
// End:
mf::priv::FileConfig
Definition:
FileConfig.h:11
mf::priv::FileConfig::filename
fhicl::Atom< std::string > filename
Definition:
FileConfig.h:13
fhicl::Atom< std::string >
mf::priv
Definition:
FileConfig.h:9
Atom.h
mf::priv::FileConfig::append
fhicl::Atom< bool > append
Definition:
FileConfig.h:14
fhicl::Comment
Definition:
Comment.h:33
fhicl::Name
Definition:
Name.h:10
messagefacility
plugins
private
FileConfig.h
Generated on Thu May 2 2024 20:59:52 for LArSoft by
1.8.11