Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from GeneratorInterface.PyquenInterface.pyquenPythiaDefault_cff import *
00004 hydjetDefaultParameters = cms.PSet(
00005
00006 sigmaInelNN = cms.double(58),
00007 aBeamTarget = cms.double(208.0),
00008
00009 nMultiplicity = cms.int32(26000),
00010
00011 hydjetMode = cms.string('kHydroQJets'),
00012 embeddingMode = cms.bool(False),
00013
00014
00015
00016
00017
00018
00019
00020 shadowingSwitch = cms.int32(0),
00021 doRadiativeEnLoss = cms.bool(True),
00022 doCollisionalEnLoss = cms.bool(True),
00023 rotateEventPlane = cms.bool(True),
00024 fracSoftMultiplicity = cms.double(1.),
00025 hadronFreezoutTemperature = cms.double(0.14),
00026 maxLongitudinalRapidity = cms.double(3.75),
00027 maxTransverseRapidity = cms.double(1.),
00028 qgpNumQuarkFlavor = cms.int32(0),
00029 qgpInitialTemperature = cms.double(1.),
00030 qgpProperTimeFormation = cms.double(0.1),
00031
00032 PythiaParameters = cms.PSet(pyquenPythiaDefaultBlock,
00033
00034 parameterSets = cms.vstring('pythiaUESettings','ppJets','pythiaPromptPhotons','kinematics'),
00035 ),
00036
00037 allowEmptyEvents = cms.bool(False)
00038 )
00039
00040
00041
00042