CMS 3D CMS Logo

DTSequentialCellNumber.h
Go to the documentation of this file.
1 #ifndef DTSequentialCellNumber_H
2 #define DTSequentialCellNumber_H
3 
14 //----------------------
15 // Base Class Headers --
16 //----------------------
17 
18 //------------------------------------
19 // Collaborating Class Declarations --
20 //------------------------------------
21 
22 //---------------
23 // C++ Headers --
24 //---------------
25 
26 // ---------------------
27 // -- Class Interface --
28 // ---------------------
29 
31 public:
32  static int id(int wheel, int station, int sector, int superlayer, int layer, int cell);
33  static int max();
34 };
35 
36 #endif // DTSequentialCellNumber_H
constexpr std::array< uint8_t, layerIndexSize > layer
static int id(int wheel, int station, int sector, int superlayer, int layer, int cell)