Skip to content

Commit

Permalink
Merge pull request #12 from mmarionncern/fix_NoHFMET
Browse files Browse the repository at this point in the history
Fix noHF MET, second step
  • Loading branch information
gpetruc authored Feb 1, 2017
2 parents efba37c + 65de13a commit 4d1fca5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ def __call__(self, process,
self.setParameter('addToPatDefaultSequence',addToPatDefaultSequence),
self.setParameter('jetSelection',jetSelection),
self.setParameter('recoMetFromPFCs',recoMetFromPFCs),
self.setParameter('reclusterJets',reclusterJets),
self.setParameter('runOnData',runOnData),
self.setParameter('onMiniAOD',onMiniAOD),
self.setParameter('postfix',postfix),
Expand Down Expand Up @@ -250,7 +251,7 @@ def __call__(self, process,

#jet collection overloading for automatic jet reclustering or JEC application
if reclusterJets:
self.setParameter('jetCollectionUnskimmed',cms.InputTag('patJets'))
self.setParameter('jetCollectionUnskimmed',cms.InputTag('patJets'+postfix))

self.apply(process)

Expand Down

0 comments on commit 4d1fca5

Please sign in to comment.