CMS 3D CMS Logo

HGCalWaferIndex.h
Go to the documentation of this file.
1 #ifndef Geometry_HGCalCommonData_HGCalWaferIndex_h
2 #define Geometry_HGCalCommonData_HGCalWaferIndex_h
3 
4 #include <cmath>
5 #include <cstdint>
6 
8 
9 public:
10 
13  static int32_t waferIndex(int32_t layer, int32_t waferU, int32_t waferV);
14  static int32_t waferLayer(const int32_t index);
15  static int32_t waferU(const int32_t index);
16  static int32_t waferV(const int32_t index);
17 
18 };
19 
20 #endif
static int32_t waferV(const int32_t index)
static int32_t waferIndex(int32_t layer, int32_t waferU, int32_t waferV)
static int32_t waferU(const int32_t index)
static int32_t waferLayer(const int32_t index)