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 // $Id: HcalTBNumberingScheme.h,v 1.3 2006/05/23 10:53:29 sunanda Exp $
18 //
19 
20 // system include files
21 #include <boost/cstdint.hpp>
22 #include <vector>
23 
24 // user include files
25 
27 
28 public:
31 
32  static uint32_t getUnitID (const uint32_t id, const int mode);
33  static std::vector<uint32_t> getUnitIDs(const int type, const int mode);
34 };
35 
36 #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)