CMS 3D CMS Logo

SiPixelClusterThresholds.h
Go to the documentation of this file.
1 #ifndef RecoLocalTracker_SiPixelClusterizer_plugins_SiPixelClusterThresholds_h
2 #define RecoLocalTracker_SiPixelClusterizer_plugins_SiPixelClusterThresholds_h
3 
5  inline constexpr int32_t getThresholdForLayerOnCondition(bool isLayer1) const noexcept {
6  return isLayer1 ? layer1 : otherLayers;
7  }
8  const int32_t layer1;
9  const int32_t otherLayers;
10 };
11 
14 
15 #endif // RecoLocalTracker_SiPixelClusterizer_plugins_SiPixelClusterThresholds_h
constexpr SiPixelClusterThresholds kSiPixelClusterThresholdsDefaultPhase2
constexpr int32_t getThresholdForLayerOnCondition(bool isLayer1) const noexcept
constexpr SiPixelClusterThresholds kSiPixelClusterThresholdsDefaultPhase1