{ TString hostname = gSystem->HostName(); if (hostname.Contains("isdc")) { gSystem->Load("/usr/lib64/libz.so"); } // a bit of sugar for myself ... feel free to add your personal settings here:-) else if (hostname.Contains("neiseLenovo")) { gSystem->Load("/usr/lib/libz.so"); } else if (hostname.Contains("grolsch")) { gSystem->Load("/usr/lib/i386-linux-gnu/libz.so"); } gROOT->ProcessLine(".L izstream.h+O"); gROOT->ProcessLine(".L factfits.h+O"); gROOT->ProcessLine(".L calfactfits.h+O"); }