library: libGeom #include "TGeoMedium.h" |
TGeoMedium
class description - header file - source file - inheritance tree (.pdf)
protected:
TGeoMedium(const TGeoMedium&)
TGeoMedium& operator=(const TGeoMedium&)
public:
TGeoMedium()
TGeoMedium(const char* name, Int_t numed, const TGeoMaterial* mat, Double_t* params = 0)
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)
virtual ~TGeoMedium()
static TClass* Class()
virtual Int_t GetByteCount() const
Int_t GetId() const
TGeoMaterial* GetMaterial() const
Double_t GetParam(Int_t i) const
char* GetPointerName() const
virtual TClass* IsA() const
virtual void SavePrimitive(ostream& out, Option_t* option = "")
virtual void SetCerenkovProperties(TObject* cerenkov)
void SetId(Int_t id)
void SetMaterial(TGeoMaterial* mat)
void SetParam(Int_t i, Double_t val)
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
public:
static const TGeoMedium::EGeoMedium kMedSavePrimitive
Full description with examples and pictures
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)
constructor
Author: Rene Brun 26/12/02
Last update: root/geom:$Name: $:$Id: TGeoMedium.cxx,v 1.11 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.