|
ACTS
Experiment-independent tracking
|
Select all particles except one specific type. More...
#include <ActsFatras/Selectors/ParticleSelectors.hpp>
Public Member Functions | |
| bool | operator() (const Particle &particle) const |
| Check if particle does not match the specific PDG type. | |
Select all particles except one specific type.
Particle and Antiparticle are treated as two separate types.
| bool ActsFatras::PdgExcluder< Pdg >::operator() | ( | const Particle & | particle | ) | const |
Check if particle does not match the specific PDG type.
| particle | The particle to evaluate |