6 from Pythia8B_i.Pythia8B_iConf 
import Pythia8B_i
 
    7 topAlg+=Pythia8B_i(
"Pythia8B")
 
    8 evgenConfig.generators += [
"Pythia8B"]
 
    9 evgenConfig.description = 
"Inclusive pp->J/psi(mu4mu4) production" 
   10 evgenConfig.keywords = [
"BPHYS"]
 
   11 evgenConfig.minevents = 5000
 
   17 topAlg.Pythia8B.Commands += [
'PhaseSpace:pTHatMin = 1.']    
 
   18 topAlg.Pythia8B.Commands += [
'ParticleDecays:mixB = off']
 
   19 topAlg.Pythia8B.Commands += [
'HadronLevel:all = on']
 
   23 topAlg.Pythia8B.Commands += [
'Charmonium:all = on']
 
   25 topAlg.Pythia8B.Commands += [
'PhaseSpace:pTHatMinDiverge = 0.5']
 
   26 topAlg.Pythia8B.SuppressSmallPT = 
True 
   27 topAlg.Pythia8B.pT0timesMPI = 1.
 
   28 topAlg.Pythia8B.numberAlphaS = 3.
 
   29 topAlg.Pythia8B.useSameAlphaSasMPI = 
False 
   42 topAlg.Pythia8B.SelectBQuarks = 
False 
   43 topAlg.Pythia8B.SelectCQuarks = 
False 
   46 topAlg.Pythia8B.Commands += [
'443:onMode = off']
 
   47 topAlg.Pythia8B.Commands += [
'443:2:onMode = on']
 
   50 topAlg.Pythia8B.SignalPDGCodes = [443,-13,13]
 
   53 topAlg.Pythia8B.NHadronizationLoops = 1
 
   56 include(
"Pythia8B_i/BPDGCodes.py")
 
   59 topAlg.Pythia8B.TriggerPDGCode = 13
 
   60 topAlg.Pythia8B.TriggerStatePtCut = [4.0]
 
   61 topAlg.Pythia8B.TriggerStateEtaCut = [2.5]
 
   62 topAlg.Pythia8B.MinimumCountPerCut = [2]