CMS 3D CMS Logo

SingleProton_RandomtXiGunProducer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 generator = cms.EDProducer("RandomtXiGunProducer",
4  PGunParameters = cms.PSet(
5  PartID = cms.vint32(2212),
6  MinPhi = cms.double(-3.14159265359),
7  MaxPhi = cms.double(-3.14159265359),
8  ECMS = cms.double(13000),
9  Mint = cms.double(0.),
10  Maxt = cms.double(2.0),
11  MinXi = cms.double(0.01),
12  MaxXi = cms.double(0.2)
13  ),
14  Verbosity = cms.untracked.int32(0),
15  psethack = cms.string('single protons'),
16  FireBackward = cms.bool(True),
17  FireForward = cms.bool(True),
18  firstRun = cms.untracked.uint32(1)
19 )