![]() |
ATLAS Offline Software
|
#include <LArAutoCorrDecoderTool.h>
Public Member Functions | |
| virtual | ~LArAutoCorrDecoderTool () |
| const Eigen::MatrixXd | AutoCorr (const HWIdentifier &CellID, int gain, unsigned nSamples) const |
| virtual StatusCode | initialize () |
| virtual StatusCode | finalize () |
Static Public Member Functions | |
| static const InterfaceID & | interfaceID () |
Private Member Functions | |
| const Eigen::MatrixXd | ACDiagonal (const HWIdentifier &CellID, int gain, unsigned nSamples) const |
| const Eigen::MatrixXd | ACPhysics (const HWIdentifier &CellID, int gain, unsigned nSamples) const |
Private Attributes | |
| Gaudi::Property< unsigned > | m_decodemode {this,"DecodeMode",0} |
| Gaudi::Property< bool > | m_alwaysHighGain {this,"UseAlwaysHighGain",false} |
| Gaudi::Property< bool > | m_isSC {this,"isSC",false} |
| Gaudi::Property< std::string > | m_keyAutoCorr {this,"KeyAutoCorr","LArAutoCorr"} |
| const LArOnlineID_Base * | m_onlineID =nullptr |
Definition at line 21 of file LArAutoCorrDecoderTool.h.
|
virtualdefault |
|
private |
Definition at line 45 of file LArAutoCorrDecoderTool.cxx.
|
private |
Definition at line 93 of file LArAutoCorrDecoderTool.cxx.
| const Eigen::MatrixXd LArAutoCorrDecoderTool::AutoCorr | ( | const HWIdentifier & | CellID, |
| int | gain, | ||
| unsigned | nSamples = 5 ) const |
Definition at line 36 of file LArAutoCorrDecoderTool.cxx.
|
inlinevirtual |
Definition at line 38 of file LArAutoCorrDecoderTool.h.
|
virtual |
Definition at line 10 of file LArAutoCorrDecoderTool.cxx.
|
inlinestatic |
Definition at line 40 of file LArAutoCorrDecoderTool.h.
|
private |
Definition at line 48 of file LArAutoCorrDecoderTool.h.
|
private |
Definition at line 47 of file LArAutoCorrDecoderTool.h.
|
private |
Definition at line 49 of file LArAutoCorrDecoderTool.h.
|
private |
Definition at line 50 of file LArAutoCorrDecoderTool.h.
|
private |
Definition at line 55 of file LArAutoCorrDecoderTool.h.