CMS 3D CMS Logo

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