CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/RecoTauTag/RecoTau/python/RecoTauEnergyRecoveryPlugin_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoTauTag.RecoTau.PFRecoTauQualityCuts_cfi import PFTauQualityCuts
00004 
00005 pfTauEnergyRecoveryPlugin = cms.PSet(
00006     qualityCuts = PFTauQualityCuts,
00007     corrLevel = cms.uint32(3), # enable all corrections
00008     lev1PhiWindow = cms.double(0.50),
00009     lev1EtaWindow = cms.double(0.10)
00010 )