Skip to content

Commit 0762388

Browse files
committed
Updated the jet settings in YAML files to match the new jet_collections system.
1 parent 2f96ed2 commit 0762388

6 files changed

Lines changed: 38 additions & 8 deletions

File tree

yaml_files/CMSSM.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,13 @@ Rules:
708708
LHC_13TeV:
709709
# 0.028 fb corresponds to ~1 expected event at L = 36 fb^-1.
710710
xsec_veto: 0.028
711-
antiktR: 0.4
711+
jet_collections:
712+
antikt_R04:
713+
algorithm: antikt
714+
R: 0.4
715+
recombination_scheme: E_scheme
716+
strategy: Best
717+
jet_collection_taus: antikt_R04
712718
partonOnly: false
713719
pythia_settings:
714720
- Print:quiet = on

yaml_files/ColliderBit_CMSSM.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -337,10 +337,10 @@ Rules:
337337
partonOnly: false
338338
jet_collections:
339339
antikt_R04:
340-
algorithm: antikt
340+
algorithm: antikt # antikt, cambridge, kt, genkt, cambridge_for_passive
341341
R: 0.4
342-
recombination_scheme: E_scheme
343-
strategy: Best
342+
recombination_scheme: E_scheme # E_scheme, pt_scheme, pt2_scheme
343+
strategy: Best # Best, NlnN
344344
# antikt_R08:
345345
# algorithm: antikt
346346
# R: 0.8

yaml_files/MSSM7.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,13 @@ Rules:
616616
# 0.028 fb corresponds to ~1 expected event at L = 36 fb^-1.
617617
xsec_veto: 0.028
618618
partonOnly: false
619-
antiktR: 0.4
619+
jet_collections:
620+
antikt_R04:
621+
algorithm: antikt
622+
R: 0.4
623+
recombination_scheme: E_scheme
624+
strategy: Best
625+
jet_collection_taus: antikt_R04
620626
pythia_settings:
621627
- Print:quiet = on
622628
- Next:numberCount = 0

yaml_files/MSSM9.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,13 @@ Rules:
624624
# 0.028 fb corresponds to ~1 expected event at L = 36 fb^-1.
625625
xsec_veto: 0.028
626626
partonOnly: false
627-
antiktR: 0.4
627+
jet_collections:
628+
antikt_R04:
629+
algorithm: antikt
630+
R: 0.4
631+
recombination_scheme: E_scheme
632+
strategy: Best
633+
jet_collection_taus: antikt_R04
628634
pythia_settings:
629635
- Print:quiet = on
630636
- Next:numberCount = 0

yaml_files/NUHM1.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,13 @@ Rules:
608608
# 0.028 fb corresponds to ~1 expected event at L = 36 fb^-1.
609609
xsec_veto: 0.028
610610
partonOnly: false
611-
antiktR: 0.4
611+
jet_collections:
612+
antikt_R04:
613+
algorithm: antikt
614+
R: 0.4
615+
recombination_scheme: E_scheme
616+
strategy: Best
617+
jet_collection_taus: antikt_R04
612618
pythia_settings:
613619
- Print:quiet = on
614620
- Next:numberCount = 0

yaml_files/NUHM2.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,13 @@ Rules:
611611
# 0.028 fb corresponds to ~1 expected event at L = 36 fb^-1.
612612
xsec_veto: 0.028
613613
partonOnly: false
614-
antiktR: 0.4
614+
jet_collections:
615+
antikt_R04:
616+
algorithm: antikt
617+
R: 0.4
618+
recombination_scheme: E_scheme
619+
strategy: Best
620+
jet_collection_taus: antikt_R04
615621
pythia_settings:
616622
- Print:quiet = on
617623
- Next:numberCount = 0

0 commit comments

Comments
 (0)