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