]> git.uio.no Git - u/mrichter/AliRoot.git/blame - RALICE/icepack/iceconvert/ICEConvLinkDef.h
Fix typo in GetColEnd()
[u/mrichter/AliRoot.git] / RALICE / icepack / iceconvert / ICEConvLinkDef.h
CommitLineData
f67e2651 1///////////////////////////////////////////////////////////////////////////
2// All classes of the ICE format conversion software
3// This class list is used to create the ICE dictionary via rootcint.
4//
5// Note : Headers have also to be entered into the list
6// contained in ICEConvHeaders.h
7//
8//--- NvE 11-mar-2005 Utrecht University
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 IceF2k+;
17#endif
18