TGeoMedium
class description - source file - inheritance tree
public:
TGeoMedium TGeoMedium()
TGeoMedium TGeoMedium(const char* name, Int_t numed, const TGeoMaterial* mat, Double_t* params = 0)
TGeoMedium TGeoMedium(const char* name, Int_t numed, Int_t imat, Int_t isvol, Int_t ifield, Double_t fieldm, Double_t tmaxfd, Double_t stemax, Double_t deemax, Double_t epsil, Double_t stmin)
TGeoMedium TGeoMedium(const TGeoMedium&)
virtual void ~TGeoMedium()
static TClass* Class()
virtual Int_t GetByteCount() const
Int_t GetId() const
TGeoMaterial* GetMaterial() const
Double_t GetParam(Int_t i) const
virtual TClass* IsA() const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
protected:
Int_t fId unique Id
Double_t fParams[20] parameters
TGeoMaterial* fMaterial pointer to material
Full description with examples and pictures
TGeoMedium()
Default constructor
TGeoMedium(const char *name, Int_t numed, const TGeoMaterial *mat, Double_t *params)
:TNamed(name,"")
constructor
TGeoMedium(const char *name, Int_t numed, Int_t imat, Int_t isvol, Int_t ifield,
Double_t fieldm, Double_t tmaxfd, Double_t stemax, Double_t deemax, Double_t epsil, Double_t stmin)
:TNamed(name,"")
constructor
~TGeoMedium()
Destructor
Inline Functions
Int_t GetByteCount() const
Int_t GetId() const
Double_t GetParam(Int_t i) const
TGeoMaterial* GetMaterial() const
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TGeoMedium TGeoMedium(const TGeoMedium&)
Author: Rene Brun 26/12/02
Last update: root/geom:$Name: $:$Id: TGeoMedium.cxx,v 1.1 2003/01/06 17:06:25 brun Exp $
Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
ROOT page - Class index - 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.