CMS 3D CMS Logo

source_particleGun_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from Configuration.Generator.PythiaUESettings_cfi import *
00004 source = cms.Source("PythiaSource",
00005     Phimin = cms.untracked.double(0.0),
00006     #  possibility to run single or double back-to-back particles with PYTHIA
00007     # if ParticleID = 0, run PYTHIA
00008     ParticleID = cms.untracked.int32(11),
00009     Etamin = cms.untracked.double(-3.0),
00010     DoubleParticle = cms.untracked.bool(True),
00011     Phimax = cms.untracked.double(360.0),
00012     Ptmin = cms.untracked.double(0.0),
00013     Ptmax = cms.untracked.double(100.0001),
00014     Etamax = cms.untracked.double(3.0),
00015     pythiaVerbosity = cms.untracked.bool(False),
00016     PythiaParameters = cms.PSet(
00017         pythiaUESettingsBlock,
00018         # This is a vector of ParameterSet names to be read, in this order
00019         parameterSets = cms.vstring('pythiaUESettings')
00020     )
00021 )
00022 
00023 
00024 

Generated on Tue Jun 9 17:44:38 2009 for CMSSW by  doxygen 1.5.4