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
Next revision Both sides next revision
hepsim:dev_singularity [2019/10/30 20:50]
hepsim17 [HepSim Docker image]
hepsim:dev_singularity [2019/10/30 20:52]
hepsim17 [HepSim tests]
Line 60: Line 60:
 Section [[hepsim:dev_fpadsim]] explains how to use this image to create full simulations using detector tags. Section [[hepsim:dev_fpadsim]] explains how to use this image to create full simulations using detector tags.
  
-===== Setting up Jas4pp =====+ 
 +====== Setting up Jas4pp ======
  
 One can setup a recent Jas4pp (with hs-tools) as One can setup a recent Jas4pp (with hs-tools) as
Line 74: Line 75:
  
 ====== HepSim tests ====== ====== HepSim tests ======
 +
 +To setup simulation and reconstruction software from HepSim, you can use this commend:
 +
 +<code bash>
 +singularity exec centos7hepsim.img  bash -l
 +source /opt/hepsim.sh
 +</code>
 +
  
 The docker container has a few basic tests that checks that everything works as expected. The docker container has a few basic tests that checks that everything works as expected.