00001 // -*- C++ -*- 00002 00003 #ifndef RIVET_Particle_FHH 00004 #define RIVET_Particle_FHH 00005 00006 #include "Rivet/Rivet.hh" 00007 00008 namespace Rivet { 00009 00010 class Particle; 00011 00012 /** Typedef a vector of Particle objects. */ 00013 typedef vector<Particle> ParticleVector; 00014 00015 /** Typedef a pair of Particle objects. */ 00016 typedef pair<Particle, Particle> ParticlePair; 00017 00018 } 00019 00020 #endif