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

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 Documentation

◆ YodaFlatOutputHandler

Definition at line 199 of file YODAHistsHandler.cpp.

◆ YodaOutputHandler

typedef cepgen::YODAHistsHandler<YODA::WriterYODA> YodaOutputHandler

Definition at line 198 of file YODAHistsHandler.cpp.

Function Documentation

◆ REGISTER_EXPORTER() [1/2]

REGISTER_EXPORTER ( "yoda"  ,
YodaOutputHandler   
)

◆ REGISTER_EXPORTER() [2/2]

REGISTER_EXPORTER ( "yoda_flat"  ,
YodaFlatOutputHandler   
)