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 
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  // ...
40 
41 
43 
44 }
45 #endif
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
ENHLDecayMode
Definition: NHLDecayMode.h:26
enum genie::ENHLDecayMode NHLDecayMode_t