Compile errors running "tutorials/eve/alice_esd_split.C"

Hi Pietro,

There are several problems in this example.
First of all, there are two missing includes in SplitGLView.C macro:

#include "TVirtualX.h"
#include "TROOT.h"

But also macro alice_esd_split.C itself does not work properly - seems to be it was not ported to ROOT6. I attaching modified macros, which are working for me. Just do root run_split.C.
Probably I also update it in repository.

Regards,
Sergey

P.S. Maybe original authors of macro can give more details: @bellenot @matevz

alice_esd_split.C (16.2 KB) run_split.C (3.8 KB) SplitGLView.C (48.5 KB)

1 Like