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
RD53SimTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
11
#ifndef PIXELDIGITIZATION_RD53SimTool_H
12
#define PIXELDIGITIZATION_RD53SimTool_H
13
14
#include "
AthenaBaseComps/AthAlgTool.h
"
15
#include "
FrontEndSimTool.h
"
16
#include "
InDetRawData/PixelRDO_Collection.h
"
//typedef
17
#include "
PixelConditionsData/PixelModuleData.h
"
//ReadCondHandleKey template param
18
19
class
SiChargedDiodeCollection
;
20
21
namespace
CLHEP
{
22
class
HepRandomEngine;
23
}
24
25
class
RD53SimTool
:
public
FrontEndSimTool
{
26
public
:
27
RD53SimTool
(
const
std::string&
type
,
const
std::string&
name
,
const
IInterface*
parent
);
28
29
virtual
StatusCode
initialize
();
30
virtual
StatusCode
finalize
();
31
virtual
~RD53SimTool
();
32
virtual
void
process
(
SiChargedDiodeCollection
& chargedDiodes,
PixelRDO_Collection
& rdoCollection,
33
CLHEP::HepRandomEngine* rndmEngine);
34
private
:
35
36
SG::ReadCondHandleKey<PixelModuleData>
m_moduleDataKey
{
37
this
,
"PixelModuleData"
,
"PixelModuleData"
,
"Pixel module data"
38
};
39
40
RD53SimTool
();
41
Gaudi::Property<bool>
m_doTimeWalk
{
42
this
,
"DoTimeWalk"
,
false
,
"include time-walk effects"
43
};
44
Gaudi::Property<int>
m_overDrive
{
45
this
,
"OverDrive"
,150,
"value of overdrive (in-time threshold - absolute threshold) in electrons"
46
};
47
};
48
49
#endif // PIXELDIGITIZATION_RD53SimTool_H
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
RD53SimTool::m_doTimeWalk
Gaudi::Property< bool > m_doTimeWalk
Definition:
RD53SimTool.h:41
RD53SimTool::m_moduleDataKey
SG::ReadCondHandleKey< PixelModuleData > m_moduleDataKey
Definition:
RD53SimTool.h:36
SiChargedDiodeCollection
Definition:
SiChargedDiodeCollection.h:109
PixelRDO_Collection.h
FrontEndSimTool
Definition:
FrontEndSimTool.h:31
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
RD53SimTool::RD53SimTool
RD53SimTool()
CLHEP
STD'S.
Definition:
IAtRndmGenSvc.h:19
RD53SimTool
Definition:
RD53SimTool.h:25
AthAlgTool.h
InDetRawDataCollection
Definition:
InDetRawDataCollection.h:31
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
RD53SimTool::initialize
virtual StatusCode initialize()
Definition:
RD53SimTool.cxx:29
RD53SimTool::m_overDrive
Gaudi::Property< int > m_overDrive
Definition:
RD53SimTool.h:44
RD53SimTool::process
virtual void process(SiChargedDiodeCollection &chargedDiodes, PixelRDO_Collection &rdoCollection, CLHEP::HepRandomEngine *rndmEngine)
Definition:
RD53SimTool.cxx:41
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
SG::ReadCondHandleKey< PixelModuleData >
RD53SimTool::~RD53SimTool
virtual ~RD53SimTool()
FrontEndSimTool.h
RD53SimTool::finalize
virtual StatusCode finalize()
Definition:
RD53SimTool.cxx:36
PixelModuleData.h
Store pixel constant parameters in PixelModuleData.
Generated on Sun Mar 16 2025 21:17:10 for ATLAS Offline Software by
1.8.18