HepMC3 event record library
Data Fields
GenRunInfo::ToolInfo Struct Reference

Detailed Description

Interrnal struct for keeping track of tools.

Examples:
LHEF_example_cat.cc, and pythia8_example.cc.

Definition at line 37 of file GenRunInfo.h.

#include <GenRunInfo.h>

+ Collaboration diagram for GenRunInfo::ToolInfo:

Data Fields

string name
 The name of the tool. More...
 
string version
 The version of the tool. More...
 
string description
 Other information about how the tool was used in the run. More...
 

Field Documentation

string description

Other information about how the tool was used in the run.

Examples:
LHEF_example_cat.cc.

Definition at line 47 of file GenRunInfo.h.

string name

The name of the tool.

Examples:
LHEF_example_cat.cc.

Definition at line 40 of file GenRunInfo.h.

string version

The version of the tool.

Examples:
LHEF_example_cat.cc.

Definition at line 43 of file GenRunInfo.h.


The documentation for this struct was generated from the following file: