thepeg
is hosted by
Hepforge
,
IPPP Durham
ThePEG
2.3.0
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