All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Attributes | List of all members
FilterOnArtPathOutcome::Config Struct Reference

Public Types

using Name = fhicl::Name
 
using Comment = fhicl::Comment
 

Public Attributes

fhicl::Atom< std::string > Path
 
fhicl::Atom< bool > ResponseWhenNotRun
 
fhicl::Atom< bool > ResponseOnError
 

Detailed Description

Definition at line 59 of file FilterOnArtPathOutcome_module.cc.

Member Typedef Documentation

Definition at line 61 of file FilterOnArtPathOutcome_module.cc.

Definition at line 60 of file FilterOnArtPathOutcome_module.cc.

Member Data Documentation

fhicl::Atom<std::string> FilterOnArtPathOutcome::Config::Path
Initial value:
{
Name{ "Path" },
Comment{ "trigger path specification: \"<process name:path name>\"" }
}

Definition at line 63 of file FilterOnArtPathOutcome_module.cc.

fhicl::Atom<bool> FilterOnArtPathOutcome::Config::ResponseOnError
Initial value:
{
Name{ "ResponseOnError" },
Comment{ "filter response when the reference path threw an exception" },
false
}

Definition at line 74 of file FilterOnArtPathOutcome_module.cc.

fhicl::Atom<bool> FilterOnArtPathOutcome::Config::ResponseWhenNotRun
Initial value:
{
Name{ "ResponseWhenNotRun" },
Comment{ "filter response when the reference path was not run" },
false
}

Definition at line 68 of file FilterOnArtPathOutcome_module.cc.


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