Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Sampler v4.9.0
|
TSampler.h
Go to the documentation of this file.
TString _sMethod
The title of the sampler method.
Definition TSampler.h:104
TList * _lstOfAttributesToSample
The list of Stochastic Attributes to sample.
Definition TSampler.h:108
URANIE::DataServer::TDataServer * _tds
Pointer to a TDS.
Definition TSampler.h:107
TString getMethodName()
Gets the method name.
Definition TSampler.h:141
virtual void printLog(Option_t *option="")
virtual void createTuple()
Creates the TDSNtupleD of data with only the TStochasticAttributes.
virtual void createListOfAttributes()
Creates the List of attributes to simulate.
URANIE::DataServer::TDSNtupleD * getTuple()
Returns the TDSNtupleD of data.
Definition TSampler.h:175
URANIE::DataServer::TDSNtupleD * _ntsample
the tntuple of data
Definition TSampler.h:103
virtual void fillOtherAttributes()
Fills the TDSNtupleD of data with other TFormulaAttributes.
Bool_t _bupdateFile
Update the back up file when generating the attributeformula if there is some.
Definition TSampler.h:106
TSampler(URANIE::DataServer::TDataServer *tds, Option_t *option, Int_t nCalcul)
Constructor with a TDataServer, the options and the size of the sample.
void setMethodName(TString str)
Sets the method name in a global variable.
Definition TSampler.h:136
virtual void generateSample(Option_t *option="")=0
Generates the Sample.
virtual URANIE::DataServer::TDataServer * getTDS()
Return the TDS filling by the sampling algorithm.
Definition TSampler.h:149
Definition TAMHCopula.h:60