ATLAS Offline Software
Loading...
Searching...
No Matches
jobOptions.SuperChicPy8_yyMuMu_SDB.py
Go to the documentation of this file.
1evgenConfig.description = "SuperChic4 MC gamma + gamma pp collisions at 13000 GeV to 2 muons with dissociation on single side"
2evgenConfig.keywords = ["2photon","2muon","dissociation"]
3evgenConfig.contact = ["william.patrick.mccormack.iii@cern.ch", "oldrich.kepka@cern.ch"]
4
5from Superchic_i.SuperChicUtils import SuperChicConfig, SuperChicRun
6
7#class with the superchic initialization parameters. Please see SuperChicUtils for a complete list of tunable parameters.
8scConfig = SuperChicConfig(runArgs)
9
10scConfig.isurv = 4 # Model of soft survival (from 1 -> 4, corresponding to arXiv:1306.2149)
11scConfig.PDFname = 'MMHT2014lo68cl' # PDF set name
12scConfig.PDFmember = 0 # PDF member
13scConfig.proc = 57 # Process number (59 = gg->gg, 56 = gg->ee, 68 = gg->a->gg ); Please consult Superchic Manual https://superchic.hepforge.org/
14scConfig.beam = 'prot' # Beam type ('prot', 'ion')
15scConfig.sfaci = True # Include soft survival effects
16scConfig.diff = 'sdb' # interaction: elastic ('el'), single ('sd','sda','sdb') and double ('dd') dissociation.
17scConfig.genunw = True
18scConfig.ymin = -5.0 # Minimum object rapidity Y_X
19scConfig.ymax = 5.0 # Maximum object rapidity Y_X
20scConfig.mmin = 20 # Minimum object mass M_X
21scConfig.mmax = 2000 # Maximum object mass M_X
22scConfig.gencuts = True # Generate cuts below
23scConfig.ptxmax = 100 #cut on proton pt
24scConfig.ptamin = 10.0 # Minimum pT of outgoing object a
25scConfig.ptbmin = 10. # Minimum pT of outgoing object b
26scConfig.etaamin = -2.5 # Minimum eta of outgoing object a
27scConfig.etaamax = 2.5 # Maximum eta of outgoing object a
28scConfig.etabmin = -2.5 # Minimum eta of outgoing object b
29scConfig.etabmax = 2.5 # Maximum eta of outgoing object b
30scConfig.acoabmax = 100
31
32
33SuperChicRun(scConfig, genSeq)
34include('Superchic_i/Pythia8_SD_Common.py')