CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
AMPT_PPb_5020GeV_MinimumBias_cfi.py
Go to the documentation of this file.
2 
3 generator = cms.EDFilter("AMPTGeneratorFilter",
4  diquarky = cms.double(0.0),
5  diquarkx = cms.double(0.0),
6  diquarkpx = cms.double(7.0),
7  ntmax = cms.int32(1000),
8  dpcoal = cms.double(1000000.0),
9  diquarkembedding = cms.int32(0),
10  maxmiss = cms.int32(1000),
11  ktkick = cms.int32(1),
12  mu = cms.double(3.2264),
13  quenchingpar = cms.double(2.0),
14  popcornpar = cms.double(1.0),
15  drcoal = cms.double(1000000.0),
16  amptmode = cms.int32(1),
17  izpc = cms.int32(0),
18  popcornmode = cms.bool(True),
19  minijetpt = cms.double(-7.0),
20  ks0decay = cms.bool(False),
21  alpha = cms.double(0.47140452),
22  dt = cms.double(0.2),
23  rotateEventPlane = cms.bool(True),
24  shadowingmode = cms.bool(True),
25  diquarkpy = cms.double(0.0),
26  deuteronfactor = cms.int32(5),
27  stringFragB = cms.double(0.9),#default value in Hijing. Good for pA
28  quenchingmode = cms.bool(False),
29  stringFragA = cms.double(0.5),
30  deuteronmode = cms.int32(0),
31  doInitialAndFinalRadiation = cms.int32(3),
32  phidecay = cms.bool(True),
33  deuteronxsec = cms.int32(1),
34  pthard = cms.double(2.0),
35  firstRun = cms.untracked.uint32(1),
36  frame = cms.string('CMS'),
37  targ = cms.string('P'),
38  izp = cms.int32(82),
39  bMin = cms.double(0),
40  firstEvent = cms.untracked.uint32(1),
41  izt = cms.int32(1),
42  proj = cms.string('A'),
43  comEnergy = cms.double(5020.0),
44  iat = cms.int32(1),
45  bMax = cms.double(15),
46  iap = cms.int32(208)
47 )
48 
49 configurationMetadata = cms.untracked.PSet(
50  version = cms.untracked.string('$Revision: 1.1 $'),
51  name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/Configuration/Generator/python/AMPT_PPb_5020GeV_MinimumBias_cfi.py,v $'),
52  annotation = cms.untracked.string('AMPT PPb 5020 GeV Minimum Bias')
53 )
54