Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Launcher v4.9.0
|
TLauncherFunction.h
Go to the documentation of this file.
Execute an analytical function on a dataserver.
Definition TLauncherFunction.h:62
TList * _listOfInputAttributes
List of the input branches.
Definition TLauncherFunction.h:69
URANIE::DataServer::TDataServer * _tds
Pointer to the DataServer.
Definition TLauncherFunction.h:68
URANIE::DataServer::TDSNtupleD * _internal
Definition TLauncherFunction.h:72
TString _soutput
Name of the output attributes.
Definition TLauncherFunction.h:66
Bool_t _blog
Boolean to edit the log.
Definition TLauncherFunction.h:70
virtual void printLog(Option_t *option="")
virtual void run(TString sinput="", TString soutput="", Option_t *option="")
Runs phase of the code.
TMethodCall * _fMethodCall
Pointer to MethodCall in case of interpreted function.
Definition TLauncherFunction.h:64
virtual ~TLauncherFunction()
Default destructor.
void delOutputAttributes()
TLauncherFunction(URANIE::DataServer::TDataServer *tds, void(*fcn)(Double_t *, Double_t *), TString sinput, TString soutput)
Constructor by a TDataServer, a function and list of inputs and outputs (optional)
Int_t _nOutput
The dimension of the output vector.
Definition TLauncherFunction.h:67
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)....
Bool_t getDrawProgressBar()
Get the "draw progress bar" flag.
Definition TLauncherFunction.h:115
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
void setDrawProgressBar(Bool_t bbool=kTRUE)
Set the "draw progress bar" flag.
Definition TLauncherFunction.h:106
Definition TCluster.h:67