ATLAS Offline Software
ForwardDetectors
ZDC
ZdcIdentifier
src
ZdcHardwareID.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
ZdcIdentifier/ZdcHardwareID.h
"
6
#include "
Identifier/IdentifierHash.h
"
7
#include "GaudiKernel/MsgStream.h"
8
9
10
ZdcHardwareID::ZdcHardwareID
()
11
:
AtlasDetectorID
(
"ZdcHardwareID"
,
""
)
12
{
13
}
14
15
ZdcHardwareID::~ZdcHardwareID
()
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
ZdcHardwareID::ZdcHardwareID
ZdcHardwareID()
Definition:
ZdcHardwareID.cxx:10
ZdcHardwareID.h
IdentifierHash.h
ZdcHardwareID::ppm_id
static HWIdentifier ppm_id(int ppm)
Definition:
ZdcHardwareID.cxx:29
AtlasDetectorID
This class provides an interface to generate or decode an identifier for the upper levels of the dete...
Definition:
AtlasDetectorID.h:52
ZdcHardwareID::channel
static int channel(const HWIdentifier &hwid)
Definition:
ZdcHardwareID.cxx:24
Generated on Fri Oct 31 2025 21:24:11 for ATLAS Offline Software by
1.8.18