v2.10-0 (21000JUN2005)

Go4StatusAnalysis
Class TGo4FitterEnvelope


class TGo4FitterEnvelope
derived from TGo4Parameter

This class is a container for one fitter to
be send between gui and analysis and back. It is treated in the scope
of the go4 parameter mechanism.

Author:
J. Adamczewski
Since: 8-apr-2003

Field Summary
 private TGo4Fitter*fxFitter
           

Fields inherited from class TNamed
fName, fTitle

Constructor Summary
TGo4FitterEnvelope()
           
TGo4FitterEnvelope(const char * name, TGo4Fitter* fitter)
           

Destructor Summary
 virtual synchronized ~TGo4FitterEnvelope()
           

Method Summary
 virtual voidClear(Option_t* opt)
           
 TGo4Fitter*GetFitter(Bool_t chown)
          Access to the contained fitter object.
 Int_tPrintParameter(Text_t* n, Int_t )
           
 voidSetFitter(TGo4Fitter* fitter)
          Set new fitter into envelope.
 Bool_tUpdateFrom(TGo4Parameter* )
           

Methods inherited from class Go4StatusBase.TGo4Parameter
Print

Methods inherited from class TNamed
operator=, Clone, Compare, Copy, FillBuffer, GetName, GetTitle, Hash, IsSortable, SetName, SetNameTitle, SetTitle, ls, Sizeof, Class, Class_Name, Class_Version, Dictionary, IsA, ShowMembers, Streamer, StreamerNVirtual, DeclFileName, ImplFileLine, ImplFileName, DeclFileLine

Field Detail

fxFitter

private TGo4Fitter* fxFitter
Constructor Detail

TGo4FitterEnvelope

public TGo4FitterEnvelope()

TGo4FitterEnvelope

public TGo4FitterEnvelope(const char * name, TGo4Fitter* fitter)
Method Detail

~TGo4FitterEnvelope

public virtual synchronized ~TGo4FitterEnvelope()
Method Detail

Clear

public virtual void Clear(Option_t* opt)

GetFitter

public TGo4Fitter* GetFitter(Bool_t chown)
Access to the contained fitter object.
If change owner is kTRUE, this fitter envelope will lose
its fitter to the invoking client and is empty after
this call.

PrintParameter

public Int_t PrintParameter(Text_t* n, Int_t )

SetFitter

public void SetFitter(TGo4Fitter* fitter)
Set new fitter into envelope. Previous fitter is deleted.

UpdateFrom

public Bool_t UpdateFrom(TGo4Parameter* )

Association Links

to Class TGo4Fitter


J.Adamczewski, M.Al-Turany, D.Bertini, H.G.Essel, S.Linev

30-06-2005