GENIEGenerator
Loading...
Searching...
No Matches
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 <c.andreopoulos \at cern.ch>
32 University of Liverpool
33
34\created Sep 15, 2015
35
36\cpright Copyright (c) 2003-2025, 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
45
46namespace genie {
47
49 {
50 public:
52 BergerSehgalRESPXSec2014(string config);
54 };
55
56} // genie namespace
57
58#endif // _BERGER_SEHGAL_RES_PXSEC_2014_H_
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25