Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SDeltaPtCutStudyLinkDef.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file SDeltaPtCutStudyLinkDef.h
1 // ----------------------------------------------------------------------------
2 // 'SDeltaPtCutStudyLinkDef.h'
3 // Derek Anderson
4 // 08.11.2023
5 //
6 // Reads in the 'ntp_track' Ntuple
7 // generated by the SVtxEvaluator
8 // class and studies how deltapt/pt
9 // varies with quality cuts.
10 // ----------------------------------------------------------------------------
11 
12 #ifdef __CINT__
13 
14 #pragma link C++ class SDeltaPtCutStudy-!;
15 
16 #endif
17 
18 // end ------------------------------------------------------------------------