Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SCorrelatorJetTreeLinkDef.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file SCorrelatorJetTreeLinkDef.h
1 // ----------------------------------------------------------------------------
2 // 'SCorrelatorJetTree.cc'
3 // Derek Anderson
4 // 12.21.2022
5 //
6 // A module to produce a tree of jets for the sPHENIX
7 // Cold QCD Energy-Energy Correlator analysis.
8 //
9 // Derived from code by Antonio Silva (thanks!!)
10 // ----------------------------------------------------------------------------
11 
12 #ifdef __CINT__
13 
14 #pragma link C++ class SCorrelatorJetTree-!;
15 
16 #endif
17 
18 // end ------------------------------------------------------------------------