Difference between revisions of "HOWTO read GlueX hddm data from a jupyter notebook"

From GlueXWiki
Jump to: navigation, search
(Created page with "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.h...")
 
Line 2: Line 2:
  
 
* 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_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.
+
* gluex.hddm_r - python module for reading hddm_r events that encode reconstructed event information in REST format.

Revision as of 14:22, 26 June 2024

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.