Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / Launcher
v4.10.0
|
TLauncherFunction.h
Go to the documentation of this file.
Definition: TCluster.h:66
Bool_t _blog
Boolean to edit the log.
Definition: TLauncherFunction.h:70
Int_t _nOutput
The dimension of the output vector.
Definition: TLauncherFunction.h:67
virtual ~TLauncherFunction()
Default destructor.
Bool_t getDrawProgressBar()
Get the "draw progress bar" flag.
Definition: TLauncherFunction.h:115
Execute an analytical function on a dataserver.
Definition: TLauncherFunction.h:61
TList * _listOfInputAttributes
List of the input branches.
Definition: TLauncherFunction.h:69
void delOutputAttributes()
virtual void run(TString sinput="", TString soutput="", Option_t *option="")
Runs phase of the code.
virtual void printLog(Option_t *option="")
TString _soutput
Name of the output attributes.
Definition: TLauncherFunction.h:66
TMethodCall * _fMethodCall
Pointer to MethodCall in case of interpreted function.
Definition: TLauncherFunction.h:64
void setDrawProgressBar(Bool_t bbool=kTRUE)
Set the "draw progress bar" flag.
Definition: TLauncherFunction.h:106
URANIE::DataServer::TDataServer * _tds
Pointer to the DataServer.
Definition: TLauncherFunction.h:68
URANIE::DataServer::TDSNtupleD * _internal
Definition: TLauncherFunction.h:72
TLauncherFunction(URANIE::DataServer::TDataServer *tds, const char *functionanme, TString sinput="", TString soutput="")
Constructor by a TDataServer, the name of the function and a list of inputs (optional). User MUST specify that functionanme IS a TString by forecasting it so as to use the fiest constructor.
Bool_t _bdrawProgressBar
Boolean to know if the progress bar has to be drawn.
Definition: TLauncherFunction.h:71
void(* _fMethod)(Double_t *gin, Double_t *f)
Definition: TLauncherFunction.h:65