Skip to content

Commit

Permalink
Add caloJets to V31 configs
Browse files Browse the repository at this point in the history
  • Loading branch information
artlbv committed Mar 6, 2024
1 parent 55c618e commit 2aaf9a0
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 32 deletions.
1 change: 1 addition & 0 deletions configs/V31/caching.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ V31:
seededConeExtendedPuppiHT: "all"
seededConePuppiHT: "all"
seededConePuppiMHT: "all"
caloJet: [Et, Pt, Eta, Phi]
tkElectron: [Pt, Et, Eta, Phi, Chg, TrkIso, PfIso, PuppiIso, zVtx, HwQual, HGC, PassesEleID, PassesPhoID]
EG: [Pt, Et, Eta, Phi, Iso, HwQual, HGC, PassesEleID, PassesSaID]
gmtTkMuon: [Pt, Eta, Phi, Z0, D0, Chg, Qual ]
Expand Down
6 changes: 3 additions & 3 deletions configs/V31/object_performance/jets_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ JetTurnonBarrel:
test_objects:
phase1PuppiJet:default:barrel: "Pt"
seededConePuppiJet:default:barrel: "Pt"
caloJet:default: "Pt"
caloJet:default:barrel: "Pt"
trackerJet:default:barrel: "Pt"
thresholds: [50, 100]
scalings:
Expand Down Expand Up @@ -43,7 +43,7 @@ JetTurnonEndcap:
test_objects:
phase1PuppiJet:default:endcap: "Pt"
seededConePuppiJet:default:endcap: "Pt"
caloJet:default: "Pt"
caloJet:default:endcap: "Pt"
trackerJet:default:endcap: "Pt"
thresholds: [50, 100]
scalings:
Expand Down Expand Up @@ -72,7 +72,7 @@ JetTurnonForward:
test_objects:
phase1PuppiJet:default:forward: "Pt"
seededConePuppiJet:default:forward: "Pt"
caloJet:default: "Pt"
caloJet:default:forward: "Pt"
thresholds: [50, 100]
scalings:
method: "naive"
Expand Down
2 changes: 1 addition & 1 deletion configs/V31/object_performance/jets_trigger_fwd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ JetTurnonFwd_3p7to7:
object:
- "abs({eta}) < 7"
test_objects:
phase1PuppiJet:default:forward: "Pt"
#phase1PuppiJet:default:forward: "Pt"
seededConePuppiJet:default:forward: "Pt"
thresholds: [50,100]
scalings:
Expand Down
28 changes: 1 addition & 27 deletions configs/V31/object_performance/mht.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,3 @@
MHT30_90perc:
sample: TT
version: V31
reference_object:
object: "jet"
x_arg: "Pt"
label: "Gen MHT"
cuts:
object:
- "abs({eta}) < 2.4"
- "{pt} > 30"
trafo: "MHT"
test_objects:
phase1PuppiMHT:default: "et"
seededConePuppiMHT:default: "et"
thresholds: [70, 150]
scalings:
method: "naive"
threshold: 0.90
xlabel: "Gen. MHT30 (GeV)"
ylabel: "Trigger Efficiency (<threshold> GeV)"
binning:
min: 0
max: 500
step: 20

MHT30_50perc:
sample: TT
version: V31
Expand All @@ -40,7 +14,7 @@ MHT30_50perc:
phase1PuppiMHT:default: "et"
seededConePuppiMHT:default: "et"
trackerMHT:default: ""
thresholds: [70, 150]
thresholds: [70]
scalings:
method: "naive"
threshold: 0.50
Expand Down
3 changes: 3 additions & 0 deletions configs/V31/objects/jets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ caloJet:
label: "Calo Jet"
eta_ranges:
inclusive: [0, 7]
barrel: [0, 1.5]
endcap: [1.5, 2.4]
forward: [2.4, 5]
cuts:
inclusive:
- "abs({eta}) < 7"
Expand Down
12 changes: 12 additions & 0 deletions configs/V31/rate_plots/ht.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,15 @@ HTRates:
min: 50
max: 975
step: 25

MHTRates:
sample: MinBias
version: V31
test_objects:
- phase1PuppiMHT:default
- seededConePuppiMHT:default
- trackerMHT:default
binning:
min: 50
max: 975
step: 25
2 changes: 1 addition & 1 deletion configs/V31/rate_plots/jets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ JetDefaultRates:
- seededConePuppiJet:default
# - seededConeExtendedPuppiJet:default
- trackerJet:default
# - caloJet:default
- caloJet:default
binning:
min: 40
max: 420
Expand Down

0 comments on commit 2aaf9a0

Please sign in to comment.