ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <boost/test/data/test_case.hpp>
#include <boost/test/tools/output_test_stream.hpp>
#include <boost/test/unit_test.hpp>
#include <algorithm>
#include <iostream>
#include <limits>
#include "Acts/Surfaces/RectangleBounds.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Utilities/Definitions.hpp"
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Set the Geometry Context PLUGIN. | |
namespace | Acts::Test |
Namespace for ATS unit tests. | |
Functions | |
void | Acts::Test::dumpVertices (const RectangleBounds &r) |
bool | Acts::Test::approximatelyEqual (const Vector2D &a, const Vector2D &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() |
const double inf = std::numeric_limits<double>::infinity() |
Definition at line 22 of file RectangleBoundsTests.cpp.
View newest version in sPHENIX GitHub at line 22 of file RectangleBoundsTests.cpp
Referenced by BOOST_AUTO_TEST_CASE(), Acts::Test::BOOST_AUTO_TEST_CASE(), Run::EndOfRun(), and G4TessellatedSolid::MinDistanceFacet().