English Français

Documentation / Manuel développeur

Modules disponibles

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / Launcher: TOutputFileColumn.h Source File
Uranie / Launcher  v4.10.0
/* @license-end */
TOutputFileColumn.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 
93 #ifndef TOUTPUTFILECOLUMN_H
94 #define TOUTPUTFILECOLUMN_H
95 
96 #include <iostream>
97 
98 //ROOT
99 #include "Rtypes.h"
100 
101 // Uranie
102 #include "Launcher.h"
103 #include "TOutputFile.h"
104 
105 namespace URANIE
106 {
107 namespace Launcher
108 {
110 {
111 private:
112  Int_t _nLines;
113  Int_t _nColumns;
114  Int_t _nLength;
115 public:
116  //---------------------------------------------
120  TOutputFileColumn(TString str);
123  virtual ~TOutputFileColumn();
125 
126  //---------------------------------------------
130 
136  void addAttribute(URANIE::DataServer::TAttribute* att, Int_t nline = 0);
138 
141  void addAttribute(TString name, Int_t nline = 0);
143 
147  Bool_t searchOutput(forkcode *fjob, Int_t &indcrt, Double_t *val, TList *lstOut = NULL);
150  Bool_t searchOutput(forkcode *fjob, vector<URANIE::DataServer::UEntry*> *out);
152 
153  //---------------------------------------------
157  virtual void printLog(Option_t *option = "");
159 
160  ClassDef(URANIE::Launcher::TOutputFileColumn, ID_LAUNCHER)
161  //Classe de
162 };
163 
164 } // Fin du namespace Launcher
165 } // Fin du namespace URANIE
166 #endif
Definition: TCluster.h:66
Int_t _nColumns
The number of columnsin the file.
Definition: TOutputFileColumn.h:113
virtual void printLog(Option_t *option="")
void addAttribute(URANIE::DataServer::TAttribute *att, Int_t nline=0)
Add the attribute and the line number in the file.
struct unforkjob forkcode
Definition: TInputFile.h:53
Description of the class TOutputFileColumn.
Definition: TOutputFileColumn.h:109
Description of the class TOutputFile.
Definition: TOutputFile.h:87
Interface of the class URANIE::Launcher::TOutputFile.
Int_t _nLength
The number of temporal data (_nColumns) to store.
Definition: TOutputFileColumn.h:114
TOutputFileColumn(TString str)
Default constructor.
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) ...
Int_t _nLines
The number of lines in the file.
Definition: TOutputFileColumn.h:112
virtual ~TOutputFileColumn()
Default destructor.