Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
hepsim:jas4pp [2021/02/14 03:14]
hepsim17 [Reading ROOT files]
hepsim:jas4pp [2021/02/15 02:03]
hepsim17 [Reading ROOT files]
Line 198: Line 198:
 ======  Reading ROOT files ====== ======  Reading ROOT files ======
  
-Jas4pp natively reads ROOT files including files created using ROOT (versions 3, 4, 5 and 6 are supported).  +Jas4pp natively reads commonly used objects and data structures from [[https://root.cern/ROOT files]]  (versions 3, 4, 5 and 6).  
-One can find some examples in the directory "examples/root"+ROOT files can be loaded using the Jas4pp menu [File]-[Open data source]-[Root file] (*.root).
  
-Here is a Jython/Python example showing how to read a ROOT tree:+In addition, one can work with ROOT files using Python/Jython or Groovy scripts.  
 +One can find some examples in the directory "examples/root".  Here is a Jython/Python example showing how to read a ROOT tree:
    
 <hidden Show example of a Python code here> <hidden Show example of a Python code here>