Analysis Software
Documentation for sPHENIX simulation software
|
#include <boost/test/unit_test.hpp>
#include "Acts/Definitions/ParticleData.hpp"
#include "Acts/Definitions/PdgParticle.hpp"
#include "Acts/Definitions/Units.hpp"
#include "Acts/Tests/CommonHelpers/FloatComparisons.hpp"
#include <cmath>
#include <string_view>
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 29 of file ParticleDataTests.cpp.
View newest version in sPHENIX GitHub at line 29 of file ParticleDataTests.cpp
References Acts::eInvalid, Acts::findCharge(), Acts::findMass(), and Acts::findName().
BOOST_AUTO_TEST_CASE | ( | Electron | ) |
Definition at line 35 of file ParticleDataTests.cpp.
View newest version in sPHENIX GitHub at line 35 of file ParticleDataTests.cpp
References CHECK_CLOSE_REL, Acts::eAntiElectron, Acts::eElectron, Acts::ePositron, eps, Acts::findCharge(), Acts::findMass(), and Acts::findName().
BOOST_AUTO_TEST_CASE | ( | Gamma | ) |
Definition at line 47 of file ParticleDataTests.cpp.
View newest version in sPHENIX GitHub at line 47 of file ParticleDataTests.cpp
References Acts::eGamma, Acts::findCharge(), Acts::findMass(), and Acts::findName().
BOOST_AUTO_TEST_CASE | ( | Pion | ) |
Definition at line 53 of file ParticleDataTests.cpp.
View newest version in sPHENIX GitHub at line 53 of file ParticleDataTests.cpp
References CHECK_CLOSE_REL, Acts::ePionMinus, Acts::ePionPlus, Acts::ePionZero, eps, Acts::findCharge(), Acts::findMass(), and Acts::findName().