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