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:usage_fast [2017/03/19 19:39]
hepsim17
hepsim:usage_fast [2017/03/19 19:47]
hepsim17
Line 6: Line 6:
  
 ====== Downloading ROOT files  ====== ====== Downloading ROOT files  ======
-Files after fast detector simulations are created using [[http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.3.0.tar.gz | Delphes-3.3.0]] programs. +Files after fast detector simulations are created using [[https://cp3.irmp.ucl.ac.be/projects/delphes | Delphes]] program. Assuming that you have installed either** hs-tools** or **Jas4pp** programs, you can use the "hs-get"  command to download files. You can find all samples with 
-Assuming that you have installed either** hs-tools** or **Jas4pp** programs, you can download +fast simulations using the [[http://atlaswww.hep.anl.gov/hepsim/list.php?find=rfast|rfast tag]]. If you need to find all ROOT files for a given tag, say rfast100, use this command:
- +
-Here how you can find all samples that have "rfast" tag for download. Click here: [[http://atlaswww.hep.anl.gov/hepsim/list.php?find=rfast]]. If you need to find all ROOT files +
-for a give tag, say rfast004, use this command:+
  
 <code bash> <code bash>
-hs-find tev14_mg5%rfast004+hs-find tev14_mg5%rfast100
 </code> </code>
-which searches for all samples with the dataset name "tev14_mg5" (Madgraph5, 14 TeV samples). +which searches for all samples with the dataset name "tev14_mg5" (Madgraph5, 14 TeV samples). Then download a selected sample as:
-Then download a selected sample as:+
  
 <code bash> <code bash>
-hs-get tev14_mg5_nlo_httbar%rfast004+hs-get tev14_mg5_nlo_httbar%rfast100
 </code> </code>
  
Line 30: Line 26:
 ====== Creating Delphes files  ====== ====== Creating Delphes files  ======
  
 +Read the section [[hepsim:dev_fast|Creating fast simulations]]