![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Core/include/Acts/Utilities/detail/RealQuadraticEquation.hpp>
Public Member Functions | |
| RealQuadraticEquation (double alpha, double beta, double gamma) | |
Public Attributes | |
| double | first |
| double | second |
| int | solutions |
Definition at line 47 of file RealQuadraticEquation.hpp.
View newest version in sPHENIX GitHub at line 47 of file RealQuadraticEquation.hpp
|
inline |
Constructor
| alpha | is the first parameter of the quad equation |
| beta | is the second parameter of the quad equation |
| gamma | is the third parameter of the quad equation |
Definition at line 57 of file RealQuadraticEquation.hpp.
View newest version in sPHENIX GitHub at line 57 of file RealQuadraticEquation.hpp
References starlightConstants::alpha, first, gamma(), second, and solutions.
Here is the call graph for this function:| double Acts::detail::RealQuadraticEquation::first |
Definition at line 48 of file RealQuadraticEquation.hpp.
View newest version in sPHENIX GitHub at line 48 of file RealQuadraticEquation.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::detail::IntersectionHelper2D::intersectEllipse(), and RealQuadraticEquation().
| double Acts::detail::RealQuadraticEquation::second |
Definition at line 49 of file RealQuadraticEquation.hpp.
View newest version in sPHENIX GitHub at line 49 of file RealQuadraticEquation.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::detail::IntersectionHelper2D::intersectEllipse(), and RealQuadraticEquation().
| int Acts::detail::RealQuadraticEquation::solutions |
Definition at line 50 of file RealQuadraticEquation.hpp.
View newest version in sPHENIX GitHub at line 50 of file RealQuadraticEquation.hpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), Acts::detail::IntersectionHelper2D::intersectEllipse(), and RealQuadraticEquation().