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

Public Types | |
| typedef CalUtil::CalVec< CalUtil::XtalDiode, float > | XtalSignalMap |
| represent all 4 diode signals in single xtal. | |
Public Member Functions | |
| virtual StatusCode | calculate (Event::CalDigi &calDigi, CalUtil::CalVec< CalUtil::FaceNum, bool > &lacBits, bool zeroSuppress, string calFirstRng="autoRng")=0 |
| calculate Adc response for one cal xtalIdx. also select best rng. | |
Static Public Member Functions | |
| const InterfaceID & | interfaceID () |
Definition at line 35 of file IXtalDigiTool.h.
|
|
represent all 4 diode signals in single xtal.
Definition at line 41 of file IXtalDigiTool.h. |
|
||||||||||||||||||||
|
calculate Adc response for one cal xtalIdx. also select best rng.
Implemented in XtalDigiTool. |
|
|
Definition at line 38 of file IXtalDigiTool.h.
00038 { return IID_IXtalDigiTool; }
|
1.3.3