utDataSetInfo Class Reference

Inheritance diagram for utDataSetInfo:

UnitTesting::UnitTest List of all members.

Public Member Functions

 utDataSetInfo ()
void run ()

Private Member Functions

void testConstructor ()
void testMethods ()

Private Attributes

TMVA::DataSetInfodatasetinfo
TString name
TString expression
TString title
TString unit
Double_t min
Double_t max
Int_t varcounter
char vartype
Bool_t normalized
void * external
TString norm
TString classname
TCut cut1
TCut cut2
TString splitoption
TMatrixDmatrix
TString histname
TString histtitle
TString weightexpr
TMVA::Eventevent
TMVA::ClassInfoclassinfo
TMVA::VariableInfo varinfo
std::vector< TMVA::VariableInfovecvarinfo

Detailed Description

Definition at line 440 of file stressTMVA.cxx.


Constructor & Destructor Documentation

utDataSetInfo::utDataSetInfo (  ) 

Definition at line 493 of file stressTMVA.cxx.

References classname, cut1, cut2, Event, event, expression, external, histname, histtitle, kFALSE, matrix, max, min, UnitTesting::UnitTest::name(), norm, normalized, splitoption, title, unit, varcounter, varinfo, vartype, vecvarinfo, and weightexpr.


Member Function Documentation

void utDataSetInfo::run (  )  [virtual]

Implements UnitTesting::UnitTest.

Definition at line 525 of file stressTMVA.cxx.

References testConstructor(), and testMethods().

void utDataSetInfo::testConstructor (  )  [private]

Definition at line 532 of file stressTMVA.cxx.

References datasetinfo, TMVA::DataSetInfo::GetName(), TMVA::kWARNING, UnitTesting::UnitTest::name(), TMVA::DataSetInfo::SetMsgType(), and test_.

Referenced by run().

void utDataSetInfo::testMethods (  )  [private]

Definition at line 540 of file stressTMVA.cxx.

References TMVA::DataSetInfo::AddClass(), TMVA::DataSetInfo::AddCut(), TMVA::DataSetInfo::AddSpectator(), TMVA::DataSetInfo::AddTarget(), TMVA::DataSetInfo::AddVariable(), classname, cut1, cut2, datasetinfo, event, expression, external, TMVA::DataSetInfo::FindVarIndex(), TMVA::DataSetInfo::GetClassNameMaxLength(), TMVA::DataSetInfo::GetCut(), TMVA::DataSetInfo::GetListOfVariables(), TMVA::DataSetInfo::GetNClasses(), TMVA::DataSetInfo::GetNormalization(), TMVA::DataSetInfo::GetNSpectators(), TMVA::DataSetInfo::GetNTargets(), TMVA::DataSetInfo::GetNVariables(), TMVA::DataSetInfo::GetSpectatorInfos(), TMVA::DataSetInfo::GetSplitOptions(), TMVA::DataSetInfo::GetTargetInfos(), TMVA::DataSetInfo::GetVariableInfos(), TMVA::DataSetInfo::GetWeightExpression(), TMVA::DataSetInfo::HasCuts(), TMVA::DataSetInfo::IsSignal(), kFALSE, kTRUE, TString::Length(), matrix, max, min, norm, normalized, TMVA::DataSetInfo::SetCorrelationMatrix(), TMVA::DataSetInfo::SetCut(), TMVA::DataSetInfo::SetNormalization(), TMVA::DataSetInfo::SetSplitOptions(), TMVA::DataSetInfo::SetWeightExpression(), size, splitoption, test_, title, unit, varinfo, vartype, vecvarinfo, and weightexpr.

Referenced by run().


Member Data Documentation

TMVA::DataSetInfo* utDataSetInfo::datasetinfo [private]

Definition at line 450 of file stressTMVA.cxx.

Referenced by testConstructor(), and testMethods().

TString utDataSetInfo::name [private]

Definition at line 453 of file stressTMVA.cxx.

TString utDataSetInfo::expression [private]

Definition at line 454 of file stressTMVA.cxx.

Referenced by testMethods(), and utDataSetInfo().

TString utDataSetInfo::title [private]

Definition at line 455 of file stressTMVA.cxx.

Referenced by testMethods(), and utDataSetInfo().

TString utDataSetInfo::unit [private]

Definition at line 456 of file stressTMVA.cxx.

Referenced by testMethods(), and utDataSetInfo().

Double_t utDataSetInfo::min [private]

Definition at line 457 of file stressTMVA.cxx.

Referenced by testMethods(), and utDataSetInfo().

Double_t utDataSetInfo::max [private]

Definition at line 458 of file stressTMVA.cxx.

Referenced by testMethods(), and utDataSetInfo().

Int_t utDataSetInfo::varcounter [private]

Definition at line 459 of file stressTMVA.cxx.

Referenced by utDataSetInfo().

char utDataSetInfo::vartype [private]

Definition at line 460 of file stressTMVA.cxx.

Referenced by testMethods(), and utDataSetInfo().

Bool_t utDataSetInfo::normalized [private]

Definition at line 461 of file stressTMVA.cxx.

Referenced by testMethods(), and utDataSetInfo().

void* utDataSetInfo::external [private]

Definition at line 462 of file stressTMVA.cxx.

Referenced by testMethods(), and utDataSetInfo().

TString utDataSetInfo::norm [private]

Definition at line 463 of file stressTMVA.cxx.

Referenced by testMethods(), and utDataSetInfo().

TString utDataSetInfo::classname [private]

Definition at line 464 of file stressTMVA.cxx.

Referenced by testMethods(), and utDataSetInfo().

TCut utDataSetInfo::cut1 [private]

Definition at line 465 of file stressTMVA.cxx.

Referenced by testMethods(), and utDataSetInfo().

TCut utDataSetInfo::cut2 [private]

Definition at line 466 of file stressTMVA.cxx.

Referenced by testMethods(), and utDataSetInfo().

TString utDataSetInfo::splitoption [private]

Definition at line 467 of file stressTMVA.cxx.

Referenced by testMethods(), and utDataSetInfo().

TMatrixD* utDataSetInfo::matrix [private]

Definition at line 468 of file stressTMVA.cxx.

Referenced by testMethods(), and utDataSetInfo().

TString utDataSetInfo::histname [private]

Definition at line 469 of file stressTMVA.cxx.

Referenced by utDataSetInfo().

TString utDataSetInfo::histtitle [private]

Definition at line 470 of file stressTMVA.cxx.

Referenced by utDataSetInfo().

TString utDataSetInfo::weightexpr [private]

Definition at line 471 of file stressTMVA.cxx.

Referenced by testMethods(), and utDataSetInfo().

TMVA::Event* utDataSetInfo::event [private]

Definition at line 473 of file stressTMVA.cxx.

Referenced by testMethods(), and utDataSetInfo().

TMVA::ClassInfo* utDataSetInfo::classinfo [private]

Definition at line 474 of file stressTMVA.cxx.

TMVA::VariableInfo utDataSetInfo::varinfo [private]

Definition at line 475 of file stressTMVA.cxx.

Referenced by testMethods(), and utDataSetInfo().

std::vector<TMVA::VariableInfo> utDataSetInfo::vecvarinfo [private]

Definition at line 476 of file stressTMVA.cxx.

Referenced by testMethods(), and utDataSetInfo().


The documentation for this class was generated from the following file:
Generated on Tue Jul 5 16:49:57 2011 for ROOT_528-00b_version by  doxygen 1.5.1