ATLAS Offline Software
InDetDD
HGTDDetEl
Functions
InDetDD::HGTDDetEl Namespace Reference
Functions
const
HGTD_DetectorElement
*
getDetectorElement
(
const
IdentifierHash
&hash,
const
HGTD_DetectorElementCollection
&coll)
Function Documentation
◆
getDetectorElement()
const
HGTD_DetectorElement
* InDetDD::HGTDDetEl::getDetectorElement
(
const
IdentifierHash
&
hash
,
const
HGTD_DetectorElementCollection
&
coll
)
inline
Definition at line
25
of file
HGTD_DetectorElementCollection.h
.
26
{
27
const
unsigned
int
value
{
hash
.value()};
28
if
(coll.size() <=
value
){
29
return
nullptr
;
30
}
31
return
coll.at(
value
);
32
}
athena.value
value
Definition:
athena.py:124
CaloCondBlobAlgs_fillNoiseFromASCII.hash
dictionary hash
Definition:
CaloCondBlobAlgs_fillNoiseFromASCII.py:108
Generated on Fri Sep 26 2025 22:00:52 for ATLAS Offline Software by
1.8.18