ATLAS Offline Software
Loading...
Searching...
No Matches
LArCalibLineMapping.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
13
14
15const std::vector<HWIdentifier>& LArCalibLineMapping::calibSlotLine(const HWIdentifier id) const {
16 const IdentifierHash hid=m_onlineId->channel_Hash(id);
17 return calibSlotLineFromHash(hid);
18}
This is a "hash" representation of an Identifier.
LArCalibLineMapping()=delete
const std::vector< HWIdentifier > & calibSlotLineFromHash(const IdentifierHash h) const
const std::vector< HWIdentifier > & calibSlotLine(const HWIdentifier id) const
const LArOnlineID_Base * m_onlineId
Helper for the Liquid Argon Calorimeter cell identifiers.