Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / Calibration
v4.10.0
|
TMinimisation.h
Go to the documentation of this file.
100 TMinimisation(URANIE::DataServer::TDataServer *tds, URANIE::Relauncher::TRun *run, int nS=1, Option_t *option = "");
110 TMinimisation(URANIE::DataServer::TDataServer *tds, void (*fcn)(Double_t*,Double_t*), const char *varexpinput, const char *varexpoutput, int ns = 1, Option_t *option = "");
120 TMinimisation(URANIE::DataServer::TDataServer *tds, const char *fcn, const char *varexpinput, const char *varexpoutput, int ns = 1, Option_t *option = "");
128 TMinimisation(URANIE::DataServer::TDataServer *tds, URANIE::Launcher::TCode *fcode, int ns = 1, Option_t *option = "");
164 //void setReference(URANIE::DataServer::TDataServer *tdsRef, const char *input, const char *output, const char *weight="");
Definition: TABC.cxx:45
void computeParameters(Option_t *option="")
Estimates the index from a Specific TDataServer.
void printLog(Option_t *option="")
URANIE::Reoptimizer::TOptimShare * getOptimMaster()
Definition: TMinimisation.h:139
Description of the class TMinimisation.
Definition: TMinimisation.h:69
virtual void parseOption(Option_t *option="")
Read the possible options.
Interface of class URANIE::Calibration::TCalibration.
Description of the class TCalibration.
Definition: TCalibration.h:64
TMinimisation(URANIE::DataServer::TDataServer *tds, URANIE::Relauncher::TRun *run, int nS=1, Option_t *option="")
void checktdsParContent()
Definition: TMinimisation.h:169
URANIE::Relauncher::TRun * _optimRun
Optimisation runner.
Definition: TMinimisation.h:84
URANIE::Reoptimizer::TOptimShare * _optimMaster
Optimisation runner.
Definition: TMinimisation.h:85