#include <mVThresholdVariable.h>
Inheritance diagram for SctData::mVThresholdVariable:
Public Member Functions | |
virtual double | getLinkActualPoint (double logicalPt, const ModuleConfiguration &config, unsigned int link) const throw () |
virtual double | getChipActualPoint (double logicalPt, const ModuleConfiguration &config, unsigned int chip) const throw () |
virtual double | getChannelActualPoint (double logicalPt, const ModuleConfiguration &config, unsigned int channel) const throw () |
virtual double | getLinkLogicalPoint (double actualPt, const ModuleConfiguration &config, unsigned int link) const throw () |
virtual double | getChipLogicalPoint (double actualPt, const ModuleConfiguration &config, unsigned int chip) const throw () |
virtual double | getChannelLogicalPoint (double actualPt, const ModuleConfiguration &config, unsigned int channel) const throw () |
Static Public Member Functions | |
const mVThresholdVariable & | instance () throw () |
Private Member Functions | |
mVThresholdVariable () | |
unsigned char | getActualPoint (double logicalPt) const throw () |
To get mV from DAC, multiply by 2.5. | |
double | getLogicalPoint (unsigned char actualPt) const throw () |
|
Definition at line 19 of file mVThresholdVariable.cpp. References ST_VTHR. |
|
To get mV from DAC, multiply by 2.5.
Definition at line 32 of file mVThresholdVariable.h. References Sct::roundToUChar(). |
|
Implements SctData::ConfigurationVariable. Definition at line 34 of file mVThresholdVariable.cpp. |
|
Implements SctData::ConfigurationVariable. Definition at line 47 of file mVThresholdVariable.cpp. |
|
Implements SctData::ConfigurationVariable. Definition at line 30 of file mVThresholdVariable.cpp. |
|
Implements SctData::ConfigurationVariable. Definition at line 43 of file mVThresholdVariable.cpp. |
|
Implements SctData::ConfigurationVariable. Definition at line 26 of file mVThresholdVariable.cpp. |
|
Implements SctData::ConfigurationVariable. Definition at line 39 of file mVThresholdVariable.cpp. |
|
Definition at line 36 of file mVThresholdVariable.h. |
|
Definition at line 21 of file mVThresholdVariable.cpp. References SctData::ob. |