ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
hijflv.f
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file hijflv.f
1 C
2 C
3 C***************************************
4  SUBROUTINE hijflv(ID)
5  common/ranseed/nseed
6  SAVE /ranseed/
7  id=1
8  rnid=atl_ran(nseed)
9  IF(rnid.GT.0.43478) THEN
10  id=2
11  IF(rnid.GT.0.86956) id=3
12  ENDIF
13  RETURN
14  END