Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
Generator
src
Physics
Resonance
XSection
BergerSehgalRESPXSec2014.h
Go to the documentation of this file.
1
//____________________________________________________________________________
2
/*!
3
4
\class genie::BergerSehgalRESPXSec2014
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 Berger, Sehgal Phys. Rev. D76, 113004 (2007)
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
25
\author Steve Dytman
26
University of Pittsburgh
27
28
Jarek Nowak
29
University of Lancaster
30
31
Costas Andreopoulos <constantinos.andreopoulos \at cern.ch>
32
University of Liverpool & STFC Rutherford Appleton Laboratory
33
34
\created Sep 15, 2015
35
36
\cpright Copyright (c) 2003-2020, The GENIE Collaboration
37
For the full text of the license visit http://copyright.genie-mc.org
38
*/
39
//____________________________________________________________________________
40
41
#ifndef _BERGER_SEHGAL_RES_PXSEC_2014_H_
42
#define _BERGER_SEHGAL_RES_PXSEC_2014_H_
43
44
#include "
Physics/Resonance/XSection/BSKLNBaseRESPXSec2014.h
"
45
46
namespace
genie
{
47
48
class
BergerSehgalRESPXSec2014
:
public
BSKLNBaseRESPXSec2014
49
{
50
public
:
51
BergerSehgalRESPXSec2014
();
52
BergerSehgalRESPXSec2014
(
string
config
);
53
virtual
~BergerSehgalRESPXSec2014
();
54
};
55
56
}
// genie namespace
57
58
#endif // _BERGER_SEHGAL_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::BergerSehgalRESPXSec2014
Computes the double differential cross section for resonance electro- or neutrino-production accordin...
Definition:
BergerSehgalRESPXSec2014.h:48
config
static Config * config
Definition:
config.cpp:1054
BSKLNBaseRESPXSec2014.h
genie::BergerSehgalRESPXSec2014::~BergerSehgalRESPXSec2014
virtual ~BergerSehgalRESPXSec2014()
Definition:
BergerSehgalRESPXSec2014.cxx:36
genie::BergerSehgalRESPXSec2014::BergerSehgalRESPXSec2014
BergerSehgalRESPXSec2014()
Definition:
BergerSehgalRESPXSec2014.cxx:22
Generated by
1.8.11