library: libGeom
#include "TGeoMedium.h"

TGeoMedium


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

class TGeoMedium : public TNamed

Inheritance Chart:
TObject
<-
TNamed
<-
TGeoMedium

    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)

Data Members


    protected:
Int_t fId unique Id Double_t fParams[20] parameters TGeoMaterial* fMaterial pointer to material public:
static const TGeoMedium::EGeoMedium kMedSavePrimitive

Class Description

 Full description with examples and pictures


TGeoMedium()
 Default constructor
TGeoMedium(const char *name, Int_t numed, const TGeoMaterial *mat, Double_t *params)
 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)
 constructor
TGeoMedium(const TGeoMedium& gm)
copy constructor
TGeoMedium& operator=(const TGeoMedium& gm)
assignment operator
~TGeoMedium()
 Destructor
char * GetPointerName()
 Provide a pointer name containing uid.
void SavePrimitive(ostream &out, Option_t *option /*= ""*/)
 Save a primitive as a C++ statement(s) on output stream "out".
Int_t GetByteCount()
 methods
Int_t GetId()
Double_t GetParam(Int_t i)
void SetParam(Int_t i, Double_t val)
void SetId(Int_t id)
void SetMaterial(TGeoMaterial *mat)
void SetCerenkovProperties(TObject* cerenkov)

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.