ATLAS Offline Software
Pythia8B_Charmonium_Common.py
Go to the documentation of this file.
1 
4 
5 # Hard process
6 genSeq.Pythia8B.Commands += ['PhaseSpace:pTHatMin = 1.'] # Equivalent of CKIN3
7 genSeq.Pythia8B.Commands += ['ParticleDecays:mixB = off']
8 genSeq.Pythia8B.Commands += ['HadronLevel:all = off']
9 
10 # Quarkonia production mode
11 genSeq.Pythia8B.Commands += ['Charmonium:all = on']
12 genSeq.Pythia8B.Commands += ['PhaseSpace:pTHatMinDiverge = 0.5']
13 genSeq.Pythia8B.SuppressSmallPT = True
14 genSeq.Pythia8B.pT0timesMPI = 1.
15 genSeq.Pythia8B.numberAlphaS = 3.
16 genSeq.Pythia8B.useSameAlphaSasMPI = False
17 genSeq.Pythia8B.SelectBQuarks = False
18 genSeq.Pythia8B.SelectCQuarks = False
19 genSeq.Pythia8B.VetoDoubleBEvents = False
20 genSeq.Pythia8B.VetoDoubleCEvents = False
21 
22 # Number of repeat-hadronization loops
23 genSeq.Pythia8B.NHadronizationLoops = 1
24 
25 # List of B-species - for counting purposes (no effect on generation)
26 #include("Pythia8B_i/BPDGCodes.py") NB: Not working in MC15, is it a problem??
27