Go to the source code of this file.
◆ __drawrigcut2.f__()
program __drawrigcut2.f__ |
( |
| ) |
|
◆ crigcut2data()
Definition at line 25 of file drawRigCut2.f.
References copenfw().
Referenced by __drawrigcut2.f__().
26 integer izen, iphi, irig
27 real*4 tbl(izen, iphi, irig),
z 28 integer i1, i2, i3,icon
30 call copenfw(21,
"/tmp/nxconData",icon)
31 write(21, *) iphi, izen, irig
integer Charge2heavyG charge of heavy rightarrow heavy group index conversion array integer HeavyG2massN heavy group index rightarrow mass number conversion array integer HeavyG2charge heavy group index rightarrow charge of heavy conversion array integer HeavyG2code heavy group index rightarrow particle code conversion array integer Code2massN particle code rightarrow mass number conversion array integer Code2heavyG particle code rightarrow heavy group index conversion array real *FragmentTbl tbl(i, j)
subroutine copenfw(io, fnin, icon)
◆ crigcut2grid()
Definition at line 45 of file drawRigCut2.f.
References copenfw().
Referenced by __drawrigcut2.f__().
47 integer izen, iphi, irig
48 real*4 tbl(izen, iphi, irig)
49 integer i1, i2, i3,icon
51 call copenfw(21,
"/tmp/nxconGrid",icon)
52 write(21, *) iphi, izen, irig
56 write(21,*) sngl(minazm + (i2-1)*dazm)
63 write(21,*) sngl(zenmax + (i1-1)*dzen),
71 * sngl(minrig * 10.**(logdrig*(i3-1)))
integer Charge2heavyG charge of heavy rightarrow heavy group index conversion array integer HeavyG2massN heavy group index rightarrow mass number conversion array integer HeavyG2charge heavy group index rightarrow charge of heavy conversion array integer HeavyG2code heavy group index rightarrow particle code conversion array integer Code2massN particle code rightarrow mass number conversion array integer Code2heavyG particle code rightarrow heavy group index conversion array real *FragmentTbl tbl(i, j)
subroutine copenfw(io, fnin, icon)