BeamConstraint.hh File Reference

#include "Rivet/Rivet.hh"
#include "Rivet/ParticleName.hh"
#include "Rivet/Particle.hh"
#include <iostream>

Include dependency graph for BeamConstraint.hh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.


Namespaces

namespace  Rivet

Functions

bool compatible (PdgId p, PdgId allowed)
bool compatible (const BeamPair &pair, const BeamPair &allowedpair)
bool compatible (const ParticlePair &ppair, const BeamPair &allowedpair)
 Check particle compatibility of Particle pairs.
bool compatible (const BeamPair &allowedpair, const ParticlePair &ppair)
 Check particle compatibility of Particle pairs (for symmetric completeness).
bool compatible (const BeamPair &pair, const set< BeamPair > &allowedpairs)
set< BeamPair > intersection (const set< BeamPair > &a, const set< BeamPair > &b)
 Return the intersection of two sets of BeamPairs.