LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
art::FloatingPointControl::Config Struct Reference

#include "FloatingPointControl.h"

Public Attributes

fhicl::Atom< bool > enableDivByZeroEx
 
fhicl::Atom< bool > enableInvalidEx {fhicl::Name{"enableInvalidEx"}, false}
 
fhicl::Atom< bool > enableOverFlowEx {fhicl::Name{"enableOverFlowEx"}, false}
 
fhicl::Atom< bool > enableUnderFlowEx
 
fhicl::Atom< bool > setPrecisionDouble
 
fhicl::Atom< bool > reportSettings {fhicl::Name{"reportSettings"}, false}
 

Detailed Description

Definition at line 71 of file FloatingPointControl.h.

Member Data Documentation

fhicl::Atom<bool> art::FloatingPointControl::Config::enableDivByZeroEx
Initial value:
{fhicl::Name{"enableDivByZeroEx"},
false}

Definition at line 72 of file FloatingPointControl.h.

fhicl::Atom<bool> art::FloatingPointControl::Config::enableInvalidEx {fhicl::Name{"enableInvalidEx"}, false}

Definition at line 74 of file FloatingPointControl.h.

fhicl::Atom<bool> art::FloatingPointControl::Config::enableOverFlowEx {fhicl::Name{"enableOverFlowEx"}, false}

Definition at line 75 of file FloatingPointControl.h.

fhicl::Atom<bool> art::FloatingPointControl::Config::enableUnderFlowEx
Initial value:
{fhicl::Name{"enableUnderFlowEx"},
false}

Definition at line 76 of file FloatingPointControl.h.

fhicl::Atom<bool> art::FloatingPointControl::Config::reportSettings {fhicl::Name{"reportSettings"}, false}

Definition at line 80 of file FloatingPointControl.h.

fhicl::Atom<bool> art::FloatingPointControl::Config::setPrecisionDouble
Initial value:
{fhicl::Name{"setPrecisionDouble"},
true}

Definition at line 78 of file FloatingPointControl.h.


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