Page MenuHomeHEPForge

Firstrun
Updated 1,765 Days AgoPublic

Version 1 of 21: You are viewing an older version of this document, as it appeared on Jul 18 2019, 3:07 PM.

For the first run we are going to simulate simple LEP with the default setup and look at the output.

Create a folder with

mkdir herwig-tutorial

and copy the input file LEP.in that you find under /src into that folder.

Then type the following commands in order to simulate 1000 LEP events:

Herwig read LEP.in
Herwig run LEP.run -N 1000

In the next step have a look at the file LEP.log that displays the first 10 events of that run. Each event is made up of individual steps that reflect the treatment of the event as it passes through the various stages of the generator (hard subprocess, parton shower, hadronization and decays). Try to make sense of the numbers displayed and try to find the individual steps in the event record (the LEP.log file).

Since only looking at numbers is tedious and we cannot really learn something from the .log file we now try to compare the simulation with data.

For that purpose we need to modify the LEP.in file and include the following part

read snippets/Rivet.in
insert /Herwig/Analysis/Rivet:Analyses 0 ALEPH_1996_S3486095

before the line 'saverun LEP EventGenerator'

Last Author
patrickk
Last Edited
Jul 18 2019, 3:07 PM

Event Timeline

patrickk edited the content of this document. (Show Details)
patrickk edited the content of this document. (Show Details)
patrickk changed the title from Firstrun to The First run.Jul 23 2019, 2:00 PM
patrickk edited the content of this document. (Show Details)
patrickk edited the content of this document. (Show Details)
patrickk edited the content of this document. (Show Details)
patrickk edited the content of this document. (Show Details)
patrickk edited the content of this document. (Show Details)
aidin edited the content of this document. (Show Details)