ATLAS Offline Software
Loading...
Searching...
No Matches
ISCT_ChargeTrappingTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
11
12#ifndef ISCT_ChargeTrappingTool_h
13#define ISCT_ChargeTrappingTool_h
14
15//Athena include
17
18//Gaudi Includes
19#include "GaudiKernel/EventContext.h"
20#include "GaudiKernel/IAlgTool.h"
21
22//forward declarations
23class IdentifierHash;
24
30class ISCT_ChargeTrappingTool: virtual public IAlgTool
31{
32 public:
33 virtual ~ISCT_ChargeTrappingTool() = default;
34
37
38 virtual SCT_ChargeTrappingCondData getCondData(const IdentifierHash& elementHash, double pos, const EventContext& ctx) const =0;
39 virtual SCT_ChargeTrappingCondData getCondData(const IdentifierHash& elementHash, double pos) const =0;
40 virtual void getHoleTransport(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 =0;
41 virtual void getHoleTransport(double& x0, double& y0, double& xfin, double& yfin, double& Q_m2, double& Q_m1, double& Q_00, double& Q_p1, double& Q_p2) const =0;
42
43};
44
45#endif // ISCT_ChargeTrappingTool_h
Interface class for tool providing the charge trapping probability for each charge position.
virtual ~ISCT_ChargeTrappingTool()=default
DeclareInterfaceID(ISCT_ChargeTrappingTool, 1, 0)
Creates the InterfaceID and interfaceID() method.
virtual SCT_ChargeTrappingCondData getCondData(const IdentifierHash &elementHash, double pos) const =0
virtual SCT_ChargeTrappingCondData getCondData(const IdentifierHash &elementHash, double pos, const EventContext &ctx) const =0
virtual void getHoleTransport(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 =0
virtual void getHoleTransport(double &x0, double &y0, double &xfin, double &yfin, double &Q_m2, double &Q_m1, double &Q_00, double &Q_p1, double &Q_p2) const =0
This is a "hash" representation of an Identifier.
Data object for SCT_ChargeTrappingTool, SCT_RadDamageSummaryTool, SCT_SurfaceChargesGenerator.