CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HcalTBNumberingScheme.h
Go to the documentation of this file.
1 #ifndef HcalTestBeam_HcalTBNumberingScheme_H
2 #define HcalTestBeam_HcalTBNumberingScheme_H
3 // -*- C++ -*-
4 //
5 // Package: HcalTestBeam
6 // Class : HcalTBNumberingScheme
7 //
14 //
15 // Original Author: Sunanda Banerjee
16 // Created: Thu May 18 10:14:34 CEST 2006
17 //
18 
19 // system include files
20 #include <boost/cstdint.hpp>
21 #include <vector>
22 
23 // user include files
24 
26 
27 public:
30 
31  static uint32_t getUnitID (const uint32_t id, const int mode);
32  static std::vector<uint32_t> getUnitIDs(const int type, const int mode);
33 };
34 
35 #endif
type
Definition: HCALResponse.h:21
static std::vector< uint32_t > getUnitIDs(const int type, const int mode)
static uint32_t getUnitID(const uint32_t id, const int mode)