BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
InstallArea/include/facilities/facilities/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 20 of file InstallArea/include/facilities/facilities/error.h.

◆ 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 25 of file InstallArea/include/facilities/facilities/error.h.

Function Documentation

◆ FATAL()

void FATAL ( const char *  )

◆ WARNING()

void WARNING ( const char *  )