File indexing completed on 2024-07-03 04:18:11
0001 #ifndef RecoLocalCalo_HGCalRecProducers_interface_alpaka_ConstantsForClusters_h
0002 #define RecoLocalCalo_HGCalRecProducers_interface_alpaka_ConstantsForClusters_h
0003
0004 namespace hgcal::constants {
0005 static constexpr int kHGCalLayers = 96;
0006 static constexpr int kInvalidCluster = -1;
0007 static constexpr uint8_t kInvalidClusterByte = 0xff;
0008 static constexpr int kInvalidIndex = -1;
0009 static constexpr uint8_t kInvalidIndexByte = 0xff;
0010 }
0011
0012 #endif