#ifdef __CINT__ /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ /* $Id: T0baseLinkDef.h 40168 2010-04-06 09:37:48Z alla $ */ #pragma link off all globals; #pragma link off all classes; #pragma link off all functions; #pragma link C++ class AliFITHits+; #pragma link C++ class AliFITDigitizer+; #pragma link C++ class AliFITv1+; #pragma link C++ class AliFITv0+; #pragma link C++ class AliFITRawData+; #endif