#include <SiElementPropertiesTable.h>
Definition at line 25 of file SiElementPropertiesTable.h.
◆ SiElementPropertiesTable()
Definition at line 19 of file SiElementPropertiesTable.cxx.
23 {
26 for (
size_t i = 0;
i < maxSCT; ++
i){
27 IdentifierHash
hash(i);
28 const InDetDD::SiDetectorElement* element = elements[
hash];
29 if (element != nullptr){
30 m_properties.emplace_back(hash, idHelper,*element,epsilonWidth,doEndcapEtaNeighbours);
31 }
32 }
33}
std::vector< SiElementProperties > m_properties
size_type wafer_hash_max() const
◆ ~SiElementPropertiesTable()
| InDet::SiElementPropertiesTable::~SiElementPropertiesTable |
( |
| ) |
|
|
default |
◆ halfWidth()
| float InDet::SiElementPropertiesTable::halfWidth |
( |
IdentifierHash | hashID | ) |
const |
|
inline |
◆ neighbours()
◆ m_properties
The documentation for this class was generated from the following files: