EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4CylinderCellDefs.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHG4CylinderCellDefs.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 #ifndef G4DETECTORS_PHG4CYLINDERCELLDEFS_H
4 #define G4DETECTORS_PHG4CYLINDERCELLDEFS_H
5 
6 namespace PHG4CylinderCellDefs
7 {
8  typedef unsigned int keytype;
9  static int keybits = 8;
10  static int cell_idbits = 32 - keybits;
12 }
13 
14 #endif