English Français

Documentation / Manuel développeur

Modules disponibles

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / Launcher: TOutputFileRow.h Source File
Uranie / Launcher  v4.10.0
/* @license-end */
TOutputFileRow.h
Go to the documentation of this file.
1 // Copyright (C) 2013-2024 CEA/DES
3 //
4 // This program is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU Lesser General Public License as published
6 // by the Free Software Foundation, either version 3 of the License, or any
7 // later version.
8 //
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU Lesser General Public License for more details.
13 //
14 // You should have received a copy of the GNU Lesser General Public License
15 // along with this program. If not, see <http://www.gnu.org/licenses/>.
18 // $Id$
19 // $Author$
20 // $Date$
21 // $Revision$
22 // $State$
24 
100 #ifndef TOUTPUTFILEROW_H
101 #define TOUTPUTFILEROW_H
102 
103 #include <iostream>
104 
105 //ROOT
106 #include "Rtypes.h"
107 
108 // Uranie
109 #include "Launcher.h"
110 #include "TOutputFile.h"
111 
112 namespace URANIE
113 {
114 namespace Launcher
115 {
117 {
118 private:
119  Int_t _nLines;
120  Int_t _nColumns;
121 public:
122  //---------------------------------------------
126  TOutputFileRow(TString str);
129  virtual ~TOutputFileRow();
131 
132  //---------------------------------------------
136 
140  void addAttribute(URANIE::DataServer::TAttribute*, Int_t nrow = 0);
142 
145  void addAttribute(TString name, Int_t nrow = 0);
147 
151  Bool_t searchOutput(forkcode *fjob, Int_t &indcrt, Double_t *val, TList *lstOut = NULL);
154  Bool_t searchOutput(forkcode *fjob, vector<URANIE::DataServer::UEntry*> *out);
156 
157  //---------------------------------------------
161  void printLog(Option_t *option = "");
163 
164  ClassDef(URANIE::Launcher::TOutputFileRow, ID_LAUNCHER)
165  //Classe de
166 };
167 
168 } // Fin du namespace Launcher
169 } // Fin du namespace URANIE
170 #endif
Definition: TCluster.h:66
void addAttribute(URANIE::DataServer::TAttribute *, Int_t nrow=0)
Add the attribute and the row number in the file.
Description of the class TOutputFileRow.
Definition: TOutputFileRow.h:116
void printLog(Option_t *option="")
struct unforkjob forkcode
Definition: TInputFile.h:53
Int_t _nLines
The number of lines in the file.
Definition: TOutputFileRow.h:119
Int_t _nColumns
The number of columnsin the file.
Definition: TOutputFileRow.h:120
Description of the class TOutputFile.
Definition: TOutputFile.h:87
TOutputFileRow(TString str)
Default constructor.
Interface of the class URANIE::Launcher::TOutputFile.
virtual ~TOutputFileRow()
Default destructor.
Bool_t searchOutput(forkcode *fjob, Int_t &indcrt, Double_t *val, TList *lstOut=NULL)
Looking for output usindouble only and transmitting matrix (not used by launcher anymore) ...