]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGPP/macros/RunMakers.C
Moving PWG1 to PWGPP
[u/mrichter/AliRoot.git] / PWGPP / macros / RunMakers.C
similarity index 91%
rename from PWG1/macros/RunMakers.C
rename to PWGPP/macros/RunMakers.C
index 8ca65e29a692857f54cbaf19a8bffe336fc4be6d..34d328dbcfd5d605ff03300fc671ec973e2b1e3b 100644 (file)
@@ -1,4 +1,4 @@
-// Run this macro to correlate MC and reconstruction information (PWG1 library).
+// Run this macro to correlate MC and reconstruction information (PWGPP library).
 // Macro must be run in directory containing MC and ESD trees
 //
 RunMakers()
@@ -6,7 +6,7 @@ RunMakers()
 // load AliRoot libraries
 gSystem->Load("libANALYSIS.so");
 gSystem->Load("libANALYSISalice.so");
-gSystem->Load("libPWG1.so");
+gSystem->Load("libPWGPP.so");
 
 // collect MC information
 AliGenInfoMaker *infoMC = new AliGenInfoMaker("galice.root","genTracks.root",0,0);