Rivet  3.1.0
JetAlg.hh
1 // -*- C++ -*-
2 #ifndef RIVET_JetAlg_HH
3 #define RIVET_JetAlg_HH
4 
5 #include "Rivet/Projections/JetFinder.hh"
6 
7 namespace Rivet {
8 
9 
12  using JetAlg = JetFinder;
13 
14 
15 }
16 
17 #endif
Definition: MC_Cent_pPb.hh:10
Abstract base class for projections which can return a set of Jets.
Definition: JetFinder.hh:15