Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
N21-02-25
CVN
func
ProngType.h
Go to the documentation of this file.
1
////////////////////////////////////////////////////////////////////////
2
// \file ProngType.h
3
///\brief Defines an enumeration for prong classification
4
///
5
// \author psihas@fnal.gov
6
////////////////////////////////////////////////////////////////////////
7
#ifndef CVN_PRONGTYPE_H
8
#define CVN_PRONGTYPE_H
9
10
11
#include "
CVN/func/PixelMap.h
"
12
#include "
CVN/func/ProngType.h
"
13
14
15
namespace
cvn
16
{
17
18
typedef
enum
PType
19
{
20
kElectron
,
21
kMuon
,
22
kProton
,
23
kNeutron
,
24
kPion
,
25
kPiZero
,
26
kGamma
,
27
kOtherPDG
,
28
kUnknown
,
29
kEmpty
,
30
kEM
,
31
kHadron
32
}
ProngType
;
33
34
int
GetPDGByPType
(
PType
ptype);
35
36
}
37
38
#endif // CVN_PRONGTYPE_H
cvn::kEmpty
Definition:
ProngType.h:29
cvn::ProngType
enum cvn::PType ProngType
cvn::kGamma
Definition:
ProngType.h:26
cvn::kPiZero
Definition:
ProngType.h:25
cvn::kUnknown
Definition:
ProngType.h:28
cvn::kEM
Definition:
ProngType.h:30
PixelMap.h
PixelMap for CVN.
cvn
Defines an enumeration for prong classification.
Definition:
FillParentInfo.h:10
cvn::kNeutron
Definition:
ProngType.h:23
cvn::kOtherPDG
Definition:
ProngType.h:27
cvn::kPion
Definition:
ProngType.h:24
cvn::kMuon
Definition:
ProngType.h:21
cvn::kProton
Definition:
ProngType.h:22
cvn::GetPDGByPType
int GetPDGByPType(PType ptype)
Definition:
ProngType.cxx:5
cvn::kHadron
Definition:
ProngType.h:31
ProngType.h
cvn::PType
PType
Definition:
ProngType.h:18
cvn::kElectron
Definition:
ProngType.h:20
Generated on Fri Feb 26 2021 14:13:35 for NOvA by
1.8.11