BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
error.h File Reference
#include <strstream>

Go to the source code of this file.

Macros

#define FATAL_MACRO(output)
#define WARNING_MACRO(output)

Functions

void WARNING (const char *)
void FATAL (const char *)

Macro Definition Documentation

◆ FATAL_MACRO

#define FATAL_MACRO ( output)
Value:
do { \
std::ostrstream message; \
message << __FILE__ << ":" << __LINE__ << ": " << output << '\0'; \
::FATAL( message.str() ); \
} while ( 0 )
*******INTEGER m_nBinMax INTEGER m_NdiMax !No of bins in histogram for cell exploration division $ !Last vertex $ !Last active cell $ !Last cell in buffer $ !No of sampling when dividing cell $ !No of function total $ !Flag for random ceel for $ !Flag for type of for WtMax $ !Flag which decides whether vertices are included in the sampling $ entire domain is hyp !Maximum effective eevents per saves r n generator level $ !Flag for chat level in output
Definition FoamA.h:89

Definition at line 19 of file Calibration/facilities/include/facilities/error.h.

19#define FATAL_MACRO( output ) \
20 do { \
21 std::ostrstream message; \
22 message << __FILE__ << ":" << __LINE__ << ": " << output << '\0'; \
23 ::FATAL( message.str() ); \
24 } while ( 0 )

Referenced by xmlBase::IFile::getBool(), xmlBase::IFile::getDoubleVector(), and xmlBase::IFile::getIntVector().

◆ WARNING_MACRO

#define WARNING_MACRO ( output)
Value:
do { \
std::ostrstream message; \
message << __FILE__ << ":" << __LINE__ << ": " << output << '\0'; \
::WARNING( message.str() ); \
message.freeze( false ); \
} while ( 0 )

Definition at line 26 of file Calibration/facilities/include/facilities/error.h.

26#define WARNING_MACRO( output ) \
27 do { \
28 std::ostrstream message; \
29 message << __FILE__ << ":" << __LINE__ << ": " << output << '\0'; \
30 ::WARNING( message.str() ); \
31 message.freeze( false ); \
32 } while ( 0 )

Function Documentation

◆ FATAL()

void FATAL ( const char * )
extern

◆ WARNING()

void WARNING ( const char * )
extern