FEDRA emulsion software from the OPERA Collaboration
|
#include "snprintf.h"
#include "Varargs.h"
#include "TVirtualMutex.h"
#include "TSystem.h"
#include "TDatime.h"
#include "EdbLog.h"
Macros | |
#define | R__VA_COPY(to, from) ((to) = (from)) |
Functions | |
bool | Log (int level, const char *location, const char *fmt,...) |
void | Log0 (int level, const char *location, const char *fmt, va_list ap) |
Variables | |
TNtuple * | gDIFF =0 |
Int_t | gEDBDEBUGLEVEL = 2 |
FILE * | gEDBLOGFILE =0 |
#define R__VA_COPY | ( | to, | |
from | |||
) | ((to) = (from)) |
bool Log | ( | int | level, |
const char * | location, | ||
const char * | fmt, | ||
... | |||
) |
Print message to the logfile and to stdout.
void Log0 | ( | int | level, |
const char * | location, | ||
const char * | fmt, | ||
va_list | ap | ||
) |
Print message to the logfile and to stdout.
TNtuple* gDIFF =0 |
Int_t gEDBDEBUGLEVEL = 2 |
FILE* gEDBLOGFILE =0 |