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