Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
Generator
src
Physics
Resonance
XSection
BergerSehgalRESPXSec2014.cxx
Go to the documentation of this file.
1
//____________________________________________________________________________
2
/*
3
Copyright (c) 2003-2020, The GENIE Collaboration
4
For the full text of the license visit http://copyright.genie-mc.org
5
6
Steve Dytman
7
University of Pittsburgh
8
9
Jarek Nowak
10
University of Lancaster
11
12
Costas Andreopoulos <constantinos.andreopoulos \at cern.ch>
13
University of Liverpool & STFC Rutherford Appleton Laboratory
14
*/
15
//____________________________________________________________________________
16
17
#include "
Physics/Resonance/XSection/BergerSehgalRESPXSec2014.h
"
18
19
using namespace
genie
;
20
21
//____________________________________________________________________________
22
BergerSehgalRESPXSec2014::BergerSehgalRESPXSec2014
() :
23
BSKLNBaseRESPXSec2014
(
"genie::BergerSehgalRESPXSec2014"
)
24
{
25
this->
fKLN
=
false
;
26
this->
fBRS
=
true
;
27
}
28
//____________________________________________________________________________
29
BergerSehgalRESPXSec2014::BergerSehgalRESPXSec2014
(
string
config
) :
30
BSKLNBaseRESPXSec2014
(
"genie::BergerSehgalRESPXSec2014"
, config)
31
{
32
this->
fKLN
=
false
;
33
this->
fBRS
=
true
;
34
}
35
//____________________________________________________________________________
36
BergerSehgalRESPXSec2014::~BergerSehgalRESPXSec2014
()
37
{
38
39
}
40
//____________________________________________________________________________
genie
THE MAIN GENIE PROJECT NAMESPACE
Definition:
AlgCmp.h:25
genie::BSKLNBaseRESPXSec2014::fKLN
bool fKLN
Definition:
BSKLNBaseRESPXSec2014.h:100
BergerSehgalRESPXSec2014.h
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
config
static Config * config
Definition:
config.cpp:1054
genie::BergerSehgalRESPXSec2014::~BergerSehgalRESPXSec2014
virtual ~BergerSehgalRESPXSec2014()
Definition:
BergerSehgalRESPXSec2014.cxx:36
genie::BergerSehgalRESPXSec2014::BergerSehgalRESPXSec2014
BergerSehgalRESPXSec2014()
Definition:
BergerSehgalRESPXSec2014.cxx:22
genie::BSKLNBaseRESPXSec2014::fBRS
bool fBRS
Definition:
BSKLNBaseRESPXSec2014.h:101
Generated by
1.8.11