Version 4 vs 21
Version 4 vs 21
Content Changes
Content Changes
For the first run we are going to simulate simple LEP events with the default setup and look at the output files.
First create a folder where you put everything related to the Herwig tutorial
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).
You can display files with
less LEP.in
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'
Now we need to run Herwig again. The steps as above are the same but now we should have created a
LEP.yoda
file. In order to plot the yoda file we use the following command
rivet-mkhtml LEP.yoda
this creates a folder rivet-plots that collects all the created histograms of the ALEPH analysis. You can display the analysis in your browser by typing
firefox rivet-plots/index.html
Now before we go on have a look at the created histograms and try to roughly understand what is being measured here.
Optional: You can also include more rivet analyses. Just go to the rivet homepage and try to add some additional LEP
analyses.
Congratulations, you have now mastered the simplest workflow of event generation
Simulate events and then compare with data.
For the first run, we are going to simulate a LEP event with the default setup and look at the output files.
First, create a folder
mkdir herwig-tutorial
cd herwig-tutorial
and copy the input file LEP.in that you will find under {Herwigpath}/share/Herwig/ or here into that folder.
{F542999}
You can download the input file via
wget https://phab-files.hepforge.org/file/download/d3y555lituggiomcwatj/PHID-FILE-hirg3s3rz7xph4yuaij6/LEP.in
Have a look at the input file with the tool of your choice and try to understand what process is being simulated.
gedit LEP.in
vi LEP.in
less LEP.in
cat LEP.in
emacs LEP.in
Then execute the following commands in order to simulate 10000 LEP events:
Herwig read LEP.in
Herwig run LEP.run -N 10000
In the next step, have a look at the "LEP.log" file 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).
Looking at numbers is tedious. In order to make our life easier we now try to compare the simulation with data from the ALEPH experiment.
For that purpose, we need to modify the LEP.in input file and include the following part
cd /Herwig/Generators
read snippets/Rivet.in
insert /Herwig/Analysis/Rivet:Analyses 0 ALEPH_1996_S3486095
right above the line "saverun LEP EventGenerator".
Now we need to run Herwig again. The steps are the same as above but now we should have created a "LEP.yoda" file. A yoda file is a file created by [[ https://yoda.hepforge.org/ | YODA ]] which is a lightweight common system for MC event generator validation analyses, particularly as the core histogramming system in [[ https://rivet.hepforge.org/ | Rivet ]]. In order to plot this yoda file, we use the following command
rivet-mkhtml LEP.yoda
This creates a folder named "rivet-plots" that collects all the created histograms of the ALEPH analysis. You can display the analysis in your browser by opening the file.
rivet-plots/index.html
Have a look at the created histograms and try to roughly understand what is being measured.
Also, change the name of the **.yoda** file to **LEP-default.yoda** with
mv LEP.yoda LEP-default.yoda
# Switching off the Parton Shower
In the next step, we switch off the Parton Shower and compare the simulation to the one that includes the Parton Shower.
Add the following lines to the input file
cd /Herwig/EventHandlers
set EventHandler:CascadeHandler NULL
right below
set EventGenerator:EventHandler:LuminosityFunction:Energy 91.2
Then, run Herwig again with 10000 Events
Herwig read LEP.in
Herwig run LEP.run -N 10000
and plot the two yoda files together with
rivet-mkhtml LEP-default.yoda LEP.yoda
Now, have a look at the histograms. Why is the mean charged multiplicity larger without a Parton Shower?
Optional: You can also include more [[ https://rivet.hepforge.org/analyses/ | Rivet analyses ]].
For the first run, we are going to simulate simplea LEP events with the default setup and look at the output files.
First, create a folder where you put everything related to the Herwig tutorialolder
mkdir herwig-tutorial
cd herwig-tutorial
and copy the input file LEP.in that you will find under /src into that folder.
Then type the following commands in order to simulate 1000 LEP events:{Herwigpath}/share/Herwig/ or here into that folder.
{F542999}
Herwig read LEP.inYou can download the input file via
Herwig run LEP.run -N 1000wget https://phab-files.hepforge.org/file/download/d3y555lituggiomcwatj/PHID-FILE-hirg3s3rz7xph4yuaij6/LEP.in
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).
You can display files withHave a look at the input file with the tool of your choice and try to understand what process is being simulated.
gedit LEP.in
vi LEP.in
less LEP.in
cat LEP.in
emacs LEP.in
Then execute the following commands in order to simulate 10000 LEP events:
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. Herwig read LEP.in
Herwig run LEP.run -N 10000
For that purpose we need to modify the LEP.in file and include the following partIn the next step, have a look at the "LEP.log" file 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).
Looking at numbers is tedious. In order to make our life easier we now try to compare the simulation with data from the ALEPH experiment.
For that purpose, we need to modify the LEP.in input file and include the following part
cd /Herwig/Generators
read snippets/Rivet.in
insert /Herwig/Analysis/Rivet:Analyses 0 ALEPH_1996_S3486095
beforright above the line '"saverun LEP EventGenerator'".
Now we need to run Herwig again. The steps as above are the samere the same as above but now we should have created a "LEP.yoda" file. A yoda file is a file created by [[ https://yoda.hepforge.org/ | YODA ]] which is a lightweight common system for MC event generator validation analyses, particularly as the core histogramming system in [[ https://rivet.hepforge.org/ | Rivet ]]. In order to plot this yoda file, we use the following command
rivet-mkhtml LEP.yoda
file
This creates a folder named "rivet-plots" that collects all the created histograms of the ALEPH analysis. In order to plotYou can display the yoda file we use the followanalysis in your browser by opening commandthe file.
rivet-mkhtml LEP.yodaplots/index.html
Have a look at the created histograms and try to roughly understand what is being measured.
Also, change the name of the **.yoda** file to **LEP-default.yoda** with
this creates a folder rivet-plots that collects all mv LEP.yoda LEP-default.yoda
# Switching off the created histograms ofParton Shower
In the ALEPH analysis.next step, You can display the analysis in your browser by typingwe switch off the Parton Shower and compare the simulation to the one that includes the Parton Shower.
Add the following lines to the input file
firefox rivet-plots/index.htmlcd /Herwig/EventHandlers
set EventHandler:CascadeHandler NULL
Now before we go on have a look at the created histograms and try to roughly understand what is being measured here.right below
Optional: You can also include more rivet analyses. set EventGenerator:EventHandler:LuminosityFunction:Energy 91.2
Then, Just go to the rivet homepage and try to add some additionalrun Herwig again with 10000 Events
Herwig read LEP.in
analyses. Herwig run LEP.run -N 10000
Congratulations, you have now mastered the simplest workflow of event generationand plot the two yoda files together with
Simulate events and then compare with data.rivet-mkhtml LEP-default.yoda LEP.yoda
Now, have a look at the histograms. Why is the mean charged multiplicity larger without a Parton Shower?
Optional: You can also include more [[ https://rivet.hepforge.org/analyses/ | Rivet analyses ]].