![]() |
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"
Include dependency graph for ScatteringTests.cpp: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().
Here is the call graph for this function:| 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.
Here is the call graph for this function:| 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.
Here is the call graph for this function: