CMS 3D CMS Logo

PFRecoTauEnergyAlgorithmPlugin_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pfTauEnergyAlgorithmPlugin = cms.PSet(
4  dRaddNeutralHadron = cms.double(0.12), # CV: enabled adding PFNeutralHadrons
5  minNeutralHadronEt = cms.double(50.),
6  dRaddPhoton = cms.double(-1.), # CV: disabled adding PFGammas
7  minGammaEt = cms.double(10.)
8 )