File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
L1Trigger/Configuration/python Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1-
21import FWCore .ParameterSet .Config as cms
2+
33from Configuration .Eras .Modifier_stage2L1Trigger_cff import stage2L1Trigger
44from Configuration .Eras .Modifier_stage2L1Trigger_2017_cff import stage2L1Trigger_2017
5+ from Configuration .Eras .Modifier_stage2L1Trigger_2021_cff import stage2L1Trigger_2021
56from Configuration .Eras .Modifier_run3_GEM_cff import run3_GEM
67
78def L1TCaloStage2ParamsForHW (process ):
@@ -186,7 +187,6 @@ def L1TReEmulFromRAW2016(process):
186187
187188def L1TReEmulFromRAW (process ):
188189 L1TReEmulFromRAW2016 (process )
189-
190190
191191 stage2L1Trigger_2017 .toModify (process .simOmtfDigis ,
192192 srcRPC = 'omtfStage2Digis' ,
@@ -224,6 +224,10 @@ def L1TReEmulFromRAW(process):
224224 DTDigi_Theta_Source = 'bmtfDigis'
225225 )
226226
227+ stage2L1Trigger_2021 .toModify (process .l1tZDCEtSums ,
228+ hcalTPDigis = 'hcalDigis'
229+ )
230+
227231 print ("# L1TReEmul sequence: " )
228232 print ("# {0}" .format (process .L1TReEmul ))
229233 print ("# {0}" .format (process .schedule ))
You can’t perform that action at this time.
0 commit comments