#include <IPrecalcCalibTool.h>
Inheritance diagram for IPrecalcCalibTool:

Public Member Functions | |
| virtual | ~IPrecalcCalibTool () |
| virtual StatusCode | getPedSigCIDAC (CalUtil::RngIdx rngIdx, float &pedSigCIDAC)=0 |
| return pedestal sigma converted to CIDAC scale | |
| virtual StatusCode | getTrigCIDAC (CalUtil::DiodeIdx diodeIdx, float &trigCIDAC)=0 |
| return trigger threshold in CIDAC scale | |
| virtual StatusCode | getLacCIDAC (CalUtil::FaceIdx faceIdx, float &lacCIDAC)=0 |
| return lac threshold in CIDAC scale | |
| virtual StatusCode | getTrigMeV (CalUtil::DiodeIdx diodeIdx, float &mev)=0 |
| return trigger threshold in faceSignal (MeV) scale | |
| virtual StatusCode | getTrigRngADC (CalUtil::DiodeIdx diodeIdx, CalUtil::RngNum &rng, float &adc)=0 |
| return trigger threshold in proper adc range w/ associated range & adc value | |
Static Public Member Functions | |
| const InterfaceID & | interfaceID () |
Definition at line 22 of file IPrecalcCalibTool.h.
|
|
Definition at line 27 of file IPrecalcCalibTool.h.
00027 {}
|
|
||||||||||||
|
return lac threshold in CIDAC scale
Implemented in PrecalcCalibTool. Referenced by CalDiagnosticTool::calcLACBits(), XtalDigiTool::calculate(), test_PrecalcCalibTool::testMissingXtal(), test_CalDiagnosticTool::testSingleDiag(), and test_PrecalcCalibTool::testXtal(). |
|
||||||||||||
|
return pedestal sigma converted to CIDAC scale
Implemented in PrecalcCalibTool. Referenced by CalSignalTool::calcElectronicNoiseXtal(), test_PrecalcCalibTool::testMissingXtal(), and test_PrecalcCalibTool::testXtal(). |
|
||||||||||||
|
return trigger threshold in CIDAC scale
Implemented in PrecalcCalibTool. Referenced by CalTrigTool::calcXtalTrigSignalTool(), test_PrecalcCalibTool::testMissingXtal(), test_PrecalcCalibTool::testXtal(), test_CalTrigTool::verifyDiode(), and test_CalTrigTool::verifyTwrTrigger(). |
|
||||||||||||
|
return trigger threshold in faceSignal (MeV) scale
Implemented in PrecalcCalibTool. Referenced by CalTrigTool::calcXtalTrig(), test_PrecalcCalibTool::testMissingXtal(), and test_PrecalcCalibTool::testXtal(). |
|
||||||||||||||||
|
return trigger threshold in proper adc range w/ associated range & adc value this is needed bc trigger thresholds are often measured past the saturation point of x8 range Implemented in PrecalcCalibTool. Referenced by CalTrigTool::calcXtalTrig(), test_PrecalcCalibTool::testMissingXtal(), and test_PrecalcCalibTool::testXtal(). |
|
|
Definition at line 25 of file IPrecalcCalibTool.h.
00025 { return IID_IPrecalcCalibTool; }
|
1.3.3