void SETUP() { // Load some Root libraries needed by STEERBase gSystem->Load("libVMC"); gSystem->Load("libNet"); gSystem->Load("libTree"); gSystem->Load("libPhysics"); gSystem->Load("libMinuit"); // Load the STEERBase library TString dypath = gSystem->GetDynamicPath(); dypath.Prepend(".:"); gSystem->SetDynamicPath(dypath); gSystem->Load("libSTEERBase"); // Set the include paths gROOT->ProcessLine(".include STEERBase/STEERBase"); // Set our location, so that other packages can find us gSystem->Setenv("STEERBase_INCLUDE", "STEERBase/STEERBase"); }