Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RectangleBoundsTests.cpp File Reference
#include <boost/test/data/test_case.hpp>
#include <boost/test/tools/output_test_stream.hpp>
#include <boost/test/unit_test.hpp>
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Surfaces/BoundaryCheck.hpp"
#include "Acts/Surfaces/RectangleBounds.hpp"
#include "Acts/Surfaces/SurfaceBounds.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include <algorithm>
#include <array>
#include <iostream>
#include <limits>
#include <stdexcept>
#include <vector>
+ Include dependency graph for RectangleBoundsTests.cpp:

Go to the source code of this file.

Namespaces

namespace  Acts
 Acts includes to create all necessary definitions.
 
namespace  Acts::Test
 

Functions

void Acts::Test::dumpVertices (const RectangleBounds &r)
 
bool Acts::Test::approximatelyEqual (const Vector2 &a, const Vector2 &b)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (RectangleBoundsConstruction)
 Unit test for creating compliant/non-compliant RectangleBounds object.
 
 Acts::Test::BOOST_AUTO_TEST_CASE (RectangleBoundsRecreation)
 Recreation.
 
 Acts::Test::BOOST_AUTO_TEST_CASE (RadialBoundsException)
 
 Acts::Test::BOOST_AUTO_TEST_CASE (RectangleBoundsProperties)
 Unit test for testing RectangleBounds properties.
 
 Acts::Test::BOOST_AUTO_TEST_CASE (RectangleBoundsAssignment)
 

Variables

const double inf = std::numeric_limits<double>::infinity()
 

Variable Documentation

const double inf = std::numeric_limits<double>::infinity()