Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SLambdaJetHunterLinkDef.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file SLambdaJetHunterLinkDef.h
1 // ----------------------------------------------------------------------------
2 // 'SLambdaJetHunter.h'
3 // Derek Anderson
4 // 01.25.2024
5 //
6 // A minimal analysis module to find lambda-tagged
7 // jets in pythia events.
8 // ----------------------------------------------------------------------------
9 
10 #ifdef __CINT__
11 
12 #pragma link C++ class SLambdaJetHunter-!;
13 
14 #endif
15 
16 // end ------------------------------------------------------------------------
17