Skip to content

Commit

Permalink
L1Skim Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Grunewald committed Jan 23, 2015
1 parent 0011680 commit 87c65bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HLTrigger/Configuration/python/Tools/confdb.py
Expand Up @@ -651,7 +651,7 @@ def switchToNewL1Skim(self):
elif parameter.moduleLabel == 'hltL1GtObjectMap':
parameter.moduleLabel = "gtDigisFromSkim"
elif parameter.moduleLabel == 'hltGctDigis':
parameter.moduleLabel ="caloStage1LegacyFormatDigis"
parameter.moduleLabel ="simCaloStage1LegacyFormatDigis"
"""

def overrideOutput(self):
Expand Down

0 comments on commit 87c65bc

Please sign in to comment.