CMS 3D CMS Logo

pyquenSourceDefault_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 source = cms.Source("PyquenSource",
00008     # 0-small angle, 1-broad angle, 2-collinear                           
00009     doQuench = cms.bool(True),
00010     qgpInitialTemperature = cms.double(1.0), ## initial temperature of QGP; allowed range [0.2,2.0]GeV;
00011 
00012     pythiaPylistVerbosity = cms.untracked.int32(0),
00013     doRadiativeEnLoss = cms.bool(True), ## if true, perform partonic radiative en loss
00014 
00015     bFixed = cms.double(0.0), ## fixed impact param (fm); valid only if cflag_=0
00016 
00017     angularSpectrumSelector = cms.int32(0), ## angular emitted gluon spectrum : 
00018                     
00019                     pythiaHepMCVerbosity = cms.untracked.bool(False),
00020                     PythiaParameters = cms.PSet(pyquenPythiaDefaultBlock,
00021                                                 parameterSets = cms.vstring('pythiaDefault','csa08Settings','pythiaJets')
00022                                                 ),
00023                     qgpProperTimeFormation = cms.double(0.1), ## proper time of QGP formation; allowed range [0.01,10.0]fm/c; 
00024                     
00025                     # =  0 fixed impact param
00026     # <> 0 --> minbias with standard glauber geometry
00027     comEnergy = cms.double(5500.0),
00028     numQuarkFlavor = cms.int32(0), ## number of active quark flavors in qgp; allowed values: 0,1,2,3
00029 
00030     cFlag = cms.int32(0), ## centrality flag
00031 
00032     maxEventsToPrint = cms.untracked.int32(0), ## events to print if pythiaPylistVerbosit
00033 
00034     aBeamTarget = cms.double(207.0), ## beam/target atomic number
00035 
00036     doCollisionalEnLoss = cms.bool(True) ## if true, perform partonic collisional en loss
00037 
00038 )
00039 
00040 

Generated on Tue Jun 9 17:37:09 2009 for CMSSW by  doxygen 1.5.4