Inheritance diagram for utVariableInfo:
Public Member Functions | |
utVariableInfo () | |
void | run () |
Private Member Functions | |
void | _testConstructor1 () |
void | _testConstructor2 () |
void | _testConstructor3 () |
void | _testMethods () |
Private Attributes | |
TMVA::VariableInfo * | _varinfoC1 |
TMVA::VariableInfo * | _varinfoC2 |
TMVA::VariableInfo * | _varinfoC3 |
TString | expression |
TString | title |
TString | unit |
Int_t | varCounter |
char | varType |
Double_t | min |
Double_t | max |
Bool_t | normalized |
void * | external |
Float_t | mean |
Float_t | rms |
Definition at line 1590 of file stressTMVA.cxx.
utVariableInfo::utVariableInfo | ( | ) |
Definition at line 1634 of file stressTMVA.cxx.
References expression, external, kTRUE, max, mean, min, normalized, rms, title, unit, varCounter, and varType.
void utVariableInfo::run | ( | ) | [virtual] |
Implements UnitTesting::UnitTest.
Definition at line 1654 of file stressTMVA.cxx.
References _testConstructor1(), _testConstructor2(), _testConstructor3(), and _testMethods().
void utVariableInfo::_testConstructor1 | ( | ) | [private] |
Definition at line 1664 of file stressTMVA.cxx.
References _varinfoC1, expression, external, TMVA::VariableInfo::GetExpression(), TMVA::VariableInfo::GetExternalLink(), TMVA::VariableInfo::GetMax(), TMVA::VariableInfo::GetMin(), TMVA::VariableInfo::GetTitle(), TMVA::VariableInfo::GetUnit(), TMVA::VariableInfo::GetVarType(), max, min, normalized, test_, title, unit, varCounter, and varType.
Referenced by run().
void utVariableInfo::_testConstructor2 | ( | ) | [private] |
Definition at line 1685 of file stressTMVA.cxx.
References _varinfoC2, TMVA::VariableInfo::GetExpression(), TMVA::VariableInfo::GetMax(), TMVA::VariableInfo::GetMin(), TMVA::VariableInfo::GetTitle(), TMVA::VariableInfo::GetUnit(), TMVA::VariableInfo::GetVarType(), and test_.
Referenced by run().
void utVariableInfo::_testConstructor3 | ( | ) | [private] |
Definition at line 1704 of file stressTMVA.cxx.
References _varinfoC1, _varinfoC3, expression, external, TMVA::VariableInfo::GetExpression(), TMVA::VariableInfo::GetExternalLink(), TMVA::VariableInfo::GetMax(), TMVA::VariableInfo::GetMin(), TMVA::VariableInfo::GetTitle(), TMVA::VariableInfo::GetUnit(), TMVA::VariableInfo::GetVarType(), max, min, test_, title, unit, and varType.
Referenced by run().
void utVariableInfo::_testMethods | ( | ) | [private] |
Definition at line 1724 of file stressTMVA.cxx.
References _varinfoC1, _varinfoC2, expression, external, TMVA::VariableInfo::GetMax(), TMVA::VariableInfo::GetMean(), TMVA::VariableInfo::GetMin(), TMVA::VariableInfo::GetRMS(), max, mean, min, TMVA::VariableInfo::ResetMinMax(), rms, TMVA::VariableInfo::SetExternalLink(), TMVA::VariableInfo::SetMax(), TMVA::VariableInfo::SetMean(), TMVA::VariableInfo::SetMin(), TMVA::VariableInfo::SetRMS(), test_, and varType.
Referenced by run().
TMVA::VariableInfo* utVariableInfo::_varinfoC1 [private] |
Definition at line 1606 of file stressTMVA.cxx.
Referenced by _testConstructor1(), _testConstructor3(), and _testMethods().
TMVA::VariableInfo* utVariableInfo::_varinfoC2 [private] |
Definition at line 1607 of file stressTMVA.cxx.
Referenced by _testConstructor2(), and _testMethods().
TMVA::VariableInfo* utVariableInfo::_varinfoC3 [private] |
TString utVariableInfo::expression [private] |
Definition at line 1611 of file stressTMVA.cxx.
Referenced by _testConstructor1(), _testConstructor3(), _testMethods(), and utVariableInfo().
TString utVariableInfo::title [private] |
Definition at line 1612 of file stressTMVA.cxx.
Referenced by _testConstructor1(), _testConstructor3(), and utVariableInfo().
TString utVariableInfo::unit [private] |
Definition at line 1613 of file stressTMVA.cxx.
Referenced by _testConstructor1(), _testConstructor3(), and utVariableInfo().
Int_t utVariableInfo::varCounter [private] |
Definition at line 1614 of file stressTMVA.cxx.
Referenced by _testConstructor1(), and utVariableInfo().
char utVariableInfo::varType [private] |
Definition at line 1615 of file stressTMVA.cxx.
Referenced by _testConstructor1(), _testConstructor3(), _testMethods(), and utVariableInfo().
Double_t utVariableInfo::min [private] |
Definition at line 1616 of file stressTMVA.cxx.
Referenced by _testConstructor1(), _testConstructor3(), _testMethods(), and utVariableInfo().
Double_t utVariableInfo::max [private] |
Definition at line 1617 of file stressTMVA.cxx.
Referenced by _testConstructor1(), _testConstructor3(), _testMethods(), and utVariableInfo().
Bool_t utVariableInfo::normalized [private] |
Definition at line 1618 of file stressTMVA.cxx.
Referenced by _testConstructor1(), and utVariableInfo().
void* utVariableInfo::external [private] |
Definition at line 1619 of file stressTMVA.cxx.
Referenced by _testConstructor1(), _testConstructor3(), _testMethods(), and utVariableInfo().
Float_t utVariableInfo::mean [private] |
Float_t utVariableInfo::rms [private] |