CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ESTBNumberingScheme.h
Go to the documentation of this file.
1 #ifndef ESTBNumberingScheme_h
2 #define ESTBNumberingScheme_h
3 
5 
7 
8 public:
9 
12  virtual uint32_t getUnitID(const EcalBaseNumber& baseNumber) const ;
13 
14 private:
15 
16  int iX[30];
17  int iY[30];
18 
19 };
20 
21 #endif
virtual uint32_t getUnitID(const EcalBaseNumber &baseNumber) const