1 = cms.EDFilter(
"Pythia8PtGun",
2 PGunParameters = cms.PSet(
3 MaxPt = cms.double(10.01),
4 MinPt = cms.double(9.99),
5 ParticleID = cms.vint32(11),
6 AddAntiParticle = cms.bool(
True),
7 MaxEta = cms.double(4.0),
8 MaxPhi = cms.double(3.14159265359),
9 MinEta = cms.double(-4.0),
10 MinPhi = cms.double(-3.14159265359)
13 Verbosity = cms.untracked.int32(0),
15 psethack = cms.string(
'single electron pt 10'),
16 firstRun = cms.untracked.uint32(1),
17 PythiaParameters = cms.PSet(parameterSets = cms.vstring())