CepGen 1.2.5
Central exclusive processes event generator
|
#include <unordered_map>
#include "CepGen/Core/Exception.h"
#include "CepGen/Core/RunParameters.h"
#include "CepGen/Event/Event.h"
#include "CepGen/Modules/EventModifierFactory.h"
#include "CepGen/Physics/Hadroniser.h"
#include "CepGen/Physics/Kinematics.h"
#include "CepGen/Physics/PDG.h"
#include "CepGen/Utils/Value.h"
#include "CepGenAddOns/Pythia8Wrapper/PythiaEventInterface.h"
Go to the source code of this file.
Classes | |
class | Pythia8Hadroniser |
Interface to the Pythia8 hadronisation algorithm. More... | |
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
namespace | cepgen::hadr |
Location for all hadronisers to be run downstream to the events generation. | |
Functions | |
REGISTER_MODIFIER ("pythia8", Pythia8Hadroniser) | |
REGISTER_MODIFIER | ( | "pythia8" | , |
Pythia8Hadroniser | |||
) |