Analysis Software
Documentation for sPHENIX simulation software
|
#include <boost/test/included/unit_test.hpp>
#include <boost/test/data/test_case.hpp>
#include <boost/test/output_test_stream.hpp>
#include "Acts/Material/Material.hpp"
#include "Acts/Material/MaterialProperties.hpp"
#include "Fatras/Kernel/PhysicsList.hpp"
#include "Fatras/Kernel/Process.hpp"
#include "Fatras/Physics/Scattering/GaussianMixture.hpp"
#include "Fatras/Physics/Scattering/GeneralMixture.hpp"
#include "Fatras/Physics/Scattering/Highland.hpp"
#include "Fatras/Physics/Scattering/Scattering.hpp"
#include "Particle.hpp"
#include <fstream>
#include <random>
Go to the source code of this file.
Classes | |
struct | Fatras::Test::Selector |
The selector. More... | |
Namespaces | |
namespace | Fatras |
namespace | Fatras::Test |
Macros | |
#define | BOOST_TEST_MODULE AbortList Tests |
Boost include(s) | |
Functions | |
std::ofstream | Fatras::Test::os ("ScatteringAngles.csv", std::ofstream::out|std::ofstream::trunc) |
Fatras::Test::BOOST_DATA_TEST_CASE (HighlandScattering_test_, bdata::random((bdata::seed=20, bdata::distribution=std::uniform_real_distribution<>(0., 1.)))^bdata::random((bdata::seed=21, bdata::distribution=std::uniform_real_distribution<>(0., 1.)))^bdata::random((bdata::seed=22, bdata::distribution=std::uniform_real_distribution<>(0., 1.)))^bdata::random((bdata::seed=23, bdata::distribution=std::uniform_real_distribution<>(0.5, 10.5)))^bdata::xrange(10000), x, y, z, p, index) | |
Test the scattering implementation. | |
#define BOOST_TEST_MODULE AbortList Tests |
Boost include(s)
Definition at line 10 of file ScatteringTests.cpp.
View newest version in sPHENIX GitHub at line 10 of file ScatteringTests.cpp