Skip to content

Commit

Permalink
V38 config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
artlbv committed Apr 15, 2024
1 parent 687ec5d commit d037b3b
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 11 deletions.
1 change: 1 addition & 0 deletions configs/V38nano/caching.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ V38nano:
## MUONS
L1gmtTkMuon: "all"
L1gmtMuon: "all" # aka gmtMuon
L1gmtDispMuon: "all"
## TAUS
L1nnPuppiTau: "all"
L1hpsTau: "all"
Expand Down
18 changes: 9 additions & 9 deletions configs/V38nano/object_performance/jets_trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ JetTurnonBarrel:
object:
- "abs({eta}) < 2.4"
test_objects:
L1puppiJetHisto:default:barrel: "pt"
# L1puppiJetHisto:default:barrel: "pt"
L1puppiJetSC4:default:barrel: "pt"
L1caloJet:default:barrel: "pt"
L1TrackJet:default:barrel: "pt"
# L1caloJet:default:barrel: "pt"
# L1TrackJet:default:barrel: "pt"
thresholds: [50, 100]
scalings:
method: "naive"
Expand All @@ -41,10 +41,10 @@ JetTurnonEndcap:
object:
- "abs({eta}) < 2.4"
test_objects:
L1puppiJetHisto:default:endcap: "pt"
# L1puppiJetHisto:default:endcap: "pt"
L1puppiJetSC4:default:endcap: "pt"
L1caloJet:default:endcap: "pt"
L1TrackJet:default:endcap: "pt"
# L1caloJet:default:endcap: "pt"
# L1TrackJet:default:endcap: "pt"
thresholds: [50, 100]
scalings:
method: "naive"
Expand All @@ -70,10 +70,10 @@ JetTurnonForward:
object:
- "abs({eta}) < 5"
test_objects:
L1puppiJetHisto:default:forward: "pt"
# L1puppiJetHisto:default:forward: "pt"
L1puppiJetSC4:default:forward: "pt"
L1caloJet:default:forward: "pt"
thresholds: [50, 100]
# L1caloJet:default:forward: "pt"
# thresholds: [50, 100]
scalings:
method: "naive"
threshold: 0.95
Expand Down
5 changes: 4 additions & 1 deletion configs/V38nano/objects/muons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ L1gmtTkMuon:
endcap: [1.24, 2.4]
ids:
default:
cuts: {}
label: "GMT TkMuon, Loose ID"
cuts:
inclusive:
- "{hwQual} >= 3"
VLoose: # x.numberOfMatches() > 0
label: "GMT TkMuon, VLoose ID"
cuts:
Expand Down
51 changes: 51 additions & 0 deletions configs/V38nano/rate_plots/tkmuons.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
gmtTkMuonByID:
sample: MinBias
version: V38nano
test_objects:
- L1gmtTkMuon:VLoose
- L1gmtTkMuon:Loose
- L1gmtTkMuon:Medium
- L1gmtTkMuon:Tight
binning:
min: 0
max: 75
step: 3

gmtTkMuonByID_barrel:
sample: MinBias
version: V38nano
test_objects:
- L1gmtTkMuon:VLoose:barrel
- L1gmtTkMuon:Loose:barrel
- L1gmtTkMuon:Medium:barrel
- L1gmtTkMuon:Tight:barrel
binning:
min: 0
max: 75
step: 3

gmtTkMuonByID_overlap:
sample: MinBias
version: V38nano
test_objects:
- L1gmtTkMuon:VLoose:overlap
- L1gmtTkMuon:Loose:overlap
- L1gmtTkMuon:Medium:overlap
- L1gmtTkMuon:Tight:overlap
binning:
min: 0
max: 75
step: 3

gmtTkMuonByID_endcap:
sample: MinBias
version: V38nano
test_objects:
- L1gmtTkMuon:VLoose:endcap
- L1gmtTkMuon:Loose:endcap
- L1gmtTkMuon:Medium:endcap
- L1gmtTkMuon:Tight:endcap
binning:
min: 0
max: 75
step: 3
7 changes: 6 additions & 1 deletion configs/scaling_thresholds.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
### 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}
MET: {70, 80, 90, 100, 125, 150, 175}
MET: {70, 80, 90, 100, 125, 150, 175, 200}
MHT: {70, 80, 90, 100, 125, 150, 175}
HT: {50, 100, 150, 200, 250, 300, 350, 400, 450, 500}

### Specific values:
L1TrackHT:HT:inclusive: {50, 100, 150, 200, 250}

0 comments on commit d037b3b

Please sign in to comment.