5 from Pythia8B_i.Pythia8B_iConf
import Pythia8B_i
6 topAlg+=Pythia8B_i(
"Pythia8B")
7 evgenConfig.generators += [
"Pythia8B"]
8 evgenConfig.description =
"Inclusive cc->mu4mu4 production"
9 evgenConfig.keywords = [
"BPHYS"]
10 evgenConfig.minevents = 5000
14 topAlg.Pythia8B.Commands += [
'HardQCD:all = on']
17 topAlg.Pythia8B.Commands += [
'PhaseSpace:pTHatMin = 7.']
18 topAlg.Pythia8B.Commands += [
'ParticleDecays:mixB = off']
19 topAlg.Pythia8B.Commands += [
'HadronLevel:all = off']
22 topAlg.Pythia8B.SelectBQuarks =
False
23 topAlg.Pythia8B.SelectCQuarks =
True
24 topAlg.Pythia8B.QuarkPtCut = 7.0
25 topAlg.Pythia8B.AntiQuarkPtCut = 7.0
26 topAlg.Pythia8B.QuarkEtaCut = 4.5
27 topAlg.Pythia8B.AntiQuarkEtaCut = 4.5
28 topAlg.Pythia8B.RequireBothQuarksPassCuts =
False
29 topAlg.Pythia8B.VetoDoubleBEvents =
True
32 topAlg.Pythia8B.NHadronizationLoops = 10
35 include(
"Pythia8B_i/BPDGCodes.py")
38 topAlg.Pythia8B.TriggerPDGCode = 13
39 topAlg.Pythia8B.TriggerStatePtCut = [4.0]
40 topAlg.Pythia8B.TriggerStateEtaCut = [2.5]
41 topAlg.Pythia8B.MinimumCountPerCut = [2]