thepeg
is hosted by
Hepforge
,
IPPP Durham
ThePEG
2.3.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
Variables
Typedefs
a
b
c
d
e
f
h
i
l
m
p
q
r
s
t
v
x
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Enumerations
Enumerator
a
b
c
d
e
f
i
m
n
p
r
s
t
u
v
w
Related Functions
a
b
c
d
e
h
i
l
m
o
p
r
s
x
Files
File List
File Members
All
Macros
PDF
NucleonFormFactor.h
1
// -*- C++ -*-
2
#ifndef ThePEG_NucleonFormFactor_H
3
#define ThePEG_NucleonFormFactor_H
4
//
5
// This is the declaration of the NucleonFormFactor class.
6
//
7
8
#include "ThePEG/Interface/Interfaced.h"
9
#include "NucleonFormFactor.fh"
10
11
namespace
ThePEG
{
12
20
class
NucleonFormFactor
:
public
Interfaced
{
21
22
public :
23
29
virtual
Complex
formFactor
(
tcPDPtr
nucleon,
Energy2
q2)
const
= 0;
30
31
public
:
32
39
static
void
Init
();
40
41
private
:
42
47
NucleonFormFactor
&
operator=
(
const
NucleonFormFactor
&) =
delete
;
48
49
};
50
51
}
52
53
#endif
/* ThePEG_NucleonFormFactor_H */
ThePEG::Interfaced
The Interfaced class is derived from the InterfacedBase class adding a couple of things particular to...
Definition:
Interfaced.h:38
ThePEG::NucleonFormFactor
The documentation of the NucleonFormFactor class provides a base class for the implementation of nucl...
Definition:
NucleonFormFactor.h:20
ThePEG::NucleonFormFactor::Init
static void Init()
The standard Init function used to initialize the interfaces.
ThePEG::NucleonFormFactor::formFactor
virtual Complex formFactor(tcPDPtr nucleon, Energy2 q2) const =0
Return the form factor.
ThePEG::NucleonFormFactor::operator=
NucleonFormFactor & operator=(const NucleonFormFactor &)=delete
The assignment operator is private and must never be called.
ThePEG::Pointer::TransientConstRCPtr
TransientConstRCPtr is a simple wrapper around a bare const pointer which can be assigned to and from...
Definition:
RCPtr.h:696
ThePEG::Qty< 0, 2, 0 >
ThePEG
This is the main namespace within which all identifiers in ThePEG are declared.
Definition:
FactoryBase.h:28
ThePEG::Complex
std::complex< double > Complex
ThePEG code should use Complex for all complex scalars.
Definition:
Complex.h:23
Generated on Thu Jun 20 2024 14:47:00 for ThePEG by
1.9.6