#include "Rivet/Rivet.hh"
#include "Rivet/ParticleName.hh"
#include "Rivet/Particle.hh"
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | Rivet |
Functions | |
bool | compatible (PdgId p, PdgId allowed) |
bool | compatible (const PdgIdPair &pair, const PdgIdPair &allowedpair) |
bool | compatible (const ParticlePair &ppair, const PdgIdPair &allowedpair) |
Check particle compatibility of Particle pairs. | |
bool | compatible (const PdgIdPair &allowedpair, const ParticlePair &ppair) |
Check particle compatibility of Particle pairs (for symmetric completeness). | |
bool | compatible (const PdgIdPair &pair, const set< PdgIdPair > &allowedpairs) |
set< PdgIdPair > | intersection (const set< PdgIdPair > &a, const set< PdgIdPair > &b) |
Return the intersection of two sets of PdgIdPairs. |