CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
multi5x5PreshowerClusterShape_cfi.py
Go to the documentation of this file.
2 
3 # $Id: multi5x5PreshowerClusterShape_cfi.py,v 1.2 2011/06/08 13:05:15 argiro Exp $
4 # Preshower cluster producer
5 multi5x5PreshowerClusterShape = cms.EDProducer("PreshowerClusterShapeProducer",
6  preshStripEnergyCut = cms.double(0.0),
7  # building multi5x5Preshower clusters
8  preshRecHitProducer = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
9  preshPi0Nstrip = cms.int32(5),
10  endcapSClusterProducer = cms.InputTag('correctedMulti5x5SuperClustersWithPreshower'),
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