-
Notifications
You must be signed in to change notification settings - Fork 788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New UL cards for Run2 VV samples #3783
Open
toa-p
wants to merge
6
commits into
cms-sw:master
Choose a base branch
from
toa-p:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
d5ec9d1
Adding updated cards for RadionToWW UL
toa-p f8737e9
Updating cards for UL 2016 VV samples
toa-p 2ee12d2
Merge branch 'cms-sw:master' into master
toa-p f64acbf
Updating cards for UL 2017 VV samples
toa-p 7c03f4f
Syncing local branch to master
toa-p 4846c13
Merge branch 'cms-sw:master' into master
toa-p File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
.../production/2017/13TeV/exo_diboson/Spin-0/UL_Radion_WW_inclu/UL_Radion_WW_inclu_narrow.sh
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,18 @@ | ||
#!/bin/bash | ||
|
||
masses=(600 800 1000 1200 1400 1600 1800 2000 2500 3000 3500 4000 4500 5000 5500 6000 6500 7000 7500 8000) | ||
sample=UL_Radion_WW_inclu_narrow_M | ||
|
||
postfix=(_run_card.dat _customizecards.dat _proc_card.dat _extramodels.dat) | ||
|
||
echo ${masses[*]} | ||
|
||
for mass in ${masses[*]}; do | ||
echo generating cards for M = $mass GeV | ||
|
||
mkdir ${sample}${mass} | ||
|
||
for ((i=0;i<${#postfix[@]};i+=1)); do | ||
sed "s/<MASS>/${mass}/g" ${sample}/${sample}${postfix[$i]} > ${sample}$mass/${sample}$mass${postfix[$i]} | ||
done | ||
done |
3 changes: 3 additions & 0 deletions
3
...adion_WW_inclu/UL_Radion_WW_inclu_narrow_M/UL_Radion_WW_inclu_narrow_M_customizecards.dat
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,3 @@ | ||
set param_card mass 35 <MASS> | ||
set param_card decay 35 1.000000e-03 | ||
|
2 changes: 2 additions & 0 deletions
2
...L_Radion_WW_inclu/UL_Radion_WW_inclu_narrow_M/UL_Radion_WW_inclu_narrow_M_extramodels.dat
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,2 @@ | ||
#from https://github.com/syuvivida/DibosonBSMSignal_13TeV/tree/master/Models/heft_radion | ||
dibosonResonanceModel.tar.gz |
11 changes: 11 additions & 0 deletions
11
.../UL_Radion_WW_inclu/UL_Radion_WW_inclu_narrow_M/UL_Radion_WW_inclu_narrow_M_proc_card.dat
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,11 @@ | ||
set group_subprocesses Auto | ||
set ignore_six_quark_processes False | ||
set gauge unitary | ||
set complex_mass_scheme False | ||
import model heft_radion | ||
define vl = ve vm vt | ||
define vl~ = ve~ vm~ vt~ | ||
define ferm = u c d s b u~ c~ d~ s~ b~ e- mu- ta- e+ mu+ ta+ vl vl~ | ||
generate p p > h2, ( h2 > w+ w-, w+ > ferm ferm , w- > ferm ferm) | ||
output UL_Radion_WW_inclu_narrow_M<MASS> -nojpeg | ||
|
272 changes: 272 additions & 0 deletions
272
...0/UL_Radion_WW_inclu/UL_Radion_WW_inclu_narrow_M/UL_Radion_WW_inclu_narrow_M_run_card.dat
Large diffs are not rendered by default.
Oops, something went wrong.
18 changes: 18 additions & 0 deletions
18
.../production/2017/13TeV/exo_diboson/Spin-0/UL_Radion_ZZ_inclu/UL_Radion_ZZ_inclu_narrow.sh
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,18 @@ | ||
#!/bin/bash | ||
|
||
masses=(600 800 1000 1200 1400 1600 1800 2000 2500 3000 3500 4000 4500 5000 5500 6000 6500 7000 7500 8000) | ||
sample=UL_Radion_ZZ_inclu_narrow_M | ||
|
||
postfix=(_run_card.dat _customizecards.dat _proc_card.dat _extramodels.dat) | ||
|
||
echo ${masses[*]} | ||
|
||
for mass in ${masses[*]}; do | ||
echo generating cards for M = $mass GeV | ||
|
||
mkdir ${sample}${mass} | ||
|
||
for ((i=0;i<${#postfix[@]};i+=1)); do | ||
sed "s/<MASS>/${mass}/g" ${sample}/${sample}${postfix[$i]} > ${sample}$mass/${sample}$mass${postfix[$i]} | ||
done | ||
done |
3 changes: 3 additions & 0 deletions
3
...adion_ZZ_inclu/UL_Radion_ZZ_inclu_narrow_M/UL_Radion_ZZ_inclu_narrow_M_customizecards.dat
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,3 @@ | ||
set param_card mass 35 <MASS> | ||
set param_card decay 35 1.000000e-03 | ||
|
2 changes: 2 additions & 0 deletions
2
...L_Radion_ZZ_inclu/UL_Radion_ZZ_inclu_narrow_M/UL_Radion_ZZ_inclu_narrow_M_extramodels.dat
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,2 @@ | ||
#from https://github.com/syuvivida/DibosonBSMSignal_13TeV/tree/master/Models/heft_radion | ||
dibosonResonanceModel.tar.gz |
11 changes: 11 additions & 0 deletions
11
.../UL_Radion_ZZ_inclu/UL_Radion_ZZ_inclu_narrow_M/UL_Radion_ZZ_inclu_narrow_M_proc_card.dat
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,11 @@ | ||
set group_subprocesses Auto | ||
set ignore_six_quark_processes False | ||
set gauge unitary | ||
set complex_mass_scheme False | ||
import model heft_radion | ||
define vl = ve vm vt | ||
define vl~ = ve~ vm~ vt~ | ||
define ferm = u c d s b u~ c~ d~ s~ b~ e- mu- ta- e+ mu+ ta+ vl vl~ | ||
generate p p > h2, ( h2 > z z, z > ferm ferm ) | ||
output UL_Radion_ZZ_inclu_narrow_M<MASS> -nojpeg | ||
|
272 changes: 272 additions & 0 deletions
272
...0/UL_Radion_ZZ_inclu/UL_Radion_ZZ_inclu_narrow_M/UL_Radion_ZZ_inclu_narrow_M_run_card.dat
Large diffs are not rendered by default.
Oops, something went wrong.
18 changes: 18 additions & 0 deletions
18
...ction/2017/13TeV/exo_diboson/Spin-1/UL_Wprime_WZ_WhadZhad/UL_Wprime_WZ_WhadZhad_narrow.sh
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,18 @@ | ||
#!/bin/bash | ||
|
||
masses=(600 800 1000 1200 1400 1600 1800 2000 2500 3000 3500 4000 4500 5000 5500 6000 6500 7000 7500 8000) | ||
sample=UL_Wprime_WZ_WhadZhad_narrow_M | ||
|
||
postfix=(_run_card.dat _customizecards.dat _proc_card.dat _extramodels.dat) | ||
|
||
echo ${masses[*]} | ||
|
||
for mass in ${masses[*]}; do | ||
echo generating cards for M = $mass GeV | ||
|
||
mkdir ${sample}${mass} | ||
|
||
for i in {0..3}; do | ||
sed "s/<MASS>/${mass}/g" ${sample}/${sample}${postfix[$i]} > ${sample}$mass/${sample}$mass${postfix[$i]} | ||
done | ||
done |
5 changes: 5 additions & 0 deletions
5
...WhadZhad/UL_Wprime_WZ_WhadZhad_narrow_M/UL_Wprime_WZ_WhadZhad_narrow_M_customizecards.dat
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,5 @@ | ||
set param_card mass 9000001 <MASS> | ||
set param_card mass 9000002 <MASS> | ||
set param_card rhoinputs 2 <MASS> | ||
set param_card DECAY 9000001 1.000000e-03 | ||
set param_card DECAY 9000002 1.000000e-03 |
2 changes: 2 additions & 0 deletions
2
...WZ_WhadZhad/UL_Wprime_WZ_WhadZhad_narrow_M/UL_Wprime_WZ_WhadZhad_narrow_M_extramodels.dat
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,2 @@ | ||
#from https://github.com/syuvivida/DibosonBSMSignal_13TeV/tree/master/Models/Vector_Triplet_free_Width_UFO | ||
dibosonResonanceModel.tar.gz |
11 changes: 11 additions & 0 deletions
11
...e_WZ_WhadZhad/UL_Wprime_WZ_WhadZhad_narrow_M/UL_Wprime_WZ_WhadZhad_narrow_M_proc_card.dat
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,11 @@ | ||
set group_subprocesses Auto | ||
set ignore_six_quark_processes False | ||
set gauge unitary | ||
set complex_mass_scheme False | ||
import model Vector_Triplet_free_Width_UFO | ||
define q = u c d s b u~ c~ d~ s~ b~ | ||
define vc = vc+ vc- | ||
define vw = w+ w- | ||
generate p p > vc, (vc > vw z, vw > q q, z > q q) | ||
output UL_Wprime_WZ_WhadZhad_narrow_M<MASS> -nojpeg | ||
|
272 changes: 272 additions & 0 deletions
272
...me_WZ_WhadZhad/UL_Wprime_WZ_WhadZhad_narrow_M/UL_Wprime_WZ_WhadZhad_narrow_M_run_card.dat
Large diffs are not rendered by default.
Oops, something went wrong.
18 changes: 18 additions & 0 deletions
18
.../production/2017/13TeV/exo_diboson/Spin-1/UL_Zprime_WW_inclu/UL_Zprime_WW_inclu_narrow.sh
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,18 @@ | ||
#!/bin/bash | ||
|
||
masses=(600 800 1000 1200 1400 1600 1800 2000 2500 3000 3500 4000 4500 5000 5500 6000 6500 7000 7500 8000) | ||
sample=UL_Zprime_WW_inclu_narrow_M | ||
|
||
postfix=(_run_card.dat _customizecards.dat _proc_card.dat _extramodels.dat) | ||
|
||
echo ${masses[*]} | ||
|
||
for mass in ${masses[*]}; do | ||
echo generating cards for M = $mass GeV | ||
|
||
mkdir ${sample}${mass} | ||
|
||
for i in {0..3}; do | ||
sed "s/<MASS>/${mass}/g" ${sample}/${sample}${postfix[$i]} > ${sample}$mass/${sample}$mass${postfix[$i]} | ||
done | ||
done |
5 changes: 5 additions & 0 deletions
5
...prime_WW_inclu/UL_Zprime_WW_inclu_narrow_M/UL_Zprime_WW_inclu_narrow_M_customizecards.dat
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,5 @@ | ||
set param_card mass 9000001 <MASS> | ||
set param_card mass 9000002 <MASS> | ||
set param_card rhoinputs 2 <MASS> | ||
set param_card DECAY 9000001 1.000000e-03 | ||
set param_card DECAY 9000002 1.000000e-03 |
2 changes: 2 additions & 0 deletions
2
...L_Zprime_WW_inclu/UL_Zprime_WW_inclu_narrow_M/UL_Zprime_WW_inclu_narrow_M_extramodels.dat
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,2 @@ | ||
#from https://github.com/syuvivida/DibosonBSMSignal_13TeV/tree/master/Models/Vector_Triplet_free_Width_UFO | ||
dibosonResonanceModel.tar.gz |
11 changes: 11 additions & 0 deletions
11
.../UL_Zprime_WW_inclu/UL_Zprime_WW_inclu_narrow_M/UL_Zprime_WW_inclu_narrow_M_proc_card.dat
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,11 @@ | ||
set group_subprocesses Auto | ||
set ignore_six_quark_processes False | ||
set gauge unitary | ||
set complex_mass_scheme False | ||
import model Vector_Triplet_free_Width_UFO | ||
define vl = ve vm vt | ||
define vl~ = ve~ vm~ vt~ | ||
define ferm = u c d s b u~ c~ d~ s~ b~ e- mu- ta- e+ mu+ ta+ vl vl~ | ||
generate p p > vz, (vz > w+ w-, w+ > ferm ferm, w- > ferm ferm) | ||
output UL_Zprime_WW_inclu_narrow_M<MASS> -nojpeg | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you may be need another parenthesis after the w + w- for the separate w decays?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, this card is mostly a copy & paste from an older reference which does not use another parenthesis for separate W decays.