CepGen 1.2.5
Central exclusive processes event generator
|
#include <YODA/Histo.h>
#include <YODA/Scatter.h>
#include <YODA/Writer.h>
#include <fstream>
#include "CepGen/Modules/DrawerFactory.h"
#include "CepGen/Utils/Drawer.h"
#include "CepGen/Utils/Graph.h"
#include "CepGen/Utils/Histogram.h"
#include "CepGen/Utils/Message.h"
#include "CepGen/Utils/String.h"
#include <YODA/WriterFLAT.h>
#include <YODA/WriterYODA.h>
Go to the source code of this file.
Classes | |
class | YODADrawer< T > |
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
namespace | cepgen::utils |
Collection of utilities. | |
Typedefs | |
typedef cepgen::utils::YODADrawer< YODA::WriterYODA > | DrawerYoda |
typedef cepgen::utils::YODADrawer< YODA::WriterFLAT > | DrawerYodaFlat |
Functions | |
REGISTER_DRAWER ("yoda", DrawerYoda) | |
REGISTER_DRAWER ("yoda_flat", DrawerYodaFlat) | |
typedef cepgen::utils::YODADrawer<YODA::WriterYODA> DrawerYoda |
Definition at line 185 of file YODADrawer.cpp.
typedef cepgen::utils::YODADrawer<YODA::WriterFLAT> DrawerYodaFlat |
Definition at line 186 of file YODADrawer.cpp.
REGISTER_DRAWER | ( | "yoda" | , |
DrawerYoda | |||
) |
REGISTER_DRAWER | ( | "yoda_flat" | , |
DrawerYodaFlat | |||
) |