CMS 3D CMS Logo

SingleGammaE50_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 generator = cms.EDProducer("FlatRandomEGunProducer",
4  PGunParameters = cms.PSet(
5  PartID = cms.vint32(22),
6  MinPhi = cms.double(-3.14159265359),
7  MaxPhi = cms.double(3.14159265359),
8  MinEta = cms.double(-5.0),
9  MaxEta = cms.double(5.0),
10  MinE = cms.double(49.99),
11  MaxE = cms.double(50.01)
12  ),
13  Verbosity = cms.untracked.int32(0),
14 
15  psethack = cms.string('single gamma E 50'),
16  AddAntiParticle = cms.bool(False),
17  firstRun = cms.untracked.uint32(1)
18 )