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