Processing /home/alitrain/train-steer/extract_syswatch.C... E-TFile::TFile: file syswatch.root does not exist #0 0x00007fc346bc089e in waitpid () from /lib64/libc.so.6 #1 0x00007fc346b524e9 in do_system () from /lib64/libc.so.6 #2 0x00007fc34b1cbfdb in TUnixSystem::Exec (shellcmd=, this=0x221d570) at /build/workarea/sw/20156006/1/SOURCES/ROOT/v6-16-00/v6-16-00/core/unix/src/TUnixSystem.cxx:2119 #3 TUnixSystem::StackTrace (this=0x221d570) at /build/workarea/sw/20156006/1/SOURCES/ROOT/v6-16-00/v6-16-00/core/unix/src/TUnixSystem.cxx:2413 #4 0x00007fc3412c80e5 in cling::MultiplexInterpreterCallbacks::PrintStackTrace (this=) at /build/workarea/sw/20156006/1/SOURCES/ROOT/v6-16-00/v6-16-00/interpreter/cling/lib/Interpreter/MultiplexInterpreterCallbacks.h:133 #5 0x00007fc3412c7aeb in cling_runtime_internal_throwIfInvalidPointer (Interp=0x22de0b0, Expr=0x5efdfa8, Arg=) at /build/workarea/sw/20156006/1/SOURCES/ROOT/v6-16-00/v6-16-00/interpreter/cling/lib/Interpreter/Exception.cpp:42 #6 0x00007fc34bb6f79e in ?? () #7 0x00000000000f9410 in ?? () #8 0x00000000060ce110 in ?? () #9 0x00007fc346ea2120 in ?? () from /lib64/libc.so.6 #10 0x00000000000cfef0 in ?? () #11 0x0000000000000001 in ?? () #12 0x0000000046b8cc88 in ?? () #13 0x0000000000000000 in ?? () E-HandleInterpreterException: Trying to dereference null pointer or trying to call routine taking non-null arguments. Execution of your code was aborted. In file included from input_line_33:1: /home/alitrain/train-steer/extract_syswatch.C:28:26: warning: null passed to a callee that requires a non-null argument [-Wnonnull] TTree *tree = (TTree*) gFile->Get("syswatch"); ^~~~~ /cvmfs/alice.cern.ch/el6-x86_64/Packages/ROOT/v6-16-00-10/include/TFile.h:335:15: note: expanded from macro 'gFile' #define gFile (TFile::CurrentFile()) ^~~~~~~~~~~~~~~~~~~~~~