CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SingleGammaPt35_pythia8_cfi.py
Go to the documentation of this file.
2 
3 generator = cms.EDFilter("Pythia8PtGun",
4  PGunParameters = cms.PSet(
5  MaxPt = cms.double(35.01),
6  MinPt = cms.double(34.99),
7  ParticleID = cms.vint32(22),
8  AddAntiParticle = cms.bool(True),
9  MaxEta = cms.double(2.5),
10  MaxPhi = cms.double(3.14159265359),
11  MinEta = cms.double(-2.5),
12  MinPhi = cms.double(-3.14159265359) ## in radians
13  ),
14  Verbosity = cms.untracked.int32(0), ## set to 1 (or greater) for printouts
15  psethack = cms.string('single gamma pt 35'),
16  firstRun = cms.untracked.uint32(1),
17  PythiaParameters = cms.PSet(parameterSets = cms.vstring())
18  )