English Français

Documentation / Manuel développeur

Modules disponibles

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / ReLauncher: TLauncher2.h Source File
Uranie / ReLauncher  v4.10.0
/* @license-end */
TLauncher2.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 by
6 // 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 1.3 $
22 // $State$
24 
32 #ifndef _TLAUNCHER2__
33 #define _TLAUNCHER2__
34 
35 //ROOT
36 #include "Rtypes.h"
37 #include "TNamed.h"
38 
39 // Uranie
40 #include "Relauncher.h"
41 #include "TInformMaster.h"
42 
43 #include "TDataServer.h"
44 #include "TEval.h"
45 #include "TDSNtupleD.h"
46 
47 namespace URANIE
48 {
49 namespace Relauncher
50 {
51 
52 class TLauncher2: public TNamed, public TInformMaster
53 {
54 protected:
55  URANIE::DataServer::TDataServer *_tdserr;
56 
57 public:
58  TLauncher2(URANIE::DataServer::TDataServer *tds, TRun *run);
59  TLauncher2(URANIE::DataServer::TDataServer *tds, TEval *fun);
60  TLauncher2(URANIE::DataServer::TDataServer *tds, TStandardEval *fun, const char *in, const char *out);
61  virtual ~TLauncher2();
62 
63  void setSaveError(URANIE::DataServer::TDataServer *);
64 
65  virtual void solverLoop();
66 
67  ClassDef(URANIE::Relauncher::TLauncher2, ID_RELAUNCHER)
68 
69 };
70 
71 }
72 } //namespace
73 #endif
Definition: TBaseEval.cxx:44
TLauncher2(URANIE::DataServer::TDataServer *tds, TRun *run)
Definition: TLauncher2.cxx:46
master qui complete un tds existant
Definition: TRun.h:49
URANIE::DataServer::TDataServer * _tdserr
Definition: TLauncher2.h:55
Definition: TLauncher2.h:52
void setSaveError(URANIE::DataServer::TDataServer *)
Definition: TLauncher2.cxx:70
virtual ~TLauncher2()
Definition: TLauncher2.cxx:65
Definition: TStandardEval.h:45
Definition: TInformMaster.h:53
virtual void solverLoop()
Definition: TLauncher2.cxx:88
Definition: TEval.h:49
evaluation dun jeu de parametres