CMS 3D CMS Logo

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

Variables

tuple fixedMatrixSuperClustersWithPreshower
 

Variable Documentation

tuple fixedMatrixSuperClustersWithPreshower_cfi.fixedMatrixSuperClustersWithPreshower
Initial value:
1 = cms.EDProducer("PreshowerClusterProducer",
2 
3  preshStripEnergyCut = cms.double(0.0),
4  preshClusterCollectionY = cms.string('preshowerYClusters'),
5  # building endcap association
6  assocSClusterCollection = cms.string(''),
7  etThresh = cms.double(0.0),
8  # building preshower clusters
9  preshRecHitProducer = cms.InputTag("ecalPreshowerRecHit","EcalRecHitsES"),
10  preshClusterCollectionX = cms.string('preshowerXClusters'),
11 
12  endcapSClusterProducer = cms.InputTag("fixedMatrixSuperClusters","fixedMatrixEndcapSuperClusters"),
13  preshNclust = cms.int32(4),
14  debugLevel = cms.string(''), ## switch to 'INFO' to get an extensive print-out
15 
16  preshClusterEnergyCut = cms.double(0.0),
17  preshSeededNstrip = cms.int32(15)
18 )

Definition at line 4 of file fixedMatrixSuperClustersWithPreshower_cfi.py.