artdaq  v3_00_03
art::RootDAQOut::Config Struct Reference

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 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< 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") }
 

Detailed Description

Definition at line 63 of file RootDAQOut_module.cc.


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