CMS 3D CMS Logo

L2TauRelaxingIsolationSelector_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 
00004 hltL2TauRelaxingIsolationSelector = cms.EDProducer( "L2TauRelaxingIsolationSelector",
00005                                                 L2InfoAssociation = cms.InputTag( 'hltL2TauIsolationProducer'),
00006                                                 EcalIsolationEt = cms.vdouble( 5.0,0.025,0.0),
00007                                                 TowerIsolationEt = cms.vdouble( 1000.0,0.0,0.0 ),
00008                                                 ClusterEtaRMS = cms.vdouble( 1000.0,0.0,0.0),
00009                                                 ClusterPhiRMS = cms.vdouble( 1000.0,0.0,0.0),
00010                                                 ClusterDRRMS = cms.vdouble( 1000,0.0,0.0),
00011                                                 NumberOfClusters=cms.vdouble( 1000.0,0.0,0.0),
00012                                                 MinJetEt = cms.double( 0.0),
00013                                                 SeedTowerEt = cms.double( -10.0 )
00014                                             )

Generated on Tue Jun 9 17:44:58 2009 for CMSSW by  doxygen 1.5.4