CMS 3D CMS Logo

L2TauNarrowConeIsolationProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 hltL2TauIsolationProducer = cms.EDProducer( "L2TauNarrowConeIsolationProducer",
00004     L2TauJetCollection = cms.InputTag( "hltL2TauJets" ),
00005     EBRecHits = cms.InputTag( 'hltEcalRecHitAll','EcalRecHitsEB' ),
00006     EERecHits = cms.InputTag( 'hltEcalRecHitAll','EcalRecHitsEE' ),
00007     CaloTowers = cms.InputTag('hltTowerMakerForAll'),                                        
00008 
00009     crystalThresholdEE = cms.double( 0.45 ),
00010     crystalThresholdEB = cms.double( 0.15 ),
00011     towerThreshold = cms.double(1.0 ),
00012     associationRadius = cms.double(0.5 ),
00013 
00014     ECALIsolation = cms.PSet( 
00015       runAlgorithm = cms.bool( True ),
00016       innerCone = cms.double( 0.15 ),
00017       outerCone = cms.double( 0.5 )
00018     ),
00019     ECALClustering = cms.PSet( 
00020       runAlgorithm = cms.bool( True ),
00021       clusterRadius = cms.double( 0.08 )
00022     ),
00023      TowerIsolation = cms.PSet( 
00024      runAlgorithm = cms.bool( True ),
00025       innerCone = cms.double( 0.2 ),
00026       outerCone = cms.double( 0.5 )
00027     )
00028 )
00029 
00030 
00031 

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