Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SCorrelatorQAMakerLinkDef.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file SCorrelatorQAMakerLinkDef.h
1 // ----------------------------------------------------------------------------
2 // 'SCorrelatorQAMakerLinkDef.h'
3 // Derek Anderson
4 // 10.04.2023
5 //
6 // A module to produce TNtuples and histograms for QA
7 // plots relevant to the sPHENIX Cold QCD Energy-Energy
8 // Correlator analysis.
9 // ----------------------------------------------------------------------------
10 
11 #ifdef __CINT__
12 
13 #pragma link C++ class SCorrelatorQAMaker-!;
14 
15 #endif
16 
17 // end ------------------------------------------------------------------------