ATLAS Offline Software
Loading...
Searching...
No Matches
Pythia8B_inclusiveAntiBJpsi_Common.py
Go to the documentation of this file.
7
8# Hard process
9genSeq.Pythia8B.Commands += ['HardQCD:all = on'] # Equivalent of MSEL1
10genSeq.Pythia8B.Commands += ['ParticleDecays:mixB = off']
11genSeq.Pythia8B.Commands += ['HadronLevel:all = off']
12
13# Event selection
14genSeq.Pythia8B.SelectBQuarks = True
15genSeq.Pythia8B.SelectCQuarks = False
16genSeq.Pythia8B.VetoDoubleBEvents = True
17genSeq.Pythia8B.UserSelection = 'BJPSIINCLUSIVE'
18genSeq.Pythia8B.UserSelectionVariables = [ -1 ]
19
20# Close B decays and open antiB decays
21include ("Pythia8B_i/Pythia8B_CloseAntiBDecays.py")
22
23# Open inclusive B->J/psi decays
24include ("Pythia8B_i/Pythia8B_OpenBJpsiDecays.py")
25
26# List of B-species
27include("Pythia8B_i/Pythia8B_BPDGCodes.py")