Variables | |
tuple | EgammaSimpleAnalyzer |
00001 cms.EDAnalyzer("EgammaSimpleAnalyzer", 00002 xMaxHist = cms.double(60.0), 00003 outputFile = cms.string('egammaAnalyzer.root'), 00004 # 00005 # island clustering in endcap 00006 # 00007 islandEndcapBasicClusterProducer = cms.string('islandBasicClusters'), 00008 islandEndcapSuperClusterCollection = cms.string('islandEndcapSuperClusters'), 00009 islandBarrelBasicClusterShapes = cms.string('islandBarrelShape'), 00010 correctedHybridSuperClusterProducer = cms.string('correctedHybridSuperClusters'), 00011 islandEndcapBasicClusterCollection = cms.string('islandEndcapBasicClusters'), 00012 correctedIslandEndcapSuperClusterProducer = cms.string('correctedEndcapSuperClustersWithPreshower'), 00013 hybridSuperClusterCollection = cms.string(''), 00014 xMinHist = cms.double(0.0), 00015 islandEndcapSuperClusterProducer = cms.string('islandSuperClusters'), 00016 nbinHist = cms.int32(200), 00017 correctedHybridSuperClusterCollection = cms.string(''), 00018 # 00019 # island clustering in barrel 00020 # 00021 islandBarrelBasicClusterProducer = cms.string('islandBasicClusters'), 00022 islandEndcapBasicClusterShapes = cms.string('islandEndcapShape'), 00023 # 00024 # hybrid clustering in barrel 00025 # 00026 hybridSuperClusterProducer = cms.string('hybridSuperClusters'), 00027 islandBarrelBasicClusterCollection = cms.string('islandBarrelBasicClusters'), 00028 correctedIslandEndcapSuperClusterCollection = cms.string('') 00029 )
Definition at line 8 of file egammaSimpleAnalyzer_cfi.py.