English Français

Documentation / Manuel développeur

Modules disponibles

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / Launcher: TInputFileFlag.h Source File
Uranie / Launcher v4.9.0
/* @license-end */
TInputFileFlag.h
Go to the documentation of this file.
1
2// 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
41#ifndef TINPUTFILEFLAG_H
42#define TINPUTFILEFLAG_H
43
44// ROOT
45#include "Rtypes.h"
46#include "TString.h"
47// URANIE
48#include "TAttribute.h"
49#include "TInputFile.h"
50#include "UExceptions.h"
51
52namespace URANIE
53{
54namespace Launcher
55{
56
58
69{
70public:
71 //---------------------------------------------
75
76 TInputFileFlag(TString str);
78 virtual ~TInputFileFlag();
80
81 //---------------------------------------------
85
89 virtual void searchIndexeAttribute(URANIE::DataServer::TAttribute* att);
91
98 void substitue(Int_t &n, Double_t *val, Int_t *index = NULL);
99 void substitue(Int_t &n, vector<URANIE::DataServer::UEntry*> *ent, Int_t *index = NULL);
100 void substitue();
102
103 ClassDef(URANIE::Launcher::TInputFileFlag, ID_LAUNCHER)
104 //Classe de
105};
106
107} // Fin du namespace Launcher
108} // Fin du namespace URANIE
109#endif
Interface of the class URANIE::Launcher::TInputFile.
A class for input file of a code with a flag.
Definition TInputFileFlag.h:69
virtual void searchIndexeAttribute(URANIE::DataServer::TAttribute *att)
search the indexes of the attribute in the input file
void substitue(Int_t &n, vector< URANIE::DataServer::UEntry * > *ent, Int_t *index=NULL)
virtual ~TInputFileFlag()
Default destructor.
void substitue(Int_t &n, Double_t *val, Int_t *index=NULL)
Substitute the values of the attributes linked in the input file and write it.
TInputFileFlag(TString str)
Default constructor.
Abstract class for an input file of a code.
Definition TInputFile.h:53
Definition TCluster.h:67