Skip to content

Commit

Permalink
Merge pull request #19814 from Martin-Grunewald/L1REPACKcleanupCustom…
Browse files Browse the repository at this point in the history
…Config

L1REPACK cleanup in CustomConfig (93X)
  • Loading branch information
cmsbuild authored Jul 19, 2017
2 parents 2e22faf + 0d54ac3 commit fed4a81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions HLTrigger/Configuration/python/CustomConfigs.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ def L1REPACK(process,sequence="Full"):
for path in process.endpaths_():
getattr(process,path).insert(0,process.SimL1Emulator)

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

return process

def L1XML(process,xmlFile=None):
Expand Down

0 comments on commit fed4a81

Please sign in to comment.