23 const std::string& condition_string );
26#define Ensures( a ) GaudiTesting::throwConditionFailed( a, __FILE__, __LINE__, #a )
28# define DEBUG_TRACE( a ) \
29 do { a; } while ( false )
31# define DEBUG_TRACE( a ) \
52 m_propMgr->setProperty(
"EvtSel",
"NONE" ).ignore();
53 m_propMgr->setProperty(
"JobOptionsType",
"NONE" ).ignore();
IInterface *PyHelper createApplicationMgr()
SmartIF< IProperty > m_propMgr
SmartIF< IAppMgrUI > m_appMgr
SmartIF< ISvcManager > m_svcMgr
SmartIF< ISvcLocator > m_svcLoc
SmartIF< IToolSvc > m_toolSvc
Definition of the basic interface.
Small smart pointer class with automatic reference counting for IInterface.
This file provides a Grammar for the type Gaudi::Accumulators::Axis It allows to use that type from p...
void throwConditionFailed(bool condition, const std::string &file_name, int line_no, const std::string &condition_string)