KuzminLyubushkinNaumovRESPXSec2014.h
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*!
3 
4 \class genie::KuzminLyubushkinNaumovRESPXSec2014
5 
6 \brief Computes the double differential cross section for resonance
7  electro- or neutrino-production according to the Berger Sehgal model.
8 
9  The computed cross section is the d^2 xsec/ dQ^2 dW \n
10  where \n
11  \li \c Q^2 : momentum transfer ^ 2
12  \li \c W : invariant mass of the final state hadronic system
13 
14  Is a concrete implementation of the XSecAlgorithmI interface.
15 
16 \ref Kuzmin, Lyubushkin, Naumov Mod. Phys. Lett. A19 (2004) 2815
17 
18  Modifications within original format of
19  D.Rein and L.M.Sehgal, Neutrino Excitation of Baryon Resonances
20  and Single Pion Production, Ann.Phys.133, 79 (1981)
21 
22  Modifications based on a MiniBooNE tune courtesy of J. Nowak
23  and S. Dytman.
24 \author Steve Dytman
25  University of Pittsburgh
26 
27  Jarek Nowak
28  University of Lancaster
29 
30  Costas Andreopoulos <constantinos.andreopoulos \at cern.ch>
31  University of Liverpool & STFC Rutherford Appleton Laboratory
32 
33 \created Sep 15, 2015
34 
35 \cpright Copyright (c) 2003-2020, The GENIE Collaboration
36  For the full text of the license visit http://copyright.genie-mc.org
37 */
38 //____________________________________________________________________________
39 
40 #ifndef _KUZMIN_LYUBUSHKIN_NAUMOV_RES_PXSEC_2014_H_
41 #define _KUZMIN_LYUBUSHKIN_NAUMOV_RES_PXSEC_2014_H_
42 
44 
45 namespace genie {
46 
48  {
49  public:
53  };
54 
55 } // genie namespace
56 
57 #endif // _KUZMIN_LYUBUSHKIN_NAUMOV_RES_PXSEC_2014_H_
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
Base class for the Berger-Sehgal and the Kuzmin, Lyubushkin, Naumov resonance models, implemented as modifications to the Rein-Sehgal model.
Computes the double differential cross section for resonance electro- or neutrino-production accordin...
static Config * config
Definition: config.cpp:1054