Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Sensitivity v4.9.0
|
TFast.h
Go to the documentation of this file.
Interface of class URANIE::Sensitivity::TSensitivity.
void stdInit()
void setTransformFunction(EFunction ntype)
Sets the Transform fonction.
Definition TFast.h:110
Int_t getM()
Returns the max number of harmonic to consider.
Definition TFast.h:125
TFast(URANIE::DataServer::TDataServer *tds, void(*fcn)(Double_t *, Double_t *), const char *varexpinput, const char *varexpoutput, Int_t ns=100)
Default constructor with a function.
virtual void parseOption(Option_t *option="")
Read option specific to TSobol.
TFast(URANIE::DataServer::TDataServer *tds, const char *fcn, Int_t ns=100, const char *varexpinput="", const char *varexpoutput="")
Default constructor with a function name.
TFast(URANIE::DataServer::TDataServer *tds, URANIE::Relauncher::TRun *run, Int_t ns)
Default constructor with a trun.
EFunction getTransformFunction()
Gets the transform function.
Definition TFast.h:115
void setFrequencies(Int_t nfreq, Int_t *valfreq)
Sets the frequencies array.
TFast(URANIE::DataServer::TDataServer *tds, URANIE::Launcher::TCode *fcode, Int_t ns)
Default constructor with a tcode.
void setM(Int_t m)
Sets the max number of harmonic.
Definition TFast.h:120
virtual void printLog(Option_t *option="")
virtual void evaluateIndexes(Option_t *option="")
Evaluates the index from the dataserver.
virtual void generateSample(Option_t *option="")
Description of the class TSensitivity.
Definition TSensitivity.h:112