Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Calibration v4.9.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 = "");
Interface of class URANIE::ABC::TABC.
Definition TABC.h:54
Definition TRejectionABC.h:44
virtual ~TRejectionABC()
Default destructor.
Definition TRejectionABC.cxx:76
void computeParameters(Option_t *option="")
Generate the sample.
Definition TRejectionABC.cxx:89
Definition TABC.cxx:46