rivet is hosted by Hepforge, IPPP Durham
Jet.fhh
Go to the documentation of this file.
00001 // -*- C++ -*-
00002 #ifndef RIVET_Jet_FHH
00003 #define RIVET_Jet_FHH
00004 
00005 #include "Rivet/Tools/RivetSTL.hh"
00006 #include "Rivet/Tools/RivetFastJet.hh"
00007 
00008 namespace Rivet {
00009 
00010   // Forward declaration
00011   class Jet;
00012 
00013   /// Typedef for a collection of Jet objects.
00014   typedef std::vector<Jet> Jets;
00015 
00016 }
00017 
00018 
00019 #endif