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+; |
216d1d91 |
17 | #pragma link C++ class IceCal2Root; |
f67e2651 |
18 | #endif |
19 | |