Classes | Public Attributes | List of all members
art::OutputModule::Config Struct Reference

#include <OutputModule.h>

Classes

struct  KeysToIgnore
 

Public Attributes

fhicl::Atom< std::stringmoduleType {fhicl::Name("module_type")}
 
fhicl::TableFragment< Observer::EOConfigeoFragment
 
fhicl::Sequence< std::stringoutputCommands
 
fhicl::Atom< std::stringfileName {fhicl::Name("fileName"), ""}
 
fhicl::Atom< std::stringdataTier {fhicl::Name("dataTier"), ""}
 
fhicl::Atom< std::stringstreamName {fhicl::Name("streamName"), ""}
 
fhicl::OptionalDelegatedParameter fcmdPlugins
 

Detailed Description

Definition at line 60 of file OutputModule.h.

Member Data Documentation

fhicl::Atom<std::string> art::OutputModule::Config::dataTier {fhicl::Name("dataTier"), ""}

Definition at line 79 of file OutputModule.h.

fhicl::TableFragment<Observer::EOConfig> art::OutputModule::Config::eoFragment

Definition at line 74 of file OutputModule.h.

fhicl::OptionalDelegatedParameter art::OutputModule::Config::fcmdPlugins
Initial value:
{
fhicl::Name("FCMDPlugins"),
"The 'FCMDPlugins' parameter is a sequence of tables of the form:\n\n"
" FCMDPlugins: [ { plugin_type: <pluginClassName> ...}, ... ]\n\n"
"where each sequence element is the configuration for an instance\n"
"of a FileCatalogMetadataPlugin object. Please review the "
"documentation\n"
"at the top of \"art/Framework/Core/FileCatalogMetadataPlugin.h\" "
"for\n"
"more information.")}

Definition at line 81 of file OutputModule.h.

fhicl::Atom<std::string> art::OutputModule::Config::fileName {fhicl::Name("fileName"), ""}

Definition at line 78 of file OutputModule.h.

fhicl::Atom<std::string> art::OutputModule::Config::moduleType {fhicl::Name("module_type")}

Definition at line 73 of file OutputModule.h.

fhicl::Sequence<std::string> art::OutputModule::Config::outputCommands
Initial value:
{
fhicl::Name("outputCommands"),
std::vector<std::string>{"keep *"}}

Definition at line 75 of file OutputModule.h.

fhicl::Atom<std::string> art::OutputModule::Config::streamName {fhicl::Name("streamName"), ""}

Definition at line 80 of file OutputModule.h.


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