Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 09:17:32

0001 #include <iostream>
0002 #include <TFile.h>
0003 #include <TF1.h>
0004 
0005 const float PI = TMath::Pi();
0006 
0007 double calibptbins[] = {15, 19, 24, 29, 35, 41, 48, 56, 65, 75};
0008 double truthptbins[] = {7, 11, 15, 19, 24, 29, 35, 41, 48, 56, 65, 75, 86};
0009 
0010 int calibnpt = sizeof(calibptbins) / sizeof(calibptbins[0]) - 1;
0011 int truthnpt = sizeof(truthptbins) / sizeof(truthptbins[0]) - 1;