Skip to content

Commit

Permalink
Update v33 configs with new objects etc
Browse files Browse the repository at this point in the history
  • Loading branch information
artlbv committed Mar 3, 2024
1 parent 65bebc0 commit ad61d67
Show file tree
Hide file tree
Showing 21 changed files with 475 additions and 29 deletions.
12 changes: 12 additions & 0 deletions configs/V31/rate_plots/eg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
EGRates:
sample: MinBias
version: V31
test_objects:
- EG:default
- tkElectron:NoIso
- tkElectron:Iso
- tkPhoton:Iso
binning:
min: 10
max: 97
step: 3
11 changes: 11 additions & 0 deletions configs/V31/rate_plots/ht.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
HTRates:
sample: MinBias
version: V31
test_objects:
- phase1PuppiHT:default
- seededConePuppiHT:default
- trackerHT:default
binning:
min: 50
max: 975
step: 25
27 changes: 27 additions & 0 deletions configs/V31/rate_plots/jets.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
JetDefaultRates:
sample: MinBias
version: V31
test_objects:
- phase1PuppiJet:default
- seededConePuppiJet:default
# - seededConeExtendedPuppiJet:default
- trackerJet:default
# - caloJet:default
binning:
min: 40
max: 420
step: 20

JetsByRegion:
sample: MinBias
version: V31
test_objects:
- phase1PuppiJet:default:barrel
- phase1PuppiJet:default:endcap
- seededConePuppiJet:default:barrel
- seededConePuppiJet:default:endcap
binning:
min: 40
max: 420
step: 20

10 changes: 10 additions & 0 deletions configs/V31/rate_plots/met.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
METRates:
sample: MinBias
version: V31
test_objects:
- puppiMET:default
- trackerMET:default
binning:
min: 50
max: 500
step: 25
22 changes: 22 additions & 0 deletions configs/V31/rate_plots/muons.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
gmtMuonByRegion:
sample: MinBias
version: V31
test_objects:
- gmtMuon:default:barrel
- gmtMuon:default:overlap
- gmtMuon:default:endcap
binning:
min: 0
max: 75
step: 3

MuonRates:
sample: MinBias
version: V31
test_objects:
- gmtMuon:default
- gmtTkMuon:default
binning:
min: 0
max: 75
step: 3
23 changes: 23 additions & 0 deletions configs/V31/rate_plots/taus.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
TauRates:
sample: MinBias
version: V31
test_objects:
- nnTau:default
- caloTau:default
binning:
min: 10
max: 155
step: 5

TauRatesByRegion:
sample: MinBias
version: V31
test_objects:
- caloTau:default:barrel
- caloTau:default:endcap
- nnTau:default:barrel
- nnTau:default:endcap
binning:
min: 10
max: 155
step: 5
15 changes: 1 addition & 14 deletions configs/V32nano/objects/jets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,4 @@ L1puppiJetSC8:
default:
cuts:
inclusive:
- "abs({eta}) < 7"

# trackerJet:
# match_dR: 0.4
# label: "Tracker Jet"
# eta_ranges:
# inclusive: [0, 7]
# barrel: [0, 1.5]
# endcap: [1.5, 2.4]
# ids:
# default:
# cuts:
# inclusive:
# - "abs({eta}) < 7"
- "abs({eta}) < 7"
43 changes: 38 additions & 5 deletions configs/V33nano/caching.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,18 @@ V33nano:
ntuple_path: /eos/cms/store/group/dpg_trigger/comm_trigger/L1Trigger/alobanov/phase2/menu/ntuples/14X/v33/GluGluHToGG_M-125_TuneCP5_14TeV-powheg-pythia8/GluGluHToGG_131_200PU_IB1400pre3V1/240221_221354/0000/test_*.root
trees_branches:
Events:
GenPart: [pt, eta, phi, pdgId, statusFlags]
GenPart: [pt, eta, phi, pdgId, statusFlags]
L1tkPhoton: "all"
L1tkElectron: "all"
# L1tkElectron: "all"
L1EGbarrel: "all"
L1EGendcap: "all"
DYLL_M50:
ntuple_path: /eos/cms/store/group/dpg_trigger/comm_trigger/L1Trigger/alobanov/phase2/menu/ntuples/14X/v33_fromEmyr/dyToLL.root
trees_branches:
Events:
GenPart: "all"
# GenPart: "all"
L1gmtTkMuon: "all"
L1gmtMuon: "all" # aka gmtMuon
L1gmtMuon: "all"
L1tkElectron: "all"
L1EGbarrel: "all"
L1EGendcap: "all"
Expand All @@ -26,6 +24,7 @@ V33nano:
Events:
# gen
GenJet: [pt, eta, phi, partonFlavour]
GenJetAK8: [pt, eta, phi]
GenMET: "all"
# sums
L1puppiMET: [pt, phi]
Expand All @@ -49,4 +48,38 @@ V33nano:
L1nnPuppiTau: "all"
L1hpsTau: "all"
L1caloTau: "all"
L1nnCaloTau: "all"
L1nnCaloTau: "all"
MinBias:
ntuple_path: /eos/cms/store/group/dpg_trigger/comm_trigger/L1Trigger/alobanov/phase2/menu/ntuples/14X/v33_fromEmyr/minbias.root
trees_branches:
Events:
## PV
L1PV: [z0]
## EG
L1tkPhoton: "all"
L1tkElectron: "all"
L1EGbarrel: "all"
L1EGendcap: "all"
## MUONS
L1gmtTkMuon: "all"
L1gmtMuon: "all" # aka gmtMuon
## TAUS
L1nnPuppiTau: "all"
L1hpsTau: "all"
L1caloTau: "all"
L1nnCaloTau: "all"
## MET/Sums
L1puppiMET: [pt, phi]
L1puppiMLMET: [pt]
L1puppiJetSC4sums: [pt, phi]
L1puppiHistoJetSums: [pt, phi]
# jets
L1puppiJetSC4: [pt, eta, phi]
L1puppiJetSC8: [pt, eta, phi]
L1puppiExtJetSC4: [pt, eta, phi, btagScore]
L1puppiJetHisto: [pt, eta, phi]
L1caloJet: [pt, eta, phi]
## track-only
L1TrackMET: [pt]
L1TrackHT: [ht, mht]
L1TrackJet: [pt, eta, phi]
45 changes: 45 additions & 0 deletions configs/V33nano/object_performance/jets_matching.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,48 @@ JetMatchingForward:
min: 0
max: 500
step: 10


JetMatchingBarrelSC8:
sample: TT
version: V33nano
match_test_to_ref: True
reference_object:
object: "GenJetAK8"
x_arg: "pt"
label: "Gen AK8 Jets"
cuts:
event:
- "abs({eta}) < 1.5"
object:
- "abs({eta}) < 2.4"
test_objects:
L1puppiJetSC8:default:barrel: "pt"
xlabel: "Gen. $p_T$ (GeV)"
ylabel: "Trigger Efficiency (<threshold> GeV, barrel)"
binning:
min: 0
max: 500
step: 10

JetMatchingEndcapSC8:
sample: TT
version: V33nano
match_test_to_ref: True
reference_object:
object: "GenJetAK8"
x_arg: "pt"
label: "Gen AK8 Jets"
cuts:
event:
- "abs({eta}) > 1.5"
object:
- "abs({eta}) < 2.4"
test_objects:
L1puppiJetSC8:default:endcap: "pt"
xlabel: "Gen. $p_T$ (GeV)"
ylabel: "Trigger Efficiency (<threshold> GeV, endcap)"
binning:
min: 0
max: 500
step: 10
22 changes: 22 additions & 0 deletions configs/V33nano/object_performance/jets_matching_eta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,25 @@ JetMatching_Eta_Pt100ToInf_extEta:
min: -5.5
max: 5.5
step: 0.25

JetMatching_Eta_SC8_Pt100ToInf:
sample: TT
version: V33nano
match_test_to_ref: True
reference_object:
object: "GenJetAK8"
x_arg: "eta"
label: "Gen Jets"
cuts:
event:
- "{pt} > 100"
object:
- "abs({eta}) < 5"
test_objects:
L1puppiJetSC8:default: "eta"
xlabel: "Gen. $\\eta$"
ylabel: "Matching Efficiency (>100 GeV)"
binning:
min: -5
max: 5
step: 0.25
12 changes: 6 additions & 6 deletions configs/V33nano/object_performance/jets_matching_wBTag.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
JetMatching_Eta_pt40To100_ExtendedVsRegular:
JetMatching_Eta_Pt40To100_ExtendedVsRegular:
sample: TT
version: V33nano
match_test_to_ref: True
Expand All @@ -22,7 +22,7 @@ JetMatching_Eta_pt40To100_ExtendedVsRegular:
max: 5
step: 0.25

JetMatching_Eta_pt100ToInf_ExtendedVsRegular:
JetMatching_Eta_Pt100ToInf_ExtendedVsRegular:
sample: TT
version: V33nano
match_test_to_ref: True
Expand All @@ -45,7 +45,7 @@ JetMatching_Eta_pt100ToInf_ExtendedVsRegular:
max: 5
step: 0.25

JetMatching_Eta_pt30ToInf_genBJets:
JetMatching_Eta_Pt30ToInf_genBJets:
sample: TT
version: V33nano
match_test_to_ref: True
Expand All @@ -68,7 +68,7 @@ JetMatching_Eta_pt30ToInf_genBJets:
max: 2.4
step: 0.25

JetMatching_Eta_pt30ToInf_genNotBJets:
JetMatching_Eta_Pt30ToInf_genNotBJets:
sample: TT
version: V33nano
match_test_to_ref: True
Expand All @@ -91,7 +91,7 @@ JetMatching_Eta_pt30ToInf_genNotBJets:
max: 2.4
step: 0.25

JetMatching_pt_pt30ToInf_genBJets:
JetMatching_Pt_Pt30ToInf_genBJets:
sample: TT
version: V33nano
match_test_to_ref: True
Expand All @@ -113,7 +113,7 @@ JetMatching_pt_pt30ToInf_genBJets:
max: 200
step: 10

JetMatching_pt_pt30ToInf_genNotBJets:
JetMatching_Pt_Pt30ToInf_genNotBJets:
sample: TT
version: V33nano
match_test_to_ref: True
Expand Down
Loading

0 comments on commit ad61d67

Please sign in to comment.