ATLAS Offline Software
LArFebRodMapping.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
7 
8 
10  m_onlineId(onlineId),
11  m_pFebHashtoROD(nullptr)
12 
13 {}
14 
16  const IdentifierHash& fHash=m_onlineId->feb_Hash(febId);
17  return getReadoutModuleIDFromHash(fHash);
18 }
LArFebRodMapping.h
LArFebRodMapping::getReadoutModuleID
HWIdentifier getReadoutModuleID(const HWIdentifier &id) const
Definition: LArFebRodMapping.cxx:15
HWIdentifier
Definition: HWIdentifier.h:13
LArFebRodMapping::m_onlineId
const LArOnlineID * m_onlineId
Definition: LArFebRodMapping.h:34
LArFebRodMapping::LArFebRodMapping
LArFebRodMapping()=delete
LArOnlineID
Definition: LArOnlineID.h:20
LArFebRodMapping::getReadoutModuleIDFromHash
HWIdentifier getReadoutModuleIDFromHash(const IdentifierHash h) const
Definition: LArFebRodMapping.h:42
IdentifierHash
Definition: IdentifierHash.h:38
LArOnlineID_Base::feb_Hash
IdentifierHash feb_Hash(HWIdentifier febId) const
Create feb hash identifiers from feb identifiers.
Definition: LArOnlineID_Base.cxx:1516
LArOnlineID.h