#ifndef ALIPHOSXXX_H #define ALIPHOSXXX_H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ //////////////////////////////////////////////// // Short description // // Author SUBATECH // // comment // // // //////////////////////////////////////////////// // --- ROOT system --- // --- Standard library --- // --- AliRoot header files --- class AliPHOSxxx { public: virtual ~AliPHOSxxx() ; // dtor private: ClassDef(AliPHOSxxx,1) // description , version 1 }; #endif // AliPHOSXXX_H