LArSoft  v06_85_00
Liquid Argon Software toolkit - http://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 46 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 60 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 48 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 54 of file Exploder_module.cc.


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