Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SEnergyCorrelatorLinkDef.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file SEnergyCorrelatorLinkDef.h
1 // ----------------------------------------------------------------------------
2 // 'SEnergyCorrelatorLinkDef.h'
3 // Derek Anderson
4 // 01.27.2023
5 //
6 // A module to implement Peter Komiske's EEC library
7 // in the sPHENIX software stack for the Cold QCD
8 // Energy-Energy Correlator analysis.
9 // ----------------------------------------------------------------------------
10 
11 #ifdef __CINT__
12 
13 #pragma link C++ class SEnergyCorrelator-!;
14 
15 #endif
16 
17 // end ------------------------------------------------------------------------