cms-l1-dpg / Phase2-L1Nano

NanoAOD ntupler for Phase-2 L1 Objects
Apache License 2.0
1 stars 5 forks source link

Updating with gttTripletTable #24

Closed BenjaminRS closed 5 months ago

BenjaminRS commented 5 months ago

Here I am adding the GTT Triplets into L1Nano. Please note that we actually need to run the Triplet emulator and therefore need to add the following code:

#Track Triplet Emulator
from L1Trigger.L1TTrackMatch.l1tTrackTripletEmulation_cfi import *
_phase2_siml1emulator.add(l1tTrackTripletEmulation)

Into: https://github.com/cms-l1t-offline/cmssw/blob/phase2-l1t-integration-14_0_0_pre3/L1Trigger/Configuration/python/SimL1Emulator_cff.py#L224

artlbv commented 5 months ago

Tested with IBv8 and works, a follow up PR will follow with updated instructions.