ATLAS Offline Software
Loading...
Searching...
No Matches
TRT_DetElementCollection.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
7
10 unsigned int value{hash.value()};
11 if (this->size()<=value) return nullptr;
12 return (*this)[value];
13}
size_type size() const noexcept
This is a "hash" representation of an Identifier.
Virtual base class of TRT readout elements.
const TRT_BaseElement * getDetectorElement(const IdentifierHash &hash) const