Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 generator = cms.EDProducer("FlatRandomEGunProducer",
00004 PGunParameters = cms.PSet(
00005 PartID = cms.vint32(11),
00006 MinPhi = cms.double(-3.14159265359),
00007 MaxPhi = cms.double(3.14159265359),
00008 MinEta = cms.double(-5.0),
00009 MaxEta = cms.double(5.0),
00010 MinE = cms.double(119.99),
00011 MaxE = cms.double(120.01)
00012 ),
00013 Verbosity = cms.untracked.int32(0),
00014
00015 psethack = cms.string('single electron E 120 EHCAL'),
00016 AddAntiParticle = cms.bool(False),
00017 firstRun = cms.untracked.uint32(1)
00018 )