Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:13:24

0001 /// ---------------------------------------------------------------------------
0002 /*! \file   SLambdaJetHunter.h
0003  *  \author Derek Anderson
0004  *  \date   01.25.2024
0005  *
0006  *  A minimal analysis module to find lambda-tagged
0007  *  jets in pythia events.
0008  */
0009 /// ---------------------------------------------------------------------------
0010 
0011 #ifdef __CINT__
0012 
0013 #pragma link C++ class SLambdaJetHunter-!;
0014 
0015 #endif
0016 
0017 // end ------------------------------------------------------------------------