Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
InnerDetector
InDetDigitization
StripDigitization
src
StripDigitization.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
StripDigitization.h
"
6
#include "
PileUpTools/IPileUpTool.h
"
7
8
namespace
ITk
9
{
10
11
//----------------------------------------------------------------------
12
// Constructor with parameters:
13
//----------------------------------------------------------------------
14
StripDigitization::StripDigitization
(
const
std::string&
name
, ISvcLocator* pSvcLocator) :
15
AthAlgorithm
(
name
, pSvcLocator)
16
{
17
}
18
19
//----------------------------------------------------------------------
20
// Initialize method:
21
//----------------------------------------------------------------------
22
StatusCode
StripDigitization::initialize
() {
23
ATH_MSG_DEBUG
(
"StripDigitization::initialize()"
);
24
return
StatusCode::SUCCESS ;
25
}
26
27
//----------------------------------------------------------------------
28
// Execute method:
29
//----------------------------------------------------------------------
30
31
StatusCode
StripDigitization::execute
() {
32
ATH_MSG_DEBUG
(
"execute()"
);
33
return
m_stripDigitizationTool
->processAllSubEvents(Gaudi::Hive::currentContext());
34
}
35
36
}
// namespace ITk
ITk::StripDigitization::initialize
virtual StatusCode initialize() override final
Basic algorithm methods.
Definition:
StripDigitization.cxx:22
ITk::StripDigitization::execute
virtual StatusCode execute() override final
Definition:
StripDigitization.cxx:31
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition:
AthMsgStreamMacros.h:29
ITk::StripDigitization::StripDigitization
StripDigitization(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters.
Definition:
StripDigitization.cxx:14
IPileUpTool.h
a call-back interface for tools that merge pileup events information An IPileUpTool is called back fo...
AthAlgorithm
Definition:
AthAlgorithm.h:47
ITk
Definition:
ITkPixelOfflineCalibCondAlg.cxx:13
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
StripDigitization.h
ITk::StripDigitization::m_stripDigitizationTool
ToolHandle< IPileUpTool > m_stripDigitizationTool
Definition:
StripDigitization.h:42
Generated on Tue Apr 22 2025 21:19:12 for ATLAS Offline Software by
1.8.18