evtgen is hosted by Hepforge, IPPP Durham
EvtGen  2.0.0
Monte Carlo generator of particle decays, in particular the weak decays of heavy flavour particles such as B mesons.
EvtExtGeneratorCommandsTable.hh File Reference
#include <map>
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  EvtExtGeneratorCommandsTable
 

Typedefs

typedef std::map< std::string, std::string > Command
 
typedef std::vector< CommandGeneratorCommands
 
typedef std::map< std::string, GeneratorCommandsGlobalCommandMap
 

Typedef Documentation

◆ Command

typedef std::map<std::string, std::string> Command

Definition at line 28 of file EvtExtGeneratorCommandsTable.hh.

◆ GeneratorCommands

typedef std::vector<Command> GeneratorCommands

Definition at line 29 of file EvtExtGeneratorCommandsTable.hh.

◆ GlobalCommandMap

typedef std::map<std::string, GeneratorCommands> GlobalCommandMap

Definition at line 30 of file EvtExtGeneratorCommandsTable.hh.