CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
multi5x5ClusterShape_cfi.py
Go to the documentation of this file.
2 
3 # $Id: multi5x5ClusterShape_cfi.py,v 1.1 2008/05/22 11:13:25 hegner Exp $
4 # Preshower cluster producer
5 multi5x5PreshowerClusterShape = cms.EDProducer("PreshowerClusterShapeProducer",
6  preshStripEnergyCut = cms.double(0.0),
7  # building preshower clusters
8  preshRecHitProducer = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
9  preshPi0Nstrip = cms.int32(5),
10  endcapSClusterProducer = cms.InputTag("multi5x5SuperClusters","multi5x5EndcapSuperClusters"),
11  # string corrPhoProducer = "correctedPhotons"
12  # string correctedPhotonCollection = ""
13  PreshowerClusterShapeCollectionX = cms.string('multi5x5PreshowerXClustersShape'),
14  PreshowerClusterShapeCollectionY = cms.string('multi5x5PreshowerYClustersShape'),
15  # DEBUG: very verbose INFO: minimal printout
16  debugLevel = cms.string('INFO')
17 )
18 
19