![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <boost/test/data/test_case.hpp>#include <boost/test/unit_test.hpp>#include <limits>#include <random>#include "Acts/Material/MaterialProperties.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 "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 47 of file ScatteringTests.cpp.
View newest version in sPHENIX GitHub at line 47 of file ScatteringTests.cpp
References Dataset::makeParticle(), and test().
Here is the call graph for this function:| BOOST_DATA_TEST_CASE | ( | GaussianMixture | , |
| Dataset::parameters | , | ||
| pdg | , | ||
| phi | , | ||
| lambda | , | ||
| p | , | ||
| seed | |||
| ) |
Definition at line 53 of file ScatteringTests.cpp.
View newest version in sPHENIX GitHub at line 53 of file ScatteringTests.cpp
References G4InuclParticleNames::lambda, Dataset::makeParticle(), pdg, phi, and test().
Here is the call graph for this function:| BOOST_DATA_TEST_CASE | ( | Highland | , |
| Dataset::parameters | , | ||
| pdg | , | ||
| phi | , | ||
| lambda | , | ||
| p | , | ||
| seed | |||
| ) |
Definition at line 59 of file ScatteringTests.cpp.
View newest version in sPHENIX GitHub at line 59 of file ScatteringTests.cpp
References G4InuclParticleNames::lambda, Dataset::makeParticle(), pdg, phi, and test().
Here is the call graph for this function: