CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/GeneratorInterface/PyquenInterface/python/pyquenDefault_cfi.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 # MSEL=1 (hard QCD in) + pyquen needed initializations
00004 import FWCore.ParameterSet.Config as cms
00005 
00006 from GeneratorInterface.PyquenInterface.pyquenPythiaDefault_cff import *
00007 generator = cms.EDFilter("PyquenGeneratorFilter",
00008                          doQuench = cms.bool(True),
00009                          doIsospin = cms.bool(True),
00010                          qgpInitialTemperature = cms.double(1.0), ## initial temperature of QGP; allowed range [0.2,2.0]GeV;
00011                          pythiaPylistVerbosity = cms.untracked.int32(0),
00012                          doRadiativeEnLoss = cms.bool(True), ## if true, perform partonic radiative en loss
00013                          bFixed = cms.double(0.0), ## fixed impact param (fm); valid only if cflag_=0
00014                          angularSpectrumSelector = cms.int32(0), ## angular emitted gluon spectrum :
00015                          pythiaHepMCVerbosity = cms.untracked.bool(False),
00016                          PythiaParameters = cms.PSet(pyquenPythiaDefaultBlock,
00017                                                      parameterSets = cms.vstring('pythiaUESettings','ppJets','pythiaPromptPhotons','kinematics'),
00018                                                      kinematics = cms.vstring('CKIN(3) = 50','CKIN(4) = 80')
00019                                                      ),
00020                          qgpProperTimeFormation = cms.double(0.1), ## proper time of QGP formation; allowed range [0.01,10.0]fm/c;
00021                          # Center of mass energy
00022                          comEnergy = cms.double(2800.0),
00023 
00024                          qgpNumQuarkFlavor = cms.int32(0), ## number of active quark flavors in qgp; allowed values: 0,1,2,3
00025                          cFlag = cms.int32(0), ## centrality flag
00026                          bMin = cms.double(0.0), ## min impact param (fm); valid only if cflag_!=0
00027                          bMax = cms.double(0.0), ## max impact param (fm); valid only if cflag_!=0
00028                          maxEventsToPrint = cms.untracked.int32(0), ## events to print if pythiaPylistVerbosit
00029                          aBeamTarget = cms.double(208.0), ## beam/target atomic number
00030                          doCollisionalEnLoss = cms.bool(False), ## if true, perform partonic collisional en loss
00031                          embeddingMode = cms.bool(False)
00032                          
00033                          )
00034 
00035