#include <TGo4FitterOutput.h>
Inheritance diagram for TGo4FitterOutput:
Public Methods | |
TGo4FitterOutput () | |
Default constructor. More... | |
TGo4FitterOutput (const char *Command, const char *Options=0) | |
Creates TGo4FitterOutput action with provided command name and options (if required). More... | |
virtual | ~TGo4FitterOutput () |
Destroys TGo4FitterOutput object. More... | |
void | Set (const char *Command, const char *Options=0) |
Set command name and options (if required). More... | |
void | SetPad (TVirtualPad *iPad) |
Sets pad, hwich can be used for command output. More... | |
TVirtualPad * | GetPad () |
Returns assigned pad. More... | |
Bool_t | NeedPad () |
Return kTRUE, if pad required for output. More... | |
const char * | GetCommand () |
Returns command name. More... | |
const char * | GetOptions () |
Returns command options. More... | |
void | SetCommand (const char *Command) |
Sets command name. More... | |
void | SetOptions (const char *Options) |
Sets command options. More... | |
virtual void | DoAction (TGo4FitterAbstract *Fitter) |
Execute proper output of fitter, Print() or Draw(), with specified options. More... | |
virtual void | Print (Option_t *option) const |
Print information on standard output. More... | |
Private Attributes | |
TString | fxCommand |
Command name. More... | |
TString | fxOptions |
Command options. More... | |
TVirtualPad * | fxPad |
TPad, which can be used for output. More... |
In constructor output command and options (if required) should be specified. Also AddOuputAction() routine of fitter can be used. Now following commands are available: "Print". Possible options are: "*"- print all internal objects, "**" - print also objects in slots, "Pars" - print parameters values, "Ampls" - only amplitude parameters, "Results" - result values. "Draw". Draw of the fitter data and model objects. As option name of data object and its components should be sets up. For instance, "data1,Gauss1,Gauss2". If first character will be "#", Draw command creates new canvas for output.
Definition at line 29 of file TGo4FitterOutput.h.
|
Default constructor.
Definition at line 24 of file TGo4FitterOutput.cxx. |
|
Creates TGo4FitterOutput action with provided command name and options (if required).
Definition at line 27 of file TGo4FitterOutput.cxx. |
|
Destroys TGo4FitterOutput object.
Definition at line 31 of file TGo4FitterOutput.cxx. |
|
Set command name and options (if required).
Definition at line 50 of file TGo4FitterOutput.h. |
|
Sets pad, hwich can be used for command output.
Definition at line 55 of file TGo4FitterOutput.h. References fxPad. Referenced by TGo4FitterAbstract::SetPad(). |
|
Returns assigned pad.
Definition at line 60 of file TGo4FitterOutput.h. References fxPad. |
|
Return kTRUE, if pad required for output.
Definition at line 65 of file TGo4FitterOutput.h. References fxCommand, and fxOptions. Referenced by TGo4FitterAbstract::NeedPadsNumber(), and TGo4FitterAbstract::SetPad(). |
|
Returns command name.
Definition at line 70 of file TGo4FitterOutput.h. References fxCommand. |
|
Returns command options.
Definition at line 75 of file TGo4FitterOutput.h. References fxOptions. |
|
Sets command name.
Definition at line 80 of file TGo4FitterOutput.h. References fxCommand. |
|
Sets command options.
Definition at line 85 of file TGo4FitterOutput.h. References fxOptions. |
|
Execute proper output of fitter, Print() or Draw(), with specified options.
Implements TGo4FitterAction. Definition at line 34 of file TGo4FitterOutput.cxx. References fxCommand, fxOptions, fxPad, and TGo4FitterAbstract::Print(). |
|
Print information on standard output.
Reimplemented from TGo4FitNamed. Definition at line 46 of file TGo4FitterOutput.cxx. References fxCommand, fxOptions, and TGo4FitNamed::Print(). |
|
Command name.
Definition at line 101 of file TGo4FitterOutput.h. Referenced by DoAction(), GetCommand(), NeedPad(), Print(), Set(), and SetCommand(). |
|
Command options.
Definition at line 106 of file TGo4FitterOutput.h. Referenced by DoAction(), GetOptions(), NeedPad(), Print(), Set(), and SetOptions(). |
|
TPad, which can be used for output.
Definition at line 111 of file TGo4FitterOutput.h. |