]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HIJING/hipyset1_35/pykcut_hijing.F
Change of argument list of methods GetPadCxy, GetPadIxy, SetHit and FirstPad
[u/mrichter/AliRoot.git] / HIJING / hipyset1_35 / pykcut_hijing.F
CommitLineData
e74335a4 1* $Id$
2
3C*********************************************************************
4
5 SUBROUTINE PYKCUT_HIJING(MCUT)
6
7C...Dummy routine, which the user can replace in order to make cuts on
8C...the kinematics on the parton level before the matrix elements are
9C...evaluated and the event is generated. The cross-section estimates
10C...will automatically take these cuts into account, so the given
11C...values are for the allowed phase space region only. MCUT=0 means
12C...that the event has passed the cuts, MCUT=1 that it has failed.
13#include "pypars_hijing.inc"
14
15 MCUT=0
16
17 RETURN
18 END