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 "
IdDict/IdDictDefs.h
"
6
#include "
Identifier/IdentifierHash.h
"
7
#include "
ZdcIdentifier/ZdcHardwareID.h
"
8
#include "GaudiKernel/MsgStream.h"
9
10
11
ZdcHardwareID::ZdcHardwareID
()
12
:
AtlasDetectorID
(
"ZdcHardwareID"
,
""
)
13
{
14
}
15
16
ZdcHardwareID::~ZdcHardwareID
()
17
{
18
}
19
20
int
ZdcHardwareID::ppm
(
const
HWIdentifier
&
/*hwid*/
)
21
{
22
return
0;
23
}
24
25
int
ZdcHardwareID::channel
(
const
HWIdentifier
&
/*hwid*/
)
26
{
27
return
0;
28
}
29
30
HWIdentifier
ZdcHardwareID::ppm_id
(
int
/*ppm*/
)
31
{
32
return
HWIdentifier
(0);
33
}
34
35
HWIdentifier
ZdcHardwareID::channel_id
(
int
/*ppm*/
,
int
/*channel*/
)
36
{
37
return
HWIdentifier
(0);
38
}
ZdcHardwareID::channel_id
static HWIdentifier channel_id(int ppm, int channel)
Definition:
ZdcHardwareID.cxx:35
ZdcHardwareID::ppm
static int ppm(const HWIdentifier &hwid)
Definition:
ZdcHardwareID.cxx:20
HWIdentifier
Definition:
HWIdentifier.h:13
ZdcHardwareID::~ZdcHardwareID
virtual ~ZdcHardwareID()
Definition:
ZdcHardwareID.cxx:16
IdDictDefs.h
ZdcHardwareID::ZdcHardwareID
ZdcHardwareID()
Definition:
ZdcHardwareID.cxx:11
ZdcHardwareID.h
IdentifierHash.h
ZdcHardwareID::ppm_id
static HWIdentifier ppm_id(int ppm)
Definition:
ZdcHardwareID.cxx:30
AtlasDetectorID
This class provides an interface to generate or decode an identifier for the upper levels of the dete...
Definition:
AtlasDetectorID.h:57
ZdcHardwareID::channel
static int channel(const HWIdentifier &hwid)
Definition:
ZdcHardwareID.cxx:25
Generated on Tue Sep 2 2025 21:26:52 for ATLAS Offline Software by
1.8.18