ATLAS Offline Software
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 
7 #include "GaudiKernel/MsgStream.h"
8 
9 
11  : AtlasDetectorID("ZdcHardwareID", "")
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
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