ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetConditions
SCT_ConditionsTools
src
SCT_RadDamageSummaryTool.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
3
/*
4
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef SCT_RADDAMAGESUMMARYTOOL_H
8
#define SCT_RADDAMAGESUMMARYTOOL_H
9
10
#include "
SCT_ConditionsTools/ISCT_RadDamageSummaryTool.h
"
11
12
#include "
AthenaBaseComps/AthAlgTool.h
"
13
#include "
SCT_ConditionsTools/ISCT_ChargeTrappingTool.h
"
14
15
#include <string>
16
17
class
IdentifierHash
;
18
19
// ----------------------------------------------------------------------------- //
20
// -- Summary tool for radiation damage related tools
21
// Provides access to SCT_ChargeTrappingTool
22
//
23
// primary author for Pixels: Carolina Deluca <carolina.deluca.silberberg@cern.ch>
24
// author for SCT: Peter Vankov <peter.vankov@cern.ch>,
25
// Marco Filipuzzi <marco.filipuzzi@cern.ch>
26
// date: 2012-05-18
27
// ----------------------------------------------------------------------------- //
28
29
class
SCT_RadDamageSummaryTool
:
public
extends<AthAlgTool, ISCT_RadDamageSummaryTool> {
30
31
public
:
32
SCT_RadDamageSummaryTool
(
const
std::string&
type
,
const
std::string& name,
const
IInterface* parent);
33
virtual
~SCT_RadDamageSummaryTool
() =
default
;
34
virtual
StatusCode
initialize
()
override
;
35
virtual
StatusCode
finalize
()
override
;
36
37
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
;
38
virtual
SCT_ChargeTrappingCondData
getCondData
(
const
IdentifierHash
& elementHash,
const
double
& zpos,
const
EventContext& ctx)
const override
;
39
40
private
:
41
ToolHandle<ISCT_ChargeTrappingTool>
m_chargeTrappingTool
{
this
,
"ChargeTrappingTool"
,
"SCT_ChargeTrappingTool"
,
"Tool to retrieve charge trapping properties"
};
42
};
43
44
#endif
// SCT_RADDAMAGESUMMARYTOOL_H
AthAlgTool.h
ISCT_ChargeTrappingTool.h
ISCT_RadDamageSummaryTool.h
IdentifierHash
This is a "hash" representation of an Identifier.
Definition
IdentifierHash.h:25
SCT_ChargeTrappingCondData
Data object for SCT_ChargeTrappingTool, SCT_RadDamageSummaryTool, SCT_SurfaceChargesGenerator.
Definition
SCT_ChargeTrappingCondData.h:22
SCT_RadDamageSummaryTool::getCondData
virtual SCT_ChargeTrappingCondData getCondData(const IdentifierHash &elementHash, const double &zpos, const EventContext &ctx) const override
Definition
SCT_RadDamageSummaryTool.cxx:32
SCT_RadDamageSummaryTool::~SCT_RadDamageSummaryTool
virtual ~SCT_RadDamageSummaryTool()=default
SCT_RadDamageSummaryTool::SCT_RadDamageSummaryTool
SCT_RadDamageSummaryTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition
SCT_RadDamageSummaryTool.cxx:10
SCT_RadDamageSummaryTool::holeTransport
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
Definition
SCT_RadDamageSummaryTool.cxx:36
SCT_RadDamageSummaryTool::m_chargeTrappingTool
ToolHandle< ISCT_ChargeTrappingTool > m_chargeTrappingTool
Definition
SCT_RadDamageSummaryTool.h:41
SCT_RadDamageSummaryTool::initialize
virtual StatusCode initialize() override
Definition
SCT_RadDamageSummaryTool.cxx:16
SCT_RadDamageSummaryTool::finalize
virtual StatusCode finalize() override
Definition
SCT_RadDamageSummaryTool.cxx:26
type
Generated on
for ATLAS Offline Software by
1.17.0