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