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/PredefinedMaterials.hpp"
#include "ActsFatras/EventData/Particle.hpp"
#include "ActsFatras/Physics/EnergyLoss/BetheBloch.hpp"
#include "ActsFatras/Physics/EnergyLoss/BetheHeitler.hpp"
#include <random>
#include "Dataset.hpp"
Go to the source code of this file.
Typedefs | |
using | Generator = std::ranlux48 |
Functions | |
BOOST_DATA_TEST_CASE (BetheBloch, Dataset::parameters, pdg, phi, lambda, p, seed) | |
BOOST_DATA_TEST_CASE (BetheHeitler, Dataset::parameters, pdg, phi, lambda, p, seed) | |
using Generator = std::ranlux48 |
Definition at line 22 of file EnergyLossTests.cpp.
View newest version in sPHENIX GitHub at line 22 of file EnergyLossTests.cpp
BOOST_DATA_TEST_CASE | ( | BetheBloch | , |
Dataset::parameters | , | ||
pdg | , | ||
phi | , | ||
lambda | , | ||
p | , | ||
seed | |||
) |
Definition at line 26 of file EnergyLossTests.cpp.
View newest version in sPHENIX GitHub at line 26 of file EnergyLossTests.cpp
References ActsFatras::Particle::absMomentum(), ActsFatras::Particle::energy(), Dataset::makeParticle(), and Acts::Test::makeUnitSlab().
BOOST_DATA_TEST_CASE | ( | BetheHeitler | , |
Dataset::parameters | , | ||
pdg | , | ||
phi | , | ||
lambda | , | ||
p | , | ||
seed | |||
) |
Definition at line 41 of file EnergyLossTests.cpp.
View newest version in sPHENIX GitHub at line 41 of file EnergyLossTests.cpp
References ActsFatras::Particle::absMomentum(), ActsFatras::Particle::energy(), Dataset::makeParticle(), Acts::Test::makeUnitSlab(), p, pdg, and phi.