#ifndef ALI_PDG__H #define ALI_PDG__H /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * * See cxx source for full Copyright notice */ /* $Id: AliPDG.h 27932 2008-08-12 16:32:15Z kleinb $ */ #include "TObject.h" // Class to encapsulate the ALICE updates to TDatabasePDG.h // Can be used by TGeant3 and TGeant4 // Comments to: andreas.morsch@cern.ch class AliPDG : public TObject { public: static void AddParticlesToPdgDataBase(); private: ClassDef(AliPDG,1) // PDG database related information }; #endif //ALI_PDG__H