LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
lar::example::Exploder::Config Struct Reference

Public Attributes

fhicl::Atom< bool > ManageBadAlloc
 
fhicl::Atom< bool > ManageOutOfRange
 
fhicl::Atom< bool > ManageArtException
 

Detailed Description

Definition at line 42 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 56 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 44 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 50 of file Exploder_module.cc.


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