Analysis Software
Documentation for sPHENIX simulation software
|
#include <boost/test/unit_test.hpp>
#include "Acts/Definitions/Algebra.hpp"
#include "Acts/Material/AccumulatedMaterialSlab.hpp"
#include "Acts/Material/AccumulatedSurfaceMaterial.hpp"
#include "Acts/Material/Material.hpp"
#include "Acts/Material/MaterialSlab.hpp"
#include "Acts/Utilities/BinUtility.hpp"
#include "Acts/Utilities/BinningType.hpp"
#include <array>
#include <cstddef>
#include <memory>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | Acts |
Acts includes to create all necessary definitions. | |
namespace | Acts::Test |
Functions | |
Acts::Test::BOOST_AUTO_TEST_CASE (AccumulatedSurfaceMaterial_construction_test) | |
Test the constructors. | |
Acts::Test::BOOST_AUTO_TEST_CASE (AccumulatedSurfaceMaterial_fill_convert_0D) | |
Test the filling and conversion. | |
Acts::Test::BOOST_AUTO_TEST_CASE (AccumulatedSurfaceMaterial_fill_convert_1D) | |
Test the filling and conversion. | |
Acts::Test::BOOST_AUTO_TEST_CASE (AccumulatedSurfaceMaterial_variance_0D) | |
Test the variance. | |