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