cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
HepMC3Importer.cpp File Reference
#include <HepMC3/GenEvent.h>
#include <HepMC3/Print.h>
#include <HepMC3/ReaderAscii.h>
#include <HepMC3/ReaderHEPEVT.h>
#include <HepMC3/Version.h>
#include <memory>
#include "CepGen/Core/Exception.h"
#include "CepGen/EventFilter/EventImporter.h"
#include "CepGen/Modules/EventImporterFactory.h"
#include "CepGenAddOns/HepMC3Wrapper/HepMC3EventInterface.h"
+ Include dependency graph for HepMC3Importer.cpp:

Go to the source code of this file.

Classes

class  HepMC3Importer< T >
 Handler for the HepMC file output. More...
 

Namespaces

namespace  cepgen
 Common namespace for this Monte Carlo generator.
 

Typedefs

typedef cepgen::HepMC3Importer< HepMC3::ReaderAscii > HepMC3ImporterASCII
 
typedef cepgen::HepMC3Importer< HepMC3::ReaderHEPEVT > HepMC3ImporterHEPEVT
 

Functions

 REGISTER_EVENT_IMPORTER ("hepmc", HepMC3ImporterASCII)
 

Typedef Documentation

◆ HepMC3ImporterASCII

typedef cepgen::HepMC3Importer<HepMC3::ReaderAscii> HepMC3ImporterASCII

Definition at line 76 of file HepMC3Importer.cpp.

◆ HepMC3ImporterHEPEVT

typedef cepgen::HepMC3Importer<HepMC3::ReaderHEPEVT> HepMC3ImporterHEPEVT

Definition at line 77 of file HepMC3Importer.cpp.

Function Documentation

◆ REGISTER_EVENT_IMPORTER()

REGISTER_EVENT_IMPORTER ( "hepmc"  ,
HepMC3ImporterASCII   
)