CMS 3D CMS Logo

PFRecoTauDiscriminationAgainstMuon_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 pFRecoTauDiscriminationAgainstMuon = cms.EDProducer("pFRecoTauDiscriminationAgainstMuon",
00004     a = cms.double(0.5), ## user definde 2D Cut. Reject tau if calo * a + seg * b < 0 
00005 
00006     b = cms.double(0.5),
00007     c = cms.double(0.0),
00008     discriminatorOption = cms.string('noSegMatch'), ## available options are; noSegMatch, twoDCut, merePresence, combined
00009 
00010     PFTauProducer = cms.InputTag('pfRecoTauProducer')
00011 )
00012 
00013 

Generated on Tue Jun 9 17:45:01 2009 for CMSSW by  doxygen 1.5.4