cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
YODADrawer.cpp File Reference
#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>
+ Include dependency graph for YODADrawer.cpp:

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 Documentation

◆ DrawerYoda

typedef cepgen::utils::YODADrawer<YODA::WriterYODA> DrawerYoda

Definition at line 185 of file YODADrawer.cpp.

◆ DrawerYodaFlat

typedef cepgen::utils::YODADrawer<YODA::WriterFLAT> DrawerYodaFlat

Definition at line 186 of file YODADrawer.cpp.

Function Documentation

◆ REGISTER_DRAWER() [1/2]

REGISTER_DRAWER ( "yoda"  ,
DrawerYoda   
)

◆ REGISTER_DRAWER() [2/2]

REGISTER_DRAWER ( "yoda_flat"  ,
DrawerYodaFlat   
)