Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:14:51

0001 #ifndef HCALHARDCODEGEOMETRYDATA_H
0002 #define HCALHARDCODEGEOMETRYDATA_H 1
0003 
0004 
0005 static const double theHBHEEtaBounds[] = { 0.000, 0.087, 0.087*2, 0.087*3, 0.087*4, 
0006                        0.087*5, 0.087*6, 0.087*7, 0.087*8, 0.087*9,   
0007                        0.087*10, 0.087*11, 0.087*12, 0.087*13, 0.087*14,   
0008                        0.087*15, 0.087*16, 0.087*17, 0.087*18, 0.087*19,   
0009                        1.74, 1.83, 1.93, 2.043, 2.172, 
0010                        2.332, 2.5, 2.65, 2.868, 3.000 };
0011 
0012 static const double theHFEtaBounds[] = { 2.853, 2.964, 3.139, 3.314, 3.489, 3.664, 3.839, 
0013                      4.013, 4.191, 4.363, 4.538, 4.716, 4.889, 5.191 };
0014 
0015 #endif