Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DANARootErrorHandler.h
Go to the documentation of this file.
1 // $Id$
2 //
3 // File: DANARootErrorHandler.h
4 // Created: Mon Nov 9 16:09:14 EST 2009
5 // Creator: davidl (on Darwin Amelia.local 9.8.0 i386)
6 //
7 
8 #ifndef _DANARootErrorHandler_
9 #define _DANARootErrorHandler_
10 
11 #include <iostream>
12 
13 #include <JANA/jerror.h>
14 
15 void InitDANARootErrorHandler(int my_ROOT_ERROR_LEVEL_SUPRESS=10000);
16 void DANARootErrorHandler(int lvl, bool abt, const char* loc, const char* msg);
17 
18 
19 #endif // _DANARootErrorHandler_
20 
void DANARootErrorHandler(int lvl, bool abt, const char *loc, const char *msg)
void InitDANARootErrorHandler(int my_ROOT_ERROR_LEVEL_SUPRESS)