1 ///////////////////////////////////////////////////////////////////////////
2 // All classes of the ICE format conversion software
3 // This class list is used to create the ICE dictionary via rootcint.
5 // Note : Headers have also to be entered into the list
6 // contained in ICEConvHeaders.h
8 //--- NvE 11-mar-2005 Utrecht University
9 ///////////////////////////////////////////////////////////////////////////
12 #pragma link off all globals;
13 #pragma link off all classes;
14 #pragma link off all functions;
16 #pragma link C++ class IceF2k+;
17 #pragma link C++ class IceCal2Root;