ROOT logo
Gled » GLEDCORE » AList::ElRep

class AList::ElRep

 ElRep properties and supported operations.
 These statements are a promise of implementation for methods below.

Function Members (Methods)

public:
~ElRep()
AList::ElRepElRep(ZGlass* l = 0)
AList::ElRepElRep(const AList::ElRep&)
AList::ElRepElRep(ZGlass* l, Int_t i)
AList::ElRepElRep(ZGlass* l, const TString& lab)
AList::ElRepElRep(ZGlass* l, Int_t i, const TString& lab)
Int_tget_id() const
TStringget_label() const
ZGlass*get_lens() const
AList::ElRep&operator=(const AList::ElRep&)
const TString&ref_label() const

Data Members

public:
Int_tfId
TStringfLabel
ZGlass*fLens

Class Charts

Inheritance Inherited Members Includes Libraries
Class Charts

Function documentation

ElRep(ZGlass* l = 0)
{}
ElRep(ZGlass* l, Int_t i)
{}
ElRep(ZGlass* l, const TString& lab)
{}
ElRep(ZGlass* l, Int_t i, const TString& lab)
{}
ZGlass* get_lens() const
{ return fLens; }
Int_t get_id() const
{ return fId; }
TString get_label() const
{ return fLabel; }
const TString& ref_label() const
{ return fLabel; }