Here are a few options showing how to run pythia8_dis1q2.py code over data in the ProMC file format. This example is given for validation purposes. For a full analysis, download data with the "hs-get" command. See the HepSim manual explaining how to run a C++ code.

(1) Using JavaWeb start

            Launch using JavaWeb

Does not run? Look at help: Help on JavaWeb Help page

 

(2) Using the hs-toolkit package in a GUI mode

       hs-ide https://mc.hep.anl.gov/asc/hepsim/events/ep/35gev/pythia8_dis1q2//macros/pythia8_dis1q2.py 
On Windows OS, click "hs-ide.bat" instead and open the file using "File-Open".

 

(3) Using the hs-toolkit in a batch mode:

       wget https://mc.hep.anl.gov/asc/hepsim/events/ep/35gev/pythia8_dis1q2//macros/pythia8_dis1q2.py 
       hs-run pythia8_dis1q2.py 

 

(4) Using Jas4pp in a batch mode

       wget https://mc.hep.anl.gov/asc/hepsim/events/ep/35gev/pythia8_dis1q2//macros/pythia8_dis1q2.py 
       fpad pythia8_dis1q2.py 

 

(5) Using Jas4pp in a GUI mode

       wget https://mc.hep.anl.gov/asc/hepsim/events/ep/35gev/pythia8_dis1q2//macros/pythia8_dis1q2.py 
       jaspp pythia8_dis1q2.py 
On Windows OS, click "jaspp.bat" instead and open the script using the File Menu of Jas4pp. Use the right mouse button to pop-up a drop-down menu and select "Run Script [F2]"