Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DANARootErrorHandler.cc File Reference
#include <iostream>
#include <TError.h>
#include "DANARootErrorHandler.h"

Go to the source code of this file.

Functions

void InitDANARootErrorHandler (int my_ROOT_ERROR_LEVEL_SUPRESS)
 
void DANARootErrorHandler (int lvl, bool abt, const char *loc, const char *msg)
 

Variables

static int ROOT_ERROR_LEVEL_SUPRESS =-1
 

Function Documentation

void DANARootErrorHandler ( int  lvl,
bool  abt,
const char *  loc,
const char *  msg 
)

Definition at line 36 of file DANARootErrorHandler.cc.

References ROOT_ERROR_LEVEL_SUPRESS.

Referenced by InitDANARootErrorHandler().

void InitDANARootErrorHandler ( int  my_ROOT_ERROR_LEVEL_SUPRESS)

Definition at line 25 of file DANARootErrorHandler.cc.

References DANARootErrorHandler(), and ROOT_ERROR_LEVEL_SUPRESS.

Referenced by DApplication::Init().

Variable Documentation

int ROOT_ERROR_LEVEL_SUPRESS =-1
static