utEvent Class Reference

Inheritance diagram for utEvent:

UnitTesting::UnitTest List of all members.

Public Member Functions

 utEvent ()
void run ()

Private Member Functions

void _testConstructor1 ()
void _testConstructor2 ()
void _testConstructor3 ()
void _testConstructor4 ()
void _testConstructor5 ()
void _testConstructor6 ()
void _testMutators ()

Private Attributes

TMVA::Event_eventC1
TMVA::Event_eventC2
TMVA::Event_eventC3
TMVA::Event_eventC4
TMVA::Event_eventC5
TMVA::Event_eventC6
std::vector< Float_t_testValueVec
std::vector< Float_t * > _testPointerVec
std::vector< Float_t_testTargetVec
std::vector< Float_t_testSpectatorVec
std::vector< Float_t_compareValueVec
std::vector< Float_t_compareTargetVec
std::vector< Float_t_compareSpectatorVec
Float_t _t
Float_t _u
Float_t _v
Float_t _testScale
UInt_t _testClassVal
Float_t _testWeight
Float_t _testBoostWeight
UInt_t _testNVar

Detailed Description

Definition at line 828 of file stressTMVA.cxx.


Constructor & Destructor Documentation

utEvent::utEvent (  ) 

Definition at line 882 of file stressTMVA.cxx.

References _t, _testBoostWeight, _testClassVal, _testNVar, _testPointerVec, _testScale, _testSpectatorVec, _testTargetVec, _testValueVec, _testWeight, _u, and _v.


Member Function Documentation

void utEvent::run (  )  [virtual]

Implements UnitTesting::UnitTest.

Definition at line 908 of file stressTMVA.cxx.

References _testConstructor1(), _testConstructor2(), _testConstructor3(), _testConstructor4(), _testConstructor5(), and _testConstructor6().

void utEvent::_testConstructor1 (  )  [private]

Definition at line 920 of file stressTMVA.cxx.

References _eventC1, _testMutators(), Event, UnitTesting::UnitTest::floatCompare(), TMVA::Event::GetBoostWeight(), TMVA::Event::GetClass(), TMVA::Event::GetNSpectators(), TMVA::Event::GetNTargets(), TMVA::Event::GetNVariables(), TMVA::Event::GetOriginalWeight(), TMVA::Event::GetWeight(), TMVA::Event::IsDynamic(), and test_.

Referenced by run().

void utEvent::_testConstructor2 (  )  [private]

Definition at line 943 of file stressTMVA.cxx.

References _compareSpectatorVec, _compareTargetVec, _compareValueVec, _eventC2, _eventC3, _testBoostWeight, _testClassVal, _testSpectatorVec, _testTargetVec, _testValueVec, _testWeight, Event, UnitTesting::UnitTest::floatCompare(), TMVA::Event::GetBoostWeight(), TMVA::Event::GetClass(), TMVA::Event::GetNSpectators(), TMVA::Event::GetNTargets(), TMVA::Event::GetNVariables(), TMVA::Event::GetOriginalWeight(), TMVA::Event::GetSpectator(), TMVA::Event::GetSpectators(), TMVA::Event::GetTarget(), TMVA::Event::GetTargets(), TMVA::Event::GetValue(), TMVA::Event::GetValues(), TMVA::Event::GetWeight(), TMVA::Event::IsDynamic(), and test_.

Referenced by run().

void utEvent::_testConstructor3 (  )  [private]

Definition at line 985 of file stressTMVA.cxx.

References _compareSpectatorVec, _compareTargetVec, _compareValueVec, _eventC3, _testBoostWeight, _testClassVal, _testSpectatorVec, _testTargetVec, _testValueVec, _testWeight, Event, UnitTesting::UnitTest::floatCompare(), TMVA::Event::GetBoostWeight(), TMVA::Event::GetClass(), TMVA::Event::GetNSpectators(), TMVA::Event::GetNTargets(), TMVA::Event::GetNVariables(), TMVA::Event::GetOriginalWeight(), TMVA::Event::GetSpectator(), TMVA::Event::GetSpectators(), TMVA::Event::GetTarget(), TMVA::Event::GetTargets(), TMVA::Event::GetValue(), TMVA::Event::GetValues(), TMVA::Event::GetWeight(), TMVA::Event::IsDynamic(), and test_.

Referenced by run().

void utEvent::_testConstructor4 (  )  [private]

Definition at line 1026 of file stressTMVA.cxx.

References _compareTargetVec, _compareValueVec, _eventC4, _testBoostWeight, _testClassVal, _testTargetVec, _testValueVec, _testWeight, Event, UnitTesting::UnitTest::floatCompare(), TMVA::Event::GetBoostWeight(), TMVA::Event::GetClass(), TMVA::Event::GetNTargets(), TMVA::Event::GetNVariables(), TMVA::Event::GetOriginalWeight(), TMVA::Event::GetTarget(), TMVA::Event::GetTargets(), TMVA::Event::GetValue(), TMVA::Event::GetValues(), TMVA::Event::GetWeight(), TMVA::Event::IsDynamic(), and test_.

Referenced by run().

void utEvent::_testConstructor5 (  )  [private]

Definition at line 1058 of file stressTMVA.cxx.

References _compareValueVec, _eventC5, _testBoostWeight, _testClassVal, _testValueVec, _testWeight, Event, UnitTesting::UnitTest::floatCompare(), TMVA::Event::GetBoostWeight(), TMVA::Event::GetClass(), TMVA::Event::GetNVariables(), TMVA::Event::GetOriginalWeight(), TMVA::Event::GetValue(), TMVA::Event::GetValues(), TMVA::Event::GetWeight(), TMVA::Event::IsDynamic(), and test_.

Referenced by run().

void utEvent::_testConstructor6 (  )  [private]

Definition at line 1082 of file stressTMVA.cxx.

References _eventC6, _testNVar, _testPointerVec, Event, TMVA::Event::IsDynamic(), and test_.

Referenced by run().

void utEvent::_testMutators (  )  [private]

Definition at line 1111 of file stressTMVA.cxx.

References _compareSpectatorVec, _compareTargetVec, _compareValueVec, _eventC1, _testBoostWeight, _testClassVal, _testScale, _testSpectatorVec, _testTargetVec, _testValueVec, _testWeight, UnitTesting::UnitTest::floatCompare(), TMVA::Event::GetBoostWeight(), TMVA::Event::GetClass(), TMVA::Event::GetSpectator(), TMVA::Event::GetSpectators(), TMVA::Event::GetTarget(), TMVA::Event::GetTargets(), TMVA::Event::GetValue(), TMVA::Event::GetValues(), TMVA::Event::GetWeight(), TMVA::Event::ScaleBoostWeight(), TMVA::Event::ScaleWeight(), TMVA::Event::SetBoostWeight(), TMVA::Event::SetClass(), TMVA::Event::SetSpectator(), TMVA::Event::SetTarget(), TMVA::Event::SetVal(), TMVA::Event::SetWeight(), and test_.

Referenced by _testConstructor1().


Member Data Documentation

TMVA::Event* utEvent::_eventC1 [private]

Definition at line 846 of file stressTMVA.cxx.

Referenced by _testConstructor1(), and _testMutators().

TMVA::Event* utEvent::_eventC2 [private]

Definition at line 847 of file stressTMVA.cxx.

Referenced by _testConstructor2().

TMVA::Event* utEvent::_eventC3 [private]

Definition at line 848 of file stressTMVA.cxx.

Referenced by _testConstructor2(), and _testConstructor3().

TMVA::Event* utEvent::_eventC4 [private]

Definition at line 849 of file stressTMVA.cxx.

Referenced by _testConstructor4().

TMVA::Event* utEvent::_eventC5 [private]

Definition at line 850 of file stressTMVA.cxx.

Referenced by _testConstructor5().

TMVA::Event* utEvent::_eventC6 [private]

Definition at line 851 of file stressTMVA.cxx.

Referenced by _testConstructor6().

std::vector<Float_t> utEvent::_testValueVec [private]

Definition at line 854 of file stressTMVA.cxx.

Referenced by _testConstructor2(), _testConstructor3(), _testConstructor4(), _testConstructor5(), _testMutators(), and utEvent().

std::vector<Float_t*> utEvent::_testPointerVec [private]

Definition at line 855 of file stressTMVA.cxx.

Referenced by _testConstructor6(), and utEvent().

std::vector<Float_t> utEvent::_testTargetVec [private]

Definition at line 856 of file stressTMVA.cxx.

Referenced by _testConstructor2(), _testConstructor3(), _testConstructor4(), _testMutators(), and utEvent().

std::vector<Float_t> utEvent::_testSpectatorVec [private]

Definition at line 857 of file stressTMVA.cxx.

Referenced by _testConstructor2(), _testConstructor3(), _testMutators(), and utEvent().

std::vector<Float_t> utEvent::_compareValueVec [private]

Definition at line 859 of file stressTMVA.cxx.

Referenced by _testConstructor2(), _testConstructor3(), _testConstructor4(), _testConstructor5(), and _testMutators().

std::vector<Float_t> utEvent::_compareTargetVec [private]

Definition at line 860 of file stressTMVA.cxx.

Referenced by _testConstructor2(), _testConstructor3(), _testConstructor4(), and _testMutators().

std::vector<Float_t> utEvent::_compareSpectatorVec [private]

Definition at line 861 of file stressTMVA.cxx.

Referenced by _testConstructor2(), _testConstructor3(), and _testMutators().

Float_t utEvent::_t [private]

Definition at line 863 of file stressTMVA.cxx.

Referenced by utEvent().

Float_t utEvent::_u [private]

Definition at line 863 of file stressTMVA.cxx.

Referenced by utEvent().

Float_t utEvent::_v [private]

Definition at line 863 of file stressTMVA.cxx.

Referenced by utEvent().

Float_t utEvent::_testScale [private]

Definition at line 864 of file stressTMVA.cxx.

Referenced by _testMutators(), and utEvent().

UInt_t utEvent::_testClassVal [private]

Definition at line 865 of file stressTMVA.cxx.

Referenced by _testConstructor2(), _testConstructor3(), _testConstructor4(), _testConstructor5(), _testMutators(), and utEvent().

Float_t utEvent::_testWeight [private]

Definition at line 866 of file stressTMVA.cxx.

Referenced by _testConstructor2(), _testConstructor3(), _testConstructor4(), _testConstructor5(), _testMutators(), and utEvent().

Float_t utEvent::_testBoostWeight [private]

Definition at line 867 of file stressTMVA.cxx.

Referenced by _testConstructor2(), _testConstructor3(), _testConstructor4(), _testConstructor5(), _testMutators(), and utEvent().

UInt_t utEvent::_testNVar [private]

Definition at line 868 of file stressTMVA.cxx.

Referenced by _testConstructor6(), and utEvent().


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