source: trunk/MagicSoft/Mars/mgui/GuiLinkDef.h@ 602

Last change on this file since 602 was 597, checked in by harald, 24 years ago
Adding the first version of an Image Cleaning. Therefore a first version of Class MCamNeigbor was implemented. The Image cleaning is done in class MNphotEvent.
File size: 527 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 MGMarsMain;
8#pragma link C++ class MGEventDispMain;
9#pragma link C++ class MGDataCheckMain;
10#pragma link C++ class MGMonteCarloMain;
11
12#pragma link C++ class MGPrototyp;
13
14#pragma link C++ class MHexagon;
15#pragma link C++ class MPixGeom;
16#pragma link C++ class MCamGeom;
17#pragma link C++ class MCamNeighbor;
18
19#pragma link C++ class MCamDisplay;
20
21//#pragma link C++ class MDumpEvtHeader;
22
23#endif
Note: See TracBrowser for help on using the repository browser.