English Français

Documentation / Developer's manual

Available modules

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / ReLauncher: TFakeEval.h Source File
Uranie / ReLauncher v4.9.0
/* @license-end */
TFakeEval.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 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.1 $
22// $State$
24
32#ifndef __TFAKEEVAL__
33#define __TFAKEEVAL__
34
35//ROOT
36#include "Rtypes.h"
37
38//URANIE
39#include "Relauncher.h"
40#include "TStandardEval.h"
41
42namespace URANIE
43{
44namespace Relauncher
45{
46
47/* class TFakeMulti: public TSimpleMulti */
48/* { */
49/* public: */
50/* Int_t meval(double *, double **); */
51
52/* ClassDef(URANIE::Relauncher::TFakeMulti, ID_RELAUNCHER) */
53/* }; */
54
56{
57public:
58 TFakeEval();
59
60 Int_t eval(vector<URANIE::DataServer::UEntry*> *, vector<URANIE::DataServer::UEntry*> *, int =0 );
61
62 ClassDef(URANIE::Relauncher::TFakeEval, ID_RELAUNCHER)
63};
64
65
66}
67} //namespace
68
69#endif
70
simple eval shared class
Definition TFakeEval.h:56
Int_t eval(vector< URANIE::DataServer::UEntry * > *, vector< URANIE::DataServer::UEntry * > *, int=0)
Definition TFakeEval.cxx:52
TFakeEval()
Definition TFakeEval.cxx:47
Definition TStandardEval.h:60
Definition TBaseEval.cxx:44