Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
Generator
src
Physics
Resonance
XSection
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
43
#include "
Physics/Resonance/XSection/BSKLNBaseRESPXSec2014.h
"
44
45
namespace
genie
{
46
47
class
KuzminLyubushkinNaumovRESPXSec2014
:
public
BSKLNBaseRESPXSec2014
48
{
49
public
:
50
KuzminLyubushkinNaumovRESPXSec2014
();
51
KuzminLyubushkinNaumovRESPXSec2014
(
string
config
);
52
virtual
~KuzminLyubushkinNaumovRESPXSec2014
();
53
};
54
55
}
// genie namespace
56
57
#endif // _KUZMIN_LYUBUSHKIN_NAUMOV_RES_PXSEC_2014_H_
genie
THE MAIN GENIE PROJECT NAMESPACE
Definition:
AlgCmp.h:25
genie::BSKLNBaseRESPXSec2014
Base class for the Berger-Sehgal and the Kuzmin, Lyubushkin, Naumov resonance models, implemented as modifications to the Rein-Sehgal model.
Definition:
BSKLNBaseRESPXSec2014.h:48
genie::KuzminLyubushkinNaumovRESPXSec2014::~KuzminLyubushkinNaumovRESPXSec2014
virtual ~KuzminLyubushkinNaumovRESPXSec2014()
Definition:
KuzminLyubushkinNaumovRESPXSec2014.cxx:36
genie::KuzminLyubushkinNaumovRESPXSec2014
Computes the double differential cross section for resonance electro- or neutrino-production accordin...
Definition:
KuzminLyubushkinNaumovRESPXSec2014.h:47
config
static Config * config
Definition:
config.cpp:1054
BSKLNBaseRESPXSec2014.h
genie::KuzminLyubushkinNaumovRESPXSec2014::KuzminLyubushkinNaumovRESPXSec2014
KuzminLyubushkinNaumovRESPXSec2014()
Definition:
KuzminLyubushkinNaumovRESPXSec2014.cxx:22
Generated by
1.8.11