EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <boost/test/data/test_case.hpp>
#include <boost/test/unit_test.hpp>
#include "Acts/Material/MaterialSlab.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Tests/CommonHelpers/PredefinedMaterials.hpp"
#include "ActsFatras/EventData/Particle.hpp"
#include "ActsFatras/Physics/Scattering/GaussianMixture.hpp"
#include "ActsFatras/Physics/Scattering/GeneralMixture.hpp"
#include "ActsFatras/Physics/Scattering/Highland.hpp"
#include <limits>
#include <random>
#include "Dataset.hpp"
Go to the source code of this file.
Functions | |
BOOST_DATA_TEST_CASE (GeneralMixture, Dataset::parameters, pdg, phi, lambda, p, seed) | |
BOOST_DATA_TEST_CASE (GaussianMixture, Dataset::parameters, pdg, phi, lambda, p, seed) | |
BOOST_DATA_TEST_CASE (Highland, Dataset::parameters, pdg, phi, lambda, p, seed) | |
BOOST_DATA_TEST_CASE | ( | GeneralMixture | , |
Dataset::parameters | , | ||
pdg | , | ||
phi | , | ||
lambda | , | ||
p | , | ||
seed | |||
) |
Definition at line 48 of file ScatteringTests.cpp.
View newest version in sPHENIX GitHub at line 48 of file ScatteringTests.cpp
References Dataset::makeParticle().
BOOST_DATA_TEST_CASE | ( | GaussianMixture | , |
Dataset::parameters | , | ||
pdg | , | ||
phi | , | ||
lambda | , | ||
p | , | ||
seed | |||
) |
Definition at line 54 of file ScatteringTests.cpp.
View newest version in sPHENIX GitHub at line 54 of file ScatteringTests.cpp
References Dataset::makeParticle(), p, pdg, and phi.
BOOST_DATA_TEST_CASE | ( | Highland | , |
Dataset::parameters | , | ||
pdg | , | ||
phi | , | ||
lambda | , | ||
p | , | ||
seed | |||
) |
Definition at line 60 of file ScatteringTests.cpp.
View newest version in sPHENIX GitHub at line 60 of file ScatteringTests.cpp
References Dataset::makeParticle(), p, pdg, and phi.