Go to the documentation of this file.00001 #ifndef HcalTestBeam_HcalTBNumberingScheme_H
00002 #define HcalTestBeam_HcalTBNumberingScheme_H
00003
00004
00005
00006
00007
00014
00015
00016
00017
00018
00019
00020
00021 #include <boost/cstdint.hpp>
00022 #include <vector>
00023
00024
00025
00026 class HcalTBNumberingScheme {
00027
00028 public:
00029 HcalTBNumberingScheme() {}
00030 virtual ~HcalTBNumberingScheme() {}
00031
00032 static uint32_t getUnitID (const uint32_t id, const int mode);
00033 static std::vector<uint32_t> getUnitIDs(const int type, const int mode);
00034 };
00035
00036 #endif