5#ifndef CALOCONDITIONS_CALONOISEHASHRANGES
6#define CALOCONDITIONS_CALONOISEHASHRANGES
Helper class for offline cell identifiers.
std::size_t maxTileCells() const
Return the number of Tile cells.
std::size_t maxLArCells() const
Return the number of LAr cells.
~CaloNoiseHashRanges()=default
const std::map< SYSTEM, IdentifierHash > & hashOffsets() const
Return a map of cool-channel and hash-offset.
std::size_t m_maxLArCells
std::size_t m_maxTileCells
std::map< SYSTEM, IdentifierHash > m_hashOffsets
CaloNoiseHashRanges()=delete