English Français

Documentation / Manuel développeur

Modules disponibles

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / Sampler: TSamplerDeterminist.h Source File
Uranie / Sampler v4.9.0
/* @license-end */
TSamplerDeterminist.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
33#ifndef TSamplerDeterminist_H
34#define TSamplerDeterminist_H
35
36// Uranie
37#include "TSampler.h"
38
39namespace URANIE
40{
41namespace Sampler
42{
44{
45public:
46 //---------------------------------------------
50
51 TSamplerDeterminist(URANIE::DataServer::TDataServer *tds, Option_t *option,
52 Int_t ns);
54 virtual ~TSamplerDeterminist();
56
57 //---------------------------------------------
61 virtual void printLog(Option_t *option = "");
63
64 ClassDef(URANIE::Sampler::TSamplerDeterminist, ID_SAMPLER)
65 //Classe abstraite de g�n�ration de plan d'exp�rience num�rique
66};
67
68} // Fin du namespace Sampler
69} // Fin du namespace URANIE
70#endif
71// fin du fichier $RCSfile$.
Creation of the abstract class TSampler.
Definition TSamplerDeterminist.h:44
virtual void printLog(Option_t *option="")
Definition TSamplerDeterminist.cxx:61
virtual ~TSamplerDeterminist()
Default destructor.
Definition TSamplerDeterminist.cxx:54
Abstraite class for sampling methods
Definition TSampler.h:97
Definition TAMHCopula.h:60