ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ghijjet2.F
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file ghijjet2.F
1  fvoidp FUNCTION hijjet2_address()
2 
3  common/hijjet2/nsg,njsg(900),iasg(900,3),k1sg(900,100),
4  & k2sg(900,100),pxsg(900,100),pysg(900,100),
5  & pzsg(900,100),pesg(900,100),pmsg(900,100)
6  SAVE /hijjet2/
7  EXTERNAL hidata ! All that is required to force loading of BLOCK DATA
8  fvoidp getaddr
9 
10  hijjet2_address = getaddr(nsg)
11 
12  RETURN
13  END