ATLAS Offline Software
Loading...
Searching...
No Matches
AGDDToolBase.cxx File Reference
Include dependency graph for AGDDToolBase.cxx:

Go to the source code of this file.

Functions

StatusCode AGDDToolBase::initialize ATLAS_NOT_THREAD_SAFE ()
 Install fatal handler with default options.

Function Documentation

◆ ATLAS_NOT_THREAD_SAFE()

StatusCode AGDDToolBase::initialize ATLAS_NOT_THREAD_SAFE ( void )
inline

Install fatal handler with default options.

This is meant to be easy to call from python via ctypes.

Install fatal handler with default options.

Definition at line 15 of file AGDDToolBase.cxx.

16{
17 ATH_CHECK( m_svc.retrieve() );
18 InitializeAGDD();
19 return StatusCode::SUCCESS;
20}
#define ATH_CHECK
Evaluate an expression and check for errors.