CMS 3D CMS Logo

pfNoTau_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 import CommonTools.ParticleFlow.tppfTausOnPFJetsDeltaR_cfi as _mod
3 
4 pfNoTau = _mod.tppfTausOnPFJetsDeltaR.clone(
5  enable = True,
6  deltaR = 0.5,
7  name = "noTau",
8  topCollection = "pfTausPtrs",
9  bottomCollection = "pfJetsPtrs",
10 )