Back to home page

sPhenix code displayed by LXR

 
 

    


File indexing completed on 2025-08-05 08:15:32

0001 #ifndef CALOCDB_GEOMETRYCONSTANTS_H
0002 #define CALOCDB_GEOMETRYCONSTANTS_H
0003 
0004 namespace CaloGeometry
0005 {
0006   // EMCAL
0007   constexpr int CEMC_ETA_BINS = 96;
0008   constexpr int CEMC_PHI_BINS = 256;
0009   constexpr int CEMC_NSECTOR = 64;
0010   constexpr int CEMC_NCHANNEL_PER_SECTOR = 384;
0011   constexpr int CEMC_NCHANNEL_PER_IB = 64;
0012   constexpr int CEMC_NIB = 384;
0013   constexpr int CEMC_NIB_PER_SECTOR = 6;
0014   constexpr int CEMC_NTOW_IB_SIDE = 8;
0015 
0016   // HCAL
0017   constexpr int HCAL_ETA_BINS = 24;
0018   constexpr int HCAL_PHI_BINS = 64;
0019 }  // namespace CaloGeometry
0020 
0021 #endif