]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STEER/AliPDG.h
Rename lib file
[u/mrichter/AliRoot.git] / STEER / AliPDG.h
1 #ifndef ALI_PDG__H
2 #define ALI_PDG__H
3 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4  * See cxx source for full Copyright notice                               */
5
6 /* $Id$ */
7
8 #include "TPDGCode.h"
9 #include "TObject.h"
10
11 class AliPDG : public TObject {
12 public:
13     static void AddParticlesToPdgDataBase();
14  private:
15     ClassDef(AliPDG,1)  // PDG database related information
16 };
17
18
19 #endif //ALI_PDG__H