CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
preshowerClusterShape_cfi.py
Go to the documentation of this file.
2 
3 # $Id: preshowerClusterShape_cfi.py,v 1.3 2009/05/26 10:56:45 akyriaki Exp $
4 # Preshower cluster producer
5 preshowerClusterShape = 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("islandSuperClusters","islandEndcapSuperClusters"),
11  endcapSClusterProducer = cms.InputTag("multi5x5SuperClusters","multi5x5EndcapSuperClusters"),
12  PreshowerClusterShapeCollectionX = cms.string('preshowerXClustersShape'),
13  PreshowerClusterShapeCollectionY = cms.string('preshowerYClustersShape'),
14  # DEBUG: very verbose INFO: minimal printout
15  debugLevel = cms.string('INFO')
16  #debugLevel = cms.string('DEBUG')
17 )
18 
19