CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/PhysicsTools/JetMCAlgos/python/TauGenJetsDecayModeSelectorAllHadrons_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 tauGenJetsSelectorAllHadrons = cms.EDFilter("TauGenJetDecayModeSelector",
00004      src = cms.InputTag("tauGenJets"),
00005      select = cms.vstring('oneProng0Pi0', 
00006                           'oneProng1Pi0', 
00007                           'oneProng2Pi0', 
00008                           'oneProngOther',
00009                           'threeProng0Pi0', 
00010                           'threeProng1Pi0', 
00011                           'threeProngOther', 
00012                           'rare'),
00013      filter = cms.bool(False)
00014 )