CDetectorConstants.h
Go to the documentation of this file.
1 
6 #ifndef _cdet_CDetectorConstants_h_
7 #define _cdet_CDetectorConstants_h_
8 
9 
10 namespace cdet {
11 
12  namespace CDetectorConstants {
13 
14  enum GridIndex {
15  eAny = -1,
16 
17  eStandard = 0,
21  };
22 
23  // size for collections of grid indices
24  const unsigned char kGridIndexSize = 4;
25 
26  }
27 
28 }
29 
30 
31 #endif
const unsigned char kGridIndexSize

, generated on Tue Sep 26 2023.