3#ifndef CUSTOMCOLOR_INCLUDED
4#define CUSTOMCOLOR_INCLUDED
13namespace CocoaTutorials {
20 ::Error(
"FindFreeCustomColorIndex",
"gROOT is null");
26 if (!
gROOT->GetColor(i))
29 ::Error(
"FindFreeCustomColorIndex",
"no index found");
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
void Error(const char *location, const char *msgfmt,...)
Use this function in case an error occurred.
Color_t FindFreeCustomColorIndex(Color_t start=1000)
unsigned FindFreeCustomColorIndices(Color_t(&indices)[N])
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...