]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
quenched pythia using 6.4 separated from the one used for pp (6.2)
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 20 Mar 2009 15:28:16 +0000 (15:28 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 20 Mar 2009 15:28:16 +0000 (15:28 +0000)
PYTHIA6/libqpythia.pkg [new file with mode: 0644]
PYTHIA6/pydummy.f [new file with mode: 0644]
PYTHIA6/pythia6214.f
PYTHIA6/qpythiaLinkDef.h [new file with mode: 0644]

diff --git a/PYTHIA6/libqpythia.pkg b/PYTHIA6/libqpythia.pkg
new file mode 100644 (file)
index 0000000..3a515bb
--- /dev/null
@@ -0,0 +1,21 @@
+#-*- Mode: Makefile -*-
+
+SRCS:= AliQPythiaWrapper.cxx
+
+HDRS= $(SRCS:.cxx=.h) 
+
+DHDR:=qpythiaLinkDef.h
+
+EXPORT:=
+
+EINCLUDE:=FASTSIM
+
+FSRCS:= \
+pythia-6.4.14.f \
+pyquen1_5.F \
+q-pyshow.1.0.F
+
+ifeq (win32gcc,$(ALICE_TARGET))
+PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) \
+                         -lmicrocern -llhapdf
+endif
diff --git a/PYTHIA6/pydummy.f b/PYTHIA6/pydummy.f
new file mode 100644 (file)
index 0000000..943c600
--- /dev/null
@@ -0,0 +1,7 @@
+
+      SUBROUTINE PYPTFS(MODE,PTMAX,PTMIN,PTGEN)
+C     DUMMY       
+      common /pyqpar/ T0u,tau0u,nfu,ienglu,ianglu 
+      common /parimp/ b1,psib1,rb1,rb2,noquen 
+      RETURN
+      END
index 5d007041170b68014f2b080009fe210896ec6f18..6deccbf2e1a11fb229a1536ea9da8c0cd0386ac2 100644 (file)
@@ -59712,10 +59712,3 @@ C...Common code to ensure right century.
  
       RETURN
       END
-
-      SUBROUTINE PYPTFS(MODE,PTMAX,PTMIN,PTGEN)
-C     DUMMY       
-C      common /pyqpar/ T0u,tau0u,nfu,ienglu,ianglu 
-C      common /parimp/ b1,psib1,rb1,rb2,noquen 
-      RETURN
-      END
diff --git a/PYTHIA6/qpythiaLinkDef.h b/PYTHIA6/qpythiaLinkDef.h
new file mode 100644 (file)
index 0000000..ec1fdca
--- /dev/null
@@ -0,0 +1,8 @@
+#ifdef __CINT__
+#pragma link off all globals;
+#pragma link off all classes;
+#pragma link off all functions;
+
+#pragma link C++ class AliQPythiaWrapper+;
+#endif