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
hepsim:hs-tools [2017/07/17 21:18]
hepsim17
hepsim:hs-tools [2020/05/22 02:49] (current)
hepsim17
Line 3: Line 3:
 [[:|<< back to HepSim manual]] [[:|<< back to HepSim manual]]
  
-====== Using HS-TOOLS ======+====== Using hs-toolkit ======
    
  
Line 10: Line 10:
  
   * [[http://www.jython.org/jythonbook/en/1.0/| Jython book]]   * [[http://www.jython.org/jythonbook/en/1.0/| Jython book]]
-  * [[http://jwork.org/dmelt/| DMelt (community version)]]+  * [[https://datamelt.org/DataMelt (community version)]]
   * [[https://github.com/gavalian/groot/wiki| GRoot]]   * [[https://github.com/gavalian/groot/wiki| GRoot]]
  
-See [[http://atlaswww.hep.anl.gov/hepsim/hepsimjar/api/|Java code API of hs-tools]]. +====== Installing hs-toolkit ======
-Look at [[http://atlaswww.hep.anl.gov/hepsim/doc/doku.php?id=hepsim:usage_analysis|Analysis primer]] for a short tutorial. +
- +
-====== Quick start ======+
  
 Install the hs-toolkit using the "bash" shell on Linux/Mac: Install the hs-toolkit using the "bash" shell on Linux/Mac:
Line 22: Line 19:
 <code bash> <code bash>
 bash       # set to bash if needed    bash       # set to bash if needed   
-wget http://atlaswww.hep.anl.gov/hepsim/soft/hs-toolkit.tgz -O - | tar -xz;+wget https://atlaswww.hep.anl.gov/hepsim/soft/hs-toolkit.tgz -O - | tar -xz;
 source hs-toolkit/setup.sh source hs-toolkit/setup.sh
 </code> </code>
Line 36: Line 33:
 This package is used for download, view and analyse HepSim files (truth-level only).   This package is used for download, view and analyse HepSim files (truth-level only).  
 To analyse (*.lcio) files with Geant4 simulations, use  To analyse (*.lcio) files with Geant4 simulations, use 
-[[http://atlaswww.hep.anl.gov/asc/jas4pp | JAS4PP program]]. To analyse ROOT files with fast simulations, use Delphes/ROOT frameworks. +[[http://atlaswww.hep.anl.gov/asc/jas4pp | JAS4PP program]], which, in addition to hs-toolkit, 
 +include more software component to work with LCIO files. 
 +To analyse ROOT files with fast simulations, use Delphes/ROOT frameworks.  
 + 
 +<note tip>Note that you can also use the [[hepsim:dev_singularity|HepSim Singularity/Docker container]] with included 
 +hs-tools commands</note> 
 + 
 +====== Downloading files with  hs-toolkit ====== 
 + 
 +This topic was described in [[https://atlaswww.hep.anl.gov/hepsim/doc/doku.php?id=hepsim:usage_download|Downloading files]] 
 + 
 +====== Analysing events with  hs-toolkit ====== 
 + 
 +This topic was described in [[https://atlaswww.hep.anl.gov/hepsim/doc/doku.php?id=hepsim:usage_analysis|Analysing events]] 
 + 
 + 
 + 
 +====== Java API  hs-toolkit ====== 
 + 
 +See [[https://atlaswww.hep.anl.gov/hepsim/hepsimjar/api/|Java code API of hs-tools]]. 
 + 
 + 
 +====== Validation scripts ======
  
 +hs-toolkit is used to run the scripts located in [[https://atlaswww.hep.anl.gov/hepsim/macrolist.php|Validation macros]].
  
  --- //[[[email protected]|Sergei Chekanov]] 2015/03/06 08:49//  --- //[[[email protected]|Sergei Chekanov]] 2015/03/06 08:49//