Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CommonTools
ParticleFlow
python
TopProjectors
pfNoTau_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
pfNoTau = cms.EDProducer(
4
"TPPFTausOnPFJets"
,
5
enable = cms.bool(
True
),
6
verbose = cms.untracked.bool(
False
),
7
name = cms.untracked.string(
"noTau"
),
8
topCollection = cms.InputTag(
"pfTaus"
),
9
bottomCollection = cms.InputTag(
"pfJets"
),
10
)
Config
Generated for CMSSW Reference Manual by
1.8.5