Classes | |
| struct | KeysToIgnore |
Public Types | |
| using | Name = fhicl::Name |
| using | Comment = fhicl::Comment |
| template<typename T > | |
| using | Atom = fhicl::Atom< T > |
| template<typename T > | |
| using | OptionalAtom = fhicl::OptionalAtom< T > |
Public Member Functions | |
| Config () | |
Public Attributes | |
| fhicl::TableFragment< OutputModule::Config > | omConfig |
| Atom< string > | catalog {Name("catalog"), ""} |
| OptionalAtom< bool > | dropAllEvents {Name("dropAllEvents")} |
| Atom< bool > | dropAllSubRuns {Name("dropAllSubRuns"), false} |
| OptionalAtom< bool > | fastCloning {Name("fastCloning")} |
| Atom< string > | tmpDir {Name("tmpDir"), default_tmpDir} |
| Atom< int > | compressionLevel {Name("compressionLevel"), 7} |
| Atom< int64_t > | saveMemoryObjectThreshold |
| Atom< int64_t > | treeMaxVirtualSize {Name("treeMaxVirtualSize"), -1} |
| Atom< int > | splitLevel {Name("splitLevel"), 99} |
| Atom< int > | basketSize {Name("basketSize"), 16384} |
| Atom< bool > | dropMetaDataForDroppedData |
| Atom< string > | dropMetaData {Name("dropMetaData"), "NONE"} |
| Atom< bool > | writeParameterSets {Name("writeParameterSets"), true} |
| fhicl::Table< ClosingCriteria::Config > | fileProperties |
Definition at line 64 of file RootOutput_module.cc.
| using art::RootOutput::Config::Atom = fhicl::Atom<T> |
Definition at line 68 of file RootOutput_module.cc.
Definition at line 66 of file RootOutput_module.cc.
Definition at line 65 of file RootOutput_module.cc.
| using art::RootOutput::Config::OptionalAtom = fhicl::OptionalAtom<T> |
Definition at line 70 of file RootOutput_module.cc.
|
inline |
Definition at line 90 of file RootOutput_module.cc.
Definition at line 82 of file RootOutput_module.cc.
Definition at line 72 of file RootOutput_module.cc.
Definition at line 77 of file RootOutput_module.cc.
| OptionalAtom<bool> art::RootOutput::Config::dropAllEvents {Name("dropAllEvents")} |
Definition at line 73 of file RootOutput_module.cc.
Definition at line 74 of file RootOutput_module.cc.
Definition at line 85 of file RootOutput_module.cc.
| Atom<bool> art::RootOutput::Config::dropMetaDataForDroppedData |
Definition at line 83 of file RootOutput_module.cc.
| OptionalAtom<bool> art::RootOutput::Config::fastCloning {Name("fastCloning")} |
Definition at line 75 of file RootOutput_module.cc.
| fhicl::Table<ClosingCriteria::Config> art::RootOutput::Config::fileProperties |
Definition at line 87 of file RootOutput_module.cc.
| fhicl::TableFragment<OutputModule::Config> art::RootOutput::Config::omConfig |
Definition at line 71 of file RootOutput_module.cc.
Definition at line 78 of file RootOutput_module.cc.
Definition at line 81 of file RootOutput_module.cc.
Definition at line 76 of file RootOutput_module.cc.
Definition at line 80 of file RootOutput_module.cc.
Definition at line 86 of file RootOutput_module.cc.
1.8.11