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

Public Member Functions | |
| virtual StatusCode | calculate (const Event::CalDigi &digi, Event::CalXtalRecData &xtalRec, CalUtil::CalVec< CalUtil::FaceNum, bool > &belowNoise, CalUtil::CalVec< CalUtil::FaceNum, bool > &saturated, INeighborXtalkTool const *const nbrXtalkTool)=0 |
| estimate total deposited energy given the digital response for both faces | |
Static Public Member Functions | |
| const InterfaceID & | interfaceID () |
Definition at line 38 of file IXtalRecTool.h.
|
||||||||||||||||||||||||
|
estimate total deposited energy given the digital response for both faces
Implemented in XtalRecTool. Referenced by CalXtalRecAlg::execute(). |
|
|
Definition at line 41 of file IXtalRecTool.h.
00041 { return IID_IXtalRecTool; }
|
1.3.3