GENIEGenerator
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
LwlynSmithFFCC.cxx
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*
3  Copyright (c) 2003-2024, The GENIE Collaboration
4  For the full text of the license visit http://copyright.genie-mc.org
5 
6  Costas Andreopoulos <c.andreopoulos \at cern.ch>
7  University of Liverpool
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 //____________________________________________________________________________
36 double LwlynSmithFFCC::F1V(const Interaction * interaction) const
37 {
38  return LwlynSmithFF::F1V(interaction);
39 }
40 //____________________________________________________________________________
41 double LwlynSmithFFCC::xiF2V(const Interaction * interaction) const
42 {
43  return LwlynSmithFF::xiF2V(interaction);
44 }
45 //____________________________________________________________________________
46 double LwlynSmithFFCC::FA(const Interaction * interaction) const
47 {
48  return LwlynSmithFF::FA(interaction);
49 }
50 //____________________________________________________________________________
51 double LwlynSmithFFCC::Fp(const Interaction * interaction) const
52 {
53  return LwlynSmithFF::Fp(interaction);
54 }
55 //____________________________________________________________________________
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.
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.