#include <DTPerformance.h>
Public Member Functions | |
DTPerformanceData () | |
~DTPerformanceData () | |
Public Attributes | |
float | meanAfterPulse |
float | meanEfficiency |
float | meanMtime |
float | meanNoise |
float | meanResolution |
float | meanT0 |
float | meanTtrig |
Definition at line 51 of file DTPerformance.h.
DTPerformanceData::DTPerformanceData | ( | ) |
Definition at line 56 of file DTPerformance.cc.
: meanT0( 0.0 ), meanTtrig( 0.0 ), meanMtime( 0.0 ), meanNoise( 0.0 ), meanAfterPulse( 0.0 ), meanResolution( 0.0 ), meanEfficiency( 0.0 ) { }
DTPerformanceData::~DTPerformanceData | ( | ) |
Definition at line 76 of file DTPerformance.cc.
{ }
Definition at line 62 of file DTPerformance.h.
Referenced by DTPerformance::get(), and DTPerformance::set().
Definition at line 64 of file DTPerformance.h.
Referenced by DTPerformance::get(), and DTPerformance::set().
Definition at line 60 of file DTPerformance.h.
Referenced by DTPerformance::get(), and DTPerformance::set().
Definition at line 61 of file DTPerformance.h.
Referenced by DTPerformance::get(), and DTPerformance::set().
Definition at line 63 of file DTPerformance.h.
Referenced by DTPerformance::get(), and DTPerformance::set().
Definition at line 58 of file DTPerformance.h.
Referenced by DTPerformance::get(), and DTPerformance::set().
Definition at line 59 of file DTPerformance.h.
Referenced by DTPerformance::get(), and DTPerformance::set().