CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SingleElectronE120EHCAL_pythia8_cfi.py
Go to the documentation of this file.
2 generator = cms.EDFilter("Pythia8EGun",
3  PGunParameters = cms.PSet(
4  ParticleID = cms.vint32(11),
5  AddAntiParticle = cms.bool(True),
6  MinPhi = cms.double(-3.14159265359), ## in radians
7  MaxPhi = cms.double(3.14159265359),
8  MinEta = cms.double(-5.0),
9  MaxEta = cms.double(5.0),
10  MinE = cms.double(119.99),
11  MaxE = cms.double(120.01)
12  ),
13  Verbosity = cms.untracked.int32(0), ## set to 1 (or greater) for printouts
14  psethack = cms.string('single electron E 120 EHCAL'),
15  firstRun = cms.untracked.uint32(1),
16  PythiaParameters = cms.PSet(parameterSets = cms.vstring())
17  )