Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

TGo4FitterEnvelope Class Reference

This class is a container for one fitter to be send between gui and analysis and back. More...

#include <TGo4FitterEnvelope.h>

Inheritance diagram for TGo4FitterEnvelope:

TGo4Parameter List of all members.

Public Methods

 TGo4FitterEnvelope ()
 TGo4FitterEnvelope (const char *name, TGo4Fitter *fitter=0)
virtual ~TGo4FitterEnvelope ()
Int_t PrintParameter (Text_t *n, Int_t)
 basic method to printout information on stdout; to be overridden by specific subclass. More...

Bool_t UpdateFrom (TGo4Parameter *)
 update contents of paramter class with external object. More...

virtual void Clear (Option_t *opt="")
TGo4FitterGetFitter (Bool_t chown=kFALSE)
 Access to the contained fitter object. More...

void SetFitter (TGo4Fitter *fitter)
 Set new fitter into envelope. More...


Private Attributes

TGo4FitterfxFitter

Detailed Description

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

Definition at line 30 of file TGo4FitterEnvelope.h.


Constructor & Destructor Documentation

TGo4FitterEnvelope::TGo4FitterEnvelope  
 

Definition at line 18 of file TGo4FitterEnvelope.cxx.

TGo4FitterEnvelope::TGo4FitterEnvelope const char *    name,
TGo4Fitter   fitter = 0
 

Definition at line 23 of file TGo4FitterEnvelope.cxx.

References fxFitter.

TGo4FitterEnvelope::~TGo4FitterEnvelope   [virtual]
 

Definition at line 29 of file TGo4FitterEnvelope.cxx.

References fxFitter.


Member Function Documentation

Int_t TGo4FitterEnvelope::PrintParameter Text_t *    n,
Int_t   
[virtual]
 

basic method to printout information on stdout; to be overridden by specific subclass.

Reimplemented from TGo4Parameter.

Definition at line 34 of file TGo4FitterEnvelope.cxx.

References fxFitter, and TGo4Parameter::PrintParameter().

Bool_t TGo4FitterEnvelope::UpdateFrom TGo4Parameter   [virtual]
 

update contents of paramter class with external object.

to be implemented in subclass

Reimplemented from TGo4Parameter.

Definition at line 62 of file TGo4FitterEnvelope.cxx.

References fxFitter, and GetFitter().

void TGo4FitterEnvelope::Clear Option_t *    opt = "" [virtual]
 

Reimplemented from TGo4Parameter.

Definition at line 74 of file TGo4FitterEnvelope.cxx.

References TGo4Fitter::Clear(), and fxFitter.

TGo4Fitter* TGo4FitterEnvelope::GetFitter Bool_t    chown = kFALSE [inline]
 

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.

Definition at line 45 of file TGo4FitterEnvelope.h.

References fxFitter.

Referenced by UpdateFrom().

void TGo4FitterEnvelope::SetFitter TGo4Fitter   fitter [inline]
 

Set new fitter into envelope.

Previous fitter is deleted.

Definition at line 53 of file TGo4FitterEnvelope.h.

References fxFitter.


Member Data Documentation

TGo4Fitter* TGo4FitterEnvelope::fxFitter [private]
 

Definition at line 60 of file TGo4FitterEnvelope.h.

Referenced by Clear(), GetFitter(), PrintParameter(), SetFitter(), TGo4FitterEnvelope(), UpdateFrom(), and ~TGo4FitterEnvelope().


The documentation for this class was generated from the following files:
Generated on Tue Nov 8 10:56:44 2005 for Go4-v2.10-5 by doxygen1.2.15