https://github.com/root-project/root
Raw File
Tip revision: 5f3232eeb23fbe2ef04a27ffbdf9f99e2edfbf25 authored by Unknown Author on 22 September 2004, 21:10:32 UTC
This commit was manufactured by cvs2svn to create tag 'v4-00-08f'.
Tip revision: 5f3232e
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