library: libGeom #include "TGeoElement.h" |
TGeoElement
class description - source file - inheritance tree (.pdf)
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
protected:
Int_t fZ Z of material
Double_t fA A of material
public:
static const TGeoElement::EGeoElement kElemUsed
static const TGeoElement::EGeoElement kElemDefined
Full description with examples and pictures
TGeoElement()
Default constructor
TGeoElement(const char *name, const char *title, Int_t z, Double_t a)
:TNamed(name, title)
Constructor
TGeoElementTable* GetElementTable() const
Returns pointer to the table.
Inline Functions
void ~TGeoElement()
Int_t Z() const
Double_t A() const
Bool_t IsDefined() const
Bool_t IsUsed() const
void SetDefined(Bool_t flag = kTRUE)
void SetUsed(Bool_t flag = kTRUE)
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TGeoElement TGeoElement(const TGeoElement&)
TGeoElement& operator=(const TGeoElement&)
Author: Andrei Gheata 17/06/04
Last update: root/geom:$Name: $:$Id: TGeoElement.cxx,v 1.6 2005/11/18 16:07:58 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.