Back to home page

sPhenix code displayed by LXR

 
 

    


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

0001 const int verbosity = 0;
0002 
0003 const float etaStart = -0.7;
0004 const float etaEnd = 0.7;
0005 const float etaGap = 0.35;
0006 
0007 const int extraBins = 2; //two inclusive eta bins: 1) Has the differential eta-jes calibration, one has the integrated eta-jes calibration
0008 
0009 const Float_t pt_range[]  = {10,15,20,25,30,35,40,45,50,60,80};
0010 //const Float_t pt_range[]  = {10,12.5,15,17.5,20,22.5,25,27.5,30,32.5,35,37.5,40,42.5,45,47.5,50,55,60,65,70,80};
0011 const int pt_N = sizeof(pt_range)/sizeof(float)-1;
0012 
0013 const int resp_N = 50;
0014 const int pt_N_reco = 60;
0015 
0016 const int pt_N_truth = 75;
0017 
0018 const int eta_N = 40;
0019 const int phi_N = 40;
0020 const int subet_N = 400;
0021 const float nSigmaLin = 1;
0022 const float nSigmaRat = 0.25;
0023 //float trigEntries[4] = {71076872, 28939622, 0, 28524294};
0024