-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dirk Zerwas
committed
Jul 9, 2024
1 parent
b400946
commit 57d24eb
Showing
20 changed files
with
289 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ Generators: | |
- Babayaga | ||
- Whizard | ||
- Madgraph | ||
- Pythia | ||
|
||
OutputFormat: hepmc3 | ||
OutDir: Run-Cards | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ Generators: | |
- Sherpa | ||
- Whizard | ||
- Madgraph | ||
- Pythia | ||
|
||
OutputFormat: hepmc3 | ||
OutDir: Run-Cards | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ Generators: | |
- Sherpa | ||
- Whizard | ||
- Madgraph | ||
- Pythia | ||
|
||
OutputFormat: hepmc3 | ||
OutDir: Run-Cards | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ Generators: | |
- Sherpa | ||
- Whizard | ||
- Madgraph | ||
- Pythia | ||
|
||
OutputFormat: hepmc3 | ||
OutDir: Run-Cards | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Random:setSeed = on | ||
Random:seed = 4711 | ||
Beams:eCM = 91.0 | ||
Beams:idA = 11 | ||
Beams:idB = -11 | ||
PartonLevel:ISR = off | ||
Main:numberOfEvents = 10000 | ||
|
||
23:m0 = 91.1876 | ||
23:mWidth = 2.4952 | ||
Main:WriteHepMC = on | ||
Main:HepMCFile = Photon91.0.hepmc3 | ||
Main:timesAllowErrors = 5 ! allow a few failures before quitting | ||
Init:showChangedSettings = on ! list changed settings | ||
Init:showChangedParticleData = on ! list changed particle data | ||
Next:numberCount = 1000 ! print message every n events | ||
Next:numberShowInfo = 1 ! print event information n times | ||
Next:numberShowProcess = 1 ! print process record n times | ||
Next:numberShowEvent = 1 ! print event record n times | ||
PDF:lepton = off ! no radiation off ficititious e+e- | ||
211:mayDecay = true ! pi+- | ||
321:mayDecay = true ! K+- | ||
130:mayDecay = true ! K0_L | ||
PromptPhoton:ffbar2gammagamma = on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/usr/bin/env bash | ||
if [ -z "${KEY4HEP_STACK}" ]; then | ||
source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh | ||
fi | ||
|
||
$PYTHIA8RUNNER/pythiaRunner -f Photon91.0.dat | ||
$CONVERTHEPMC2EDM4HEP/convertHepMC2EDM4HEP -i hepmc3 -o edm4hep Photon91.0.hepmc3 Photon91.0.edm4hep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/usr/bin/env bash | ||
if [ -z "${KEY4HEP_STACK}" ]; then | ||
source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh | ||
fi | ||
|
||
$PYTHIA8RUNNER/pythiaRunner -f Top1000_ISR.dat | ||
$CONVERTHEPMC2EDM4HEP/convertHepMC2EDM4HEP -i hepmc3 -o edm4hep Top1000_ISR.hepmc3 Top1000_ISR.edm4hep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Random:setSeed = on | ||
Random:seed = 42 | ||
Beams:eCM = 1000 | ||
Beams:idA = 11 | ||
Beams:idB = -11 | ||
PartonLevel:ISR = on | ||
Main:numberOfEvents = 100000 | ||
|
||
23:m0 = 91.1876 | ||
23:mWidth = 2.4952 | ||
6:m0 = 173 | ||
6:mWidth = 1.4915 | ||
Main:WriteHepMC = on | ||
Main:HepMCFile = Top1000_ISR.hepmc3 | ||
Main:timesAllowErrors = 5 ! allow a few failures before quitting | ||
Init:showChangedSettings = on ! list changed settings | ||
Init:showChangedParticleData = on ! list changed particle data | ||
Next:numberCount = 1000 ! print message every n events | ||
Next:numberShowInfo = 1 ! print event information n times | ||
Next:numberShowProcess = 1 ! print process record n times | ||
Next:numberShowEvent = 1 ! print event record n times | ||
PDF:lepton = off ! no radiation off ficititious e+e- | ||
211:mayDecay = true ! pi+- | ||
321:mayDecay = true ! K+- | ||
130:mayDecay = true ! K0_L | ||
Top:ffbar2ttbar(s:gmZ) = on | ||
6:onMode = on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/usr/bin/env bash | ||
if [ -z "${KEY4HEP_STACK}" ]; then | ||
source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh | ||
fi | ||
|
||
$PYTHIA8RUNNER/pythiaRunner -f Top350_ISR.dat | ||
$CONVERTHEPMC2EDM4HEP/convertHepMC2EDM4HEP -i hepmc3 -o edm4hep Top350_ISR.hepmc3 Top350_ISR.edm4hep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Random:setSeed = on | ||
Random:seed = 42 | ||
Beams:eCM = 350 | ||
Beams:idA = 11 | ||
Beams:idB = -11 | ||
PartonLevel:ISR = on | ||
Main:numberOfEvents = 100000 | ||
|
||
23:m0 = 91.1876 | ||
23:mWidth = 2.4952 | ||
6:m0 = 173 | ||
6:mWidth = 1.4915 | ||
Main:WriteHepMC = on | ||
Main:HepMCFile = Top350_ISR.hepmc3 | ||
Main:timesAllowErrors = 5 ! allow a few failures before quitting | ||
Init:showChangedSettings = on ! list changed settings | ||
Init:showChangedParticleData = on ! list changed particle data | ||
Next:numberCount = 1000 ! print message every n events | ||
Next:numberShowInfo = 1 ! print event information n times | ||
Next:numberShowProcess = 1 ! print process record n times | ||
Next:numberShowEvent = 1 ! print event record n times | ||
PDF:lepton = off ! no radiation off ficititious e+e- | ||
211:mayDecay = true ! pi+- | ||
321:mayDecay = true ! K+- | ||
130:mayDecay = true ! K0_L | ||
Top:ffbar2ttbar(s:gmZ) = on | ||
6:onMode = on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/usr/bin/env bash | ||
if [ -z "${KEY4HEP_STACK}" ]; then | ||
source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh | ||
fi | ||
|
||
$PYTHIA8RUNNER/pythiaRunner -f ZH250_ISR.dat | ||
$CONVERTHEPMC2EDM4HEP/convertHepMC2EDM4HEP -i hepmc3 -o edm4hep ZH250_ISR.hepmc3 ZH250_ISR.edm4hep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Random:setSeed = on | ||
Random:seed = 4711 | ||
Beams:eCM = 250.0 | ||
Beams:idA = 11 | ||
Beams:idB = -11 | ||
PartonLevel:ISR = on | ||
Main:numberOfEvents = 1000 | ||
|
||
25:m0 = 125 | ||
25:mWidth = 0 | ||
23:m0 = 91.1876 | ||
23:mWidth = 2.4952 | ||
24:m0 = 80.379 | ||
24:mWidth = 2.085 | ||
Main:WriteHepMC = on | ||
Main:HepMCFile = ZH250_ISR.hepmc3 | ||
Main:timesAllowErrors = 5 ! allow a few failures before quitting | ||
Init:showChangedSettings = on ! list changed settings | ||
Init:showChangedParticleData = on ! list changed particle data | ||
Next:numberCount = 1000 ! print message every n events | ||
Next:numberShowInfo = 1 ! print event information n times | ||
Next:numberShowProcess = 1 ! print process record n times | ||
Next:numberShowEvent = 1 ! print event record n times | ||
PDF:lepton = off ! no radiation off ficititious e+e- | ||
211:mayDecay = true ! pi+- | ||
321:mayDecay = true ! K+- | ||
130:mayDecay = true ! K0_L | ||
HiggsSM:ffbar2HZ = on | ||
25:onMode = on | ||
23:onMode = on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/usr/bin/env bash | ||
if [ -z "${KEY4HEP_STACK}" ]; then | ||
source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh | ||
fi | ||
|
||
$PYTHIA8RUNNER/pythiaRunner -f ZH350_ISR.dat | ||
$CONVERTHEPMC2EDM4HEP/convertHepMC2EDM4HEP -i hepmc3 -o edm4hep ZH350_ISR.hepmc3 ZH350_ISR.edm4hep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Random:setSeed = on | ||
Random:seed = 42 | ||
Beams:eCM = 350 | ||
Beams:idA = 11 | ||
Beams:idB = -11 | ||
PartonLevel:ISR = on | ||
Main:numberOfEvents = 1000 | ||
|
||
25:m0 = 125 | ||
25:mWidth = 0 | ||
23:m0 = 91.1876 | ||
23:mWidth = 2.4952 | ||
24:m0 = 80.379 | ||
24:mWidth = 2.085 | ||
Main:WriteHepMC = on | ||
Main:HepMCFile = ZH350_ISR.hepmc3 | ||
Main:timesAllowErrors = 5 ! allow a few failures before quitting | ||
Init:showChangedSettings = on ! list changed settings | ||
Init:showChangedParticleData = on ! list changed particle data | ||
Next:numberCount = 1000 ! print message every n events | ||
Next:numberShowInfo = 1 ! print event information n times | ||
Next:numberShowProcess = 1 ! print process record n times | ||
Next:numberShowEvent = 1 ! print event record n times | ||
PDF:lepton = off ! no radiation off ficititious e+e- | ||
211:mayDecay = true ! pi+- | ||
321:mayDecay = true ! K+- | ||
130:mayDecay = true ! K0_L | ||
HiggsSM:ffbar2HZ = on | ||
25:onMode = on | ||
23:onMode = on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/usr/bin/env bash | ||
if [ -z "${KEY4HEP_STACK}" ]; then | ||
source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh | ||
fi | ||
|
||
$PYTHIA8RUNNER/pythiaRunner -f ZHDecay250.dat | ||
$CONVERTHEPMC2EDM4HEP/convertHepMC2EDM4HEP -i hepmc3 -o edm4hep ZHDecay250.hepmc3 ZHDecay250.edm4hep |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
Random:setSeed = on | ||
Random:seed = 42 | ||
Beams:eCM = 250 | ||
Beams:idA = 11 | ||
Beams:idB = -11 | ||
PartonLevel:ISR = off | ||
Main:numberOfEvents = 10000 | ||
|
||
25:m0 = 125 | ||
25:mWidth = 0.00407 | ||
23:m0 = 91.1876 | ||
23:mWidth = 2.4952 | ||
24:m0 = 80.379 | ||
24:mWidth = 2.085 | ||
Main:WriteHepMC = on | ||
Main:HepMCFile = ZHDecay250.hepmc3 | ||
Main:timesAllowErrors = 5 ! allow a few failures before quitting | ||
Init:showChangedSettings = on ! list changed settings | ||
Init:showChangedParticleData = on ! list changed particle data | ||
Next:numberCount = 1000 ! print message every n events | ||
Next:numberShowInfo = 1 ! print event information n times | ||
Next:numberShowProcess = 1 ! print process record n times | ||
Next:numberShowEvent = 1 ! print event record n times | ||
PDF:lepton = off ! no radiation off ficititious e+e- | ||
211:mayDecay = true ! pi+- | ||
321:mayDecay = true ! K+- | ||
130:mayDecay = true ! K0_L | ||
HiggsSM:ffbar2HZ = on | ||
|
||
23:onMode off | ||
23:onIfAny 15 -15 | ||
25:onMode off | ||
25:onIfAny 13 -13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/usr/bin/env bash | ||
if [ -z "${KEY4HEP_STACK}" ]; then | ||
source /cvmfs/sw-nightlies.hsf.org/key4hep/setup.sh | ||
fi | ||
|
||
$PYTHIA8RUNNER/pythiaRunner -f ZHDecay350.dat | ||
$CONVERTHEPMC2EDM4HEP/convertHepMC2EDM4HEP -i hepmc3 -o edm4hep ZHDecay350.hepmc3 ZHDecay350.edm4hep |
Oops, something went wrong.