EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
riwibd.F
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file riwibd.F
1 
2 C **********************************************************************
3 
4  SUBROUTINE riwibd
5 
6  IMPLICIT NONE
7 
8 C BLOCK DATA SUBSTITUTE from RIWIAD
9 **HI IMPLICIT REAL*8(A-H,O-Z)
10  common/store/xa(11),xb(11),xc(11),xd(11),ma(11),mb(11),mc(11)
11  DOUBLE PRECISION xa,xb,xc,xd
12  INTEGER ma,mb,mc
13  common/store1/r(10000),lr
14  DOUBLE PRECISION r
15  INTEGER lr
16  common/option/iprriw,iconv,ireset
17  INTEGER iprriw,iconv,ireset
18  common/random/nshots
19  INTEGER nshots
20  common/intern/factor,alfa,beta,gamma,delta,level,nmin
21  INTEGER level,nmin
22  DOUBLE PRECISION factor,alfa,beta,gamma,delta
23 
24  COMMON /lpflag/ lst3
25  INTEGER lst3
26  SAVE /lpflag/
27 
28  INTEGER init
29  DATA init/0/
30 
31  IF(init.EQ.1) RETURN
32  init=1
33  ma(1)=0
34  lr=10000
35  iconv=1
36  ireset=0
37  nshots=2
38  factor=1.65
39  level=90
40  alfa=0.3
41  beta=0.3
42  gamma=0.3
43  delta=.7
44  nmin=2
45 C...Print flag to be changed here.
46  iprriw=0
47  IF(lst3.GE.4) WRITE(6,1000) iprriw
48  RETURN
49  1000 FORMAT(5x,'RIWIAD print flag changed: IPRRIW =',i5)
50  END