Skip to content

Commit

Permalink
In 74X, always re-run Tau reconstruction as part of MiniAOD (as discu…
Browse files Browse the repository at this point in the history
…ssed in the PPD coord. meeting on 31.08.2015)
  • Loading branch information
gpetruc committed Aug 31, 2015
1 parent a3625da commit 66c520b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PhysicsTools/PatAlgos/python/slimming/miniAOD_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ def miniAOD_customizeCommon(process):
process.slimmedMETsPuppi.type1Uncertainties = cms.InputTag("patPFMetT1") # only central value for now
del process.slimmedMETsPuppi.type1p2Uncertainties # not available

## Force a re-run of the tau id during MiniAOD production stage
process.load('RecoTauTag.Configuration.RecoPFTauTag_cff')

def miniAOD_customizeMC(process):
#slimmed pileup information
process.load('PhysicsTools.PatAlgos.slimming.slimmedAddPileupInfo_cfi')
Expand Down

0 comments on commit 66c520b

Please sign in to comment.