Skip to content

Commit

Permalink
Customize function to re-run tau tagging in miniAOD production
Browse files Browse the repository at this point in the history
run cmsDriver with --customise RecoTauTag/Configuration/RecoPFTauTag_cff.runPFTauFromAOD
  • Loading branch information
gpetruc committed Aug 31, 2015
1 parent a3625da commit 88ba46d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions RecoTauTag/Configuration/python/RecoPFTauTag_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,8 @@
recoTauClassicHPSSequence
)


def runPFTauFromAOD(process):
process.load('RecoTauTag.Configuration.RecoPFTauTag_cff')
return process

0 comments on commit 88ba46d

Please sign in to comment.