EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <boost/test/unit_test.hpp>
#include "Acts/EventData/Measurement.hpp"
#include "Acts/EventData/MeasurementHelpers.hpp"
#include "Acts/Surfaces/CylinderSurface.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. | |
Typedefs | |
using | Acts::Test::SourceLink = MinimalSourceLink |
template<BoundIndices... params> | |
using | Acts::Test::MeasurementType = Measurement< SourceLink, BoundIndices, params...> |
using | Acts::Test::FittableMeasurement = FittableMeasurement< SourceLink > |
Functions | |
Acts::Test::BOOST_AUTO_TEST_CASE (getSurface_test) | |
Acts::Test::BOOST_AUTO_TEST_CASE (getSize_test) | |
Acts::Test::BOOST_AUTO_TEST_CASE (MinimalSourceLinkTest) | |
Acts::Test::BOOST_AUTO_TEST_CASE (visit_measurement_test) | |