|
ATLAS Offline Software
|
#include <SiElementProperties.h>
Definition at line 25 of file SiElementProperties.h.
◆ SiElementProperties()
◆ ~SiElementProperties()
InDet::SiElementProperties::~SiElementProperties |
( |
| ) |
|
|
default |
◆ halfWidth()
float InDet::SiElementProperties::halfWidth |
( |
void |
| ) |
const |
|
inline |
◆ neighbours()
◆ m_halfWidth
float InDet::SiElementProperties::m_halfWidth |
|
private |
◆ m_neighbours
The documentation for this class was generated from the following files:
int get_next_in_phi(const IdentifierHash &id, IdentifierHash &next) const
Next wafer hash in phi (return == 0 for neighbor found)
int get_prev_in_phi(const IdentifierHash &id, IdentifierHash &prev) const
Previous wafer hash in phi (return == 0 for neighbor found)
virtual int get_id(const IdentifierHash &hash_id, Identifier &id, const IdContext *context=0) const override final
Create compact id from hash id (return == 0 for OK)
std::pair< std::vector< unsigned int >, bool > res
std::vector< IdentifierHash > m_neighbours
IdContext wafer_context(void) const
virtual double maxWidth() const =0
Method to calculate maximum width of a module.
int get_other_side(const IdentifierHash &id, IdentifierHash &other) const
Wafer hash on other side.
int get_prev_in_eta(const IdentifierHash &id, IdentifierHash &prev) const
Previous wafer hash in eta (return == 0 for neighbor found)
int get_next_in_eta(const IdentifierHash &id, IdentifierHash &next) const
Next wafer hash in eta (return == 0 for neighbor found)
virtual double minWidth() const =0
Method to calculate minimum width of a module.
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
bool isStereo() const
Check if it is the stereo side (useful for SCT)
virtual const SiDetectorDesign & design() const override final
access to the local description (inline):
This class saves the "context" of an expanded identifier (ExpandedIdentifier) for compact or hash ver...
bool is_barrel(const Identifier &id) const
Test for barrel - WARNING: id MUST be sct id, otherwise answer is not accurate. Use SiliconID for gen...