ROOT logo
#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$ */

#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
 AliPDG.h:1
 AliPDG.h:2
 AliPDG.h:3
 AliPDG.h:4
 AliPDG.h:5
 AliPDG.h:6
 AliPDG.h:7
 AliPDG.h:8
 AliPDG.h:9
 AliPDG.h:10
 AliPDG.h:11
 AliPDG.h:12
 AliPDG.h:13
 AliPDG.h:14
 AliPDG.h:15
 AliPDG.h:16
 AliPDG.h:17
 AliPDG.h:18
 AliPDG.h:19
 AliPDG.h:20
 AliPDG.h:21
 AliPDG.h:22