rivet is hosted by Hepforge, IPPP Durham
Particle.hh File Reference
#include "Rivet/Particle.fhh"
#include "Rivet/ParticleBase.hh"
#include "Rivet/Config/RivetCommon.hh"
#include "Rivet/Tools/Cuts.hh"
#include "Rivet/Tools/Utils.hh"
#include "Rivet/Math/LorentzTrans.hh"
#include "fastjet/PseudoJet.hh"
#include "Rivet/Tools/ParticleUtils.hh"

Go to the source code of this file.

Classes

class  Particle
 Particle representation, either from a HepMC::GenEvent or reconstructed. More...

Namespaces

namespace  Rivet

Functions

String representation and streaming support
std::string to_str (const Particle &p)
 Represent a Particle as a string.
std::ostream & operator<< (std::ostream &os, const Particle &p)
 Allow a Particle to be passed to an ostream.
std::string to_str (const ParticlePair &pair)
 Represent a ParticlePair as a string.
std::ostream & operator<< (std::ostream &os, const ParticlePair &pp)
 Allow ParticlePair to be passed to an ostream.