00001
00002 #ifndef RIVET_Particle_FHH
00003 #define RIVET_Particle_FHH
00004
00005 #include "Rivet/RivetSTL.hh"
00006
00007 namespace Rivet {
00008
00009
00010
00011
00012
00013
00014 class Particle;
00015
00016
00017 typedef std::vector<Particle> ParticleVector;
00018
00019
00020 typedef std::pair<Particle, Particle> ParticlePair;
00021
00022
00023
00024
00025
00026
00027
00028
00029 typedef int PdgId;
00030
00031
00032 typedef std::pair<PdgId, PdgId> PdgIdPair;
00033
00034
00035
00036
00037 }
00038
00039
00040 #endif