File indexing completed on 2025-04-25 02:43:15
0001 import FWCore.ParameterSet.Config as cms
0002 from GeneratorInterface.Core.ExternalGeneratorFilter import ExternalGeneratorFilter
0003
0004 generator = ExternalGeneratorFilter(cms.EDFilter("AMPTGeneratorFilter",
0005 diquarky = cms.double(0.0),
0006 diquarkx = cms.double(0.0),
0007 diquarkpx = cms.double(7.0),
0008 ntmax = cms.int32(1000),
0009 dpcoal = cms.double(1000000.0),
0010 diquarkembedding = cms.int32(0),
0011 maxmiss = cms.int32(1000),
0012 ktkick = cms.int32(1),
0013 mu = cms.double(3.2264),
0014 quenchingpar = cms.double(2.0),
0015 popcornpar = cms.double(1.0),
0016 drcoal = cms.double(1000000.0),
0017 amptmode = cms.int32(1),
0018 izpc = cms.int32(0),
0019 popcornmode = cms.bool(True),
0020 minijetpt = cms.double(-7.0),
0021 ks0decay = cms.bool(False),
0022 alpha = cms.double(0.47140452),
0023 dt = cms.double(0.2),
0024 rotateEventPlane = cms.bool(True),
0025 shadowingmode = cms.bool(True),
0026 diquarkpy = cms.double(0.0),
0027 deuteronfactor = cms.int32(5),
0028 stringFragB = cms.double(0.9),
0029 quenchingmode = cms.bool(False),
0030 stringFragA = cms.double(0.5),
0031 deuteronmode = cms.int32(0),
0032 doInitialAndFinalRadiation = cms.int32(3),
0033 phidecay = cms.bool(True),
0034 deuteronxsec = cms.int32(1),
0035 pthard = cms.double(2.0),
0036 firstRun = cms.untracked.uint32(1),
0037 frame = cms.string('CMS'),
0038 targ = cms.string('P'),
0039 izp = cms.int32(82),
0040 bMin = cms.double(0),
0041 firstEvent = cms.untracked.uint32(1),
0042 izt = cms.int32(1),
0043 proj = cms.string('A'),
0044 comEnergy = cms.double(5020.0),
0045 iat = cms.int32(1),
0046 bMax = cms.double(15),
0047 iap = cms.int32(208)
0048 ))
0049
0050 configurationMetadata = cms.untracked.PSet(
0051 version = cms.untracked.string('$Revision$'),
0052 name = cms.untracked.string('$Source$'),
0053 annotation = cms.untracked.string('AMPT PPb 5020 GeV Minimum Bias')
0054 )
0055