11#include "GaudiKernel/MsgStream.h"
12#include "GaudiKernel/SmartDataPtr.h"
33 ATH_MSG_INFO(
"EventDataModelMonitor AFTER finalize of algorithms (dbg only):" );
41 ATH_MSG_INFO(
"left over Trk::Vertex : \t"<<Trk::Vertex::numberOfInstantiations() );
43 ATH_MSG_INFO(
"==> this may still contain the ID geometry and last event, (srv finalize comes now)" );
57 return StatusCode::SUCCESS;
62 ATH_MSG_INFO(
"EventDataModelMonitor at start of event (dbg only):" );
70 ATH_MSG_INFO(
"number of Trk::Vertex (should be < 3) : \t"<<Trk::Vertex::numberOfInstantiations() );
74 return StatusCode::SUCCESS;
78 return StatusCode::SUCCESS;
#define ATH_MSG_WARNING(x)
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
~EventDataModelMonitor()
Default Destructor.
EventDataModelMonitor(const std::string &name, ISvcLocator *pSvcLocator)
Standard Athena-Algorithm Constructor.
StatusCode initialize()
standard Athena-Algorithm method
StatusCode execute()
standard Athena-Algorithm method
StatusCode finalize()
standard Athena-Algorithm method
static std::size_t numberOfInstantiations()