EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::detail::RealQuadraticEquation Struct Reference

#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
 

Detailed Description

Definition at line 47 of file RealQuadraticEquation.hpp.

View newest version in sPHENIX GitHub at line 47 of file RealQuadraticEquation.hpp

Constructor & Destructor Documentation

Acts::detail::RealQuadraticEquation::RealQuadraticEquation ( double  alpha,
double  beta,
double  gamma 
)
inline

Constructor

Parameters
alphais the first parameter of the quad equation
betais the second parameter of the quad equation
gammais 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:

Member Data Documentation

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().


The documentation for this struct was generated from the following file: