cepgen
is hosted by
Hepforge
,
IPPP Durham
CepGen
N/A
Central exclusive processes event generator
Toggle main menu visibility
Main Page
Related Pages
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
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
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
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
b
c
d
e
g
h
i
l
m
n
p
r
t
u
w
x
y
z
Related Symbols
d
g
h
o
u
v
Files
File List
File Members
All
_
a
b
c
d
e
h
o
p
r
s
Functions
Variables
Macros
_
b
c
d
e
p
r
s
▼
CepGen
Reference manual
Bibliography
►
Packages
►
Classes
▼
Files
▼
File List
▼
include
▼
CepGen
►
Cards
►
Core
►
Event
►
EventFilter
►
FormFactors
►
Integration
►
Modules
►
PartonFluxes
▼
Physics
►
Beam.h
►
Constants.h
►
Coupling.h
►
Cuts.h
►
CutsList.h
►
GluonGrid.h
►
Hadroniser.h
►
HeavyIon.h
►
IncomingBeams.h
►
Kinematics.h
►
MCDFileParser.h
►
Modes.h
►
Momentum.h
►
NachtmannAmplitudes.h
►
ParticleProperties.h
►
PDG.h
►
PolarisationState.h
►
ResonanceObject.h
►
Utils.h
►
Process
►
StructureFunctions
►
Utils
►
Generator.h
►
Version.h
►
CepGenBoost
►
CepGenHepMC2
►
CepGenHepMC3
►
CepGenHerwig6
►
CepGenMadGraph
►
CepGenPythia6
►
CepGenPythia8
►
CepGenPython
►
CepGenRoot
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
CutsList.h
Go to the documentation of this file.
1
/*
2
* CepGen: a central exclusive processes event generator
3
* Copyright (C) 2017-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_CutsList_h
20
#define CepGen_Physics_CutsList_h
21
22
#include "
CepGen/Physics/Cuts.h
"
23
24
namespace
cepgen
{
26
using
PerIdCuts
= std::unordered_map<pdgid_t, cuts::Central>;
28
struct
CutsList
final :
SteeredObject
<CutsList> {
29
explicit
CutsList
(
const
ParametersList
&);
30
31
static
ParametersDescription
description
();
32
33
void
setParameters
(
const
ParametersList
&)
override
;
34
35
friend
std::ostream&
operator<<
(std::ostream&,
const
CutsList
&);
36
37
cuts::Initial
initial
;
38
cuts::Central
central
;
39
PerIdCuts
central_particles
;
40
cuts::Remnants
remnants
;
41
};
28
struct
CutsList
final :
SteeredObject
<CutsList> {
…
};
42
}
// namespace cepgen
43
44
#endif
Cuts.h
cepgen::ParametersDescription
A description object for parameters collection.
Definition
ParametersDescription.h:26
cepgen::ParametersList
Definition
ParametersList.h:52
cepgen::SteeredObject
Base user-steerable object.
Definition
SteeredObject.h:41
cepgen
Common namespace for this Monte Carlo generator.
Definition
Handler.h:26
cepgen::PerIdCuts
std::unordered_map< pdgid_t, cuts::Central > PerIdCuts
Collection of cuts to be applied on all particle with a given PDG id.
Definition
CutsList.h:26
cepgen::CutsList
A collection of cuts to apply on the physical phase space.
Definition
CutsList.h:28
cepgen::CutsList::setParameters
void setParameters(const ParametersList &) override
Set module parameters.
cepgen::CutsList::initial
cuts::Initial initial
Cuts on the initial particles kinematics.
Definition
CutsList.h:37
cepgen::CutsList::description
static ParametersDescription description()
cepgen::CutsList::CutsList
CutsList(const ParametersList &)
cepgen::CutsList::remnants
cuts::Remnants remnants
Cuts on the beam remnants system.
Definition
CutsList.h:40
cepgen::CutsList::central
cuts::Central central
Cuts on the central system produced.
Definition
CutsList.h:38
cepgen::CutsList::operator<<
friend std::ostream & operator<<(std::ostream &, const CutsList &)
cepgen::CutsList::central_particles
PerIdCuts central_particles
Cuts on the central individual particles.
Definition
CutsList.h:39
cepgen::cuts::Central
Centrally produced particles phase space cuts.
Definition
Cuts.h:32
cepgen::cuts::Initial
Initial parton-like particles phase space cuts.
Definition
Cuts.h:55
cepgen::cuts::Remnants
Outgoing beam remnant-like particles phase space cuts.
Definition
Cuts.h:69
include
CepGen
Physics
CutsList.h
Generated on Tue Apr 22 2025 for CepGen by
1.10.0