TMuster


class description - source file - inheritance tree

class TMuster : public TObject


    public:
TMuster TMuster(Int_t) TMuster TMuster() TMuster TMuster(const TMuster&) void ~TMuster() static TClass* Class() virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
Int_t fC

Class Description


/*
     
  

The class TMuster defines all the properties of the materials used by Litrani. Notice that calling the constructor of the class is not enough for defining all the properties. The constructor defines name, title, sensibility characteristics (detector or not), magnetic permeability, absorption length(s), A, Z, and density, the 3 last ones being not used by Litrani for the time being. The constructor does not define index of refraction or the components of the dielectric tensor, neither fluorescent characteristics of the material, nor dE/dx deposit, nor diffusion characteristics, no radiation length, no Moliere radius, no critical energy. See below how to define these characteristics.

*/

TMuster(Int_t i)



Inline Functions


            TMuster TMuster(Int_t)
            TClass* Class()
            TClass* IsA() const
               void ShowMembers(TMemberInspector& insp, char* parent)
               void Streamer(TBuffer& b)
               void StreamerNVirtual(TBuffer& b)
            TMuster TMuster(const TMuster&)
               void ~TMuster()


Last update: Fri Jul 05 15:06:25 2002


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.