Skip to content

Commit

Permalink
Merge pull request #3716 from jshin96/master
Browse files Browse the repository at this point in the history
POWHEG-RES Change
  • Loading branch information
bbilin authored Nov 4, 2024
2 parents 39b3fd1 + 635d556 commit 42c37d1
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 56 deletions.
2 changes: 1 addition & 1 deletion bin/Powheg/Templates/runGetSource_template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ fi
if [ `grep particle_identif pwhg_analysis-dummy.f` = ""]; then
cp ../pwhg_analysis-dummy.f .
fi
if [[ $$process != "WWJ" && $$process != "ZgamJ" && $$process != "ZZJ" && $$process != "Zgam" ]]; then
if [[ $$process != "WWJ" && $$process != "ZgamJ" && $$process != "ZZJ" && $$process != "Zgam" && $$process != "VV_dec_ew" ]]; then
sed -i -e "s#PWHGANAL[ \t]*=[ \t]*#\#PWHGANAL=#g" Makefile
sed -i -e "s#ANALYSIS[ \t]*=[ \t]*#\#ANALYSIS=#g" Makefile
sed -i -e "s#_\#ANALYSIS*#_ANALYSIS=#g" Makefile
Expand Down
Loading

0 comments on commit 42c37d1

Please sign in to comment.