source: trunk/MagicSoft/MarsOctober/mocttest/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: 375 bytes
Line 
1#ifdef __CINT__
2
3#pragma link off all classes;
4#pragma link off all functions;
5
6#pragma link C++ class MGOctMain ;
7#pragma link C++ class MGDisplayAdc ;
8
9#pragma link C++ class MHistosAdc ;
10#pragma link C++ class MHistosTdc ;
11#pragma link C++ class MAdcSpect ;
12#pragma link C++ class MTdcSpect ;
13#pragma link C++ class MShowSpect ;
14#pragma link C++ class MCalcPed1 ;
15
16#endif
Note: See TracBrowser for help on using the repository browser.