]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STEER/AliPDG.h
Bug corrected.
[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
0742d588 10// Class to encapsulate the ALICE updates to TDatabasePDG.h
11// Can be used by TGeant3 and TGeant4
12// Comments to: andreas.morsch@cern.ch
13
56050439 14class AliPDG : public TObject {
15public:
16 static void AddParticlesToPdgDataBase();
f3069e25 17 private:
56050439 18 ClassDef(AliPDG,1) // PDG database related information
19};
20
c5970876 21
b9d0a01d 22#endif //ALI_PDG__H