LwlynSmithFFNC.h
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*!
3 
4 \class genie::LwlynSmithFFNC
5 
6 \brief Concrete implementation of the QELFormFactorsModelI :
7  Form Factors for Quasi Elastic NC vN scattering according to
8  Llewellyn-Smith model.
9 
10 \ref E.A.Paschos and J.Y.Yu, hep-ph/0107261
11 
12 \author Costas Andreopoulos <constantinos.andreopoulos \at cern.ch>
13  University of Liverpool & STFC Rutherford Appleton Laboratory
14 
15 \created May 03, 2004
16 
17 \cpright Copyright (c) 2003-2020, The GENIE Collaboration
18  For the full text of the license visit http://copyright.genie-mc.org
19 */
20 //____________________________________________________________________________
21 
22 #ifndef _LLEWELLYN_SMITH_NC_FORM_FACTOR_MODEL_H_
23 #define _LLEWELLYN_SMITH_NC_FORM_FACTOR_MODEL_H_
24 
26 
27 namespace genie {
28 
29 class LwlynSmithFFNC : public LwlynSmithFF {
30 
31 public:
33  LwlynSmithFFNC(string config);
34  virtual ~LwlynSmithFFNC();
35 
36  // QELFormFactorModelI interface implementation
37  double F1V (const Interaction * interaction) const;
38  double xiF2V (const Interaction * interaction) const;
39  double FA (const Interaction * interaction) const;
40  double Fp (const Interaction * interaction) const;
41 };
42 
43 } // genie namespace
44 
45 #endif
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
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.
Summary information for an interaction.
Definition: Interaction.h:56
static Config * config
Definition: config.cpp:1054
double xiF2V(const Interaction *interaction) const
Compute the form factor xi*F2V for the input interaction.
Concrete implementation of the QELFormFactorsModelI : Form Factors for Quasi Elastic NC vN scattering...
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.