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
w
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
Simulation
G4Atlas
G4AtlasTests
src
ZDCHitsTestTool.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef G4AT_ZDCHITSTESTTOOL
6
#define G4AT_ZDCHITSTESTTOOL
7
8
#include "
SimTestToolBase.h
"
9
#include "
ZdcIdentifier/ZdcID.h
"
10
11
12
class
ZDCHitsTestTool
:
public
SimTestToolBase
{
13
14
15
public
:
16
17
ZDCHitsTestTool
(
const
std::string&
type
,
const
std::string&
name
,
const
IInterface*
parent
);
18
19
StatusCode
initialize
();
20
21
StatusCode
processEvent
();
22
private
:
23
24
// globals
25
TH1 *
m_zdc
[2][4],*
m_rpd
[2][16];
26
const
ZdcID
*
m_ZdcID
=
nullptr
;
27
28
};
29
30
#endif
ZDCHitsTestTool::m_rpd
TH1 * m_rpd[2][16]
Definition:
ZDCHitsTestTool.h:25
ZDCHitsTestTool::m_zdc
TH1 * m_zdc[2][4]
Definition:
ZDCHitsTestTool.h:25
ZDCHitsTestTool::ZDCHitsTestTool
ZDCHitsTestTool(const std::string &type, const std::string &name, const IInterface *parent)
Definition:
ZDCHitsTestTool.cxx:15
python.CaloAddPedShiftConfig.type
type
Definition:
CaloAddPedShiftConfig.py:42
SimTestToolBase
Definition:
SimTestToolBase.h:20
SimTestToolBase.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
test_pyathena.parent
parent
Definition:
test_pyathena.py:15
ZDCHitsTestTool::m_ZdcID
const ZdcID * m_ZdcID
Definition:
ZDCHitsTestTool.h:26
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
ZdcID.h
ZDCHitsTestTool::initialize
StatusCode initialize()
Definition:
ZDCHitsTestTool.cxx:28
ZDCHitsTestTool
Definition:
ZDCHitsTestTool.h:12
ZdcID
Definition:
ZdcID.h:25
ZDCHitsTestTool::processEvent
StatusCode processEvent()
Definition:
ZDCHitsTestTool.cxx:51
Generated on Sat May 10 2025 21:22:48 for ATLAS Offline Software by
1.8.18