Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
dunereco
dunereco
RegCNN
func
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
{
16
kElectronHit
,
17
kMuonHit
,
18
kProtonHit
,
19
kNeutronHit
,
20
kPionHit
,
21
kPiZeroHit
,
22
kGammaHit
,
23
kOtherPDGhit
,
24
kUnknownHit
,
25
kEmptyHit
26
}
HitType
;
27
28
}
29
30
#endif // REGCNN_HITTYPE_H
cnn::kGammaHit
Definition:
HitType.h:22
cnn::kElectronHit
Definition:
HitType.h:16
cnn::kMuonHit
Definition:
HitType.h:17
cnn::HitType
enum cnn::HType HitType
cnn::kOtherPDGhit
Definition:
HitType.h:23
cnn::kPionHit
Definition:
HitType.h:20
cnn::kUnknownHit
Definition:
HitType.h:24
cnn::kProtonHit
Definition:
HitType.h:18
cnn::kNeutronHit
Definition:
HitType.h:19
cnn
Defines an enumeration for cellhit classification.
Definition:
RegCNNEvaluator_module.cc:54
cnn::kPiZeroHit
Definition:
HitType.h:21
cnn::kEmptyHit
Definition:
HitType.h:25
cnn::HType
HType
Definition:
HitType.h:14
Generated by
1.8.11