]> git.uio.no Git - u/mrichter/AliRoot.git/blob - STEER/AliPDG.h
Using vertex from underlying event in AliSimulation (T.Kuhr)
[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 "TObject.h"
9
10 class AliPDG : public TObject {
11 public:
12     static void AddParticlesToPdgDataBase();
13  private:
14     ClassDef(AliPDG,1)  // PDG database related information
15 };
16
17
18 #endif //ALI_PDG__H