ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ghimain2.F
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file ghimain2.F
1  fvoidp FUNCTION himain2_address()
2 
3  common/himain2/katt(130000,4),patt(130000,4),vatt(130000,4)
4  SAVE /himain2/
5  EXTERNAL hidata ! All that is required to force loading of BLOCK DATA
6  fvoidp getaddr
7 
8  himain2_address = getaddr(katt(1,1))
9 
10  RETURN
11  END