test
CMS 3D CMS Logo

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