CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/RecoEgamma/EgammaIsolationAlgos/python/interestingEgammaIsoDetIdsSequence_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from RecoEgamma.EgammaIsolationAlgos.interestingEleIsoDetIdModule_cff import *
00004 from RecoEgamma.EgammaIsolationAlgos.interestingGamIsoDetIdModule_cff import *
00005 
00006 
00007 import RecoEgamma.EgammaIsolationAlgos.interestingEleIsoDetIdModule_cff
00008 interestingEleIsoDetIdEB = RecoEgamma.EgammaIsolationAlgos.interestingEleIsoDetIdModule_cff.interestingEleIsoDetId.clone()
00009 interestingEleIsoDetIdEB.recHitsLabel = 'ecalRecHit:EcalRecHitsEB'
00010 interestingEleIsoDetIdEB.emObjectLabel = 'gsfElectrons'
00011 interestingEleIsoDetIdEB.etCandCut = 0.0
00012 interestingEleIsoDetIdEB.energyCut = 0.095
00013 interestingEleIsoDetIdEB.etCut = 0.0
00014 interestingEleIsoDetIdEB.outerRadius = 0.6
00015 interestingEleIsoDetIdEB.innerRadius = 0.0
00016 
00017 import RecoEgamma.EgammaIsolationAlgos.interestingEleIsoDetIdModule_cff
00018 interestingEleIsoDetIdEE = RecoEgamma.EgammaIsolationAlgos.interestingEleIsoDetIdModule_cff.interestingEleIsoDetId.clone()
00019 interestingEleIsoDetIdEE.recHitsLabel = 'ecalRecHit:EcalRecHitsEE'
00020 interestingEleIsoDetIdEE.emObjectLabel = 'gsfElectrons'
00021 interestingEleIsoDetIdEE.etCandCut = 0.0
00022 interestingEleIsoDetIdEE.energyCut = 0.0
00023 interestingEleIsoDetIdEE.etCut = 0.110
00024 interestingEleIsoDetIdEE.outerRadius = 0.6
00025 interestingEleIsoDetIdEE.innerRadius = 0.0
00026 
00027 import RecoEgamma.EgammaIsolationAlgos.interestingGamIsoDetIdModule_cff
00028 interestingGamIsoDetIdEB = RecoEgamma.EgammaIsolationAlgos.interestingGamIsoDetIdModule_cff.interestingGamIsoDetId.clone()
00029 interestingGamIsoDetIdEB.recHitsLabel = 'ecalRecHit:EcalRecHitsEB'
00030 interestingGamIsoDetIdEB.emObjectLabel = 'photons'
00031 interestingGamIsoDetIdEB.etCandCut = 0.0
00032 interestingGamIsoDetIdEB.energyCut = 0.095
00033 interestingGamIsoDetIdEB.etCut = 0.0
00034 interestingGamIsoDetIdEB.outerRadius = 0.6
00035 interestingGamIsoDetIdEB.innerRadius = 0.0
00036 
00037 import RecoEgamma.EgammaIsolationAlgos.interestingGamIsoDetIdModule_cff
00038 interestingGamIsoDetIdEE = RecoEgamma.EgammaIsolationAlgos.interestingGamIsoDetIdModule_cff.interestingGamIsoDetId.clone()
00039 interestingGamIsoDetIdEE.recHitsLabel = 'ecalRecHit:EcalRecHitsEE'
00040 interestingGamIsoDetIdEE.emObjectLabel = 'photons'
00041 interestingGamIsoDetIdEE.etCandCut = 0.0
00042 interestingGamIsoDetIdEE.energyCut = 0.0
00043 interestingGamIsoDetIdEE.etCut = 0.110
00044 interestingGamIsoDetIdEE.outerRadius = 0.6
00045 interestingGamIsoDetIdEE.innerRadius = 0.0
00046 
00047 interestingEgammaIsoDetIds = cms.Sequence(
00048     interestingEleIsoDetIdEB *
00049     interestingEleIsoDetIdEE * 
00050     interestingGamIsoDetIdEB * 
00051     interestingGamIsoDetIdEE
00052 )