CMS 3D CMS Logo

HLTTauRefCombiner_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 TauRefCombiner = cms.EDFilter("HLTTauRefCombiner",
00004     InputCollections = cms.VInputTag(cms.InputTag("TauMCProducer","Taus"), cms.InputTag("TauRefProducer","PFTaus")),
00005     MatchDeltaR = cms.double(0.3),
00006     OutputCollection = cms.string('GoodTaus')
00007 )
00008 
00009 
00010 

Generated on Tue Jun 9 17:38:05 2009 for CMSSW by  doxygen 1.5.4