Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 alCaPi0BCRecHits = cms.EDProducer("AlCaPi0BasicClusterRecHitsProducer",
00005 pi0BarrelHitCollection = cms.string('pi0EcalRecHitsEB'),
00006 seleMinvMaxPi0 = cms.double(0.2),
00007 gammaCandEtaSize = cms.int32(21),
00008 selePtGammaOne = cms.double(1.0),
00009 ecalRecHitsProducer = cms.string('ecalRecHit'),
00010 islandBCColl = cms.string('islandBarrelBasicClusters'),
00011 VerbosityLevel = cms.string('ERROR'),
00012 gammaCandPhiSize = cms.int32(21),
00013 selePtGammaTwo = cms.double(1.0),
00014 islandBCProd = cms.string('islandBasicClusters'),
00015 selePtPi0 = cms.double(2.5),
00016 barrelHitCollection = cms.string('EcalRecHitsEB'),
00017 seleMinvMinPi0 = cms.double(0.0)
00018 )
00019
00020