CMS 3D CMS Logo

jetExtractorBlock_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # -*-TCL-*-
00004 from RecoMuon.MuonIsolationProducers.trackAssociatorBlocks_cff import *
00005 MIsoJetExtractorBlock = cms.PSet(
00006     MIsoTrackAssociatorJets,
00007     PrintTimeReport = cms.untracked.bool(False),
00008     #subtract sumEt of towers falling into the muon-veto region
00009     ExcludeMuonVeto = cms.bool(True),
00010     ComponentName = cms.string('JetExtractor'),
00011     DR_Max = cms.double(1.0),
00012     PropagatorName = cms.string('SteppingHelixPropagatorAny'),
00013     DR_Veto = cms.double(0.1),
00014     #count a jet if et> threshold
00015     #note: et from crossed towers and jet towers inside the veto cone are not counted
00016     Threshold = cms.double(5.0),
00017     #    InputTag JetCollectionLabel = midPointCone5CaloJets
00018     JetCollectionLabel = cms.InputTag("sisCone5CaloJets")
00019 )
00020 
00021 

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