16#ifndef ROO_ERROR_HANDLER
17#define ROO_ERROR_HANDLER
27 static void softAssert(
bool condition) {
if (!condition) abort() ; }
Basic types used by ROOT and required by TInterpreter.
static void softAbort()
Soft abort function that interrupts macro execution but doesn't kill ROOT.
static void softAssert(bool condition)
Soft assert function that interrupts macro execution but doesn't kill ROOT.