User Tools

Site Tools


community:hepsim:usage_truth

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
community:hepsim:usage_truth [2016/04/28 18:18]
asc
community:hepsim:usage_truth [2016/04/28 18:20]
asc [Conversion to ROOT files]
Line 331: Line 331:
 </code> </code>
  
 +====== Converting to LCIO ======
  
 +ProMC files can be converted to LCIO files for full detector simulation.  This is an example of such conversions:
 +
 +<code bash>
 +wget http://atlaswww.hep.anl.gov/asc/promc/download/current.php -O ProMC.tgz
 +tar -zvxf ProMC.tgz
 +cd examples/promc2lcio
 +source setup.sh
 +javac promc2lcio.java
 +java promc2lcio file.promc file.slcio
 +</code>
 +
 +Look at other directories in "examples/". You can convert ProMC files to many other formats (most converters require  installation of the ProMC C++ package).
 ====== Extracting events  ====== ====== Extracting events  ======
  
Line 391: Line 404:
 </hidden> </hidden>
  
-===== Programming with HepSim =====+====== Programming with HepSim =====
  
  
community/hepsim/usage_truth.txt · Last modified: 2016/11/04 19:23 by asc