3 TString dypath = gSystem->GetDynamicPath();
5 gSystem->SetDynamicPath(dypath);
6 gSystem->Load("libPWGflowBase");
8 // Set the include paths
9 gROOT->ProcessLine(".include PWGflowBase/FLOW/Base");
11 // Set our location, so that other packages can find us
12 gSystem->Setenv("PWGflowBase_INCLUDE", "PWGflowBase/FLOW/Base");