![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "Acts/Surfaces/AnnulusBounds.hpp"#include "Acts/Surfaces/detail/VerticesHelper.hpp"#include "Acts/Utilities/Helpers.hpp"#include "Acts/Utilities/detail/periodic.hpp"#include <cmath>#include <iomanip>#include <iostream>
Include dependency graph for AnnulusBounds.cpp:Go to the source code of this file.
Variables | |
| m_rotationStripPC | |
| m_translation = Eigen::Translation<double, 2>(m_moduleOrigin) | |
| m_shiftXY = m_moduleOrigin * -1 | |
| m_shiftPC | |
| auto | circIx |
| m_outLeftStripXY | |
| m_inLeftStripXY | |
| m_outRightStripXY | |
| m_inRightStripXY | |
| m_outLeftStripPC | |
| m_inLeftStripPC | |
| m_outRightStripPC | |
| m_inRightStripPC | |
| m_outLeftModulePC = stripXYToModulePC(m_outLeftStripXY) | |
| m_inLeftModulePC = stripXYToModulePC(m_inLeftStripXY) | |
| m_outRightModulePC = stripXYToModulePC(m_outRightStripXY) | |
| m_inRightModulePC = stripXYToModulePC(m_inRightStripXY) | |
| auto circIx |
Definition at line 36 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 36 of file AnnulusBounds.cpp
| m_inLeftModulePC = stripXYToModulePC(m_inLeftStripXY) |
Definition at line 89 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 89 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::inside().
| m_inLeftStripPC |
Definition at line 81 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 81 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::inside().
| m_inLeftStripXY |
Definition at line 69 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 69 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::vertices().
| m_inRightModulePC = stripXYToModulePC(m_inRightStripXY) |
Definition at line 91 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 91 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::inside().
| m_inRightStripPC |
Definition at line 85 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 85 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::inside().
| m_inRightStripXY |
Definition at line 75 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 75 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::vertices().
| m_outLeftModulePC = stripXYToModulePC(m_outLeftStripXY) |
Definition at line 88 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 88 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::inside().
| m_outLeftStripPC |
Definition at line 79 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 79 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::inside().
| m_outLeftStripXY |
Definition at line 66 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 66 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::vertices().
| m_outRightModulePC = stripXYToModulePC(m_outRightStripXY) |
Definition at line 90 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 90 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::inside().
| m_outRightStripPC |
Definition at line 83 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 83 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::inside().
| m_outRightStripXY |
Definition at line 72 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 72 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::vertices().
| m_rotationStripPC |
Definition at line 24 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 24 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::inside().
| m_shiftPC |
Definition at line 29 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 29 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::inside(), and Acts::AnnulusBounds::toStream().
| m_shiftXY = m_moduleOrigin * -1 |
Definition at line 28 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 28 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::inside(), Acts::AnnulusBounds::stripXYToModulePC(), and Acts::AnnulusBounds::toStream().
| m_translation = Eigen::Translation<double, 2>(m_moduleOrigin) |
Definition at line 26 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 26 of file AnnulusBounds.cpp