Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / DataServer
v4.10.0
|
TXMLProblem.h
Go to the documentation of this file.
virtual TString parseNodePatternSelected(TXMLNode *)
Parses the node "models/patterns/select".
Int_t _ntask
The iterator of the task to do.
Definition: TXMLProblem.h:72
vector< TBaseModel * > _vectorOfModels
The vector of Models.
Definition: TXMLProblem.h:75
Interface of the class URANIE::DataServer::TBaseModel.
void addInfoTask(TString sname, TString stitle)
virtual void terminate(Option_t *option="")
Ending phase of the code.
virtual void parseNodeDataField(TXMLNode *)
Parses the node "data/Variables/Variable".
virtual void parseNodePatterns(TXMLNode *, TBaseModel *)
Parses the node "models/model".
virtual void parseNodeModel(TXMLNode *, TBaseModel *)
Parses the node "models/model".
virtual void parseNodeModels(TXMLNode *)
Parses the node "models".
Definition: TXMLProblem.h:56
virtual void parseAndRunNodeModelerANN(TXMLNode *, TBaseModel *)
Parses the node "models/model".
TDataServer * _tds
The Data Server.
Definition: TXMLProblem.h:73
virtual void parseNodeDataDictionary(TXMLNode *)
Parses the node "data".
void setLevelDebug(Int_t val)
Sets the debug level.
Definition: TXMLProblem.h:154
virtual void clean(Option_t *option="")
Cleans the working directory of the code.
void parseAndRunNodeLauncher(TXMLNode *)
Parses and runs the node "Launcher".
Interface of the class URANIE::DataServer::TDataServer.
virtual void parseNodeDataVariables(TXMLNode *)
Parses the node "data/Variables".
TDataServer * getDataServer()
Definition: TXMLProblem.h:159
TDataServer * _tdsdatafield
The Data Server.
Definition: TXMLProblem.h:74
Int_t getLevelDebug()
Gets the debug level.
Definition: TXMLProblem.h:149
void parseAndRunNodeModeler(TXMLNode *)
Parses and runs the node "Launcher".
virtual void parseNodeModelerAlgorithm(TXMLNode *, TBaseModel *)
Parses the node "modeler/algorithm".
virtual void parseNodeHeader(TXMLNode *)
Parses the node "description".
void parseAndRunNodeSampler(TXMLNode *)
Parses and Runs the node "sampler".
Int_t _ndebuglevel
Level of debug.
Definition: TXMLProblem.h:71
virtual void printLog(Option_t *option="")