00001 // DIANA : Cuore Analysis Framework 00002 // $Id: LinkDef.hh 618 2006-12-18 13:29:27Z vignatim $ 00003 // this file is needed by rootcint to make an additional C++ that 00004 // must be compiled and linked to use the base libraray in root 00005 00006 #ifdef __CINT__ 00007 00008 #pragma link off all globals; 00009 #pragma link off all classes; 00010 #pragma link off all functions; 00011 00012 #pragma link C++ class Cuore::QFineTime++; 00013 #pragma link C++ class Cuore::QMultiple++; 00014 00015 00016 #endif 00017