ATLAS Offline Software
Functions
InDetDD::HGTDDetEl Namespace Reference

Functions

const HGTD_DetectorElementgetDetectorElement (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