HOWTO read GlueX hddm data from a jupyter notebook

From GlueXWiki
Revision as of 14:29, 26 June 2024 by Jonesrt (Talk | contribs)

Jump to: navigation, search

Two public python modules are available for reading hddm event data into a python session on a jupyter notebook environment like https://colab.research.google.com.

  • gluex.hddm_s - python module for reading hddm_s events that encode raw hit information, either from simulation or real data converted from evio to hddm format.
  • gluex.hddm_r - python module for reading hddm_r events that encode reconstructed event information in REST format.

Below are some examples of jupyter notebooks that demonstrate this capability in a jupyter notebook on Google colab. To enable the same functionality on your desktop or portable device, the python modules can be installed using the familiar "pip install" command.

$ pip install --user gluex.hddm_s
$ pip install --user gluex.hddm_r