GSI Object Oriented Online Offline (Go4)
GO4-5.3.2
|
#include <TGo4FitterAction.h>
Public Member Functions | |
TGo4FitterAction () | |
TGo4FitterAction (const char *Name, const char *Title, TNamed *Owner=0) | |
virtual | ~TGo4FitterAction () |
virtual void | DoAction (TGo4FitterAbstract *Fitter)=0 |
virtual Bool_t | CanChangeFitter () const |
virtual Bool_t | NeedBuffers () const |
Public Member Functions inherited from TGo4FitNamed | |
TGo4FitNamed () | |
TGo4FitNamed (const char *Name, const char *Title, TNamed *Owner=0) | |
virtual | ~TGo4FitNamed () |
const char * | GetFullName () |
const char * | GetOwnerFullName () |
void | SetOwner (TNamed *iOwner) |
TNamed * | GetOwner () |
void | Print (Option_t *option) const |
Basic class for objects, which performs actions on fitter.
Definition at line 24 of file TGo4FitterAction.h.
TGo4FitterAction::TGo4FitterAction | ( | ) |
Default constructor.
Definition at line 17 of file TGo4FitterAction.cxx.
TGo4FitterAction::TGo4FitterAction | ( | const char * | Name, |
const char * | Title, | ||
TNamed * | Owner = 0 |
||
) |
Creates TGo4FitterAction object with given name and title.
Definition at line 20 of file TGo4FitterAction.cxx.
|
virtual |
Definition at line 24 of file TGo4FitterAction.cxx.
|
inlinevirtual |
Reimplemented in TGo4FitPeakFinder.
Definition at line 40 of file TGo4FitterAction.h.
Referenced by TGo4FitPanel::Cmd_ExecuteAction(), and TGo4FitterAbstract::DoActions().
|
pure virtual |
Implemented in TGo4FitterConfig, TGo4FitMinuit, TGo4FitterOutput, TGo4FitPeakFinder, and TGo4FitAmplEstimation.
Referenced by TGo4FitterAbstract::DoAction(), and TGo4FitterAbstract::DoActions().
|
inlinevirtual |
Reimplemented in TGo4FitMinuit, and TGo4FitAmplEstimation.
Definition at line 41 of file TGo4FitterAction.h.
Referenced by TGo4FitterAbstract::DoAction(), and TGo4FitterAbstract::DoActions().