|
Gaudi Framework, version v21r11 |
| Home | Generated: 30 Sep 2010 |
#include "GaudiAlg/GetData.h"
#include "GaudiAlg/GaudiCommon.h"
Go to the source code of this file.
Defines | |
| #define | GAUDIALG_GAUDICOMMONIMP_H 1 |
| #define | ALG_ERROR(message, code) |
| Small and simple macro to add into error message the file name and the line number for easy location of the problematic lines. | |
Definition in file GaudiCommonImp.h.
| #define ALG_ERROR | ( | message, | |||
| code | ) |
Value:
( Error( message + \
std::string ( " [ at line " ) + \
GaudiAlg::fileLine ( __LINE__ ) + \
std::string ( " in file '" ) + \
std::string ( __FILE__ ) + "']" , code ) )
if ( a < 0 ) { return ALG_ERROR( "'a' is negative" , 301 ) ; }
Definition at line 302 of file GaudiCommonImp.h.
| #define GAUDIALG_GAUDICOMMONIMP_H 1 |
Definition at line 4 of file GaudiCommonImp.h.