Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-06-29 07:06:53

0001 /* @(#)geom/geocad:$Id$ */
0002 
0003 /*************************************************************************
0004  * Copyright (C) 1995-2012, Rene Brun and Fons Rademakers.               *
0005  * All rights reserved.                                                  *
0006  *                                                                       *
0007  * For the licensing terms see $ROOTSYS/LICENSE.                         *
0008  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
0009  *************************************************************************/
0010 
0011 #ifdef __CINT__
0012 
0013 #pragma link off all globals;
0014 #pragma link off all classes;
0015 #pragma link off all functions;
0016 
0017 #pragma link C++ class TGeoToStep+;
0018 
0019 #endif