GENIEGenerator
Loading...
Searching...
No Matches
LwlynSmithFFCC.cxx
Go to the documentation of this file.
1//____________________________________________________________________________
2/*
3 Copyright (c) 2003-2025, 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
15using namespace genie;
16using namespace genie::constants;
17
18//____________________________________________________________________________
20LwlynSmithFF("genie::LwlynSmithFFCC")
21{
22
23}
24//____________________________________________________________________________
26LwlynSmithFF("genie::LwlynSmithFFCC", config)
27{
28
29}
30//____________________________________________________________________________
35//____________________________________________________________________________
36double LwlynSmithFFCC::F1V(const Interaction * interaction) const
37{
38 return LwlynSmithFF::F1V(interaction);
39}
40//____________________________________________________________________________
41double LwlynSmithFFCC::xiF2V(const Interaction * interaction) const
42{
43 return LwlynSmithFF::xiF2V(interaction);
44}
45//____________________________________________________________________________
46double LwlynSmithFFCC::FA(const Interaction * interaction) const
47{
48 return LwlynSmithFF::FA(interaction);
49}
50//____________________________________________________________________________
51double LwlynSmithFFCC::Fp(const Interaction * interaction) const
52{
53 return LwlynSmithFF::Fp(interaction);
54}
55//____________________________________________________________________________
Summary information for an interaction.
Definition Interaction.h:56
double F1V(const Interaction *interaction) const
Compute the form factor F1V for the input interaction.
double Fp(const Interaction *interaction) const
Compute the form factor Fp for the input interaction.
double FA(const Interaction *interaction) const
Compute the form factor FA for the input interaction.
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.
virtual double Fp(const Interaction *interaction) const
Compute the form factor Fp for the input interaction.
virtual double xiF2V(const Interaction *interaction) const
Compute the form factor xi*F2V for the input interaction.
virtual double F1V(const Interaction *interaction) const
Compute the form factor F1V for the input interaction.
Basic constants.
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25