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