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 REGCNN_HITTYPE_H
8 #define REGCNN_HITTYPE_H
9 
10 
11 namespace cnn
12 {
13 
14  typedef enum HType
15  {
26  } HitType;
27 
28 }
29 
30 #endif // REGCNN_HITTYPE_H
enum cnn::HType HitType
Defines an enumeration for cellhit classification.
HType
Definition: HitType.h:14