Skip to content

Commit

Permalink
updated scaling thresholds for objectIDs separately
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhundhausen committed Apr 18, 2024
1 parent deeb004 commit 69b9e3d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion configs/scaling_thresholds.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
### General Values
# Jet: [50, 100, 150]
Jet: [25, 30, 35, 40, 45, 50, 55, 60, 70, 75, 80, 85, 90, 100, 120, 125, 130, 140, 150, 175]
# Jet: [100, 120, 150, 175, 200, 250, 300] # Scalings for SC8, as min jet pt in nano is 100 GeV
Muon: [7, 9, 10, 12, 14, 15, 17, 20, 26, 25, 27, 30]
Tau: [27, 30, 40, 50, 60, 70]
EG: [7, 9, 12, 14, 15, 17, 20, 26, 25, 27, 30, 40, 50]
Expand All @@ -11,6 +10,11 @@ HT: [50, 100, 150, 200, 250, 300]

### Specific values:
L1TrackHT:HT:inclusive: [50, 100, 150, 200, 250]
# Jets
L1TrackJet:default:endcap: [5, 7.5, 10, 12.5, 15]
L1TrackJet:default:barrel: [10, 15, 20, 30, 35, 40]
L1caloJet:default:endcap: [5, 7.5, 10, 12.5, 15, 25, 35, 50] # todo
# Sums
L1TrackMHT:default:inclusive: [40, 50, 60, 70, 80, 90, 100, 125]
L1puppiMET:default:inclusive: [30, 40, 50, 60, 70, 80, 90, 100]
L1TrackMET:default:inclusive: [10, 15, 20, 25, 30, 35]

0 comments on commit 69b9e3d

Please sign in to comment.