EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <boost/test/unit_test.hpp>
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include "Acts/Utilities/Units.hpp"
#include "ActsFatras/Utilities/ParticleData.hpp"
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (InvalidInput) | |
BOOST_AUTO_TEST_CASE (Electron) | |
BOOST_AUTO_TEST_CASE (Gamma) | |
BOOST_AUTO_TEST_CASE (Pion) | |
BOOST_AUTO_TEST_CASE | ( | InvalidInput | ) |
Definition at line 26 of file ParticleDataTests.cpp.
View newest version in sPHENIX GitHub at line 26 of file ParticleDataTests.cpp
References Acts::eInvalid, ActsFatras::findCharge(), ActsFatras::findMass(), and ActsFatras::findName().
BOOST_AUTO_TEST_CASE | ( | Electron | ) |
Definition at line 32 of file ParticleDataTests.cpp.
View newest version in sPHENIX GitHub at line 32 of file ParticleDataTests.cpp
References CHECK_CLOSE_REL, Acts::eAntiElectron, Acts::eElectron, Acts::ePositron, eps, ActsFatras::findCharge(), ActsFatras::findMass(), and ActsFatras::findName().
BOOST_AUTO_TEST_CASE | ( | Gamma | ) |
Definition at line 44 of file ParticleDataTests.cpp.
View newest version in sPHENIX GitHub at line 44 of file ParticleDataTests.cpp
References Acts::eGamma, ActsFatras::findCharge(), ActsFatras::findMass(), and ActsFatras::findName().
BOOST_AUTO_TEST_CASE | ( | Pion | ) |
Definition at line 50 of file ParticleDataTests.cpp.
View newest version in sPHENIX GitHub at line 50 of file ParticleDataTests.cpp
References CHECK_CLOSE_REL, Acts::ePionMinus, Acts::ePionPlus, Acts::ePionZero, eps, ActsFatras::findCharge(), ActsFatras::findMass(), and ActsFatras::findName().