11 from Pythia8B_i.Pythia8B_iConf
import Pythia8B_i
12 topAlg+=Pythia8B_i(
"Pythia8B")
13 evgenConfig.generators += [
"Pythia8B"]
14 evgenConfig.description =
"Sample job options for Pythia8B generation"
15 evgenConfig.keywords = [
"BPHYS"]
16 evgenConfig.minevents = 5
20 topAlg.Pythia8B.Commands += [
'HardQCD:gg2bbbar = on']
21 topAlg.Pythia8B.Commands += [
'HardQCD:qqbar2bbbar = on']
22 topAlg.Pythia8B.Commands += [
'PhaseSpace:pTHatMin = 7.']
23 topAlg.Pythia8B.Commands += [
'ParticleDecays:mixB = off']
24 topAlg.Pythia8B.Commands += [
'HadronLevel:all = off']
37 topAlg.Pythia8B.SelectBQuarks =
True
38 topAlg.Pythia8B.SelectCQuarks =
False
39 topAlg.Pythia8B.QuarkPtCut = 0.0
40 topAlg.Pythia8B.AntiQuarkPtCut = 2.5
41 topAlg.Pythia8B.QuarkEtaCut = 102.5
42 topAlg.Pythia8B.AntiQuarkEtaCut = 2.5
43 topAlg.Pythia8B.RequireBothQuarksPassCuts =
True
44 topAlg.Pythia8B.VetoDoubleBEvents =
True
47 include (
"Pythia8B_i/CloseBDecays.py")
54 topAlg.Pythia8B.Commands += [
'531:87:onMode = on']
57 topAlg.Pythia8B.Commands += [
'443:onMode = off']
58 topAlg.Pythia8B.Commands += [
'443:2:onMode = on']
61 topAlg.Pythia8B.SignalPDGCodes = [531,443,-13,13,333,321,-321]
64 topAlg.Pythia8B.NHadronizationLoops = 10
67 include(
"Pythia8B_i/BPDGCodes.py")
70 topAlg.Pythia8B.TriggerPDGCode = 13
71 topAlg.Pythia8B.TriggerStatePtCut = [6.0,4.0]
72 topAlg.Pythia8B.TriggerStateEtaCut = [2.5]
73 topAlg.Pythia8B.MinimumCountPerCut = [1,2]