![]() |
Rivet 3.1.9
|
Functions | |
bool | Rivet::containsPID (const Particles &parts, int id, bool abs=false) |
Check for pid membership in a list of particles. | |
bool | Rivet::isRadiative (const Particle &part) |
Check whether a particle is radiative. | |
bool | Rivet::cascadeContains (const Particles &parts, const vector< int > &pids, bool absolute, bool ignorephoton) |
Check whether a set of particles' decay chains can contain the requested list of pids. | |
bool Rivet::cascadeContains | ( | const Particles & | parts, |
const vector< int > & | pids, | ||
bool | absolute, | ||
bool | ignorephoton | ||
) |
Check whether a set of particles' decay chains can contain the requested list of pids.
|
inline |
Check for pid membership in a list of particles.
References Rivet::any().
Referenced by Rivet::isRadiative().
|
inline |
Check whether a particle is radiative.
References Rivet::Particle::children(), Rivet::containsPID(), Rivet::Particle::parents(), and Rivet::Particle::pid().