EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <boost/test/unit_test.hpp>
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Material/HomogeneousSurfaceMaterial.hpp"
#include "Acts/Surfaces/PlaneSurface.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Tests/CommonHelpers/PredefinedMaterials.hpp"
#include "ActsFatras/Kernel/detail/Interactor.hpp"
#include "ActsFatras/Selectors/SurfaceSelectors.hpp"
#include <limits>
#include <random>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (HitsOnEmptySurface) | |
BOOST_AUTO_TEST_CASE (HitsOnMaterialSurface) | |
BOOST_AUTO_TEST_CASE (NoHitsEmptySurface) | |
BOOST_AUTO_TEST_CASE (NoHitsMaterialSurface) | |
BOOST_AUTO_TEST_CASE | ( | HitsOnEmptySurface | ) |
Definition at line 132 of file InteractorTests.cpp.
View newest version in sPHENIX GitHub at line 132 of file InteractorTests.cpp
References CHECK_CLOSE_REL, eps, and Acts::UnitConstants::u.
BOOST_AUTO_TEST_CASE | ( | HitsOnMaterialSurface | ) |
Definition at line 161 of file InteractorTests.cpp.
View newest version in sPHENIX GitHub at line 161 of file InteractorTests.cpp
References CHECK_CLOSE_REL, eps, and Acts::UnitConstants::u.
BOOST_AUTO_TEST_CASE | ( | NoHitsEmptySurface | ) |
Definition at line 190 of file InteractorTests.cpp.
View newest version in sPHENIX GitHub at line 190 of file InteractorTests.cpp
References CHECK_CLOSE_REL, eps, and Acts::UnitConstants::u.
BOOST_AUTO_TEST_CASE | ( | NoHitsMaterialSurface | ) |
Definition at line 216 of file InteractorTests.cpp.
View newest version in sPHENIX GitHub at line 216 of file InteractorTests.cpp
References CHECK_CLOSE_REL, eps, and Acts::UnitConstants::u.