Main Page
Namespaces
Classes
Package Documentation
PhysicsTools
JetMCAlgos
python
TauGenJetsDecayModeSelectorAllHadrons_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
tauGenJetsSelectorAllHadrons = cms.EDFilter(
"TauGenJetDecayModeSelector"
,
4
src = cms.InputTag(
"tauGenJets"
),
5
select = cms.vstring(
'oneProng0Pi0'
,
6
'oneProng1Pi0'
,
7
'oneProng2Pi0'
,
8
'oneProngOther'
,
9
'threeProng0Pi0'
,
10
'threeProng1Pi0'
,
11
'threeProngOther'
,
12
'rare'
),
13
filter = cms.bool(
False
)
14
)
Generated for CMSSW Reference Manual by
1.8.11