Analysis Software
Documentation for sPHENIX simulation software
|
#include <boost/test/data/test_case.hpp>
#include <boost/test/unit_test.hpp>
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Definitions/Common.hpp"
#include "Acts/Definitions/TrackParametrization.hpp"
#include "Acts/Definitions/Units.hpp"
#include "Acts/EventData/detail/TransformationBoundToFree.hpp"
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Geometry/GeometryIdentifier.hpp"
#include "Acts/Surfaces/PlaneSurface.hpp"
#include "Acts/Surfaces/Surface.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Tests/CommonHelpers/GenerateParameters.hpp"
#include "Acts/Utilities/Result.hpp"
#include "ActsFatras/Digitization/DigitizationError.hpp"
#include "ActsFatras/Digitization/UncorrelatedHitSmearer.hpp"
#include "ActsFatras/EventData/Barcode.hpp"
#include "ActsFatras/EventData/Hit.hpp"
#include <algorithm>
#include <array>
#include <cstddef>
#include <cstdint>
#include <iterator>
#include <limits>
#include <memory>
#include <ostream>
#include <random>
#include <utility>
Go to the source code of this file.
Functions | |
BOOST_DATA_TEST_CASE (Bound1, bd::make(boundIndices), index) | |
BOOST_AUTO_TEST_CASE (BoundAll) | |
BOOST_DATA_TEST_CASE (Free1, bd::make(freeIndices), index) | |
BOOST_AUTO_TEST_CASE (FreeAll) | |
BOOST_AUTO_TEST_CASE | ( | BoundAll | ) |
Definition at line 166 of file UncorrelatedHitSmearerTests.cpp.
View newest version in sPHENIX GitHub at line 166 of file UncorrelatedHitSmearerTests.cpp
References parse_cmake_options::begin, CHECK_CLOSE_REL, Acts::Test::cov, end, f, i, ActsFatras::BoundParametersSmearer< generator_t, kSize >::indices, physmon_simulation::s, and ActsFatras::BoundParametersSmearer< generator_t, kSize >::smearFunctions.
BOOST_AUTO_TEST_CASE | ( | FreeAll | ) |
Definition at line 240 of file UncorrelatedHitSmearerTests.cpp.
View newest version in sPHENIX GitHub at line 240 of file UncorrelatedHitSmearerTests.cpp
References parse_cmake_options::begin, CHECK_CLOSE_REL, Acts::Test::cov, end, f, i, ActsFatras::FreeParametersSmearer< generator_t, kSize >::indices, physmon_simulation::s, and ActsFatras::FreeParametersSmearer< generator_t, kSize >::smearFunctions.
BOOST_DATA_TEST_CASE | ( | Bound1 | , |
bd:: | makeboundIndices, | ||
index | |||
) |
Definition at line 136 of file UncorrelatedHitSmearerTests.cpp.
View newest version in sPHENIX GitHub at line 136 of file UncorrelatedHitSmearerTests.cpp
References CHECK_CLOSE_REL, Acts::Test::cov, f, ActsFatras::BoundParametersSmearer< generator_t, kSize >::indices, physmon_simulation::s, and ActsFatras::BoundParametersSmearer< generator_t, kSize >::smearFunctions.
BOOST_DATA_TEST_CASE | ( | Free1 | , |
bd:: | makefreeIndices, | ||
index | |||
) |
Definition at line 210 of file UncorrelatedHitSmearerTests.cpp.
View newest version in sPHENIX GitHub at line 210 of file UncorrelatedHitSmearerTests.cpp
References CHECK_CLOSE_REL, Acts::Test::cov, f, index, ActsFatras::FreeParametersSmearer< generator_t, kSize >::indices, physmon_simulation::s, and ActsFatras::FreeParametersSmearer< generator_t, kSize >::smearFunctions.