Skip to content

Commit

Permalink
#6 output command of madgraph should be a relative path, simplified t…
Browse files Browse the repository at this point in the history
…o common name Output
  • Loading branch information
dirkzerwas committed Mar 22, 2024
1 parent 9bf877d commit 46b895b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion python/Generators/Madgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def write_run(self):
if self.procinfo.get("decay"):
self.add_decay()
self.add_run_option("generate", self.proc)
self.add_run_option("output", self.outdir+f"/{self.procinfo.get('procname')}")
#self.add_run_option("output", self.outdir+f"/{self.procinfo.get('procname')}")
self.add_run_option("output", "Output")
self.add_run_option("launch", None)
self.add_run_option("set iseed", self.procinfo.get_rndmSeed())
self.add_run_option("set EBEAM", self.procinfo.get("sqrts")/2.)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#************************************************************"
import model sm
generate e- e+ > vm vm~
output Run-Cards/Madgraph/Difermion_Polarized/Difermion_Polarized
output Output
launch
set iseed 4711
set EBEAM 120.0
Expand Down
2 changes: 1 addition & 1 deletion test/ref-results/Madgraph/Muon/Run_Muon.dat
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#************************************************************"
import model sm
generate e- e+ > mu- mu+
output Run-Cards/Madgraph/Muon/Muon
output Output
launch
set iseed 42
set EBEAM 45.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#************************************************************"
import model sm
generate e- e+ > vm vm~
output Run-Cards/Madgraph/MuonNeutrino/MuonNeutrino
output Output
launch
set iseed 4712
set EBEAM 45.6
Expand Down
2 changes: 1 addition & 1 deletion test/ref-results/Madgraph/TauNeutrino/Run_TauNeutrino.dat
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#************************************************************"
import model sm
generate e- e+ > vt vt~
output Run-Cards/Madgraph/TauNeutrino/TauNeutrino
output Output
launch
set iseed 4714
set EBEAM 45.6
Expand Down
2 changes: 1 addition & 1 deletion test/ref-results/Madgraph/ZH/Run_ZH.dat
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#************************************************************"
import model sm
generate e- e+ > Z H
output Run-Cards/Madgraph/ZH/ZH
output Output
launch
set iseed 42
set EBEAM 125.0
Expand Down
2 changes: 1 addition & 1 deletion test/ref-results/Madgraph/ZHDecay/Run_ZHDecay.dat
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#************************************************************"
import model sm-lepton_masses
generate e- e+ > Z H , Z > ta- ta+ , H > mu- mu+
output Run-Cards/Madgraph/ZHDecay/ZHDecay
output Output
launch
set iseed 42
set EBEAM 125.0
Expand Down

0 comments on commit 46b895b

Please sign in to comment.