CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
fixedMatrixPreshowerClusterShape_cfi.py
Go to the documentation of this file.
2 
3 # $Id: fixedMatrixPreshowerClusterShape_cfi.py,v 1.2 2008/04/21 03:24:07 rpw Exp $
4 # Preshower cluster producer
5 fixedMatrixPreshowerClusterShape = cms.EDProducer("PreshowerClusterShapeProducer",
6  preshStripEnergyCut = cms.double(0.0),
7  # building fixedMatrixPreshower clusters
8  preshRecHitProducer = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
9  preshPi0Nstrip = cms.int32(5),
10  endcapSClusterProducer = cms.InputTag("fixedMatrixSuperClusters","fixedMatrixEndcapSuperClusters"),
11  # string corrPhoProducer = "correctedPhotons"
12  # string correctedPhotonCollection = ""
13  PreshowerClusterShapeCollectionX = cms.string('fixedMatrixPreshowerXClustersShape'),
14  PreshowerClusterShapeCollectionY = cms.string('fixedMatrixPreshowerYClustersShape'),
15  # DEBUG: very verbose INFO: minimal printout
16  debugLevel = cms.string('INFO')
17 )
18 
19