]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/genkine/gen/fastGen.C
Corrected library names and paths to macros
[u/mrichter/AliRoot.git] / test / genkine / gen / fastGen.C
index 5b2532eb35c28f9d48007680c4aa4dc1538f63b3..7db7ad7826033bb1865cbadae98c0938e2af6408 100644 (file)
@@ -2,6 +2,8 @@
 // Below we select events containing the decays D* -> D0 pi, D0 -> K- pi+
 // inside the barrel part of the ALICE detector (45 < theta < 135)
 
+// To be able to compile, please add -I<ALIROOT_INSTALL_PATH>/include
+// to your .rootrc
 #if !defined(__CINT__) || defined(__MAKECINT__)
 #include <Riostream.h>
 #include <TH1F.h>
@@ -19,8 +21,8 @@
 #include "AliRun.h"
 #include "AliStack.h"
 #include "AliHeader.h"
-#include "PYTHIA6/AliGenPythia.h"
-#include "PYTHIA6/AliPythia.h"
+#include "AliGenPythia.h"
+#include "AliPythia.h"
 #endif
 
 Float_t EtaToTheta(Float_t arg);