FEDRA emulsion software from the OPERA Collaboration
EdbLog.h
Go to the documentation of this file.
1#ifndef ROOT_EdbLog
2#define ROOT_EdbLog
3
4#include "TError.h"
5#include "TNtuple.h"
6
7R__EXTERN Int_t gEDBDEBUGLEVEL;
8R__EXTERN FILE *gEDBLOGFILE;
9
10R__EXTERN TNtuple *gDIFF;
11
12/* enum EDebugLevel { */
13/* kDebNone = 0, */
14/* kDebMin = 1, */
15/* kDebNormal = 2, */
16/* kDebHigh = 3, */
17/* kDebAll = 4 */
18/* }; */
19
20extern void Log0(Int_t level, const char *location, const char *msgfmt, va_list va);
21extern bool Log(Int_t level, const char *location, const char *msgfmt, ...);
22
23#endif /* ROOT_EdbLog */
R__EXTERN TNtuple * gDIFF
Definition: EdbLog.h:10
bool Log(Int_t level, const char *location, const char *msgfmt,...)
R__EXTERN FILE * gEDBLOGFILE
Definition: EdbLog.h:8
R__EXTERN Int_t gEDBDEBUGLEVEL
Definition: EdbLog.h:7
void Log0(Int_t level, const char *location, const char *msgfmt, va_list va)