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

Go to the source code of this file.

Functions

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

Function Documentation

◆ ATLAS_NOT_THREAD_SAFE()

StatusCode AllExecutedEventsCounterAlg::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 21 of file AllExecutedEventsCounterAlg.cxx.

22{
23 ATH_MSG_DEBUG("Initializing " << this->name() << "...");
24
25 ATH_CHECK(m_filterParams.initialize());
26
27 m_filterParams.cutFlowSvc()->registerTopFilter(m_filterParams.key(),
28 m_filterParams.description(),
30 "AllStreams",
31 false);
32
33 return StatusCode::SUCCESS;
34}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_DEBUG(x)