Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:13:16

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 amptDefaultParameters = cms.PSet(
0004                         rotateEventPlane = cms.bool(True),
0005                         amptmode = cms.int32(1),
0006                         ntmax = cms.int32(150),
0007                         dt = cms.double(0.2),
0008                         stringFragA = cms.double(2.2),
0009                         stringFragB = cms.double(0.5),
0010                         popcornmode = cms.bool(True),
0011                         popcornpar = cms.double(1.0),
0012                         shadowingmode = cms.bool(True),
0013                         quenchingmode = cms.bool(False),
0014                         quenchingpar = cms.double(2.0),
0015                         pthard = cms.double(2.0),
0016                         mu = cms.double(3.2264),
0017                         izpc = cms.int32(0),
0018                         alpha = cms.double(0.47140452),
0019                         dpcoal = cms.double(1000000.0),
0020                         drcoal = cms.double(1000000.0),
0021                         ks0decay = cms.bool(False),
0022                         phidecay = cms.bool(True),
0023                         deuteronmode = cms.int32(0),
0024                         deuteronfactor = cms.int32(1),
0025                         deuteronxsec = cms.int32(1),          
0026                         minijetpt = cms.double(-7.0),
0027                         maxmiss = cms.int32(1000),               
0028                         doInitialAndFinalRadiation = cms.int32(3),
0029                         ktkick = cms.int32(1),
0030                         diquarkembedding = cms.int32(0),
0031                         diquarkpx = cms.double(7.0),
0032                         diquarkpy = cms.double(0.0),
0033                         diquarkx = cms.double(0.0),
0034                         diquarky = cms.double(0.0)
0035 #                        nsembd = cms.int32(1.0),
0036 #                        psembd = cms.double(5.0),
0037 #                        tmaxembd = cms.double(0.0),
0038 #                        shadowingmodflag = cms.bool(False),
0039 #                        shadowingfactor = cms.double(0.0)
0040                     )
0041 
0042 
0043 
0044