Documentation / Developer's manual
Available modules
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / Sampler
v4.10.0
|
TRafuSampling.h
Go to the documentation of this file.
Definition: TAMHCopula.h:59
virtual void fillSunsetInputFile()
Constructs the input file for the Sunset software.
Definition: TRafuSampling.h:93
Definition: TRafuSampling.h:97
Definition: TRafuSampling.h:97
virtual TString buildPossibilityModule(URANIE::DataServer::TPossibilityAttribute *att, const char *indentation)
Generates the sunset module for the given TPossibilityAttribute.
virtual void createTuple()
Creates the TTree containing the generated sample.
Int_t _nPossib
number of TPossibilityAttribute to sample
Definition: TRafuSampling.h:101
virtual void createListOfPossibilityAttributes()
Creates the List of fuzzy attributes to sample.
Creation of the abstract class TSampler.
Definition: TRafuSampling.h:97
Definition: TRafuSampling.h:93
TString _sunsetSupFileName
Name of the sunset sup output file name.
Definition: TRafuSampling.h:105
TList * _lstOfPossibilityAttributesToSample
The list of TPossibilityAttribute to sample.
Definition: TRafuSampling.h:102
void generateSample(Option_t *option="")
Generates the sample.
virtual TString buildProbabilityModule(URANIE::DataServer::TStochasticAttribute *att, const char *indentation)
Generates the sunset module for the given TStochasticAttribute.
EProbaSampling _nProbaSampling
The type of sampling for the probability (SRS, LHS)
Definition: TRafuSampling.h:99
TString _sunsetInfFileName
Name of the sunset inf output file name.
Definition: TRafuSampling.h:104
EPossibSampling _nPossibSampling
The type of sampling for the possibility (random, 0, 1)
Definition: TRafuSampling.h:100
Definition: TRafuSampling.h:93
TRafuSampling(URANIE::DataServer::TDataServer *tds, Option_t *option="proba=lhs, possib=random_sampling", Int_t sampleSize=1000)
TString _sunsetInputFileName
Name of the sunset input file name.
Definition: TRafuSampling.h:103
Description of the class TRafuSampling.
Definition: TRafuSampling.h:85