source: trunk/MagicSoft/Mars/meventdisp/EvtDispLinkDef.h@ 691

Last change on this file since 691 was 586, checked in by harald, 24 years ago
Added the files that are the starting point for the development of the EventDisplay. The first display I programmed was the class MGFadcDisp.cc that shows the content of the HighGain samples. Further investigations are neccessary.
File size: 154 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 MGFadcDisp ;
8
9#endif
Note: See TracBrowser for help on using the repository browser.