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  public:
11  static int32_t waferIndex(int32_t layer, int32_t waferU, int32_t waferV,
12  bool old = false);
13  static int32_t waferLayer(const int32_t index);
14  static int32_t waferU(const int32_t index);
15  static int32_t waferV(const int32_t index);
16  static int32_t waferCopy(const int32_t index);
17  static bool waferFormat(const int32_t index);
18 };
19 
20 #endif
static int32_t waferV(const int32_t index)
static int32_t waferCopy(const int32_t index)
static int32_t waferU(const int32_t index)
static int32_t waferIndex(int32_t layer, int32_t waferU, int32_t waferV, bool old=false)
static int32_t waferLayer(const int32_t index)
static bool waferFormat(const int32_t index)