Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-05-12 09:05:02

0001 // -*- C++ -*-
0002 #ifndef RIVET_IndirectFinalState_HH
0003 #define RIVET_IndirectFinalState_HH
0004 
0005 #include "Rivet/Projections/NonPromptFinalState.hh"
0006 
0007 namespace Rivet {
0008 
0009   /// Alias with a more correct name
0010   using IndirectFinalState = NonPromptFinalState;
0011 
0012 }
0013 
0014 #endif