ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/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
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(), 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(), 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(), and RealQuadraticEquation().