https://github.com/root-project/root
Raw File
Tip revision: b2548801d9b1839d85c93c45a891b9c1177b669b authored by Unknown Author on 18 July 2002, 14:12:36 UTC
This commit was manufactured by cvs2svn to create tag 'v3-03-07'.
Tip revision: b254880
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