]> git.uio.no Git - u/mrichter/AliRoot.git/blob - GEANT321/ghrout/higsel.F
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / GEANT321 / ghrout / higsel.F
1 *
2 * $Id$
3 *
4 * $Log$
5 * Revision 1.1.1.1  1995/10/24 10:21:12  cernlib
6 * Geant
7 *
8 *
9 #include "geant321/pilot.h"
10 *CMZ :  3.21/02 29/03/94  15.41.40  by  S.Giani
11 *-- Author :
12       SUBROUTINE HIGSEL(ISEL)
13 C
14 #include "geant321/s_result.inc"
15 C
16       DIMENSION RNDM(1)
17       CALL GRNDM(RNDM,1)
18       ISEL=1
19       IF(P.LT.25.+RNDM(1)*25.) ISEL=0
20       RETURN
21       END