CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EcalNumberingScheme.h
Go to the documentation of this file.
1 // File: EcalNumberingScheme.h
3 // Description: Definition of sensitive unit numbering schema for ECal
5 
6 #ifndef EcalNumberingScheme_h
7 #define EcalNumberingScheme_h
8 
12 #include <boost/cstdint.hpp>
13 
15 
16 public:
18  virtual ~EcalNumberingScheme();
19  virtual uint32_t getUnitID(const EcalBaseNumber& baseNumber) const = 0;
20 
21 };
22 
23 #endif
virtual uint32_t getUnitID(const EcalBaseNumber &baseNumber) const =0