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
PixelDigitization
src
FrontEndSimTool.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3
*/
4
#include "
FrontEndSimTool.h
"
5
6
7
FrontEndSimTool::FrontEndSimTool
(
const
std::string&
type
,
const
std::string&
name
,
const
IInterface*
parent
) :
8
AthAlgTool
(
type
,
name
,
parent
) {
9
declareInterface<FrontEndSimTool>(
this
);
10
}
11
12
StatusCode
13
FrontEndSimTool::initialize
() {
14
ATH_CHECK
(
m_pixelConditionsTool
.retrieve());
15
ATH_CHECK
(
m_pixelReadout
.retrieve());
16
ATH_CHECK
(
m_chargeDataKey
.
initialize
());
17
if
(
m_cosmics
){
18
m_numberOfBcid
= 8;
19
m_timeOffset
= 100.;
20
m_timeJitter
= 25.0;
21
}
22
23
return
StatusCode::SUCCESS;
24
}
25
26
StatusCode
27
FrontEndSimTool::finalize
() {
return
StatusCode::FAILURE;}
28
29
30
31
32
33
34
FrontEndSimTool::FrontEndSimTool
FrontEndSimTool()
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
FrontEndSimTool::initialize
virtual StatusCode initialize() override
Definition:
FrontEndSimTool.cxx:13
FrontEndSimTool::m_cosmics
Gaudi::Property< bool > m_cosmics
Definition:
FrontEndSimTool.h:76
FrontEndSimTool::m_timeJitter
double m_timeJitter
Definition:
FrontEndSimTool.h:53
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
FrontEndSimTool::m_numberOfBcid
int m_numberOfBcid
Definition:
FrontEndSimTool.h:51
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
FrontEndSimTool::m_pixelReadout
ServiceHandle< InDetDD::IPixelReadoutManager > m_pixelReadout
Definition:
FrontEndSimTool.h:59
ATH_CHECK
#define ATH_CHECK
Definition:
AthCheckMacros.h:40
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
SG::CondHandleKey::initialize
StatusCode initialize(bool used=true)
FrontEndSimTool.h
FrontEndSimTool::finalize
virtual StatusCode finalize() override
Definition:
FrontEndSimTool.cxx:27
FrontEndSimTool::m_timeOffset
double m_timeOffset
Definition:
FrontEndSimTool.h:52
FrontEndSimTool::m_chargeDataKey
SG::ReadCondHandleKey< PixelChargeCalibCondData > m_chargeDataKey
Definition:
FrontEndSimTool.h:64
AthAlgTool
Definition:
AthAlgTool.h:26
FrontEndSimTool::m_pixelConditionsTool
ToolHandle< IInDetConditionsTool > m_pixelConditionsTool
Definition:
FrontEndSimTool.h:55
Generated on Thu Mar 13 2025 21:10:53 for ATLAS Offline Software by
1.8.18