IsolationTools.hh

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 #ifndef RIVET_IsolationTools_HH
00003 #define RIVET_IsolationTools_HH
00004 
00005 #include "Rivet/Projections/IsolationProjection.hh"
00006 #include "Rivet/Projections/FinalState.hh"
00007 #include "Rivet/Projections/JetAlg.hh"
00008 
00009 
00010 namespace Rivet{
00011   typedef IsolationProjection<JetAlg, JetAlg> AllJetsIso;
00012 
00013   typedef IsolationProjection<FinalState, FinalState> AllParticleIso;
00014 
00015   typedef IsolationProjection<FinalState, JetAlg> ParticleFromJetIso;
00016 }
00017 #endif