CMS 3D CMS Logo

Variables

fixedMatrixSuperClustersWithPreshower_cfi Namespace Reference

Variables

tuple fixedMatrixSuperClustersWithPreshower

Variable Documentation

Initial value:
00001 cms.EDProducer("PreshowerClusterProducer",
00002 
00003     preshStripEnergyCut = cms.double(0.0),
00004     preshClusterCollectionY = cms.string('preshowerYClusters'),
00005     # building endcap association
00006     assocSClusterCollection = cms.string(''),
00007     etThresh = cms.double(0.0),
00008     # building preshower clusters
00009     preshRecHitProducer = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
00010     preshClusterCollectionX = cms.string('preshowerXClusters'),
00011 
00012     endcapSClusterProducer = cms.InputTag("fixedMatrixSuperClusters","fixedMatrixEndcapSuperClusters"),
00013     preshNclust = cms.int32(4),
00014     debugLevel = cms.string(''), ## switch to 'INFO' to get an extensive print-out
00015 
00016     preshClusterEnergyCut = cms.double(0.0),
00017     preshSeededNstrip = cms.int32(15)
00018 )

Definition at line 4 of file fixedMatrixSuperClustersWithPreshower_cfi.py.