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