CepGen 1.2.5
Central exclusive processes event generator
|
#include <YODA/Histo.h>
#include <YODA/Profile.h>
#include <YODA/Scatter.h>
#include <YODA/Counter.h>
#include <YODA/Writer.h>
#include <fstream>
#include <limits>
#include "CepGen/Core/Exception.h"
#include "CepGen/Event/Event.h"
#include "CepGen/EventFilter/EventBrowser.h"
#include "CepGen/EventFilter/EventExporter.h"
#include "CepGen/Modules/EventExporterFactory.h"
#include "CepGen/Utils/Limits.h"
#include "CepGen/Utils/String.h"
#include "CepGen/Utils/Value.h"
#include <YODA/WriterFLAT.h>
#include <YODA/WriterYODA.h>
Go to the source code of this file.
Classes | |
class | YODAHistsHandler< T > |
Handler for the generic YODA file output. More... | |
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
Typedefs | |
typedef cepgen::YODAHistsHandler< YODA::WriterYODA > | YodaOutputHandler |
typedef cepgen::YODAHistsHandler< YODA::WriterFLAT > | YodaFlatOutputHandler |
Functions | |
REGISTER_EXPORTER ("yoda", YodaOutputHandler) | |
REGISTER_EXPORTER ("yoda_flat", YodaFlatOutputHandler) | |
typedef cepgen::YODAHistsHandler<YODA::WriterFLAT> YodaFlatOutputHandler |
Definition at line 199 of file YODAHistsHandler.cpp.
typedef cepgen::YODAHistsHandler<YODA::WriterYODA> YodaOutputHandler |
Definition at line 198 of file YODAHistsHandler.cpp.
REGISTER_EXPORTER | ( | "yoda" | , |
YodaOutputHandler | |||
) |
REGISTER_EXPORTER | ( | "yoda_flat" | , |
YodaFlatOutputHandler | |||
) |