artdaq
v3_07_02
|
Classes | |
struct | FileNameSubstitution |
struct | KeysToIgnore |
struct | NewSubStringForApp |
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 Attributes | |
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"), default_tmpDir} |
Atom< int > | compressionLevel {Name("compressionLevel"), 7} |
Atom< unsigned > | freePercent {Name("freePercent"), 0} |
Atom< unsigned > | freeMB {Name("freeMB"), 0} |
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< std::string > | dropMetaData {Name("dropMetaData"), "NONE"} |
Atom< bool > | writeParameterSets {Name("writeParameterSets"), true} |
fhicl::Table < ClosingCriteria::Config > | fileProperties {Name("fileProperties")} |
Atom< int > | firstLoggerRank {Name("firstLoggerRank"), -1} |
fhicl::OptionalSequence < fhicl::Table < FileNameSubstitution > > | fileNameSubstitutions {Name("fileNameSubstitutions")} |
Definition at line 61 of file RootDAQOut_module.cc.
Atom<bool> art::RootDAQOut::Config::dropMetaDataForDroppedData |
Definition at line 84 of file RootDAQOut_module.cc.
Atom<int64_t> art::RootDAQOut::Config::saveMemoryObjectThreshold |
Definition at line 79 of file RootDAQOut_module.cc.