![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <boost/test/unit_test.hpp>#include <array>#include <random>#include "Acts/Material/MaterialProperties.hpp"#include "Acts/Tests/CommonHelpers/PredefinedMaterials.hpp"#include "Acts/Utilities/Units.hpp"#include "ActsFatras/EventData/Particle.hpp"#include "ActsFatras/Kernel/Process.hpp"
Include dependency graph for ProcessTests.cpp:Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (NoSelectors) | |
| BOOST_AUTO_TEST_CASE (WithInputSelector) | |
| BOOST_AUTO_TEST_CASE (WithOutputSelector) | |
| BOOST_AUTO_TEST_CASE (WithChildSelector) | |
| BOOST_AUTO_TEST_CASE | ( | NoSelectors | ) |
Definition at line 60 of file ProcessTests.cpp.
View newest version in sPHENIX GitHub at line 60 of file ProcessTests.cpp
References f, and Acts::UnitConstants::u.
| BOOST_AUTO_TEST_CASE | ( | WithInputSelector | ) |
Definition at line 69 of file ProcessTests.cpp.
View newest version in sPHENIX GitHub at line 69 of file ProcessTests.cpp
References Acts::units::_GeV, f, ActsFatras::Process< physics_t, input_selector_t, output_particle_selector_t, child_particle_selector_t >::selectInput, and Acts::UnitConstants::u.
| BOOST_AUTO_TEST_CASE | ( | WithOutputSelector | ) |
Definition at line 89 of file ProcessTests.cpp.
View newest version in sPHENIX GitHub at line 89 of file ProcessTests.cpp
References Acts::units::_GeV, f, ActsFatras::Process< physics_t, input_selector_t, output_particle_selector_t, child_particle_selector_t >::selectOutputParticle, and Acts::UnitConstants::u.
| BOOST_AUTO_TEST_CASE | ( | WithChildSelector | ) |
Definition at line 109 of file ProcessTests.cpp.
View newest version in sPHENIX GitHub at line 109 of file ProcessTests.cpp
References Acts::units::_GeV, f, ActsFatras::Process< physics_t, input_selector_t, output_particle_selector_t, child_particle_selector_t >::selectChildParticle, and Acts::UnitConstants::u.