Skip to content

Commit 3a1f807

Browse files
authored
Merge pull request #48196 from thesps/sc8_jetmass_l1nano
Add the jet mass to the SC8 L1Nano table
2 parents d18e043 + 29a153c commit 3a1f807

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

DPGAnalysis/Phase2L1TNanoAOD/python/l1tPh2Nanotables_cff.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,11 @@
373373
sc8JetTable = pfJetTable.clone(
374374
src = 'l1tSC8PFL1PuppiCorrectedEmulator',
375375
name = "L1puppiJetSC8",
376-
doc = "SeededCone 0.8 Puppi jet, origin: Correlator"
376+
doc = "SeededCone 0.8 Puppi jet, origin: Correlator",
377+
variables = cms.PSet(
378+
pfJetTable.variables.clone(),
379+
mass = Var("mass", float)
380+
)
377381
)
378382

379383
sc4ExtJetTable = pfJetTable.clone(

0 commit comments

Comments
 (0)