SEventConstants.h
Go to the documentation of this file.
1 #ifndef _sevt_SEventConstants_h_
2 #define _sevt_SEventConstants_h_
3 
4 
5 namespace sevt {
6 
7  namespace SEventConstants {
8 
10  eNone = 0,
11  eEquilateral = 1 << 0,
12  eIsosceles = 1 << 1,
13  eCoreClosestToHottest = 1 << 2, // distance in ground plane
14  eCoreInHottestVoronoi = 1 << 3 // distance in shower plane
15  };
16 
17  }
18 
19 }
20 
21 
22 #endif

, generated on Tue Sep 26 2023.