CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/RecoHI/HiEgammaAlgos/python/HiIsolationCommonParameters_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 isolationInputParameters = cms.PSet(
00004    barrelBasicCluster = cms.InputTag("islandBasicClusters","islandBarrelBasicClusters"),
00005    endcapBasicCluster = cms.InputTag("islandBasicClusters","islandEndcapBasicClusters"),
00006    horeco = cms.InputTag("horeco"),
00007    hfreco = cms.InputTag("hfreco"),
00008    hbhereco = cms.InputTag("hbhereco"),
00009    track = cms.InputTag("hiGoodTracks"),
00010    photons = cms.InputTag("cleanPhotons")
00011    )
00012