#include <TestStat.h>
Collaboration diagram for FastShower::TestStat:
Public Methods | |
TestStat () | |
TestStat (int pass, int test) | |
TestStat & | operator+= (const TestStat &t) |
void | incPass () |
void | incFail () |
void | incFail (std::string &s) |
bool | operator! () const |
void | reset () |
int | npass () const |
int | ntest () const |
Private Attributes | |
int | m_npass |
int | m_ntest |
std::string | m_mess |
|
Definition at line 15 of file TestStat.h. References m_mess, m_npass, and m_ntest.
|
|
Definition at line 16 of file TestStat.h. References m_mess, m_npass, and m_ntest.
|
|
Definition at line 5 of file TestStat.cxx. References m_npass, and m_ntest.
|
|
Definition at line 21 of file TestStat.h. References m_npass, and m_ntest. Referenced by FastShower::UpdatingGaussianTester::test(), FastShower::ProcessedNormalTester::test1(), FastShower::ProcessedFlatTester::test1(), and FastShower::LinearProcessorTester::test1().
|
|
Definition at line 22 of file TestStat.h. References m_ntest. Referenced by FastShower::UpdatingGaussianTester::test(), FastShower::ProcessedNormalTester::test1(), FastShower::ProcessedFlatTester::test1(), and FastShower::LinearProcessorTester::test1().
00022 { ++m_ntest;} |
|
Definition at line 23 of file TestStat.h. References m_mess, and m_ntest.
|
|
Definition at line 25 of file TestStat.h. References m_npass, and m_ntest.
|
|
Definition at line 26 of file TestStat.h. References m_npass, and m_ntest.
|
|
Definition at line 27 of file TestStat.h. References m_npass. Referenced by FastShower::operator<<().
00027 {return m_npass;} |
|
Definition at line 28 of file TestStat.h. References m_ntest. Referenced by FastShower::operator<<().
00028 {return m_ntest;} |
|
Definition at line 30 of file TestStat.h. Referenced by incPass(), npass(), operator!(), operator+=(), reset(), and TestStat(). |
|
Definition at line 31 of file TestStat.h. Referenced by incFail(), incPass(), ntest(), operator!(), operator+=(), reset(), and TestStat(). |
|
Definition at line 32 of file TestStat.h. Referenced by incFail(), and TestStat(). |