HitType.h
Go to the documentation of this file.
1 ////////////////////////////////////////////////////////////////////////
2 // \file HitType.h
3 ///\brief Defines an enumeration for cellhit classification
4 ///
5 // \author psihas@fnal.gov
6 ////////////////////////////////////////////////////////////////////////
7 #ifndef CVN_HITTYPE_H
8 #define CVN_HITTYPE_H
9 
10 
11 namespace cvn
12 {
13 
14  typedef enum HType
15  {
26  } HitType;
27 
28 }
29 
30 #endif // CVN_HITTYPE_H
enum cvn::HType HitType
HType
Definition: HitType.h:14
Utility class for truth labels.