Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
Generator
src
Physics
NeutralHeavyLepton
NHLDecayMode.h
Go to the documentation of this file.
1
//____________________________________________________________________________
2
/*!
3
4
\class genie::NHLDecayMode
5
6
\brief Enumeration of NHL decay modes.
7
8
\author
9
10
\created November 10, 2011
11
12
\cpright Copyright (c) 2003-2020, The GENIE Collaboration
13
For the full text of the license visit http://copyright.genie-mc.org
14
*/
15
//____________________________________________________________________________
16
17
#ifndef _NHL_DECAY_MODE_H_
18
#define _NHL_DECAY_MODE_H_
19
20
#ifndef ROOT_Rtypes
21
#include "Rtypes.h"
22
#endif
23
24
namespace
genie
{
25
26
typedef
enum
ENHLDecayMode
{
27
28
kNHLDcyNull
= 0,
29
30
//
31
// Add enumerations for each decay channel
32
// Start eacg enum with kNHLDcy...
33
// See $GENIE/src/Physics/NucleonDecay/NucleonDecayMode.h for a similar code
34
//
35
//
36
// ...
37
// ...
38
// ...
39
kNHLDcyTEST
= 1
40
41
42
}
NHLDecayMode_t
;
43
44
}
45
#endif
genie
THE MAIN GENIE PROJECT NAMESPACE
Definition:
AlgCmp.h:25
genie::ENHLDecayMode
ENHLDecayMode
Definition:
NHLDecayMode.h:26
genie::kNHLDcyNull
Definition:
NHLDecayMode.h:28
genie::kNHLDcyTEST
Definition:
NHLDecayMode.h:39
genie::NHLDecayMode_t
enum genie::ENHLDecayMode NHLDecayMode_t
Generated by
1.8.11