CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoMuon/MuonIsolationProducers/python/trackAssociatorBlocks_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from TrackingTools.TrackAssociator.default_cfi import *
00004 
00005 
00006 # -*-TCL-*-
00007 MIsoTrackAssociatorDefault = cms.PSet(
00008     TrackAssociatorParameterBlock
00009 )
00010 MIsoTrackAssociatorTowers = cms.PSet(
00011     TrackAssociatorParameterBlock
00012 )
00013 
00014 MIsoTrackAssociatorHits = cms.PSet(
00015     TrackAssociatorParameterBlock
00016 )
00017 
00018 MIsoTrackAssociatorJets = cms.PSet(
00019     TrackAssociatorParameterBlock
00020 )
00021 
00022 MIsoTrackAssociatorDefault.TrackAssociatorParameters.useEcal = False ## RecoHits
00023 MIsoTrackAssociatorDefault.TrackAssociatorParameters.useHcal = False ## RecoHits
00024 MIsoTrackAssociatorDefault.TrackAssociatorParameters.useHO = False ## RecoHits
00025 MIsoTrackAssociatorDefault.TrackAssociatorParameters.useCalo = True ## CaloTowers
00026 MIsoTrackAssociatorDefault.TrackAssociatorParameters.useMuon = False ## RecoHits
00027 MIsoTrackAssociatorDefault.TrackAssociatorParameters.usePreshower = False
00028 MIsoTrackAssociatorDefault.TrackAssociatorParameters.dREcalPreselection = 1.0
00029 MIsoTrackAssociatorDefault.TrackAssociatorParameters.dRHcalPreselection = 1.0
00030 MIsoTrackAssociatorDefault.TrackAssociatorParameters.dREcal = 1.0
00031 MIsoTrackAssociatorDefault.TrackAssociatorParameters.dRHcal = 1.0
00032 
00033 MIsoTrackAssociatorTowers.TrackAssociatorParameters.useEcal = False ## RecoHits
00034 MIsoTrackAssociatorTowers.TrackAssociatorParameters.useHcal = False ## RecoHits
00035 MIsoTrackAssociatorTowers.TrackAssociatorParameters.useHO = False ## RecoHits
00036 MIsoTrackAssociatorTowers.TrackAssociatorParameters.useCalo = True ## CaloTowers
00037 MIsoTrackAssociatorTowers.TrackAssociatorParameters.useMuon = False ## RecoHits
00038 MIsoTrackAssociatorTowers.TrackAssociatorParameters.usePreshower = False
00039 MIsoTrackAssociatorTowers.TrackAssociatorParameters.dREcalPreselection = 1.0
00040 MIsoTrackAssociatorTowers.TrackAssociatorParameters.dRHcalPreselection = 1.0
00041 MIsoTrackAssociatorTowers.TrackAssociatorParameters.dREcal = 1.0
00042 MIsoTrackAssociatorTowers.TrackAssociatorParameters.dRHcal = 1.0
00043 
00044 MIsoTrackAssociatorHits.TrackAssociatorParameters.useEcal = True ## RecoHits
00045 MIsoTrackAssociatorHits.TrackAssociatorParameters.useHcal = True ## RecoHits
00046 MIsoTrackAssociatorHits.TrackAssociatorParameters.useHO = True ## RecoHits
00047 MIsoTrackAssociatorHits.TrackAssociatorParameters.useCalo = False ## CaloTowers
00048 MIsoTrackAssociatorHits.TrackAssociatorParameters.useMuon = False ## RecoHits
00049 MIsoTrackAssociatorHits.TrackAssociatorParameters.usePreshower = False
00050 MIsoTrackAssociatorHits.TrackAssociatorParameters.dREcalPreselection = 1.0
00051 MIsoTrackAssociatorHits.TrackAssociatorParameters.dRHcalPreselection = 1.0
00052 MIsoTrackAssociatorHits.TrackAssociatorParameters.dREcal = 1.0
00053 MIsoTrackAssociatorHits.TrackAssociatorParameters.dRHcal = 1.0
00054 
00055 MIsoTrackAssociatorJets.TrackAssociatorParameters.useEcal = False ## RecoHits
00056 MIsoTrackAssociatorJets.TrackAssociatorParameters.useHcal = False ## RecoHits
00057 MIsoTrackAssociatorJets.TrackAssociatorParameters.useHO = False ## RecoHits
00058 MIsoTrackAssociatorJets.TrackAssociatorParameters.useCalo = True ## CaloTowers
00059 MIsoTrackAssociatorJets.TrackAssociatorParameters.useMuon = False ## RecoHits
00060 MIsoTrackAssociatorJets.TrackAssociatorParameters.usePreshower = False
00061 MIsoTrackAssociatorJets.TrackAssociatorParameters.dREcalPreselection = 0.5
00062 MIsoTrackAssociatorJets.TrackAssociatorParameters.dRHcalPreselection = 0.5
00063 MIsoTrackAssociatorJets.TrackAssociatorParameters.dREcal = 0.5
00064 MIsoTrackAssociatorJets.TrackAssociatorParameters.dRHcal = 0.5
00065 
00066