cepgen
is hosted by
Hepforge
,
IPPP Durham
CepGen
1.2.5
Central exclusive processes event generator
Toggle main menu visibility
Main Page
Related Pages
Modules
Packages
Package List
Package Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
x
y
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
p
r
s
t
v
w
x
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
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
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
b
c
d
e
f
g
h
i
l
m
n
o
p
r
t
u
w
Related Symbols
d
g
h
o
u
v
Files
File List
File Members
All
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
v
y
Functions
a
b
c
d
f
m
n
o
p
r
s
Variables
Typedefs
a
b
c
d
e
h
k
l
m
p
r
s
t
v
y
Macros
_
b
c
d
e
i
p
r
s
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
PartonFlux.h
Go to the documentation of this file.
1
/*
2
* CepGen: a central exclusive processes event generator
3
* Copyright (C) 2023-2024 Laurent Forthomme
4
*
5
* This program is free software: you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License as published by
7
* the Free Software Foundation, either version 3 of the License, or
8
* any later version.
9
*
10
* This program is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
* GNU General Public License for more details.
14
*
15
* You should have received a copy of the GNU General Public License
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
*/
18
19
#ifndef CepGen_Physics_PartonFlux_h
20
#define CepGen_Physics_PartonFlux_h
21
22
#include "
CepGen/Modules/NamedModule.h
"
23
#include "
CepGen/Physics/ParticleProperties.h
"
24
25
namespace
cepgen
{
26
class
PartonFlux
:
public
NamedModule
<PartonFlux> {
27
public
:
28
explicit
PartonFlux
(
const
ParametersList
&);
29
30
static
ParametersDescription
description
();
31
32
virtual
bool
ktFactorised
()
const
{
return
false
; }
33
virtual
bool
fragmenting
()
const
= 0;
34
virtual
pdgid_t
partonPdgId
()
const
= 0;
35
virtual
double
mass2
()
const
= 0;
36
37
protected
:
38
const
double
prefactor_
;
39
const
double
mp_
,
mp2_
;
40
const
Limits
x_range_
{0., 1.};
41
};
42
}
// namespace cepgen
43
44
#endif
NamedModule.h
ParticleProperties.h
cepgen::Limits
Validity interval for a variable.
Definition
Limits.h:28
cepgen::NamedModule
Base runtime module object.
Definition
NamedModule.h:28
cepgen::ParametersDescription
A description object for parameters collection.
Definition
ParametersDescription.h:26
cepgen::ParametersList
Definition
ParametersList.h:52
cepgen::PartonFlux
Definition
PartonFlux.h:26
cepgen::PartonFlux::prefactor_
const double prefactor_
Definition
PartonFlux.h:38
cepgen::PartonFlux::partonPdgId
virtual pdgid_t partonPdgId() const =0
Parton PDG identifier.
cepgen::PartonFlux::fragmenting
virtual bool fragmenting() const =0
Is initiator particle fragmenting after parton emission?
cepgen::PartonFlux::mp2_
const double mp2_
Definition
PartonFlux.h:39
cepgen::PartonFlux::ktFactorised
virtual bool ktFactorised() const
Is the flux parton kT-dependent?
Definition
PartonFlux.h:32
cepgen::PartonFlux::x_range_
const Limits x_range_
Definition
PartonFlux.h:40
cepgen::PartonFlux::mass2
virtual double mass2() const =0
Initiator particle squared mass (in )
cepgen::PartonFlux::description
static ParametersDescription description()
Definition
PartonFlux.cpp:30
cepgen::PartonFlux::mp_
const double mp_
Definition
PartonFlux.h:39
cepgen
Common namespace for this Monte Carlo generator.
Definition
CommandLineHandler.cpp:36
cepgen::pdgid_t
unsigned long long pdgid_t
Alias for the integer-like particle PDG id.
Definition
ParticleProperties.h:26
CepGen
Physics
PartonFlux.h
Generated on Mon Jul 29 2024 for CepGen by
1.9.7