BaryonResonance.h
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*!
3 
4 \class genie::BaryonResonance
5 
6 \brief An enumeration of Baryon Resonances more frequently used in
7  resonance neutrino-nucleon/nucleus models.
8 
9 \author Costas Andreopoulos <constantinos.andreopoulos \at cern.ch>
10  University of Liverpool & STFC Rutherford Appleton Laboratory
11 
12 \created May 06, 2004
13 
14 \cpright Copyright (c) 2003-2020, The GENIE Collaboration
15  For the full text of the license visit http://copyright.genie-mc.org
16 */
17 //____________________________________________________________________________
18 
19 #ifndef _BARYON_RESONANCE_H_
20 #define _BARYON_RESONANCE_H_
21 
22 namespace genie {
23 
24  typedef enum EResonance {
26  kP33_1232 = 0,
27  kS11_1535 = 1,
28  kD13_1520 = 2,
29  kS11_1650 = 3,
30  kD13_1700 = 4,
31  kD15_1675 = 5,
32  kS31_1620 = 6,
33  kD33_1700 = 7,
34  kP11_1440 = 8,
35  kP33_1600 = 9,
36  kP13_1720 = 10,
37  kF15_1680 = 11,
38  kP31_1910 = 12,
39  kP33_1920 = 13,
40  kF35_1905 = 14,
41  kF37_1950 = 15,
42  kP11_1710 = 16,
43  kF17_1970 = 17
44  } Resonance_t;
45 
46 } // genie namespace
47 
48 #endif // _BARYON_RESONANCE_H_
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
enum genie::EResonance Resonance_t