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.
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
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.