ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ghimain1.F
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file ghimain1.F
1  fvoidp FUNCTION himain1_address()
2 
3  common/himain1/ natt,eatt,jatt,nt,np,n0,n01,n10,n11
4  SAVE /himain1/
5  EXTERNAL hidata ! All that is required to force loading of BLOCK DATA
6  fvoidp getaddr
7 
8  himain1_address = getaddr(natt)
9 
10  RETURN
11  END