Skip to content

Commit

Permalink
Use >= for pt thresholds in step1 menu v44
Browse files Browse the repository at this point in the history
  • Loading branch information
artlbv committed Oct 25, 2024
1 parent d857d53 commit 610e3fe
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 27 deletions.
54 changes: 27 additions & 27 deletions configs/V44nano/rate_table/step1_menu_cfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ L1_DoubleTkMu4p5er2p0_SQ_OS_Mass7to18:
- ((leg1.charge*leg2.charge < 0.0) & (leg1.deltaR(leg2) > 0))
- ((abs(leg2.z0-leg1.z0) < 1) & (leg1.deltaR(leg2) > 0))
leg1:
threshold_cut: pt > 4.4
threshold_cut: pt >= 4.4
obj: L1gmtTkMuon:default
leg2:
threshold_cut: pt > 4.4
threshold_cut: pt >= 4.4
obj: L1gmtTkMuon:default
L1_TkMu_PfJet_dRMax_DoubleJet_dEtaMax:
cross_masks:
Expand Down Expand Up @@ -60,10 +60,10 @@ L1_DoubleTkMu0er1p5_SQ_OS_dR_Max1p4:
- ((abs(leg2.z0-leg1.z0) < 1))
- ((leg1.deltaR(leg2) > 0))
leg1:
threshold_cut: pt > 0
threshold_cut: pt >= 0
obj: L1gmtTkMuon:default
leg2:
threshold_cut: pt > 0
threshold_cut: pt >= 0
obj: L1gmtTkMuon:default
L1_SingleTkPhoIso:
cross_masks: []
Expand Down Expand Up @@ -178,7 +178,7 @@ L1_TkMu_DoubleTkEle:
- abs(leg2.z0-leg1.z0) < 1
- abs(leg3.z0-leg1.z0) < 1
leg1:
threshold_cut: pt > 6
threshold_cut: pt >= 6
obj: L1gmtTkMuon:default
leg2:
threshold_cut: offline_pt >= 17.0
Expand All @@ -193,7 +193,7 @@ L1_TkMu_PfHTT:
threshold_cut: null
obj: L1PV:default
leg2:
threshold_cut: pt > 6
threshold_cut: pt >= 6
obj: L1gmtTkMuon:default
leg3:
threshold_cut: offline_pt >= 320.0
Expand All @@ -205,7 +205,7 @@ L1_TkMu_PfJet_PfMet:
threshold_cut: null
obj: L1PV:default
leg2:
threshold_cut: pt > 3
threshold_cut: pt >= 3
obj: L1gmtTkMuon:default
leg3:
threshold_cut: offline_pt >= 110.0
Expand All @@ -217,7 +217,7 @@ L1_TkMu_TkEle:
cross_masks:
- abs(leg2.z0-leg1.z0) < 1
leg1:
threshold_cut: pt > 7
threshold_cut: pt >= 7
obj: L1gmtTkMuon:default
leg2:
threshold_cut: offline_pt >= 23.0
Expand All @@ -226,7 +226,7 @@ L1_TkMu_TkEleIso:
cross_masks:
- abs(leg2.z0-leg1.z0) < 1
leg1:
threshold_cut: pt > 7
threshold_cut: pt >= 7
obj: L1gmtTkMuon:default
leg2:
threshold_cut: offline_pt >= 20.0
Expand All @@ -236,13 +236,13 @@ L1_TripleTkMu:
- abs(leg2.z0-leg1.z0) < 1
- abs(leg3.z0-leg1.z0) < 1
leg1:
threshold_cut: pt > 5
threshold_cut: pt >= 5
obj: L1gmtTkMuon:default
leg2:
threshold_cut: pt > 3
threshold_cut: pt >= 3
obj: L1gmtTkMuon:default
leg3:
threshold_cut: pt > 3
threshold_cut: pt >= 3
obj: L1gmtTkMuon:default
L1_TripleTkMu_5SQ_3SQ_0OQ_DoubleMu_5_3_SQ_OS_Mass_Max9:
cross_masks:
Expand All @@ -251,13 +251,13 @@ L1_TripleTkMu_5SQ_3SQ_0OQ_DoubleMu_5_3_SQ_OS_Mass_Max9:
- abs(leg2.z0-leg1.z0) < 1
- abs(leg3.z0-leg1.z0) < 1
leg1:
threshold_cut: pt > 5
threshold_cut: pt >= 5
obj: L1gmtTkMuon:default
leg2:
threshold_cut: pt > 3
threshold_cut: pt >= 3
obj: L1gmtTkMuon:default
leg3:
threshold_cut: pt > 0
threshold_cut: pt >= 0
obj: L1gmtTkMuon:default
L1_TripleTkMu_5_3p5_2p5_OS_Mass_5to17:
cross_masks:
Expand All @@ -267,13 +267,13 @@ L1_TripleTkMu_5_3p5_2p5_OS_Mass_5to17:
- (leg1+leg3).mass < 17.0
- abs(leg3.z0-leg1.z0) < 1
leg1:
threshold_cut: pt > 5
threshold_cut: pt >= 5
obj: L1gmtTkMuon:default
leg2:
threshold_cut: pt > 3.5
threshold_cut: pt >= 3.5
obj: L1gmtTkMuon:default
leg3:
threshold_cut: pt > 2.5
threshold_cut: pt >= 2.5
obj: L1gmtTkMuon:default
L1_DoubleTkEle_PFHTT:
cross_masks:
Expand Down Expand Up @@ -335,18 +335,18 @@ L1_DoubleTkMu:
threshold_cut: offline_pt > 15.0
obj: L1gmtTkMuon:default
leg2:
threshold_cut: pt > 7
threshold_cut: pt >= 7
obj: L1gmtTkMuon:default
L1_DoubleTkMu4_SQ_OS_dR_Max1p2:
cross_masks:
- ((leg1.deltaR(leg2) < 1.2) & (leg1.deltaR(leg2) > 0))
- ((leg1.charge*leg2.charge < 0.0) & (leg1.deltaR(leg2) > 0))
- ((abs(leg2.z0-leg1.z0) < 1) & (leg1.deltaR(leg2) > 0))
leg1:
threshold_cut: pt > 4
threshold_cut: pt >= 4
obj: L1gmtTkMuon:default
leg2:
threshold_cut: pt > 4
threshold_cut: pt >= 4
obj: L1gmtTkMuon:default
L1_DoubleTkMu_PfHTT:
cross_masks:
Expand All @@ -357,10 +357,10 @@ L1_DoubleTkMu_PfHTT:
threshold_cut: null
obj: L1PV:default
leg2:
threshold_cut: pt > 3
threshold_cut: pt >= 3
obj: L1gmtTkMuon:default
leg3:
threshold_cut: pt > 3
threshold_cut: pt >= 3
obj: L1gmtTkMuon:default
leg4:
threshold_cut: offline_pt >= 300.0
Expand All @@ -373,10 +373,10 @@ L1_DoubleTkMu_PfJet_PfMet:
threshold_cut: null
obj: L1PV:default
leg2:
threshold_cut: pt > 3
threshold_cut: pt >= 3
obj: L1gmtTkMuon:default
leg3:
threshold_cut: pt > 3
threshold_cut: pt >= 3
obj: L1gmtTkMuon:default
leg4:
threshold_cut: offline_pt >= 60.0
Expand All @@ -389,10 +389,10 @@ L1_DoubleTkMu_TkEle:
- abs(leg2.z0-leg1.z0) < 1
- abs(leg3.z0-leg1.z0) < 1
leg1:
threshold_cut: pt > 5
threshold_cut: pt >= 5
obj: L1gmtTkMuon:default
leg2:
threshold_cut: pt > 5
threshold_cut: pt >= 5
obj: L1gmtTkMuon:default
leg3:
threshold_cut: offline_pt >= 9.0
Expand Down
4 changes: 4 additions & 0 deletions configs/V44nano/rate_table/tau_only.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
version: "V44nano"
sample: "MinBias"
menu_config: "configs/V44nano/rate_table/tau_only_menu.yml"
table_fname: "tau_only_menu"
23 changes: 23 additions & 0 deletions configs/V44nano/rate_table/tau_only_menu.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
L1_PFIsoTau_PFIsoTau:
cross_masks:
- leg1.deltaR(leg2) > 0.5
leg1:
threshold_cut: offline_pt >= 52.0
obj: L1nnPuppiTau:default
leg2:
threshold_cut: offline_pt >= 52.0
obj: L1nnPuppiTau:default
L1_SinglePFTau:
cross_masks: []
leg1:
threshold_cut: offline_pt > 150.0
obj: L1caloTau:default
L1_PFTau_PFTau:
cross_masks:
- leg1.deltaR(leg2) > 0.5
leg1:
threshold_cut: offline_pt > 90.0
obj: L1caloTau:default
leg2:
threshold_cut: offline_pt > 90.0
obj: L1caloTau:default
4 changes: 4 additions & 0 deletions configs/V44nano/rate_table/test_for_p2gt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
version: "V44nano"
sample: "TTtestP2GT"
menu_config: "configs/V44nano/rate_table/step1_menu_cfg.yml"
table_fname: "v44_Step1Menu_TTtestP2GT_fixGeQ"

0 comments on commit 610e3fe

Please sign in to comment.