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