CMS 3D CMS Logo

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

Variables

tuple egammaSimpleAnalyzer
 

Variable Documentation

tuple egammaSimpleAnalyzer_cfi.egammaSimpleAnalyzer
Initial value:
1 = cms.EDAnalyzer("EgammaSimpleAnalyzer",
2  xMaxHist = cms.double(60.0),
3  outputFile = cms.string('egammaAnalyzer.root'),
4  #
5  # island clustering in endcap
6  #
7  islandEndcapBasicClusterProducer = cms.string('islandBasicClusters'),
8  islandEndcapSuperClusterCollection = cms.string('islandEndcapSuperClusters'),
9  islandBarrelBasicClusterShapes = cms.string('islandBarrelShape'),
10  correctedHybridSuperClusterProducer = cms.string('correctedHybridSuperClusters'),
11  islandEndcapBasicClusterCollection = cms.string('islandEndcapBasicClusters'),
12  correctedIslandEndcapSuperClusterProducer = cms.string('correctedEndcapSuperClustersWithPreshower'),
13  hybridSuperClusterCollection = cms.string(''),
14  xMinHist = cms.double(0.0),
15  islandEndcapSuperClusterProducer = cms.string('islandSuperClusters'),
16  nbinHist = cms.int32(200),
17  correctedHybridSuperClusterCollection = cms.string(''),
18  #
19  # island clustering in barrel
20  #
21  islandBarrelBasicClusterProducer = cms.string('islandBasicClusters'),
22  islandEndcapBasicClusterShapes = cms.string('islandEndcapShape'),
23  #
24  # hybrid clustering in barrel
25  #
26  hybridSuperClusterProducer = cms.string('hybridSuperClusters'),
27  islandBarrelBasicClusterCollection = cms.string('islandBarrelBasicClusters'),
28  correctedIslandEndcapSuperClusterCollection = cms.string('')
29 )

Definition at line 8 of file egammaSimpleAnalyzer_cfi.py.