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
hepsim:usage_fast [2017/03/19 19:41]
hepsim17
hepsim:usage_fast [2017/09/21 13:48] (current)
hepsim17
Line 3: Line 3:
 [[:|<< back to HepSim manual]] [[:|<< back to HepSim manual]]
  
-====== Fast simulations ======+====== Analysis of fast simulations ======
  
 ====== Downloading ROOT files  ====== ====== Downloading ROOT files  ======
-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 download +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 
- +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>