LwlynSmithFFCC.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  Costas Andreopoulos <constantinos.andreopoulos \at cern.ch>
7  University of Liverpool & STFC Rutherford Appleton Laboratory
8 */
9 //____________________________________________________________________________
10 
14 
15 using namespace genie;
16 using namespace genie::constants;
17 
18 //____________________________________________________________________________
20 LwlynSmithFF("genie::LwlynSmithFFCC")
21 {
22 
23 }
24 //____________________________________________________________________________
26 LwlynSmithFF("genie::LwlynSmithFFCC", config)
27 {
28 
29 }
30 //____________________________________________________________________________
32 {
33 
34 }
35 //____________________________________________________________________________
37 {
38  return LwlynSmithFF::F1V(interaction);
39 }
40 //____________________________________________________________________________
42 {
43  return LwlynSmithFF::xiF2V(interaction);
44 }
45 //____________________________________________________________________________
47 {
48  return LwlynSmithFF::FA(interaction);
49 }
50 //____________________________________________________________________________
52 {
53  return LwlynSmithFF::Fp(interaction);
54 }
55 //____________________________________________________________________________
Basic constants.
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
double F1V(const Interaction *interaction) const
Compute the form factor F1V for the input interaction.
Summary information for an interaction.
Definition: Interaction.h:56
double FA(const Interaction *interaction) const
Compute the form factor FA for the input interaction.
static Config * config
Definition: config.cpp:1054
virtual double xiF2V(const Interaction *interaction) const
Compute the form factor xi*F2V for the input interaction.
virtual double FA(const Interaction *interaction) const
Compute the form factor FA for the input interaction.
Abstract Base Class: implements the QELFormFactorsModelI interface but can not be instantiated...
Definition: LwlynSmithFF.h:36
double Fp(const Interaction *interaction) const
Compute the form factor Fp for the input interaction.
virtual double F1V(const Interaction *interaction) const
Compute the form factor F1V for the input interaction.
double xiF2V(const Interaction *interaction) const
Compute the form factor xi*F2V for the input interaction.
virtual double Fp(const Interaction *interaction) const
Compute the form factor Fp for the input interaction.