Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / Sampler
v4.10.0
|
URANIE::Sampler::TSamplerDeterminist Class Reference
#include <TSamplerDeterminist.h>
Inheritance diagram for URANIE::Sampler::TSamplerDeterminist:

Collaboration diagram for URANIE::Sampler::TSamplerDeterminist:

Public Member Functions | |
Constructor and Destructor | |
| TSamplerDeterminist (URANIE::DataServer::TDataServer *tds, Option_t *option, Int_t ns) | |
| Constructor with a dataserver. More... | |
| virtual | ~TSamplerDeterminist () |
| Default destructor. More... | |
Printing Log | |
| virtual void | printLog (Option_t *option="") |
Public Member Functions inherited from URANIE::Sampler::TSampler | |
| TSampler (URANIE::DataServer::TDataServer *tds, Option_t *option, Int_t nCalcul) | |
| Constructor with a TDataServer, the options and the size of the sample. More... | |
| virtual | ~TSampler () |
| Default destructor. More... | |
| Int_t | GetID () |
| Returns the ID of the class. More... | |
| void | setMethodName (TString str) |
| Sets the method name in a global variable. More... | |
| TString | getMethodName () |
| Gets the method name. More... | |
| virtual URANIE::DataServer::TDataServer * | getTDS () |
| Return the TDS filling by the sampling algorithm. More... | |
| void | parseOption (Option_t *option) |
| Parse the option. More... | |
| virtual void | generateSample (Option_t *option="")=0 |
| Generates the Sample. More... | |
| virtual void | createListOfAttributes () |
| Creates the List of attributes to simulate. More... | |
| virtual void | createTuple () |
| Creates the TDSNtupleD of data with only the TStochasticAttributes. More... | |
| URANIE::DataServer::TDSNtupleD * | getTuple () |
| Returns the TDSNtupleD of data. More... | |
| virtual void | fillOtherAttributes () |
| Fills the TDSNtupleD of data with other TFormulaAttributes. More... | |
| void | setLog () |
| void | unsetLog () |
| void | changeLog () |
| Bool_t | getLog () |
Additional Inherited Members | |
Public Attributes inherited from URANIE::Sampler::TSampler | |
| Int_t | _nS |
| The size of the sample. More... | |
| Int_t | _nX |
| The size of attributes to sample. More... | |
| URANIE::DataServer::TDSNtupleD * | _ntsample |
| the tntuple of data More... | |
| TString | _sMethod |
| The title of the sampler method. More... | |
| Bool_t | _blog |
| Log Printing. More... | |
| Bool_t | _bupdateFile |
| Update the back up file when generating the attributeformula if there is some. More... | |
| URANIE::DataServer::TDataServer * | _tds |
| Pointer to a TDS. More... | |
| TList * | _lstOfAttributesToSample |
| The list of Stochastic Attributes to sample. More... | |
Constructor & Destructor Documentation
◆ TSamplerDeterminist()
| URANIE::Sampler::TSamplerDeterminist::TSamplerDeterminist | ( | URANIE::DataServer::TDataServer * | tds, |
| Option_t * | option, | ||
| Int_t | ns | ||
| ) |
Constructor with a dataserver.
◆ ~TSamplerDeterminist()
|
virtual |
Default destructor.
Member Function Documentation
◆ printLog()
|
virtual |
Reimplemented from URANIE::Sampler::TSampler.
Reimplemented in URANIE::Sampler::TSamplingMixture, URANIE::Sampler::TOATSampling, URANIE::Sampler::TSpaceFilling, URANIE::Sampler::TQMC, and URANIE::Sampler::TPetras.

Public Member Functions inherited from