cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.3
A generic central exclusive processes event generator
Loading...
Searching...
No Matches

A cards handler factory. More...

#include <CepGen/Modules/CardsHandlerFactory.h>

+ Inheritance diagram for CardsHandlerFactory:
+ Collaboration diagram for CardsHandlerFactory:

Public Member Functions

std::unique_ptr< card::HandlerbuildFromFilename (const std::string &filename) const
 Build one instance of a cards handler.
 

Static Public Member Functions

static CardsHandlerFactoryget ()
 

Detailed Description

Definition at line 44 of file CardsHandlerFactory.h.

Member Function Documentation

◆ buildFromFilename()

std::unique_ptr< card::Handler > buildFromFilename ( const std::string &  filename) const
Parameters
[in]filenameFile path to retrieve

Definition at line 30 of file CardsHandlerFactory.cpp.

◆ get()

CardsHandlerFactory & get ( )
static

Definition at line 25 of file CardsHandlerFactory.cpp.