]> git.uio.no Git - u/mrichter/AliRoot.git/blame - RALICE/wa98/RWA98LinkDef.h
Fixed class version number
[u/mrichter/AliRoot.git] / RALICE / wa98 / RWA98LinkDef.h
CommitLineData
5c9fc915 1///////////////////////////////////////////////////////////////////////////
2// All classes of WA98 analysis software
3// This class list is used to create the RWA98 dictionary via rootcint.
4//
5// Note : Headers have also to be entered into the list
6// contained in RWA98Headers.h
7//
8//--- NvE 24-jan-1999 UU-SAP Utrecht
9///////////////////////////////////////////////////////////////////////////
10
11#ifdef __CINT__
12 #pragma link off all globals;
13 #pragma link off all classes;
14 #pragma link off all functions;
15
16 #pragma link C++ class Wa98Event+;
17 #pragma link C++ class Wa98Convert+;
18#endif
19