Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / Calibration
v4.10.0
|
TRejectionABC.h
Go to the documentation of this file.
59 TRejectionABC(URANIE::DataServer::TDataServer *tds, URANIE::Relauncher::TRun *run, int ns = 1, Option_t *option = "");
69 TRejectionABC(URANIE::DataServer::TDataServer *tds, void (*fcn)(Double_t*,Double_t*), const char *varexpinput, const char *varexpoutput, int ns = 100, Option_t *option = "");
79 TRejectionABC(URANIE::DataServer::TDataServer *tds, const char *fcn, const char *varexpinput, const char *varexpoutput, int ns = 100, Option_t *option = "");
87 TRejectionABC(URANIE::DataServer::TDataServer *tds, URANIE::Launcher::TCode *fcode, int ns = 1, Option_t *option = "");
Definition: TABC.cxx:45
Definition: TABC.h:53
virtual ~TRejectionABC()
Default destructor.
Definition: TRejectionABC.cxx:76
Definition: TRejectionABC.h:43
TRejectionABC(URANIE::DataServer::TDataServer *tds, URANIE::Relauncher::TRun *run, int ns=1, Option_t *option="")
Default ABC constructor with the runner argument: it contains the assessor to be used.
Definition: TRejectionABC.cxx:51
Interface of class URANIE::ABC::TABC.
void computeParameters(Option_t *option="")
Generate the sample.
Definition: TRejectionABC.cxx:89