PMTConstants.h
Go to the documentation of this file.
1 #ifndef _sdet_PMTConstants_h_
2 #define _sdet_PMTConstants_h_
3 
4 
5 namespace sdet {
6 
7  namespace PMTConstants {
8 
9  enum PMTGain {
10  eNoGain = -1,
11  eHighGain = 0,
12  eLowGain = 1,
14  };
15 
16 
17  enum PMTType {
18  eAnyType = -1,
22  };
23 
24  }
25 
26 }
27 
28 
29 #endif

, generated on Tue Sep 26 2023.