library: libEG
#include "TParticleClassPDG.h"

TParticleClassPDG


class description - header file - source file - inheritance tree (.pdf)

class TParticleClassPDG : public TNamed

Inheritance Chart:
TObject
<-
TNamed
<-
TParticleClassPDG

    protected:
TParticleClassPDG(const TParticleClassPDG& pcp) TParticleClassPDG& operator=(const TParticleClassPDG& pcp) public:
TParticleClassPDG(const char* name = "0") virtual ~TParticleClassPDG() void AddParticle(TObject* p) virtual void Browse(TBrowser* b) static TClass* Class() TObjArray* GetListOfParticles() Int_t GetNParticles() TParticlePDG* GetParticle(Int_t i) virtual TClass* IsA() const virtual Bool_t IsFolder() const virtual void Print(Option_t* opt = "") const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
TObjArray* fListOfParticles list of (non-owned) particles

Class Description

TParticleClassPDG(const char* name)
default constructor
~TParticleClassPDG()
 destructor, class doesn't own its particles...
void Print(Option_t *)
  Print the entire information of this kind of particle

void Browse(TBrowser* b)
browse this particle class
TParticleClassPDG(const TParticleClassPDG& pcp)
TParticleClassPDG& operator=(const TParticleClassPDG& pcp)
TParticlePDG* GetParticle(Int_t i)
TObjArray* GetListOfParticles()
void AddParticle(TObject* p)
Bool_t IsFolder()

Author: Pasha Murat 12/02/99
Last update: root/eg:$Name: $:$Id: TParticleClassPDG.cxx,v 1.4 2006/05/15 07:27:03 brun Exp $


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.