Holds GENIE simulation outputs (cross-section ROOT files, simulated event samples in GHEP, GST or other format) typically used as inputs in physics validation / tuning apps. More...
#include <GSimFiles.h>
Holds GENIE simulation outputs (cross-section ROOT files, simulated event samples in GHEP, GST or other format) typically used as inputs in physics validation / tuning apps.
The file lists are stored in XML format as shown below.
Simulation results from multiple version of the code or from multiple physics models can be stored.
<?xml version="1.0" encoding="ISO-8859-1"?> <genie_simulation_outputs> <model name="a_model_name"> <xsec_file> /path/model_1/xsec.root </xsec_file> <evt_file format="gst"> /path/model_1/evtfile0.root </evt_file> <evt_file format="gst"> /path/model_1/evtfile1.root </evt_file> <evt_file format="gst"> /path/model_1/evtfile2.root </evt_file> ... </model> <model name="another_model_name"> <xsec_file> /path/model_2/xsec.root </xsec_file> <evt_file format="gst"> /path/model_2/evtfile0.root </evt_file> <evt_file format="gst"> /path/model_2/evtfile1.root </evt_file> <evt_file format="gst"> /path/model_2/evtfile2.root </evt_file> ... </model> ... </genie_simulation_outputs>
Oct 12, 2009
Copyright (c) 2003-2020, The GENIE Collaboration For the full text of the license visit http://copyright.genie-mc.org