Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Surfaces/AnnulusBounds.hpp"
#include "Acts/Definitions/TrackParametrization.hpp"
#include "Acts/Surfaces/detail/VerticesHelper.hpp"
#include "Acts/Utilities/VectorHelpers.hpp"
#include "Acts/Utilities/detail/periodic.hpp"
#include <algorithm>
#include <cmath>
#include <iomanip>
#include <iostream>
#include <limits>
Go to the source code of this file.
Variables | |
m_rotationStripPC = Translation2(Vector2(0, -get(eAveragePhi))) | |
m_translation = Translation2(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 37 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 37 of file AnnulusBounds.cpp
m_inLeftModulePC = stripXYToModulePC(m_inLeftStripXY) |
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_inLeftStripPC |
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_inLeftStripXY |
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::vertices().
m_inRightModulePC = stripXYToModulePC(m_inRightStripXY) |
Definition at line 93 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 93 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::inside().
m_inRightStripPC |
Definition at line 87 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 87 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::inside().
m_inRightStripXY |
Definition at line 77 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 77 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::vertices().
m_outLeftModulePC = stripXYToModulePC(m_outLeftStripXY) |
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_outLeftStripPC |
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_outLeftStripXY |
Definition at line 68 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 68 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::vertices().
m_outRightModulePC = stripXYToModulePC(m_outRightStripXY) |
Definition at line 92 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 92 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::inside().
m_outRightStripPC |
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_outRightStripXY |
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::vertices().
m_rotationStripPC = Translation2(Vector2(0, -get(eAveragePhi))) |
Definition at line 26 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 26 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::inside().
m_shiftPC |
Definition at line 30 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 30 of file AnnulusBounds.cpp
Referenced by Acts::AnnulusBounds::inside(), and Acts::AnnulusBounds::toStream().
m_shiftXY = m_moduleOrigin * -1 |
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(), Acts::AnnulusBounds::stripXYToModulePC(), and Acts::AnnulusBounds::toStream().
m_translation = Translation2(m_moduleOrigin) |
Definition at line 27 of file AnnulusBounds.cpp.
View newest version in sPHENIX GitHub at line 27 of file AnnulusBounds.cpp