library: libGeom
#include "TGeoElement.h"

TGeoElement


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

class TGeoElement : public TNamed

Inheritance Chart:
TObject
<-
TNamed
<-
TGeoElement

    public:
Double_t A() const TGeoElement() TGeoElement(const char* name, const char* title, Int_t z, Double_t a) TGeoElement(const TGeoElement&) virtual ~TGeoElement() static TClass* Class() TGeoElementTable* GetElementTable() const virtual TClass* IsA() const Bool_t IsDefined() const Bool_t IsUsed() const TGeoElement& operator=(const TGeoElement&) void SetDefined(Bool_t flag = kTRUE) void SetUsed(Bool_t flag = kTRUE) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) Int_t Z() const

Data Members


    protected:
Int_t fZ Z of material Double_t fA A of material public:
static const TGeoElement::EGeoElement kElemUsed static const TGeoElement::EGeoElement kElemDefined

Class Description

 Full description with examples and pictures




TGeoElement()
 Default constructor
TGeoElement(const char *name, const char *title, Int_t z, Double_t a)
 Constructor
TGeoElementTable * GetElementTable()
 Returns pointer to the table.
TGeoElement()
 constructors
virtual ~TGeoElement()
 destructor
Int_t Z()
 methods
Double_t A()
Bool_t IsDefined()
Bool_t IsUsed()
void SetDefined(Bool_t flag=kTRUE)
void SetUsed(Bool_t flag=kTRUE)
TGeoElementTable& operator=(const TGeoElementTable&)

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.