Skip to content

Commit

Permalink
Merge pull request #43981 from eyigitba/L1T_fixL1REPACK_Feb24
Browse files Browse the repository at this point in the history
Remove unpackLayer1 option from L1REPACK:Full
  • Loading branch information
cmsbuild authored Feb 21, 2024
2 parents 0407a7d + bd80de9 commit 1294725
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@
unpackHcal = EventFilter.HcalRawToDigi.HcalRawToDigi_cfi.hcalDigis.clone(
InputLabel = cms.InputTag( 'rawDataCollector', processName=cms.InputTag.skipCurrentProcess()))

import EventFilter.L1TXRawToDigi.caloLayer1Stage2Digis_cfi
unpackLayer1 = EventFilter.L1TXRawToDigi.caloLayer1Stage2Digis_cfi.l1tCaloLayer1Digis.clone(
fedRawDataLabel = cms.InputTag( 'rawDataCollector', processName=cms.InputTag.skipCurrentProcess()))

# Second, Re-Emulate the entire L1T

from SimCalorimetry.HcalTrigPrimProducers.hcaltpdigi_cff import *
Expand Down Expand Up @@ -129,7 +125,7 @@
simEmtfDigis.RPCInput = 'unpackRPC'

simCaloStage2Layer1Digis.ecalToken = 'unpackEcal:EcalTriggerPrimitives'
simCaloStage2Layer1Digis.hcalToken = 'unpackLayer1'
simCaloStage2Layer1Digis.hcalToken = 'unpackHcal'


## GT
Expand Down Expand Up @@ -160,7 +156,6 @@

SimL1EmulatorTask = cms.Task()
stage2L1Trigger.toReplaceWith(SimL1EmulatorTask, cms.Task(unpackEcal,unpackHcal,unpackCSC,unpackDT,unpackRPC,unpackRPCTwinMux,unpackTwinMux,unpackOmtf,unpackEmtf,unpackCsctf,unpackBmtf
,unpackLayer1
,unpackTcds
,SimL1EmulatorCoreTask,packCaloStage2
,packGmtStage2,packGtStage2,rawDataCollector))
Expand Down

0 comments on commit 1294725

Please sign in to comment.