Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
RecoTauTag
RecoTau
python
PFRecoTauPFJetInputs_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
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
)
Config
Generated for CMSSW Reference Manual by
1.8.5