Reading a ProMC file with Monte Carlo particles
Source code name: "promc_browser.py"
Programming language: Python
Topic: Physics/HEP
DMelt Version 1.4. Last modified: 02/17/1970. License: Free
https://datamelt.org/code/cache/promc_browser_92.py
To run this script using the DataMelt IDE, copy the above URL link to the menu [File]→[Read script from URL] of the DMelt IDE.


# Open a browser and view Monte Carlo collision events from the HepSim web page

from probrowser import *

f="http://mc.hep.anl.gov/asc/hepsim/events/pp/14tev/ttbar/pythia8/pythia8_ttbar_1.promc"
c=MainGui(f);