CepGen 1.2.5
Central exclusive processes event generator
|
#include <fstream>
#include <memory>
#include "CepGen/Cards/Handler.h"
#include "CepGen/Core/Exception.h"
#include "CepGen/Core/RunParameters.h"
#include "CepGen/EventFilter/EventExporter.h"
#include "CepGen/EventFilter/EventModifier.h"
#include "CepGen/Generator.h"
#include "CepGen/Modules/CardsHandlerFactory.h"
#include "CepGen/Modules/EventExporterFactory.h"
#include "CepGen/Modules/EventModifierFactory.h"
#include "CepGen/Modules/ProcessFactory.h"
#include "CepGen/Modules/StructureFunctionsFactory.h"
#include "CepGen/Physics/GluonGrid.h"
#include "CepGen/Physics/MCDFileParser.h"
#include "CepGen/Physics/PDG.h"
#include "CepGen/Process/Process.h"
#include "CepGen/Utils/Filesystem.h"
#include "CepGen/Utils/String.h"
#include "CepGen/Utils/TimeKeeper.h"
Go to the source code of this file.
Classes | |
class | LpairHandler |
LPAIR-like steering cards parser and writer. More... | |
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
namespace | cepgen::card |
Location for all steering card parsers/writers. | |
Macros | |
#define | REGISTER_LPAIR_CONTENT_TYPE |
#define | __TYPE_ENUM(type, map, default_val) |
#define | __TYPE_ENUM(type, map_name, default_val) std::map<std::string, Parameter<type> > map_name; |
#define | __TYPE_ENUM(type, map, default_val) |
#define | __TYPE_ENUM(type, map, default_val) |
Functions | |
REGISTER_CARD_HANDLER (".card", LpairHandler) | |
Variables | |
static constexpr int | kInvalidInt = -999999 |
static constexpr double | kInvalidDbl = 999.999 |
static constexpr const char * | kInvalidStr = "(null)" |
#define __TYPE_ENUM | ( | type, | |
map, | |||
default_val | |||
) |
Definition at line 271 of file LpairHandler.cpp.
#define __TYPE_ENUM | ( | type, | |
map, | |||
default_val | |||
) |
Definition at line 271 of file LpairHandler.cpp.
#define __TYPE_ENUM | ( | type, | |
map, | |||
default_val | |||
) |
Definition at line 271 of file LpairHandler.cpp.
#define __TYPE_ENUM | ( | type, | |
map_name, | |||
default_val | |||
) | std::map<std::string, Parameter<type> > map_name; |
Definition at line 271 of file LpairHandler.cpp.
#define REGISTER_LPAIR_CONTENT_TYPE |
Definition at line 47 of file LpairHandler.cpp.
REGISTER_CARD_HANDLER | ( | ".card" | , |
LpairHandler | |||
) |
|
staticconstexpr |
Definition at line 44 of file LpairHandler.cpp.
|
staticconstexpr |
Definition at line 43 of file LpairHandler.cpp.
|
staticconstexpr |
Definition at line 45 of file LpairHandler.cpp.