]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HIJING/hipyset1_35/pykcut_hijing.F
Fix for FMD DA
[u/mrichter/AliRoot.git] / HIJING / hipyset1_35 / pykcut_hijing.F
1 * $Id$
2     
3 C*********************************************************************  
4     
5       SUBROUTINE PYKCUT_HIJING(MCUT)   
6     
7 C...Dummy routine, which the user can replace in order to make cuts on  
8 C...the kinematics on the parton level before the matrix elements are   
9 C...evaluated and the event is generated. The cross-section estimates   
10 C...will automatically take these cuts into account, so the given   
11 C...values are for the allowed phase space region only. MCUT=0 means    
12 C...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