00001 // TScalerEventLinkDef.h. 00002 // author JEP. 00003 // brief The linkdef file needed by ROOT. 00004 // version 1.0. 00005 // date July 2004. 00006 // 00007 #ifdef __CINT__ 00008 00009 #pragma link off all globals; 00010 #pragma link off all classes; 00011 #pragma link off all functions; 00012 00013 // This is needed to create the correct streamers for all classes 00014 // amongst other things. 00015 // 00016 #pragma link C++ class TScalerEvent+; 00017 00018 #endif // TScalerEventLinkDef.h