GENIEGenerator
Loading...
Searching...
No Matches
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 <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_NC_FORM_FACTOR_MODEL_H_
23#define _LLEWELLYN_SMITH_NC_FORM_FACTOR_MODEL_H_
24
26
27namespace genie {
28
30
31public:
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
Summary information for an interaction.
Definition Interaction.h:56
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.
double F1V(const Interaction *interaction) const
Compute the form factor F1V for the input interaction.
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25