#include <DoubleTriggerNoiseTestResult.h>
Inheritance diagram for SctData::DoubleTriggerNoiseTestResult:


Public Member Functions | |
| DoubleTriggerNoiseTestResult () throw () | |
| ~DoubleTriggerNoiseTestResult () throw () | |
| DoubleTriggerNoiseTestResult (const unsigned int runNumber, const string &moduleName) throw () | |
| Constructor. | |
| virtual string | getClassName () const throw () |
| Get the class name for this object. | |
| float | getPedestalOccupancy (short unsigned ichip) const |
| void | setPedestalOccupancy (short unsigned ichip, float value) |
| float | getPeakOccupancy (short unsigned ichip) const |
| void | setPeakOccupancy (short unsigned ichip, float value) |
| float | getPeakOccupancyBin (short unsigned ichip) const |
| void | setPeakOccupancyBin (short unsigned ichip, float value) |
| float | getPeakRatio (short unsigned ichip) const |
| void | setPeakRatio (short unsigned ichip, float value) |
Private Attributes | |
| vector< float > | m_pedestal |
| vector< float > | m_peak |
| vector< float > | m_peakratio |
| vector< float > | m_peakbin |
Definition at line 13 of file DoubleTriggerNoiseTestResult.h.
|
||||||||||||
|
Constructor.
Definition at line 18 of file DoubleTriggerNoiseTestResult.cpp. |
|
|
Get the class name for this object. This is used to identify the precise type.
Implements Sct::Streamable. Definition at line 26 of file DoubleTriggerNoiseTestResult.cpp. |
1.4.6