Skip to content

Commit

Permalink
Merge pull request #17395 from mmarionncern/fix_MuEGCleaning
Browse files Browse the repository at this point in the history
Fix MuEGCleaning input collections
  • Loading branch information
davidlange6 committed Feb 3, 2017
2 parents 353b35a + 56f062b commit 2ce1d9f
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -85,10 +85,10 @@ def addExtraMETCollections(process, unCleanPFCandidateCollection,
# fully corrected MET
corMETFromMuonAndEG(process,
pfCandCollection="", #not needed
electronCollection="slimmedElectrons",
photonCollection="slimmedPhotons",
corElectronCollection="slimmedElectrons",
corPhotonCollection="slimmedPhotons",
electronCollection=unCleanElectronCollection,
photonCollection=unCleanPhotonCollection,
corElectronCollection=cleanElectronCollection,
corPhotonCollection=cleanPhotonCollection,
allMETEGCorrected=True,
muCorrection=False,
eGCorrection=True,
Expand Down

0 comments on commit 2ce1d9f

Please sign in to comment.