ATLAS Offline Software
Loading...
Searching...
No Matches
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
18
19int ZdcHardwareID::ppm(const HWIdentifier& /*hwid*/)
20{
21 return 0;
22}
23
25{
26 return 0;
27}
28
30{
31 return HWIdentifier(0);
32}
33
34HWIdentifier ZdcHardwareID::channel_id(int /*ppm*/, int /*channel*/)
35{
36 return HWIdentifier(0);
37}
AtlasDetectorID(const std::string &name, const std::string &group)
static int channel(const HWIdentifier &hwid)
virtual ~ZdcHardwareID()
static int ppm(const HWIdentifier &hwid)
static HWIdentifier channel_id(int ppm, int channel)
static HWIdentifier ppm_id(int ppm)