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:38]
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 [[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>
  
 The description of the detector tags is given in [[hepsim:usage_detectors|Detector description]]. The description of the detector tags is given in [[hepsim:usage_detectors|Detector description]].
  
-====== Analysing ROOT files  ======+====== Analyzing ROOT files  ====== 
 + 
 +Read the [[https://cp3.irmp.ucl.ac.be/projects/delphes| Delphes manual]] explaining how to analyze ROOT files from HepSim.  
 + 
 +====== Creating Delphes files  ======
  
-Read the [[https://cp3.irmp.ucl.ac.be/projects/delphesDelphes manual]] explaining how to analyse ROOT files from HepSim. +Read the section [[hepsim:dev_fast|Creating fast simulations]]