CMS 3D CMS Logo

Variables

correctedEndcapSuperClustersWithPreshower_cfi Namespace Reference

Variables

tuple correctedEndcapSuperClustersWithPreshower

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     # name for output association collection
00007     assocSClusterCollection = cms.string(''),
00008     etThresh = cms.double(0.0),
00009     # building preshower clusters
00010     # input collections
00011     preshRecHitProducer = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
00012     # name for output collections
00013     preshClusterCollectionX = cms.string('preshowerXClusters'),
00014 
00015     #InputTag endcapSClusterProducer  = islandSuperClusters:islandEndcapSuperClusters
00016     endcapSClusterProducer = cms.InputTag("correctedIslandEndcapSuperClusters"),
00017     preshNclust = cms.int32(4),
00018     debugLevel = cms.string(''), ## switch to 'INFO' to get an extensive print-out
00019 
00020     preshClusterEnergyCut = cms.double(0.0),
00021     preshSeededNstrip = cms.int32(15)
00022 )

Definition at line 4 of file correctedEndcapSuperClustersWithPreshower_cfi.py.