CepGen 1.2.5
Central exclusive processes event generator
|
#include <TFile.h>
#include "CepGen/Core/Exception.h"
#include "CepGen/Core/RunParameters.h"
#include "CepGen/Event/Event.h"
#include "CepGen/EventFilter/EventImporter.h"
#include "CepGen/Modules/EventImporterFactory.h"
#include "CepGen/Utils/Value.h"
#include "CepGenAddOns/ROOTWrapper/ROOTTreeInfo.h"
Go to the source code of this file.
Classes | |
class | EventImporter |
ROOT handler for an event tree import. More... | |
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
namespace | cepgen::root |
Typedefs | |
using | ROOTEventImporter = cepgen::root::EventImporter |
Functions | |
REGISTER_EVENT_IMPORTER ("root_tree", ROOTEventImporter) | |
Definition at line 63 of file EventImporter.cpp.
REGISTER_EVENT_IMPORTER | ( | "root_tree" | , |
ROOTEventImporter | |||
) |