LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
art::ActionTable::Config Struct Reference

#include "Actions.h"

Public Types

using Name = fhicl::Name
 

Public Attributes

fhicl::Atom< bool > defaultExceptions {Name{"defaultExceptions"}, true}
 
fhicl::Sequence< std::string > ignoreCompletely
 
fhicl::Sequence< std::string > rethrow {Name{"Rethrow"}, {}}
 
fhicl::Sequence< std::string > skipEvent {Name{"SkipEvent"}, {}}
 
fhicl::Sequence< std::string > failModule {Name{"FailModule"}, {}}
 
fhicl::Sequence< std::string > failPath {Name{"FailPath"}, {}}
 

Detailed Description

Definition at line 20 of file Actions.h.

Member Typedef Documentation

Definition at line 21 of file Actions.h.

Member Data Documentation

fhicl::Atom<bool> art::ActionTable::Config::defaultExceptions {Name{"defaultExceptions"}, true}

Definition at line 22 of file Actions.h.

Referenced by art::ActionTable::ActionTable().

fhicl::Sequence<std::string> art::ActionTable::Config::failModule {Name{"FailModule"}, {}}

Definition at line 27 of file Actions.h.

Referenced by art::ActionTable::ActionTable().

fhicl::Sequence<std::string> art::ActionTable::Config::failPath {Name{"FailPath"}, {}}

Definition at line 28 of file Actions.h.

Referenced by art::ActionTable::ActionTable().

fhicl::Sequence<std::string> art::ActionTable::Config::ignoreCompletely
Initial value:
{Name{"IgnoreCompletely"},
{}}

Definition at line 23 of file Actions.h.

Referenced by art::ActionTable::ActionTable().

fhicl::Sequence<std::string> art::ActionTable::Config::rethrow {Name{"Rethrow"}, {}}

Definition at line 25 of file Actions.h.

Referenced by art::ActionTable::ActionTable().

fhicl::Sequence<std::string> art::ActionTable::Config::skipEvent {Name{"SkipEvent"}, {}}

Definition at line 26 of file Actions.h.

Referenced by art::ActionTable::ActionTable().


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