CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PFRecoTauPFJetInputs_cfi.py
Go to the documentation of this file.
2 
3 PFRecoTauPFJetInputs = cms.PSet (
4  inputJetCollection = cms.InputTag("ak4PFJets"),
5  jetConeSize = cms.double(0.5), # for matching between tau and jet
6  isolationConeSize = cms.double(0.5), # for the size of the tau isolation
7  minJetPt = cms.double(14.0), # do not make taus from jet with pt below that value
8  maxJetAbsEta = cms.double(2.5) # do not make taus from jet more forward/backward than this
9 )