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