CMS 3D CMS Logo

Variables

L2TauIsolationProducer_cfi Namespace Reference

Variables

tuple hltL2TauIsolationProducer

Variable Documentation

Initial value:
00001 cms.EDProducer( "L2TauIsolationProducer",
00002     L2TauJetCollection = cms.InputTag( "hltL2TauJets" ),
00003     EBRecHits = cms.InputTag( 'hltEcalRecHitAll','EcalRecHitsEB' ),
00004     EERecHits = cms.InputTag( 'hltEcalRecHitAll','EcalRecHitsEE' ),
00005     crystalThreshold = cms.double( 0.1 ),
00006     towerThreshold = cms.double(1.0 ),
00007     ECALIsolation = cms.PSet( 
00008       runAlgorithm = cms.bool( True ),
00009       innerCone = cms.double( 0.15 ),
00010       outerCone = cms.double( 0.5 )
00011     ),
00012     ECALClustering = cms.PSet( 
00013       runAlgorithm = cms.bool( True ),
00014       clusterRadius = cms.double( 0.08 )
00015     ),
00016     TowerIsolation = cms.PSet( 
00017       runAlgorithm = cms.bool( True ),
00018       innerCone = cms.double( 0.2 ),
00019       outerCone = cms.double( 0.5 )
00020     )
00021 )

Definition at line 3 of file L2TauIsolationProducer_cfi.py.