Revision 81c0e80e3078f513937dc6d5e86d3df828fefe62 authored by Rene Brun on 19 March 2004, 14:24:42 UTC, committed by Rene Brun on 19 March 2004, 14:24:42 UTC

git-svn-id: http://root.cern.ch/svn/root/trunk@8443 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent cfb29d4
Raw File
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