ECCE @ EIC Software
Reference for
ECCE @ 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>
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 35 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 35 of file AnnulusBounds.cpp
m_inLeftModulePC = stripXYToModulePC(m_inLeftStripXY) |
Definition at line 84 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 84 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::distanceToBoundary(), and Acts::AnnulusBounds::inside().
m_inLeftStripPC |
Definition at line 76 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 76 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::inside().
m_inLeftStripXY |
Definition at line 67 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 67 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::distanceToBoundary(), and Acts::AnnulusBounds::vertices().
m_inRightModulePC = stripXYToModulePC(m_inRightStripXY) |
Definition at line 86 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 86 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::distanceToBoundary(), and Acts::AnnulusBounds::inside().
m_inRightStripPC |
Definition at line 80 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 80 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::inside().
m_inRightStripXY |
Definition at line 71 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 71 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::distanceToBoundary(), and Acts::AnnulusBounds::vertices().
m_outLeftModulePC = stripXYToModulePC(m_outLeftStripXY) |
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_outLeftStripPC |
Definition at line 74 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 74 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::inside().
m_outLeftStripXY |
Definition at line 65 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 65 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::distanceToBoundary(), and Acts::AnnulusBounds::vertices().
m_outRightModulePC = stripXYToModulePC(m_outRightStripXY) |
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_outRightStripPC |
Definition at line 78 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 78 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::inside().
m_outRightStripXY |
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::distanceToBoundary(), and Acts::AnnulusBounds::vertices().
m_rotationStripPC |
Definition at line 23 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 23 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::distanceToBoundary(), and Acts::AnnulusBounds::inside().
m_shiftPC |
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(), and Acts::AnnulusBounds::toStream().
m_shiftXY = m_moduleOrigin * -1 |
Definition at line 27 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 27 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::distanceToBoundary(), Acts::AnnulusBounds::inside(), Acts::AnnulusBounds::stripXYToModulePC(), and Acts::AnnulusBounds::toStream().
m_translation = Eigen::Translation<double, 2>(m_moduleOrigin) |
Definition at line 25 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 25 of file AnnulusBounds.cpp