]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HERWIG/src/decadd.f
Change in CookdEdx() by Prashant
[u/mrichter/AliRoot.git] / HERWIG / src / decadd.f
CommitLineData
3820ca8e 1C-----------------------------------------------------------------------
2
3C H E R W I G
4
5C
6
7C a Monte Carlo event generator for simulating
8
9C +---------------------------------------------------+
10
11C | Hadron Emission Reactions With Interfering Gluons |
12
13C +---------------------------------------------------+
14
15C I.G. Knowles(*), G. Marchesini(+), M.H. Seymour($) and B.R. Webber(#)
16
17C-----------------------------------------------------------------------
18
19C with Minimal Supersymmetric Standard Model Matrix Elements by
20
21C S. Moretti($) and K. Odagiri($)
22
23C-----------------------------------------------------------------------
24
25C R parity violating Supersymmetric Decays and Matrix Elements by
26
27C P. Richardson(&)
28
29C-----------------------------------------------------------------------
30
31C matrix element corrections to top decay and Drell-Yan type processes
32
33C by G. Corcella(+)
34
35C-----------------------------------------------------------------------
36
37C Deep Inelastic Scattering and Heavy Flavour Electroproduction by
38
39C G. Abbiendi(@) and L. Stanco(%)
40
41C-----------------------------------------------------------------------
42
43C and Jet Photoproduction in Lepton-Hadron Collisions by J. Chyla(~)
44
45C-----------------------------------------------------------------------
46
47C(*) Department of Physics & Astronomy, University of Edinburgh
48
49C(+) Dipartimento di Fisica, Universita di Milano
50
51C($) Rutherford Appleton Laboratory
52
53C(#) Cavendish Laboratory, Cambridge
54
55C(&) Department of Physics, University of Oxford
56
57C(@) Dipartimento di Fisica, Universita di Bologna
58
59C(%) Dipartimento di Fisica, Universita di Padova
60
61C(~) Institute of Physics, Prague
62
63C-----------------------------------------------------------------------
64
65C Version 6.100 - 16th December 1999
66
67C-----------------------------------------------------------------------
68
69C Main reference:
70
71C G.Marchesini, B.R.Webber, G.Abbiendi, I.G.Knowles, M.H.Seymour,
72
73C and L.Stanco, Computer Physics Communications 67 (1992) 465.
74
75C-----------------------------------------------------------------------
76
77C Please send e-mail about this program to one of the authors at the
78
79C following Internet addresses:
80
81C I.Knowles@ed.ac.uk Giuseppe.Marchesini@mi.infn.it
82
83C M.Seymour@rl.ac.uk webber@hep.phy.cam.ac.uk
84
85C-----------------------------------------------------------------------
86
87CDECK ID>, DECADD.
88
89*CMZ :- -28/01/92 12.34.44 by Mike Seymour
90
91*-- Author : Luca Stanco
92
93C-----------------------------------------------------------------------
94
95 SUBROUTINE DECADD(LOGI)
96
97C-----------------------------------------------------------------------
98
99C DUMMY SUBROUTINE: DELETE AND SET BDECAY='CLEO'
100
101C IN MAIN PROGRAM IF YOU USE CLEO DECAY PACKAGE
102
103C-----------------------------------------------------------------------
104
105 LOGICAL LOGI
106
107 WRITE (6,10)
108
109 10 FORMAT(/10X,'DECADD CALLED BUT NOT LINKED')
110
111 STOP
112
113 END