Skip to content

Commit

Permalink
re-HLT support for patMuons
Browse files Browse the repository at this point in the history
  • Loading branch information
drkovalskyi committed Jun 24, 2018
1 parent 8e6266c commit 2fdbe18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Configuration/Applications/python/ConfigBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -1649,6 +1649,7 @@ def prepare_PAT(self, sequence = "miniAOD"):
self._options.customise_commands = self._options.customise_commands + " \n"
self._options.customise_commands = self._options.customise_commands + "process.patTrigger.processName = \""+self._options.hltProcess+"\"\n"
self._options.customise_commands = self._options.customise_commands + "process.slimmedPatTrigger.triggerResults= cms.InputTag( 'TriggerResults::"+self._options.hltProcess+"' )\n"
self._options.customise_commands = self._options.customise_commands + "process.patMuons.triggerResults= cms.InputTag( 'TriggerResults::"+self._options.hltProcess+"' )\n"

# self.renameHLTprocessInSequence(sequence)

Expand Down

0 comments on commit 2fdbe18

Please sign in to comment.