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 39 of file PdgSelectors.hpp.
View newest version in sPHENIX GitHub at line 39 of file PdgSelectors.hpp
|
inline |
Return true for all particles with | pdg | matching the selection criteria
Definition at line 47 of file PdgSelectors.hpp.
View newest version in sPHENIX GitHub at line 47 of file PdgSelectors.hpp
References Fatras::AbsPdgExcluder< pdg_t >::saPDG.
const int Fatras::AbsPdgExcluder< pdg_t >::saPDG = pdg_t |
Definition at line 42 of file PdgSelectors.hpp.
View newest version in sPHENIX GitHub at line 42 of file PdgSelectors.hpp
Referenced by Fatras::AbsPdgExcluder< pdg_t >::operator()().