source: trunk/MagicSoft/include-Classes/LinkDef.h@ 306

Last change on this file since 306 was 306, checked in by harald, 25 years ago
This is the start point for the further developments of the Classes for the MAGIC software. Here you find the classes that are used by the Simulation and the Analysis programs. This Classes MRawPixel, MRawEvt and MMcEvt are designed by Thomas Schweizer and Harald Kornmayer. They are using the "root" package from CERN.
File size: 520 bytes
Line 
1#ifdef __CINT__
2#define __CINT__
3
4#pragma link off all globals;
5#pragma link off all classes;
6#pragma link off all functions;
7
8#pragma link C++ class MRawEvt;
9#pragma link C++ class MRawPixel;
10#pragma link C++ class MMcEvt;
11#pragma link C++ class MMcRunHeader;
12#pragma link C++ class MCameraDisplay;
13#pragma link C++ class MCameraPixel;
14#pragma link C++ class MCameraCoord;
15#pragma link C++ class MFastControl;
16#pragma link C++ class MCurrentPixel;
17
18
19//globale Variablen
20//#pragma link C++ global File;
21
22
23#endif
24
25
26
27
Note: See TracBrowser for help on using the repository browser.