SDetectorConstants.h
Go to the documentation of this file.
1 #ifndef _sdet_SDetectorConstants_h_
2 #define _sdet_SDetectorConstants_h_
3 
4 
5 namespace sdet {
6 
7  namespace SDetectorConstants {
8 
9  enum GridIndex {
10  eAny = -1,
11  eStandard = 0,
14  };
15 
16  // size for collections of grid indices
17  const unsigned char kGridIndexSize = 3;
18 
19  }
20 
21 }
22 
23 
24 #endif
const unsigned char kGridIndexSize

, generated on Tue Sep 26 2023.