Logo ROOT   6.08/07
Reference Guide
LinkDef.h
Go to the documentation of this file.
1 
2 /*************************************************************************
3  * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
4  * All rights reserved. *
5  * *
6  * For the licensing terms see $ROOTSYS/LICENSE. *
7  * For the list of contributors see $ROOTSYS/README/CREDITS. *
8  *************************************************************************/
9 
10 #ifdef __CINT__
11 
12 #pragma link off all globals;
13 #pragma link off all classes;
14 #pragma link off all functions;
15 
16 #pragma link C++ class TGeoPainter+;
17 #pragma link C++ class TGeoChecker+;
18 #pragma link C++ class TGeoTrack+;
19 #pragma link C++ class TGeoOverlap+;
20 
21 #endif