CMS 3D CMS Logo

RecoTauEnergyRecoveryPlugin_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from RecoTauTag.RecoTau.PFRecoTauQualityCuts_cfi import PFTauQualityCuts
4 
5 pfTauEnergyRecoveryPlugin = cms.PSet(
6  qualityCuts = PFTauQualityCuts,
7  corrLevel = cms.uint32(3), # enable all corrections
8  lev1PhiWindow = cms.double(0.50),
9  lev1EtaWindow = cms.double(0.10)
10 )