CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
correctedEndcapSuperClustersWithPreshower_cfi Namespace Reference

Variables

tuple correctedEndcapSuperClustersWithPreshower
 

Variable Documentation

tuple correctedEndcapSuperClustersWithPreshower_cfi.correctedEndcapSuperClustersWithPreshower
Initial value:
1 = cms.EDProducer("PreshowerClusterProducer",
2 
3  preshStripEnergyCut = cms.double(0.0),
4  preshClusterCollectionY = cms.string('preshowerYClusters'),
5  # building endcap association
6  # name for output association collection
7  assocSClusterCollection = cms.string(''),
8  etThresh = cms.double(0.0),
9  # building preshower clusters
10  # input collections
11  preshRecHitProducer = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
12  # name for output collections
13  preshClusterCollectionX = cms.string('preshowerXClusters'),
14 
15  #InputTag endcapSClusterProducer = islandSuperClusters:islandEndcapSuperClusters
16  endcapSClusterProducer = cms.InputTag("correctedIslandEndcapSuperClusters"),
17  preshNclust = cms.int32(4),
18  debugLevel = cms.string(''), ## switch to 'INFO' to get an extensive print-out
19 
20  preshClusterEnergyCut = cms.double(0.0),
21  preshSeededNstrip = cms.int32(15)
22 )

Definition at line 4 of file correctedEndcapSuperClustersWithPreshower_cfi.py.