void SETUP() {
CheckLoadLibrary("libANALYSISalice");
+ CheckLoadLibrary("libCORRFW");
CheckLoadLibrary("libPWG2resonances");
// Set the include paths
gROOT->ProcessLine(".include PWG2resonances");
+ gROOT->ProcessLine(".include PWG2resonances/RESONANCES");
// Set our location, so that other packages can find us
gSystem->Setenv("PWG2resonances_INCLUDE", "PWG2resonances/RESONANCES");
if (strlen(gSystem->GetLibraries(Form("%s.so", library), "", kFALSE)) > 0)
return 1;
-
+
return gSystem->Load(library);
}