source: trunk/MagicSoft/Mars/manalysis/AnalysisLinkDef.h@ 597

Last change on this file since 597 was 592, checked in by harald, 24 years ago
Introduced a Task to read in the data from CT1 files to study the behaviour of different analysis methods. Also the macro "macros/readCT1.C" was added that reads in the CT1 data files and puts the content in the MNphotEvent container. Then you can access that representation of this event.
File size: 231 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 MNphotPix;
8#pragma link C++ class MNphotEvent;
9
10#pragma link C++ class MReadCT1Ascii;
11
12
13
14#endif
Note: See TracBrowser for help on using the repository browser.