CepGen 1.2.5
Central exclusive processes event generator
|
#include <boost/property_tree/info_parser.hpp>
#include <boost/property_tree/json_parser.hpp>
#include <boost/property_tree/ptree.hpp>
#include <boost/property_tree/xml_parser.hpp>
#include "CepGen/Cards/Handler.h"
#include "CepGen/Core/Exception.h"
#include "CepGen/Core/ParametersList.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/Process/Process.h"
#include "CepGen/Utils/TimeKeeper.h"
#include "CepGenAddOns/BoostWrapper/BoostTreeUtils.h"
Go to the source code of this file.
Classes | |
class | BoostTreeHandler |
Boost tree configuration cards reader/writer. More... | |
class | JsonHandler |
A JSON configuration file parser. More... | |
class | InfoHandler |
An INFO configuration file parser. More... | |
class | XmlHandler |
An XML configuration file parser. More... | |
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
namespace | cepgen::card |
Location for all steering card parsers/writers. | |
Functions | |
REGISTER_CARD_HANDLER (".json", JsonHandler) | |
REGISTER_CARD_HANDLER (".info", InfoHandler) | |
REGISTER_CARD_HANDLER (".xml", XmlHandler) | |
REGISTER_CARD_HANDLER | ( | ".info" | , |
InfoHandler | |||
) |
REGISTER_CARD_HANDLER | ( | ".json" | , |
JsonHandler | |||
) |
REGISTER_CARD_HANDLER | ( | ".xml" | , |
XmlHandler | |||
) |