CMS 3D CMS Logo

amptDefaultParameters_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 amptDefaultParameters = cms.PSet(
4  rotateEventPlane = cms.bool(True),
5  amptmode = cms.int32(1),
6  ntmax = cms.int32(150),
7  dt = cms.double(0.2),
8  stringFragA = cms.double(2.2),
9  stringFragB = cms.double(0.5),
10  popcornmode = cms.bool(True),
11  popcornpar = cms.double(1.0),
12  shadowingmode = cms.bool(True),
13  quenchingmode = cms.bool(False),
14  quenchingpar = cms.double(2.0),
15  pthard = cms.double(2.0),
16  mu = cms.double(3.2264),
17  izpc = cms.int32(0),
18  alpha = cms.double(0.47140452),
19  dpcoal = cms.double(1000000.0),
20  drcoal = cms.double(1000000.0),
21  ks0decay = cms.bool(False),
22  phidecay = cms.bool(True),
23  deuteronmode = cms.int32(0),
24  deuteronfactor = cms.int32(1),
25  deuteronxsec = cms.int32(1),
26  minijetpt = cms.double(-7.0),
27  maxmiss = cms.int32(1000),
28  doInitialAndFinalRadiation = cms.int32(3),
29  ktkick = cms.int32(1),
30  diquarkembedding = cms.int32(0),
31  diquarkpx = cms.double(7.0),
32  diquarkpy = cms.double(0.0),
33  diquarkx = cms.double(0.0),
34  diquarky = cms.double(0.0)
35 # nsembd = cms.int32(1.0),
36 # psembd = cms.double(5.0),
37 # tmaxembd = cms.double(0.0),
38 # shadowingmodflag = cms.bool(False),
39 # shadowingfactor = cms.double(0.0)
40  )
41 
42 
43 
44