LwlynSmithFFCC.h
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*!
3 
4 \class genie::LwlynSmithFFCC
5 
6 \brief Is a concrete implementation of the QELFormFactorsModelI:
7  Form Factors for Quasi Elastic CC vN scattering according to
8  Llewellyn-Smith model.
9 
10 \ref H.Budd, A.Bodek, J.Arrington, NuINT02 proceedings
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_CC_FORM_FACTOR_MODEL_H_
23 #define _LLEWELLYN_SMITH_CC_FORM_FACTOR_MODEL_H_
24 
26 
27 namespace genie {
28 
29 class LwlynSmithFFCC : public LwlynSmithFF {
30 
31 public:
33  LwlynSmithFFCC(string config);
34  virtual ~LwlynSmithFFCC();
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
Is a concrete implementation of the QELFormFactorsModelI: Form Factors for Quasi Elastic CC vN scatte...
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.
static Config * config
Definition: config.cpp:1054
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.
double xiF2V(const Interaction *interaction) const
Compute the form factor xi*F2V for the input interaction.