CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/GeneratorInterface/AMPTInterface/python/amptDefaultParameters_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 amptDefaultParameters = cms.PSet(
00004                         rotateEventPlane = cms.bool(True),
00005                         amptmode = cms.int32(1),
00006                         ntmax = cms.int32(150),
00007                         dt = cms.double(0.2),
00008                         stringFragA = cms.double(2.2),
00009                         stringFragB = cms.double(0.5),
00010                         popcornmode = cms.bool(True),
00011                         popcornpar = cms.double(1.0),
00012                         shadowingmode = cms.bool(True),
00013                         quenchingmode = cms.bool(False),
00014                         quenchingpar = cms.double(2.0),
00015                         pthard = cms.double(2.0),
00016                         mu = cms.double(3.2264),
00017                         izpc = cms.int32(0),
00018                         alpha = cms.double(0.47140452),
00019                         dpcoal = cms.double(1000000.0),
00020                         drcoal = cms.double(1000000.0),
00021                         ks0decay = cms.bool(False),
00022                         phidecay = cms.bool(True),
00023                         deuteronmode = cms.int32(0),
00024                         deuteronfactor = cms.int32(1),
00025                         deuteronxsec = cms.int32(1),          
00026                         minijetpt = cms.double(-7.0),
00027                         maxmiss = cms.int32(1000),               
00028                         doInitialAndFinalRadiation = cms.int32(3),
00029                         ktkick = cms.int32(1),
00030                         diquarkembedding = cms.int32(0),
00031                         diquarkpx = cms.double(7.0),
00032                         diquarkpy = cms.double(0.0),
00033                         diquarkx = cms.double(0.0),
00034                         diquarky = cms.double(0.0)
00035 #                        nsembd = cms.int32(1.0),
00036 #                        psembd = cms.double(5.0),
00037 #                        tmaxembd = cms.double(0.0),
00038 #                        shadowingmodflag = cms.bool(False),
00039 #                        shadowingfactor = cms.double(0.0)
00040                     )
00041 
00042 
00043 
00044