ATLAS Offline Software
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"
8 #include "GaudiKernel/MsgStream.h"
9 
10 
12 {
13 }
14 
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 
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