]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
FASTJETAN library loaded.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 16 Jun 2009 14:54:17 +0000 (14:54 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 16 Jun 2009 14:54:17 +0000 (14:54 +0000)
JETAN/testFastJet.C

index cd78d1981db7810872fd1dff4684287e464b7baf..82d70d509130d81d6ef6449ffb9f84780b449876 100644 (file)
@@ -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);