Analysis Software
Documentation for sPHENIX simulation 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 = 0
 
double second = 0
 
int solutions = 0
 

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 alpha, first, second, and solutions.

Member Data Documentation

double Acts::detail::RealQuadraticEquation::first = 0

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 = 0

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 = 0

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: