Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006
00007
00008 EgammaSimpleAnalyzer = cms.EDAnalyzer("EgammaSimpleAnalyzer",
00009 xMaxHist = cms.double(60.0),
00010 outputFile = cms.string('egammaAnalyzer.root'),
00011
00012
00013
00014 islandEndcapBasicClusterProducer = cms.string('islandBasicClusters'),
00015 islandEndcapSuperClusterCollection = cms.string('islandEndcapSuperClusters'),
00016 islandBarrelBasicClusterShapes = cms.string('islandBarrelShape'),
00017 correctedHybridSuperClusterProducer = cms.string('correctedHybridSuperClusters'),
00018 islandEndcapBasicClusterCollection = cms.string('islandEndcapBasicClusters'),
00019 correctedIslandEndcapSuperClusterProducer = cms.string('correctedEndcapSuperClustersWithPreshower'),
00020 hybridSuperClusterCollection = cms.string(''),
00021 xMinHist = cms.double(0.0),
00022 islandEndcapSuperClusterProducer = cms.string('islandSuperClusters'),
00023 nbinHist = cms.int32(200),
00024 correctedHybridSuperClusterCollection = cms.string(''),
00025
00026
00027
00028 islandBarrelBasicClusterProducer = cms.string('islandBasicClusters'),
00029 islandEndcapBasicClusterShapes = cms.string('islandEndcapShape'),
00030
00031
00032
00033 hybridSuperClusterProducer = cms.string('hybridSuperClusters'),
00034 islandBarrelBasicClusterCollection = cms.string('islandBarrelBasicClusters'),
00035 correctedIslandEndcapSuperClusterCollection = cms.string('')
00036 )
00037
00038