]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - JETAN/testFastJet.C
More advanced PID selection
[u/mrichter/AliRoot.git] / JETAN / testFastJet.C
index cd78d1981db7810872fd1dff4684287e464b7baf..cd3f6a6b8de371f9eb35573fa15222483267d9b8 100644 (file)
@@ -7,7 +7,7 @@ void testFastJet(const char* file="testdata.dat")
       gSystem->Load("libVMC.so");
       gSystem->Load("libPhysics.so");
 
-      gSystem->Load("libCGAL.so");
+      gSystem->Load("libCGAL.dylib");
 
       gSystem->Load("libfastjet.so");
       gSystem->Load("libSISConePlugin.so");
@@ -18,8 +18,10 @@ void testFastJet(const char* file="testdata.dat")
       gSystem->Load("libAOD.so");
       gSystem->Load("libESD.so");
       gSystem->Load("libANALYSISalice.so");
-      gSystem->Load("libJETAN.so");
       
+      gSystem->Load("libJETAN.so");
+      gSystem->Load("libFASTJETAN.so");
+
       AliFastJetFinder* jetFinder = new AliFastJetFinder();
       jetFinder->RunTest(file);