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:dev_full [2017/09/21 13:50]
hepsim17
hepsim:dev_full [2017/09/21 13:57]
hepsim17 [Creating LCIO files]
Line 5: Line 5:
 ===== Creating LCIO files ===== ===== Creating LCIO files =====
  
-In many cases, HepSim detector simulations were done using SiD-derived software, such as those used for ILC, CLIC, etc. expeeiments.+In many cases, HepSim detector simulations were done using ILCSOFT-derived software, such as those used for ILC, CLIC, etc. experiments
  
 +To perform Geant4 simulations, you will need to convert PROMC to SLCIO or STDHEP files. You can convert ProMC files with truth-level information to STDHEP or LCIO (MCParticle) with full simulations using promc2stdhep or promc2lcio converters:
  
 +<code bash>
 +wget http://atlaswww.hep.anl.gov/hepsim/soft/promc_convert.tgz
 +tar -zvxf promc_convert.tgz
 +cd promc_convert
 +promc2lcio.sh input.promc output.slcio    # convert to SLCIO
 +promc2stdhep.sh input.promc output.stdhep # convert to STDHEP
 +</code>
  
-To create full simulations, you will need to convert ProMC files  to LCIO files. This is described in 
-[[hepsim:usage_truth#converting_to_lcio|LCIO conversions]]. 
- 
-{{indexmenu_n>13}} 
-[[:|<< back to HepSim manual]] 
- 
- 
-===== Simulation with FPadSim ===== 
- 
-In many cases, HepSim detector simulations were done using SiD-derived software. 
- 
-To create full simulations, you will need to convert ProMC files  to LCIO files. This is described in 
-[[hepsim:usage_truth#converting_to_lcio|LCIO conversions]]. 
  
 +Files in the LCIO or STDHEP formats can be used as input for DD4HEP or SLIC simulation packages.
  
 +Many samples of HepSim were created with a dedicated FPadSim package. See [[hepsim:dev_fpadsim|FPadSim section]].
  
  --- //[[[email protected]|Sergei Chekanov]] 2017/04/12 21:58//  --- //[[[email protected]|Sergei Chekanov]] 2017/04/12 21:58//