source: trunk/MagicSoft/MarsOctober/mrootformat/BaseLinkDef.h@ 3739

Last change on this file since 3739 was 452, checked in by harald, 24 years ago
Further improvements in the layout of some guiclasses. Know the fundament for calculating the pedestals is created with the first implementation of the classes MPixPedest and MPedest. A first task for calculating the pedestals is set up (MCalcPed1).
  • Property svn:executable set to *
File size: 223 bytes
Line 
1#ifdef __CINT__
2
3#pragma link off all classes;
4#pragma link off all functions;
5
6#pragma link C++ class MRawEvt;
7#pragma link C++ class MRawPixel;
8
9#pragma link C++ class MPixPedest;
10#pragma link C++ class MPedest;
11
12
13#endif
Note: See TracBrowser for help on using the repository browser.