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/EventData/detail/fittable_type_generator.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Utilities/Definitions.hpp"
#include <cmath>
#include <memory>
#include <random>
#include <variant>
#include <boost/hana/equal.hpp>
#include <boost/hana/integral_constant.hpp>
#include <boost/hana/tuple.hpp>
#include <boost/hana/type.hpp>
Go to the source code of this file.
Classes | |
struct | Acts::Test::meas_factory< pars > |
struct | Acts::Test::meas_factory2< pars > |
Namespaces | |
namespace | Acts |
Set the Geometry Context PLUGIN. | |
namespace | Acts::Test |
Namespace for ATS unit tests. | |
Macros | |
#define | _T(...) hana::tuple_c<size_t, __VA_ARGS__> |
Typedefs | |
using | Acts::Test::par_t = BoundIndices |
using | Acts::Test::Source = MinimalSourceLink |
using | Acts::Test::freePar_t = FreeIndices |
Functions | |
Acts::Test::BOOST_AUTO_TEST_CASE (index_combination_generation_test) | |
constexpr par_t | Acts::Test::operator""_p (unsigned long long i) |
Acts::Test::BOOST_AUTO_TEST_CASE (variant_bound_measurement_generation_test) | |
constexpr freePar_t | Acts::Test::operator""_fp (unsigned long long i) |
Acts::Test::BOOST_AUTO_TEST_CASE (variant_free_measurement_generation_test) | |
#define _T | ( | ... | ) | hana::tuple_c<size_t, __VA_ARGS__> |
Definition at line 30 of file FittableTypeTests.cpp.
View newest version in sPHENIX GitHub at line 30 of file FittableTypeTests.cpp
Referenced by Acts::Test::BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_CASE(), BOOST_DATA_TEST_CASE(), Acts::Test::BOOST_DATA_TEST_CASE(), and main().