LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
util::LArPropertiesServiceArgoNeuT::DBsettingsClass Struct Reference

Public Member Functions

 DBsettingsClass ()
 

Public Attributes

bool ToughErrorTreatment
 equivalent parameter in DatabaseUtil More...
 
bool ShouldConnect
 equivalent parameter in DatabaseUtil More...
 

Detailed Description

Definition at line 223 of file LArPropertiesServiceArgoNeuT.h.

Constructor & Destructor Documentation

util::LArPropertiesServiceArgoNeuT::DBsettingsClass::DBsettingsClass ( )

Definition at line 590 of file LArPropertiesServiceArgoNeuT_service.cc.

References DEFINE_ART_SERVICE_INTERFACE_IMPL.

590  {
591  auto const& DButil = *art::ServiceHandle<util::DatabaseUtil>();
592  ToughErrorTreatment= DButil.ToughErrorTreatment();
593  ShouldConnect = DButil.ShouldConnect();
594 } // util::LArPropertiesServiceArgoNeuT::DBsettingsClass::DBsettingsClass()
bool ShouldConnect
equivalent parameter in DatabaseUtil
bool ToughErrorTreatment
equivalent parameter in DatabaseUtil

Member Data Documentation

bool util::LArPropertiesServiceArgoNeuT::DBsettingsClass::ShouldConnect

equivalent parameter in DatabaseUtil

Definition at line 227 of file LArPropertiesServiceArgoNeuT.h.

Referenced by util::LArPropertiesServiceArgoNeuT::checkDBstatus().

bool util::LArPropertiesServiceArgoNeuT::DBsettingsClass::ToughErrorTreatment

equivalent parameter in DatabaseUtil

Definition at line 226 of file LArPropertiesServiceArgoNeuT.h.

Referenced by util::LArPropertiesServiceArgoNeuT::checkDBstatus().


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