CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFRecoTauEnergyAlgorithmPlugin_cfi.py
Go to the documentation of this file.
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 )