GENIEGenerator
Loading...
Searching...
No Matches
LwlynSmithFFDeltaS.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 Hugh Gallagher <hugh.gallagher \at tufts.edu>
7 Tufts University
8*/
9//____________________________________________________________________________
10
14
15using namespace genie;
16using namespace genie::constants;
17
18//____________________________________________________________________________
20LwlynSmithFF("genie::LwlynSmithFFDeltaS")
21{
22
23}
24//____________________________________________________________________________
26LwlynSmithFF("genie::LwlynSmithFFDeltaS", config)
27{
28
29}
30//____________________________________________________________________________
35//____________________________________________________________________________
36double LwlynSmithFFDeltaS::F1V(const Interaction * interaction) const
37{
38 LOG("LwlynSmith", pDEBUG) << "Calling the Strange F1V";
39 return LwlynSmithFF::StrangeF1V(interaction);
40}
41//____________________________________________________________________________
42double LwlynSmithFFDeltaS::xiF2V(const Interaction * interaction) const
43{
44 LOG("LwlynSmith", pDEBUG) << "Calling the Strange xiF2V";
45 return LwlynSmithFF::StrangexiF2V(interaction);
46}
47//____________________________________________________________________________
48double LwlynSmithFFDeltaS::FA(const Interaction * interaction) const
49{
50 LOG("LwlynSmith", pDEBUG) << "Calling the Strange FA";
51 return LwlynSmithFF::StrangeFA(interaction);
52}
53//____________________________________________________________________________
54double LwlynSmithFFDeltaS::Fp(const Interaction * interaction) const
55{
56 return LwlynSmithFF::Fp(interaction);
57}
58//____________________________________________________________________________
#define pDEBUG
Definition Messenger.h:63
#define LOG(stream, priority)
A macro that returns the requested log4cpp::Category appending a string (using the FILE,...
Definition Messenger.h:96
Summary information for an interaction.
Definition Interaction.h:56
double xiF2V(const Interaction *interaction) const
Compute the form factor xi*F2V for the input interaction.
double FA(const Interaction *interaction) const
Compute the form factor FA for the input interaction.
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.
virtual double StrangeFA(const Interaction *interaction) const
virtual double StrangeF1V(const Interaction *interaction) const
virtual double Fp(const Interaction *interaction) const
Compute the form factor Fp for the input interaction.
virtual double StrangexiF2V(const Interaction *interaction) const
Basic constants.
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25