CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/RecoEcal/EgammaClusterProducers/python/fixedMatrixPreshowerClusterShape_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # $Id: fixedMatrixPreshowerClusterShape_cfi.py,v 1.2 2008/04/21 03:24:07 rpw Exp $
00004 # Preshower cluster producer
00005 fixedMatrixPreshowerClusterShape = cms.EDProducer("PreshowerClusterShapeProducer",
00006     preshStripEnergyCut = cms.double(0.0),
00007     # building fixedMatrixPreshower clusters
00008     preshRecHitProducer = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
00009     preshPi0Nstrip = cms.int32(5),
00010     endcapSClusterProducer = cms.InputTag("fixedMatrixSuperClusters","fixedMatrixEndcapSuperClusters"),
00011     #    string corrPhoProducer = "correctedPhotons"
00012     #    string correctedPhotonCollection   = ""
00013     PreshowerClusterShapeCollectionX = cms.string('fixedMatrixPreshowerXClustersShape'),
00014     PreshowerClusterShapeCollectionY = cms.string('fixedMatrixPreshowerYClustersShape'),
00015     # DEBUG: very verbose  INFO: minimal printout
00016     debugLevel = cms.string('INFO')
00017 )
00018 
00019