GENIEGenerator
Loading...
Searching...
No Matches
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 <c.andreopoulos \at cern.ch>
13 University of Liverpool
14
15\created May 03, 2004
16
17\cpright Copyright (c) 2003-2025, 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
27namespace genie {
28
30
31public:
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
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.
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25