Public Attributes | List of all members
lar::example::Exploder::Config Struct Reference

Public Attributes

fhicl::Atom< boolManageBadAlloc
 
fhicl::Atom< boolManageOutOfRange
 
fhicl::Atom< boolManageArtException
 

Detailed Description

Definition at line 45 of file Exploder_module.cc.

Member Data Documentation

fhicl::Atom<bool> lar::example::Exploder::Config::ManageArtException
Initial value:
{
fhicl::Name("ManageArtException"),
fhicl::Comment("whether to catch the art::Exception we throw"),
true
}

Definition at line 59 of file Exploder_module.cc.

fhicl::Atom<bool> lar::example::Exploder::Config::ManageBadAlloc
Initial value:
{
fhicl::Name("ManageBadAlloc"),
fhicl::Comment("whether to catch the std::bad_alloc we throw"),
true
}

Definition at line 47 of file Exploder_module.cc.

fhicl::Atom<bool> lar::example::Exploder::Config::ManageOutOfRange
Initial value:
{
fhicl::Name("ManageOutOfRange"),
fhicl::Comment("whether to catch the std::out_of_range we throw"),
true
}

Definition at line 53 of file Exploder_module.cc.


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