English Français

Documentation / Manuel développeur

Modules disponibles

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / Sensitivity: TSobolRank.h Source File
Uranie / Sensitivity v4.9.0
/* @license-end */
TSobolRank.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 TSOBOLRANK_H
34#define TSOBOLRANK_H
35
37#include "TVector.h"
38#include "TMatrixDSymfwd.h"
39
41#include "TSensitivity.h"
42
43namespace URANIE {
44namespace Sensitivity {
45class TSobolRank: public TSensitivity {
46public:
47 //---------------------------------------------
55
64 TSobolRank(URANIE::DataServer::TDataServer *tds, const char *sInputs, const char *sOutputs, Option_t * option = "");
65
69 virtual ~TSobolRank();
71
72 //---------------------------------------------
76
81 // void parseOption(Option_t *option = "");
83
84 // //---------------------------------------------
85 // /** @name Generation of the sample
86 // In this case, there is noting to do
87 // **/
88 // //@{
89void generateSample(Option_t * option = "")
90 {
91 TString soption = option;
92 soption.ToLower();
93 }
94 // //@}
95
96 // //---------------------------------------------
100 void evaluateIndexes(Option_t * option = "");
101 // //!PreTreatment for every output
102 // /*!
103 // Doing a pre-treatment when running over outputs.
104 // */
105 // void preTreatment();
107
108 //---------------------------------------------
112 // virtual void printLog(Option_t *option = "");
114
115 ClassDef(URANIE::Sensitivity::TSobolRank, ID_SENSITIVITY)
116 //Classe de
117};
118
119}
120}
121#endif
Interface of class URANIE::Sensitivity::TSensitivity.
Description of the class TSensitivity.
Definition TSensitivity.h:112
Definition TSobolRank.h:45
void generateSample(Option_t *option="")
Read option specific to TJohnsonRW.
Definition TSobolRank.h:89
virtual ~TSobolRank()
Default destructor.
TSobolRank()
Default constructor.
void evaluateIndexes(Option_t *option="")
Evaluates the index from a Specific TDataServer.
TSobolRank(URANIE::DataServer::TDataServer *tds, const char *sInputs, const char *sOutputs, Option_t *option="")
TSobolRank constructor with data contined in the TDS and the inputs and outputs attributes.
ROOT.
Definition TCMN.h:45