Differences

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

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
hepsim:hs-tools [2017/07/17 21:15]
hepsim17 created
hepsim:hs-tools [2017/09/25 00:31]
hepsim17
Line 1: Line 1:
-{{indexmenu_n>5}}+{{indexmenu_n>4}}
  
 [[:|<< back to HepSim manual]] [[:|<< back to HepSim manual]]
  
-====== Using HS-TOOLS ======+====== Using hs-toolkit ======
    
  
Line 12: Line 12:
   * [[http://jwork.org/dmelt/| DMelt (community version)]]   * [[http://jwork.org/dmelt/| DMelt (community version)]]
   * [[https://github.com/gavalian/groot/wiki| GRoot]]   * [[https://github.com/gavalian/groot/wiki| GRoot]]
 +
 +====== Installing hs-toolkit ======
 +
 +Install the hs-toolkit using the "bash" shell on Linux/Mac:
 +
 +<code bash>
 +bash       # set to bash if needed   
 +wget http://atlaswww.hep.anl.gov/hepsim/soft/hs-toolkit.tgz -O - | tar -xz;
 +source hs-toolkit/setup.sh
 +</code>
 +
 +This creates the directory "hs-toolkit" with HepSim commands.
 +[[https://www.java.com/en/download/|Java7/8]] and above should be installed. 
 +You can view the commands by typing:
 +
 +<code bash>      
 +hs-help
 +</code>
 +
 +This package is used for download, view and analyse HepSim files (truth-level only).  
 +To analyse (*.lcio) files with Geant4 simulations, use 
 +[[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 [[http://atlaswww.hep.anl.gov/hepsim/doc/doku.php?id=hepsim:usage_download|Downloading files]]
 +
 +====== Analysing events with  hs-toolkit ======
 +
 +This topic was described in [[http://atlaswww.hep.anl.gov/hepsim/doc/doku.php?id=hepsim:usage_analysis|Analysing events]]
 +
 +
 +
 +====== Java API  hs-toolkit ======
  
 See [[http://atlaswww.hep.anl.gov/hepsim/hepsimjar/api/|Java code API of hs-tools]]. See [[http://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 [[http://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//