CMS 3D CMS Logo

Variables

fixedMatrixPreshowerClusterShape_cfi Namespace Reference

Variables

tuple fixedMatrixPreshowerClusterShape

Variable Documentation

Initial value:
00001 cms.EDProducer("PreshowerClusterShapeProducer",
00002     preshStripEnergyCut = cms.double(0.0),
00003     # building fixedMatrixPreshower clusters
00004     preshRecHitProducer = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
00005     preshPi0Nstrip = cms.int32(5),
00006     endcapSClusterProducer = cms.InputTag("fixedMatrixSuperClusters","fixedMatrixEndcapSuperClusters"),
00007     #    string corrPhoProducer = "correctedPhotons"
00008     #    string correctedPhotonCollection   = ""
00009     PreshowerClusterShapeCollectionX = cms.string('fixedMatrixPreshowerXClustersShape'),
00010     PreshowerClusterShapeCollectionY = cms.string('fixedMatrixPreshowerYClustersShape'),
00011     # DEBUG: very verbose  INFO: minimal printout
00012     debugLevel = cms.string('INFO')
00013 )

Definition at line 5 of file fixedMatrixPreshowerClusterShape_cfi.py.