Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:25:19

0001 #ifndef RecoHI_HiJetAlgos_HITowerHelper_H
0002 #define RecoHI_HiJetAlgos_HITowerHelper_H
0003 
0004 namespace hi {
0005   constexpr std::array<double, 42> etaedge = {
0006       {0.000, 0.087, 0.174, 0.261, 0.348, 0.435, 0.522, 0.609, 0.696, 0.783, 0.870, 0.957, 1.044, 1.131,
0007        1.218, 1.305, 1.392, 1.479, 1.566, 1.653, 1.740, 1.830, 1.930, 2.043, 2.172, 2.322, 2.500, 2.650,
0008        2.853, 3.000, 3.139, 3.314, 3.489, 3.664, 3.839, 4.013, 4.191, 4.363, 4.538, 4.716, 4.889, 5.191}};
0009 }
0010 
0011 #endif