ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pyhikcut.f
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file pyhikcut.f
1 
2 C*********************************************************************
3 
4  SUBROUTINE pyhikcut(MCUT)
5 
6 C...Dummy routine, which the user can replace in order to make cuts on
7 C...the kinematics on the parton level before the matrix elements are
8 C...evaluated and the event is generated. The cross-section estimates
9 C...will automatically take these cuts into account, so the given
10 C...values are for the allowed phase space region only. MCUT=0 means
11 C...that the event has passed the cuts, MCUT=1 that it has failed.
12  common/pyhipars/mstp(200),parp(200),msti(200),pari(200)
13  SAVE /pyhipars/
14 
15  mcut=0
16 
17  RETURN
18  END