library: libGeom
#include "TGeoElement.h"

TGeoElementTable


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

class TGeoElementTable : public TObject

Inheritance Chart:
TObject
<-
TGeoElementTable
    private:
void BuildDefaultElements() protected:
TGeoElementTable(const TGeoElementTable&) TGeoElementTable& operator=(const TGeoElementTable&) public:
TGeoElementTable() TGeoElementTable(Int_t nelements) virtual ~TGeoElementTable() void AddElement(const char* name, const char* title, Int_t z, Double_t a) static TClass* Class() TGeoElement* FindElement(const char* name) TGeoElement* GetElement(Int_t z) Int_t GetNelements() const virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
Int_t fNelements number of elements TObjArray* fList list of elements

Class Description

 Full description with examples and pictures




TGeoElementTable()
 default constructor
TGeoElementTable(const TGeoElementTable& get)
copy constructor
TGeoElementTable& operator=(const TGeoElementTable& get)
assignment operator
~TGeoElementTable()
 destructor
void AddElement(const char *name, const char *title, Int_t z, Double_t a)
 Add an element to the table.
void BuildDefaultElements()
 Creates the default element table
TGeoElement * FindElement(const char *name)
 Search an element by symbol or full name
TGeoElementTable(const TGeoElementTable&)
Int_t GetNelements()

Author: Andrei Gheata 17/06/04
Last update: root/geom:$Name: $:$Id: TGeoElement.cxx,v 1.9 2006/07/09 05:27:53 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *


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.