Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Sensitivity v4.9.0
|
TMorris.h
Go to the documentation of this file.
207 virtual void drawIndexes(TString sTitre, const char *select = "", Option_t * option = "", bool internalCall=kFALSE);
Interface of class URANIE::Sensitivity::TScreeming.
URANIE::DataServer::TDSNtupleD * getMorrisResults()
Get Morris results.
Definition TMorris.h:134
void evaluateIndexes(Option_t *option="")
Evaluates the index from a Specific TDataServer.
void drawSample(TString svar="", Int_t nreplique=0, Option_t *option="")
void setDelta(Double_t val)
Sets the delta.
Definition TMorris.h:152
virtual void drawIndexes(TString sTitre, const char *select="", Option_t *option="", bool internalCall=kFALSE)
Draws the indexes.
URANIE::DataServer::TDSNtupleD * _ntmorrisresult
The tntuple of result .
Definition TMorris.h:93
void computeOrientationMatrixOld()
Computes the orientation matrix .
virtual void createTuple()
TMorris(URANIE::DataServer::TDataServer *tds, const char *fcn, Int_t nReplique, Int_t level, Double_t delta=0, TString sout="")
Default constructor with the name of a function.
TMorris(URANIE::DataServer::TDataServer *tds, URANIE::Launcher::TCode *fcode, Int_t nReplique, Int_t level, Double_t delta=0)
Default constructor with a tcode.
void computeOrientationMatrix()
TMorris(URANIE::DataServer::TDataServer *tds, URANIE::Relauncher::TRun *run, Int_t nReplique, Int_t level, Double_t delta=0)
Default constructor with a trun.
TTree * getResultTuple(bool commonresulttuple=false)
Get the result ntuple (default parameter unused but for Morris method)
void setLevel(Int_t val)
Sets the level.
Definition TMorris.h:142
TNtupleD * _ntdatamorris
Vector of direction.
Definition TMorris.h:92
void drawIndexesAll(Option_t *option="")
TMorris(URANIE::DataServer::TDataServer *tds, const char *varexpinput, const char *varexpoutput, Option_t *option="")
Default constructor with a TDataServer filling.
void drawIndexes(Option_t *option="", bool internalCall=kFALSE)
Int_t getNReplica()
Gets the number of replica.
Definition TMorris.h:162
void pyDrawIndexes(Option_t *option="")
TMorris(URANIE::DataServer::TDataServer *tds, void(*fcn)(Double_t *, Double_t *), TString sin, TString sout, Int_t nReplique, Int_t level, Double_t delta=0)
Default constructor with a function.
virtual void generateSample(Option_t *option="")
void printLog(Option_t *option="")
Int_t _level
The level parameter (known as p)
Definition TMorris.h:89
Int_t _nS
The number of simulation or other information depend on the used method.
Definition TSensitivity.h:166