Skip to content

Commit

Permalink
fix seg fault using hltGetConfiguration --l1-emulator uGT
Browse files Browse the repository at this point in the history
  • Loading branch information
silviodonato committed Mar 31, 2018
1 parent 7420370 commit 8fc49f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HLTrigger/Configuration/python/CustomConfigs.py
Expand Up @@ -134,7 +134,7 @@ def L1REPACK(process,sequence="Full"):
getattr(process,path).insert(0,process.SimL1Emulator)

# special L1T cleanup
for obj in ('SimL1TCalorimeter','SimL1TMuonCommon','SimL1TMuon','SimL1TechnicalTriggers','SimL1EmulatorCore','ecalDigiSequence','hcalDigiSequence','calDigi','me0TriggerPseudoDigiSequence'):
for obj in ('SimL1TCalorimeter','SimL1TMuonCommon','SimL1TMuon','SimL1TechnicalTriggers','SimL1EmulatorCore','ecalDigiSequence','hcalDigiSequence','calDigi','me0TriggerPseudoDigiSequence','hgcalTriggerGeometryESProducer'):
if hasattr(process,obj):
delattr(process,obj)

Expand Down

0 comments on commit 8fc49f4

Please sign in to comment.