Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/gtl/include/GTL/gml_parser.h>
Public Attributes | |
long | integer |
double | floating |
char * | str |
struct GML_pair * | list |
Definition at line 20 of file gml_parser.h.
View newest version in sPHENIX GitHub at line 20 of file gml_parser.h
double GML_pair_val::floating |
Definition at line 22 of file gml_parser.h.
View newest version in sPHENIX GitHub at line 22 of file gml_parser.h
Referenced by GML_parser(), GML_print_list(), shower2::load_edge_info_handler(), Jetscape::PartonShower::load_edge_info_handler(), and Jetscape::PartonShower::load_node_info_handler().
long GML_pair_val::integer |
Definition at line 21 of file gml_parser.h.
View newest version in sPHENIX GitHub at line 21 of file gml_parser.h
Referenced by GML_parser(), GML_print_list(), graph::load(), Jetscape::PartonShower::load_edge_info_handler(), and shower2::load_node_info_handler().
struct GML_pair* GML_pair_val::list |
Definition at line 24 of file gml_parser.h.
View newest version in sPHENIX GitHub at line 24 of file gml_parser.h
Referenced by GML_free_list(), GML_parser(), GML_print_list(), and graph::load().
char* GML_pair_val::str |
Definition at line 23 of file gml_parser.h.
View newest version in sPHENIX GitHub at line 23 of file gml_parser.h
Referenced by GML_free_list(), GML_parser(), and GML_print_list().