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 38 of file GenRunInfo.h.

#include <GenRunInfo.h>

+ Collaboration diagram for GenRunInfo::ToolInfo:

Data Fields

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

Field Documentation

◆ description

std::string description

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

Examples
LHEF_example_cat.cc.

Definition at line 48 of file GenRunInfo.h.

◆ name

std::string name

The name of the tool.

Examples
LHEF_example_cat.cc.

Definition at line 41 of file GenRunInfo.h.

◆ version

std::string version

The version of the tool.

Examples
LHEF_example_cat.cc.

Definition at line 44 of file GenRunInfo.h.


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