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_fast [2017/03/19 20:10]
hepsim17
hepsim:dev_fast [2017/09/24 22:33]
hepsim17
Line 1: Line 1:
- {{indexmenu_n>10}}+ {{indexmenu_n>12}}
  
  
Line 8: Line 8:
  
 Fast simulations in the HepSim are posted under the [[http://atlaswww.hep.anl.gov/hepsim/list.php?find=rfast|rfast link]]. The detectors configurations are posted to [[http://atlaswww.hep.anl.gov/hepsim/detectors.php|this link]]. Fast simulations in the HepSim are posted under the [[http://atlaswww.hep.anl.gov/hepsim/list.php?find=rfast|rfast link]]. The detectors configurations are posted to [[http://atlaswww.hep.anl.gov/hepsim/detectors.php|this link]].
 +
 +Generally, you do not need to install Delphes to run fast simulations. You can run fast simulations using the HepSim singularity container. This topic is described in [[hepsim:dev_singularity|HepSim singularity container]] section. 
 +
 +Below is the description how to use Delphes if you do not want to use the HepSim docker container.
  
 ===== Creating Delphes files  ===== ===== Creating Delphes files  =====
Line 62: Line 66:
  
 One can also run Delphes in an automated mode, without the above scripts. You need to use "hs-exec" command. One can also run Delphes in an automated mode, without the above scripts. You need to use "hs-exec" command.
-<code>+<code bash>
 hs-exec DelphesProMC card.tcl output.root [URL] [Nfiles] hs-exec DelphesProMC card.tcl output.root [URL] [Nfiles]
 </code> </code>
Line 69: Line 73:
  
 Here is a small example: Here is a small example:
-<code>+<code bash>
 hs-exec DelphesProMC card.tcl output.root http://mc.hep.anl.gov/asc/hepsim/events/pp/14tev/mg5_ttbar_jet/ 5 hs-exec DelphesProMC card.tcl output.root http://mc.hep.anl.gov/asc/hepsim/events/pp/14tev/mg5_ttbar_jet/ 5
 </code> </code>