EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include "ActsFatras/Utilities/ParticleData.hpp"
#include "Acts/Utilities/Units.hpp"
#include <algorithm>
#include <cassert>
#include <cstdint>
#include <iterator>
#include <limits>
#include <optional>
#include <ostream>
#include "ParticleDataTable.hpp"
Go to the source code of this file.
Functions | |
template<typename ColumnContainer > | |
static auto | findByPdg (int32_t pdg, const ColumnContainer &column) -> std::optional< std::decay_t< decltype(column[0])>> |
|
inlinestatic |
Definition at line 25 of file ParticleData.cpp.
View newest version in sPHENIX GitHub at line 25 of file ParticleData.cpp
References kParticlesCount, kParticlesPdgNumber, pdg, and pos().
Referenced by ActsFatras::findCharge(), ActsFatras::findMass(), and ActsFatras::findName().