Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006
00007 SimplePhotonAnalyzer = cms.EDAnalyzer("SimplePhotonAnalyzer",
00008 phoProducer = cms.string('photons'),
00009 mcProducer = cms.string('generator'),
00010 endcapEcalHits = cms.InputTag("ecalRecHit","EcalRecHitsEE"),
00011
00012 sample = cms.int32(2),
00013 photonCollection = cms.string(''),
00014 primaryVertexProducer = cms.string('offlinePrimaryVerticesWithBS'),
00015 barrelEcalHits = cms.InputTag("ecalRecHit","EcalRecHitsEB")
00016 )
00017
00018