![]() |
ATLAS Offline Software
|
#include <SCT_RadDamageSummaryTool.h>
Public Member Functions | |
| SCT_RadDamageSummaryTool (const std::string &type, const std::string &name, const IInterface *parent) | |
| virtual | ~SCT_RadDamageSummaryTool ()=default |
| virtual StatusCode | initialize () override |
| virtual StatusCode | finalize () override |
| virtual void | holeTransport (double &x0, double &y0, double &xfin, double &yfin, double &Q_m2, double &Q_m1, double &Q_00, double &Q_p1, double &Q_p2, const EventContext &ctx) const override |
| virtual SCT_ChargeTrappingCondData | getCondData (const IdentifierHash &elementHash, const double &zpos, const EventContext &ctx) const override |
Private Attributes | |
| ToolHandle< ISCT_ChargeTrappingTool > | m_chargeTrappingTool {this, "ChargeTrappingTool", "SCT_ChargeTrappingTool", "Tool to retrieve charge trapping properties"} |
Definition at line 29 of file SCT_RadDamageSummaryTool.h.
| SCT_RadDamageSummaryTool::SCT_RadDamageSummaryTool | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
Definition at line 10 of file SCT_RadDamageSummaryTool.cxx.
|
virtualdefault |
|
overridevirtual |
Definition at line 26 of file SCT_RadDamageSummaryTool.cxx.
|
overridevirtual |
Definition at line 32 of file SCT_RadDamageSummaryTool.cxx.
|
overridevirtual |
Definition at line 36 of file SCT_RadDamageSummaryTool.cxx.
|
overridevirtual |
Definition at line 16 of file SCT_RadDamageSummaryTool.cxx.
|
private |
Definition at line 41 of file SCT_RadDamageSummaryTool.h.