CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TauGenJetsDecayModeSelectorAllHadrons_cfi.py
Go to the documentation of this file.
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 )