![]() |
ATLAS Offline Software
|
#include <GNNR3_Geometry.h>
Public Member Functions | |
| TrigFTF_GNNR3_Layer (const TrigInDetSiLayer &, float, int) | |
| ~TrigFTF_GNNR3_Layer () | |
| int | getEtaBin (float, float) const |
| float | getMinBinRadius (int) const |
| float | getMaxBinRadius (int) const |
| int | num_bins () const |
| bool | verifyBin (const TrigFTF_GNNR3_Layer *, int, int, float, float) const |
Public Attributes | |
| const TrigInDetSiLayer & | m_layer |
| std::vector< int > | m_bins |
| std::vector< float > | m_minRadius |
| std::vector< float > | m_maxRadius |
| std::vector< float > | m_minBinCoord |
| std::vector< float > | m_maxBinCoord |
| float | m_minEta |
| float | m_maxEta |
| float | m_etaBin |
Protected Attributes | |
| float | m_etaBinWidth |
| float | m_r1 |
| float | m_z1 |
| float | m_r2 |
| float | m_z2 |
| int | m_nBins |
Definition at line 16 of file GNNR3_Geometry.h.
| TrigFTF_GNNR3_Layer::TrigFTF_GNNR3_Layer | ( | const TrigInDetSiLayer & | ls, |
| float | ew, | ||
| int | bin0 ) |
Definition at line 13 of file GNNR3_Geometry.cxx.
| TrigFTF_GNNR3_Layer::~TrigFTF_GNNR3_Layer | ( | ) |
Definition at line 215 of file GNNR3_Geometry.cxx.
| int TrigFTF_GNNR3_Layer::getEtaBin | ( | float | zh, |
| float | rh ) const |
Definition at line 184 of file GNNR3_Geometry.cxx.
| float TrigFTF_GNNR3_Layer::getMaxBinRadius | ( | int | idx | ) | const |
Definition at line 208 of file GNNR3_Geometry.cxx.
| float TrigFTF_GNNR3_Layer::getMinBinRadius | ( | int | idx | ) | const |
Definition at line 201 of file GNNR3_Geometry.cxx.
|
inline |
Definition at line 26 of file GNNR3_Geometry.h.
| bool TrigFTF_GNNR3_Layer::verifyBin | ( | const TrigFTF_GNNR3_Layer * | pL, |
| int | b1, | ||
| int | b2, | ||
| float | min_z0, | ||
| float | max_z0 ) const |
Definition at line 124 of file GNNR3_Geometry.cxx.
| std::vector<int> TrigFTF_GNNR3_Layer::m_bins |
Definition at line 31 of file GNNR3_Geometry.h.
| float TrigFTF_GNNR3_Layer::m_etaBin |
Definition at line 37 of file GNNR3_Geometry.h.
|
protected |
Definition at line 41 of file GNNR3_Geometry.h.
| const TrigInDetSiLayer& TrigFTF_GNNR3_Layer::m_layer |
Definition at line 30 of file GNNR3_Geometry.h.
| std::vector<float> TrigFTF_GNNR3_Layer::m_maxBinCoord |
Definition at line 35 of file GNNR3_Geometry.h.
| float TrigFTF_GNNR3_Layer::m_maxEta |
Definition at line 37 of file GNNR3_Geometry.h.
| std::vector<float> TrigFTF_GNNR3_Layer::m_maxRadius |
Definition at line 33 of file GNNR3_Geometry.h.
| std::vector<float> TrigFTF_GNNR3_Layer::m_minBinCoord |
Definition at line 34 of file GNNR3_Geometry.h.
| float TrigFTF_GNNR3_Layer::m_minEta |
Definition at line 37 of file GNNR3_Geometry.h.
| std::vector<float> TrigFTF_GNNR3_Layer::m_minRadius |
Definition at line 32 of file GNNR3_Geometry.h.
|
protected |
Definition at line 44 of file GNNR3_Geometry.h.
|
protected |
Definition at line 43 of file GNNR3_Geometry.h.
|
protected |
Definition at line 43 of file GNNR3_Geometry.h.
|
protected |
Definition at line 43 of file GNNR3_Geometry.h.
|
protected |
Definition at line 43 of file GNNR3_Geometry.h.