https://github.com/root-project/root
Raw File
Tip revision: 6b661ceee44d673abb2e040e60cfd89b5974048d authored by Unknown Author on 11 July 2004, 04:14:20 UTC
This commit was manufactured by cvs2svn to create tag 'v4-00-06'.
Tip revision: 6b661ce
benchLinkDef.h
#ifdef __CINT__

#pragma link off all globals;
#pragma link off all classes;
#pragma link off all functions;

#pragma link C++ class THit!+;
#pragma link C++ class TObjHit+;
#pragma link C++ class TSTLhit+;
#pragma link C++ class TSTLhitStar+;
#pragma link C++ class TCloneshit+;

#endif
back to top