AMSDST
Functions
debug.cxx File Reference
#include "TError.h"

Go to the source code of this file.

Functions

void ShowError (int level, char const *location, char const *fmt,...)
 A helper function to use the error message system in ROOT.
 

Function Documentation

void ShowError ( int  level,
char const *  location,
char const *  fmt,
  ... 
)

A helper function to use the error message system in ROOT.

This function could be used outside TObject, therefore more flexible.

Parameters
levelthe error level of the message. Message with level < gErrorIgnoreLevel will be ignored
locationthe location of the message, usually is function name
fmtthe format string
...other message parameter to be insert into format string

Definition at line 5 of file debug.cxx.

Referenced by myChain::checkWildcardList().