English Français

Documentation / Developer's manual

Available modules

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / Sensitivity: TSensitivityTest.h Source File
Uranie / Sensitivity v4.9.0
/* @license-end */
TSensitivityTest.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
42#ifndef TSENSITIVITYTEST_H
43#define TSENSITIVITYTEST_H
44#include "TSensitivity.h"
45
46#include <iostream>
47using std::cout;
48using std::endl;
49
50namespace URANIE {
51namespace Sensitivity {
52
54public:
55 //---------------------------------------------
59
62 TSensitivityTest(URANIE::DataServer::TDataServer *tds,
63 const char *varexpinput, const char *varexpoutput,
64 Option_t * option = "");
68
69 //---------------------------------------------
73 virtual void printLog(Option_t *option = "");
75
76 ClassDef(URANIE::Sensitivity::TSensitivityTest, ID_SENSITIVITY)
77
78 // Attributes
79 private:
80};
81
82} // End Of namespace Sensitivity
83} // End Of namespace URANIE
84#endif
Interface of class URANIE::Sensitivity::TSensitivity.
Description of the class TSensitivityTest.
Definition TSensitivityTest.h:53
TSensitivityTest(URANIE::DataServer::TDataServer *tds, const char *varexpinput, const char *varexpoutput, Option_t *option="")
Default constructor.
TSensitivityTest()
Default constructor.
virtual ~TSensitivityTest()
Default destructor.
virtual void printLog(Option_t *option="")
Description of the class TSensitivity.
Definition TSensitivity.h:112
ROOT.
Definition TCMN.h:45