10 IMPLICIT DOUBLE PRECISION(a-
h, o-
z)
16 common/
pydat1/mstu(200),paru(200),mstj(200),parj(200)
21 CHARACTER month(12)*3, logo(48)*32, refer(2*irefer)*36,
line*79,
22 &vers*1, subv*3, date*2, year*4, hour*2, minu*2, seco*2
25 DATA month/
'Jan',
'Feb',
'Mar',
'Apr',
'May',
'Jun',
'Jul',
'Aug',
'Sep',
27 DATA (logo(
j),
j=1,19)/
29 &
' *:::!!:::::::::::* ',
30 &
' *::::::!!::::::::::::::* ',
31 &
' *::::::::!!::::::::::::::::* ',
32 &
' *:::::::::!!:::::::::::::::::* ',
33 &
' *:::::::::!!:::::::::::::::::* ',
34 &
' *::::::::!!::::::::::::::::*! ',
35 &
' *::::::!!::::::::::::::* !! ',
36 &
' !! *:::!!:::::::::::* !! ',
47 DATA (logo(
j),
j=20,38)/
48 &
'Welcome to the Lund Monte Carlo!',
50 &
'PPP Y Y TTTTT H H III A ',
51 &
'P P Y Y T H H I A A ',
52 &
'PPP Y T HHHHH I AAAAA',
56 &
'This is PYTHIA version x.xxx ',
57 &
'Last date of change: xx xxx 200x',
59 &
'Now is xx xxx 200x at xx:xx:xx ',
61 &
'Disclaimer: this program comes ',
62 &
'without any guarantees. Beware ',
63 &
'of errors and use common sense ',
64 &
'when interpreting results. ',
66 &
'Copyright T. Sjostrand (2007) '/
67 DATA (refer(
j),
j=1,14)/
68 &
'An archive of program versions and d',
69 &
'ocumentation is found on the web: ',
70 &
'http://www.thep.lu.se/~torbjorn/Pyth',
74 &
'When you cite this program, the offi',
75 &
'cial reference is to the 6.4 manual:',
76 &
'T. Sjostrand, S. Mrenna and P. Skand',
77 &
's, JHEP05 (2006) 026 ',
78 &
'(LU TP 06-13, FERMILAB-PUB-06-052-CD',
79 &
'-T) [hep-ph/0603175]. ',
82 DATA (refer(
j),
j=15,32)/
83 &
'Also remember that the program, to a',
84 &
' large extent, represents original ',
85 &
'physics research. Other publications',
86 &
' of special relevance to your ',
87 &
'studies may therefore deserve separa',
91 &
'Main author: Torbjorn Sjostrand; CER',
92 &
'N/PH, CH-1211 Geneva, Switzerland, ',
93 &
' and Department of Theoretical Phys',
94 &
'ics, Lund University, Lund, Sweden; ',
95 &
' phone: + 41 - 22 - 767 82 27; e-ma',
96 &
'il: torbjorn@thep.lu.se ',
97 &
'Author: Stephen Mrenna; Computing Di',
98 &
'vision, GDS Group, ',
99 &
' Fermi National Accelerator Laborat',
100 &
'ory, MS 234, Batavia, IL 60510, USA;'/
101 DATA (refer(
j),
j=33,2*irefer)/
102 &
' phone: + 1 - 630 - 840 - 2556; e-m',
103 &
'ail: mrenna@fnal.gov ',
104 &
'Author: Peter Skands; Theoretical Ph',
105 &
'ysics Department, ',
106 &
' Fermi National Accelerator Laborat',
107 &
'ory, MS 106, Batavia, IL 60510, USA;',
108 &
' and CERN/PH, CH-1211 Geneva, Switz',
110 &
' phone: + 41 - 22 - 767 24 59; e-ma',
111 &
'il: skands@fnal.gov '/
114 IF(
mstp(183)/10.NE.199.AND.
mstp(183)/10.NE.200)
THEN
116 &
'Error: PYDATA has not been linked.'
117 WRITE(*,
'(1X,A)')
'Execution stopped!'
122 WRITE(vers,
'(I1)')
mstp(181)
124 WRITE(subv,
'(I3)')
mstp(182)
126 IF(
mstp(182).LT.100) logo(28)(26:26)=
'0'
127 WRITE(date,
'(I2)')
mstp(185)
129 logo(29)(25:27)=month(
mstp(184))
130 WRITE(year,
'(I4)')
mstp(183)
133 IF(idati(1).LE.0)
THEN
136 WRITE(date,
'(I2)') idati(3)
138 logo(31)(11:13)=month(
max(1,min(12,idati(2))))
139 WRITE(year,
'(I4)') idati(1)
141 WRITE(hour,
'(I2)') idati(4)
143 WRITE(minu,
'(I2)') idati(5)
145 IF(idati(5).LT.10) logo(31)(26:26)=
'0'
146 WRITE(seco,
'(I2)') idati(6)
148 IF(idati(6).LT.10) logo(31)(29:29)=
'0'
153 DO 100 ilin=1,29+irefer
163 IF(ilin.EQ.2.OR.ilin.EQ.3.OR.ilin.GE.28+irefer)
THEN
164 line(4:77)=
'***********************************************'//
165 &
'***************************'
166 ELSEIF(ilin.GE.6.AND.ilin.LE.24)
THEN
167 line(6:37)=logo(ilin-5)
168 line(44:75)=logo(ilin+14)
169 ELSEIF(ilin.GE.26.AND.ilin.LE.25+irefer)
THEN
170 line(5:40)=refer(2*ilin-51)
171 line(41:76)=refer(2*ilin-50)
175 WRITE(mstu(11),
'(A79)')
line