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