Class Reference for E1039 Core & Analysis Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PHG4CylinderCellDefs.h
Go to the documentation of this file.
1 #ifndef PHG4CYLINDERCELLGEFS_H
2 #define PHG4CYLINDERCELLGEFS_H
3 
4 namespace PHG4CylinderCellDefs
5 {
6  typedef unsigned int keytype;
7  static int keybits = 8;
8  static int cell_idbits = 32 - keybits;
10 }
11 
12 #endif