CepGen 1.2.5
Central exclusive processes event generator
|
#include <TFile.h>
#include <sstream>
#include "CepGen/Core/Exception.h"
#include "CepGen/Core/RunParameters.h"
#include "CepGen/Event/Event.h"
#include "CepGen/EventFilter/EventExporter.h"
#include "CepGen/EventFilter/EventModifier.h"
#include "CepGen/Modules/EventExporterFactory.h"
#include "CepGen/Process/Process.h"
#include "CepGen/Utils/String.h"
#include "CepGen/Utils/Value.h"
#include "CepGen/Version.h"
#include "CepGenAddOns/ROOTWrapper/ROOTTreeInfo.h"
Go to the source code of this file.
Classes | |
class | EventExporter |
Handler for the storage of events in a ROOT format. More... | |
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
namespace | cepgen::root |
Typedefs | |
using | ROOTEventExporter = cepgen::root::EventExporter |
Functions | |
REGISTER_EXPORTER ("root_tree", ROOTEventExporter) | |
Definition at line 130 of file EventExporter.cpp.
REGISTER_EXPORTER | ( | "root_tree" | , |
ROOTEventExporter | |||
) |