https://github.com/root-project/root
Raw File
Tip revision: 39d20890552659c375f74aa6d86368505b7e8d25 authored by Unknown Author on 06 February 2002, 11:51:16 UTC
This commit was manufactured by cvs2svn to create tag 'v3-02-06'.
Tip revision: 39d2089
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