Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / Launcher v4.9.0
|
TOutputFileDataServer.h
Go to the documentation of this file.
Interface of the class URANIE::Launcher::TOutputFile.
Description of the class TOutputFileDataServer.
Definition TOutputFileDataServer.h:109
void addAttribute(URANIE::DataServer::TAttribute *att, Int_t nline=0)
Add the attribute and the line number in the file.
Int_t _nColumns
The number of columnsin the file.
Definition TOutputFileDataServer.h:112
Int_t _nLength
The number of temporal data (_nColumns) to store.
Definition TOutputFileDataServer.h:113
Bool_t searchOutput(Int_t &indcrt, Double_t *val, TList *lstOut=NULL)
Looking for output usindouble only and transmitting matrix (not used by launcher anymore)
void addAttribute(TString name, Int_t nline=0)
Add the attribute by this name and the nline number in the file.
Int_t _nLines
The number of lines in the file.
Definition TOutputFileDataServer.h:111
virtual ~TOutputFileDataServer()
Default destructor.
TOutputFileDataServer(TString str)
Default constructor.
virtual void printLog(Option_t *option="")
Bool_t searchOutput(vector< URANIE::DataServer::UEntry * > *out)
Looking for output using a map to be able to cope with vectors/strings.
Definition TCluster.h:67