Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts-fatras/blob/master/Core/include/Fatras/Selectors/PdgSelectors.hpp>
Public Member Functions | |
template<typename detector_t , typename particle_t > | |
bool | operator() (const detector_t &, const particle_t &particle) const |
Public Attributes | |
const int | saPDG = pdg_t |
Definition at line 52 of file PdgSelectors.hpp.
View newest version in sPHENIX GitHub at line 52 of file PdgSelectors.hpp
|
inline |
Return true for all particles with pdg matching the selection criteria
Definition at line 60 of file PdgSelectors.hpp.
View newest version in sPHENIX GitHub at line 60 of file PdgSelectors.hpp
References Fatras::PdgExcluder< pdg_t >::saPDG.
const int Fatras::PdgExcluder< pdg_t >::saPDG = pdg_t |
Definition at line 55 of file PdgSelectors.hpp.
View newest version in sPHENIX GitHub at line 55 of file PdgSelectors.hpp
Referenced by Fatras::PdgExcluder< pdg_t >::operator()().