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
Previous revision
Last revision Both sides next revision
hepsim:jas4pp [2021/02/14 03:14]
hepsim17 [Reading ROOT files]
hepsim:jas4pp [2021/02/17 00:11]
hepsim17
Line 41: Line 41:
   * Downloading and searching HepSim data   * Downloading and searching HepSim data
   * Processing ProMC files from HepSim   * Processing ProMC files from HepSim
 +  * Processing ROOT files created by the Delphes program for fast simulation
   * Running over SLCIO files with Geant4 simulated / reconstructed events.   * Running over SLCIO files with Geant4 simulated / reconstructed events.
   * Data analysis (jets, physics vectors, histogram packages)   * Data analysis (jets, physics vectors, histogram packages)
-  * Visualisation of reconstructed events using Wired4 display+  * Visualization of reconstructed events using Wired4 display
  
-You can find more details in [[https://atlaswww.hep.anl.gov/hepsim/description.php|HepSim manual]].+You can find more details in [[https://atlaswww.hep.anl.gov/hepsim/doc/doku.php|HepSim manual]].
  
  
Line 198: Line 199:
 ======  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>