CMS 3D CMS Logo

ConstantsForClusters.h
Go to the documentation of this file.
1 #ifndef RecoLocalCalo_HGCalRecProducers_interface_alpaka_ConstantsForClusters_h
2 #define RecoLocalCalo_HGCalRecProducers_interface_alpaka_ConstantsForClusters_h
3 
4 namespace hgcal::constants {
5  static constexpr int kHGCalLayers = 96;
6  static constexpr int kInvalidCluster = -1;
7  static constexpr uint8_t kInvalidClusterByte = 0xff;
8  static constexpr int kInvalidIndex = -1;
9  static constexpr uint8_t kInvalidIndexByte = 0xff;
10 } // namespace hgcal::constants
11 
12 #endif // RecoLocalCalo_HGCalRecProducers_interface_alpaka_ConstantsForClusters_h
static constexpr int kHGCalLayers
static constexpr uint8_t kInvalidIndexByte
static constexpr int kInvalidIndex
static constexpr int kInvalidCluster
static constexpr uint8_t kInvalidClusterByte