Analysis Software
Documentation for sPHENIX simulation software
|
#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>
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() |
Definition at line 27 of file RectangleBoundsTests.cpp.
View newest version in sPHENIX GitHub at line 27 of file RectangleBoundsTests.cpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), ReadBDT::Initialize(), ReadBDTG::Initialize(), main(), and bellman_ford::reached().