// -*- mode: c++ -*- /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights * reserved. * * See cxx source for full Copyright notice */ /* $Id$ */ #ifdef __CINT__ #pragma link off all globals; #pragma link off all classes; #pragma link off all functions; #pragma link C++ class AliFMDMap; #pragma link C++ typedef AliFMDAdcMap; #pragma link C++ class AliFMDReconstructor+; #pragma link C++ class AliFMDParticles+; #pragma link C++ class AliFMDRawStream+; #else # error Not for compilation #endif // // EOF //