#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"}, {}} |
using art::ActionTable::Config::Name = fhicl::Name |
fhicl::Atom<bool> art::ActionTable::Config::defaultExceptions {Name{"defaultExceptions"}, true} |
fhicl::Sequence<std::string> art::ActionTable::Config::failModule {Name{"FailModule"}, {}} |
fhicl::Sequence<std::string> art::ActionTable::Config::failPath {Name{"FailPath"}, {}} |
fhicl::Sequence<std::string> art::ActionTable::Config::ignoreCompletely |
fhicl::Sequence<std::string> art::ActionTable::Config::rethrow {Name{"Rethrow"}, {}} |
fhicl::Sequence<std::string> art::ActionTable::Config::skipEvent {Name{"SkipEvent"}, {}} |