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