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  bool old=false);
15  static int32_t waferLayer(const int32_t index);
16  static int32_t waferU(const int32_t index);
17  static int32_t waferV(const int32_t index);
18  static int32_t waferCopy(const int32_t index);
19  static bool waferFormat(const int32_t index);
20 
21 };
22 
23 #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)