ATLAS Offline Software
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 Thu Nov 7 2024 21:32:19 for ATLAS Offline Software by
1.8.18