Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-06 08:11:47

0001 // ----------------------------------------------------------------------------
0002 // 'SDeltaPtCutStudyLinkDef.h'
0003 // Derek Anderson
0004 // 08.11.2023
0005 //
0006 // Reads in the 'ntp_track' Ntuple
0007 // generated by the SVtxEvaluator
0008 // class and studies how deltapt/pt
0009 // varies with quality cuts.
0010 // ----------------------------------------------------------------------------
0011 
0012 #ifdef __CINT__
0013 
0014 #pragma link C++ class SDeltaPtCutStudy-!;
0015 
0016 #endif
0017 
0018 // end ------------------------------------------------------------------------