GSI Object Oriented Online Offline (Go4)  GO4-5.3.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
TGo4FitterEnvelope.h
Go to the documentation of this file.
1 // $Id: TGo4FitterEnvelope.h 478 2009-10-29 12:26:09Z linev $
2 //-----------------------------------------------------------------------
3 // The GSI Online Offline Object Oriented (Go4) Project
4 // Experiment Data Processing at EE department, GSI
5 //-----------------------------------------------------------------------
6 // Copyright (C) 2000- GSI Helmholtzzentrum für Schwerionenforschung GmbH
7 // Planckstr. 1, 64291 Darmstadt, Germany
8 // Contact: http://go4.gsi.de
9 //-----------------------------------------------------------------------
10 // This software can be used under the license agreements as stated
11 // in Go4License.txt file which is part of the distribution.
12 //-----------------------------------------------------------------------
13 
14 #ifndef TGO4FITTERENVELOPE_H
15 #define TGO4FITTERENVELOPE_H
16 
17 #include "TGo4Parameter.h"
18 
19 #include "TGo4Fitter.h"
20 
30 
31  public:
33  TGo4FitterEnvelope(const char* name, TGo4Fitter* fitter=0);
34  virtual ~TGo4FitterEnvelope();
35  Int_t PrintParameter(Text_t * n, Int_t);
36  Bool_t UpdateFrom(TGo4Parameter *);
37 
38  virtual void Clear(Option_t* opt="");
39 
44  TGo4Fitter* GetFitter(Bool_t chown=kFALSE);
45 
47  void SetFitter(TGo4Fitter* fitter);
48 
49  private:
51 
52  ClassDef(TGo4FitterEnvelope,1)
53 };
54 
55 #endif //TGO4FITTERENVELOPE_H
Int_t PrintParameter(Text_t *n, Int_t)
virtual void Clear(Option_t *opt="")
void SetFitter(TGo4Fitter *fitter)
TGo4Fitter * GetFitter(Bool_t chown=kFALSE)
Bool_t UpdateFrom(TGo4Parameter *)