Skip to content

Commit

Permalink
Add trigger bit to emulated GlobalExtBlk to indicate event cannot be …
Browse files Browse the repository at this point in the history
…due to prefiring of the trigger
  • Loading branch information
apana committed Feb 19, 2019
1 parent 0ed1fa5 commit e0d51ee
Showing 1 changed file with 6 additions and 1 deletion.
Expand Up @@ -14,7 +14,11 @@
print("L1T INFO: L1REPACK:Full (intended for 2016 & 2017 data) will unpack all L1T inputs, re-emulated (Stage-2), and pack uGT, uGMT, and Calo Stage-2 output.")

# First, Unpack all inputs to L1:


import EventFilter.Utilities.tcdsRawToDigi_cfi
tcdsDigis = EventFilter.Utilities.tcdsRawToDigi_cfi.tcdsRawToDigi.clone(
InputLabel = cms.InputTag( 'rawDataCollector', processName=cms.InputTag.skipCurrentProcess()))

import EventFilter.L1TRawToDigi.bmtfDigis_cfi
unpackBmtf = EventFilter.L1TRawToDigi.bmtfDigis_cfi.bmtfDigis.clone(
InputLabel = cms.InputTag( 'rawDataCollector', processName=cms.InputTag.skipCurrentProcess()))
Expand Down Expand Up @@ -141,6 +145,7 @@
SimL1Emulator = cms.Sequence()
stage2L1Trigger.toReplaceWith(SimL1Emulator, cms.Sequence(unpackEcal+unpackHcal+unpackCSC+unpackDT+unpackRPC+unpackRPCTwinMux+unpackTwinMux+unpackOmtf+unpackEmtf+unpackCsctf+unpackBmtf
+unpackLayer1
+tcdsDigis
+SimL1EmulatorCore+packCaloStage2
+packGmtStage2+packGtStage2+rawDataCollector))

0 comments on commit e0d51ee

Please sign in to comment.