ATLAS Offline Software
Loading...
Searching...
No Matches
SiDetectorElementCollection.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 const unsigned int value{hash.value()};
11 if (this->size()<=value) return nullptr;
12 return this->at(value);
13}
const SiDetectorElement * at(size_type n) const
size_type size() const noexcept
This is a "hash" representation of an Identifier.
const SiDetectorElement * getDetectorElement(const IdentifierHash &hash) const
Class to hold geometrical description of a silicon detector element.