Loading [MathJax]/jax/output/SVG/config.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
ForwardDetectors
ZDC
ZdcIdentifier
src
ZdcHardwareID.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 "
IdDict/IdDictDefs.h
"
6
#include "
Identifier/IdentifierHash.h
"
7
#include "
ZdcIdentifier/ZdcHardwareID.h
"
8
#include "GaudiKernel/MsgStream.h"
9
10
11
ZdcHardwareID::ZdcHardwareID
(
void
)
12
{
13
}
14
15
ZdcHardwareID::~ZdcHardwareID
(
void
)
16
{
17
}
18
19
int
ZdcHardwareID::ppm
(
const
HWIdentifier
&
/*hwid*/
)
20
{
21
return
0;
22
}
23
24
int
ZdcHardwareID::channel
(
const
HWIdentifier
&
/*hwid*/
)
25
{
26
return
0;
27
}
28
29
HWIdentifier
ZdcHardwareID::ppm_id
(
int
/*ppm*/
)
30
{
31
return
HWIdentifier
(0);
32
}
33
34
HWIdentifier
ZdcHardwareID::channel_id
(
int
/*ppm*/
,
int
/*channel*/
)
35
{
36
return
HWIdentifier
(0);
37
}
ZdcHardwareID::channel_id
static HWIdentifier channel_id(int ppm, int channel)
Definition:
ZdcHardwareID.cxx:34
ZdcHardwareID::ppm
static int ppm(const HWIdentifier &hwid)
Definition:
ZdcHardwareID.cxx:19
HWIdentifier
Definition:
HWIdentifier.h:13
ZdcHardwareID::~ZdcHardwareID
virtual ~ZdcHardwareID()
Definition:
ZdcHardwareID.cxx:15
IdDictDefs.h
ZdcHardwareID::ZdcHardwareID
ZdcHardwareID(void)
Definition:
ZdcHardwareID.cxx:11
ZdcHardwareID.h
IdentifierHash.h
ZdcHardwareID::ppm_id
static HWIdentifier ppm_id(int ppm)
Definition:
ZdcHardwareID.cxx:29
ZdcHardwareID::channel
static int channel(const HWIdentifier &hwid)
Definition:
ZdcHardwareID.cxx:24
Generated on Tue May 13 2025 21:22:57 for ATLAS Offline Software by
1.8.18