6 generator = cms.EDProducer(
"MCParticleReplacer",
7 src = cms.InputTag(
"selectedMuons"),
8 beamSpotSrc = cms.InputTag(
"dummy"),
9 primaryVertexLabel = cms.InputTag(
"dummy"),
10 hepMcSrc = cms.InputTag(
"generator"),
12 algorithm = cms.string(
"ParticleGun"),
13 pluginType = cms.string(
"ParticleReplacerParticleGun"),
14 hepMcMode = cms.string(
"new"),
16 verbose = cms.bool(
False),
18 ParticleGun = cms.PSet(
19 gunParticle = cms.int32(15),
20 particleOrigin = cms.string(
"muonReferencePoint"),
21 forceTauPolarization = cms.string(
"W"),
22 forceTauDecay = cms.string(
"none"),
23 forceTauPlusHelicity = cms.int32(0),
24 forceTauMinusHelicity = cms.int32(0),
25 generatorMode = cms.string(
"Tauola"),
26 enablePhotosFSR = cms.bool(
False),
27 ExternalDecays = cms.PSet(
30 TauolaDefaultInputCards
32 parameterSets = cms.vstring(
'Tauola')
34 PythiaParameters = cms.PSet(
35 pythiaUESettingsBlock,
36 pgunTauolaParameters = cms.vstring([
"MDME(%d,1)=0" % x
for x
in range(89, 143)]),
37 parameterSets = cms.vstring(
"pythiaUESettings")
42 TauolaOptions = cms.PSet(
44 InputCards = cms.PSet(
50 PythiaParameters = cms.PSet(
51 pythiaUESettings = cms.vstring(
52 'MSTJ(11)=3 ! Choice of the fragmentation function',
53 'MSTJ(22)=2 ! Decay those unstable particles',
54 'PARJ(71)=10 . ! for which ctau 10 mm',
55 'MSTP(2)=1 ! which order running alphaS',
56 'MSTP(33)=0 ! no K factors in hard cross sections',
57 'MSTP(51)=10042 ! structure function chosen (external PDF CTEQ6L1)',
58 'MSTP(52)=2 ! work with LHAPDF',
59 'MSTP(81)=1 ! multiple parton interactions 1 is Pythia default',
60 'MSTP(82)=4 ! Defines the multi-parton model',
61 'MSTU(21)=1 ! Check on possible errors during program execution',
62 'PARP(82)=1.8387 ! pt cutoff for multiparton interactions',
63 'PARP(89)=1960. ! sqrts for which PARP82 is set',
64 'PARP(83)=0.5 ! Multiple interactions: matter distrbn parameter',
65 'PARP(84)=0.4 ! Multiple interactions: matter distribution parameter',
66 'PARP(90)=0.16 ! Multiple interactions: rescaling power',
67 'PARP(67)=2.5 ! amount of initial-state radiation',
68 'PARP(85)=1.0 ! gluon prod. mechanism in MI',
69 'PARP(86)=1.0 ! gluon prod. mechanism in MI',
73 'PARP(91)=2.1 ! kt distribution',
76 parameterSets = cms.vstring(
'pythiaUESettings')
78 PhotosOptions = cms.PSet(),
79 filterEfficiency = cms.untracked.double(1.0),
80 beamEnergy = cms.double(4000.),
81 rfRotationAngle = cms.double(90.),
82 applyMuonRadiationCorrection = cms.string(
""),
83 enablePhotosFSR = cms.bool(
False),
84 pythiaHepMCVerbosity = cms.untracked.bool(
False),
85 generatorMode = cms.string(
"Tauola"),
86 verbosity = cms.int32(0)
92 if process.generator.generatorMode.value() !=
"Pythia" and abs(process.generator.ParticleGun.gunParticle.value()) == 15:
93 process.generator.ParticleGun.PythiaParameters.parameterSets.append(
"pgunTauolaParameters")
Abs< T >::type abs(const T &t)