|
using | Name = fhicl::Name |
|
using | Comment = fhicl::Comment |
|
template<typename T > |
using | Atom = fhicl::Atom< T > |
|
template<typename T > |
using | OptionalAtom = fhicl::OptionalAtom< T > |
|
|
fhicl::TableFragment
< art::OutputModule::Config > | omConfig |
|
Atom< std::string > | catalog { Name("catalog"), "" } |
|
OptionalAtom< bool > | dropAllEvents { Name("dropAllEvents") } |
|
Atom< bool > | dropAllSubRuns { Name("dropAllSubRuns"), false } |
|
OptionalAtom< bool > | fastCloning { Name("fastCloning") } |
|
Atom< std::string > | tmpDir { Name("tmpDir"), "/tmp" } |
|
Atom< int > | compressionLevel { Name("compressionLevel"), 7 } |
|
Atom< int64_t > | saveMemoryObjectThreshold { Name("saveMemoryObjectThreshold"), -1l } |
|
Atom< int64_t > | treeMaxVirtualSize { Name("treeMaxVirtualSize"), -1 } |
|
Atom< int > | splitLevel { Name("splitLevel"), 99 } |
|
Atom< int > | basketSize { Name("basketSize"), 16384 } |
|
Atom< bool > | dropMetaDataForDroppedData { Name("dropMetaDataForDroppedData"), false } |
|
Atom< std::string > | dropMetaData { Name("dropMetaData"), "NONE" } |
|
Atom< bool > | writeParameterSets { Name("writeParameterSets"), true } |
|
fhicl::Table
< ClosingCriteria::Config > | fileProperties { Name("fileProperties") } |
|
Definition at line 38 of file ArtConfig.hh.
The documentation for this struct was generated from the following file: