source: trunk/MagicSoft/Mars/mgeom/GeomLinkDef.h@ 1875

Last change on this file since 1875 was 1600, checked in by tbretz, 22 years ago
*** empty log message ***
File size: 333 bytes
Line 
1#ifdef __CINT__
2
3#pragma link off all globals;
4#pragma link off all classes;
5#pragma link off all functions;
6
7#pragma link C++ class MGeomPMT+;
8#pragma link C++ class MGeomMirror+;
9#pragma link C++ class MGeomPix+;
10#pragma link C++ class MGeomCam+;
11#pragma link C++ class MGeomCamCT1+;
12#pragma link C++ class MGeomCamMagic+;
13
14#endif
Note: See TracBrowser for help on using the repository browser.