Advertisement
Guest User

banner

a guest
Mar 31st, 2019
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.75 KB | None | 0 0
  1. <LesHouchesEvents version="3.0">
  2. <header>
  3. <!--
  4. #*********************************************************************
  5. # *
  6. # MadGraph5_aMC@NLO *
  7. # *
  8. # Going Beyond *
  9. # *
  10. # http://madgraph.hep.uiuc.edu *
  11. # http://madgraph.phys.ucl.ac.be *
  12. # http://amcatnlo.cern.ch *
  13. # *
  14. # The MadGraph5_aMC@NLO team *
  15. # *
  16. #....................................................................*
  17. # *
  18. # This file contains all the information necessary to reproduce *
  19. # the events generated: *
  20. # *
  21. # 1. software version *
  22. # 2. proc_card : code generation info including model *
  23. # 3. param_card : model primary parameters in the LH format *
  24. # 4. run_card : running parameters (collider and cuts) *
  25. # 5. pythia_card : present only if pythia has been run *
  26. # 6. pgs_card : present only if pgs has been run *
  27. # 7. delphes_cards : present only if delphes has been run *
  28. # *
  29. # *
  30. #*********************************************************************
  31. -->
  32. <MGVersion>
  33. #2.6.5
  34. </MGVersion>
  35. <MG5ProcCard>
  36. <![CDATA[
  37. #************************************************************
  38. #* MadGraph5_aMC@NLO *
  39. #* *
  40. #* * * *
  41. #* * * * * *
  42. #* * * * * 5 * * * * *
  43. #* * * * * *
  44. #* * * *
  45. #* *
  46. #* *
  47. #* VERSION 2.6.5 2018-02-03 *
  48. #* *
  49. #* The MadGraph5_aMC@NLO Development Team - Find us at *
  50. #* https://server06.fynu.ucl.ac.be/projects/madgraph *
  51. #* *
  52. #************************************************************
  53. #* *
  54. #* Command File for MadGraph5_aMC@NLO *
  55. #* *
  56. #* run as ./bin/mg5_aMC filename *
  57. #* *
  58. #************************************************************
  59. set default_unset_couplings 99
  60. set group_subprocesses Auto
  61. set ignore_six_quark_processes False
  62. set loop_optimized_output True
  63. set loop_color_flows False
  64. set gauge unitary
  65. set complex_mass_scheme False
  66. set max_npoint_for_channel 0
  67. import model GTTD_UFO
  68. define p = g u c d s u~ c~ d~ s~
  69. define j = g u c d s u~ c~ d~ s~
  70. define l+ = e+ mu+
  71. define l- = e- mu-
  72. define vl = ve vm vt
  73. define vl~ = ve~ vm~ vt~
  74. generate p p > t t~
  75. output ttC2
  76. ]]>
  77. </MG5ProcCard>
  78. <MGProcCard>
  79. #*********************************************************************
  80. # MadGraph/MadEvent *
  81. # http://madgraph.hep.uiuc.edu *
  82. # *
  83. # proc_card.dat *
  84. #*********************************************************************
  85. # *
  86. # This Files is generated by MADGRAPH 5 *
  87. # *
  88. # WARNING: This Files is generated for MADEVENT (compatibility issue)*
  89. # This files is NOT a valid MG4 proc_card.dat *
  90. # Running this in MG4 will NEVER reproduce the result of MG5*
  91. # *
  92. #*********************************************************************
  93. #*********************************************************************
  94. # Process(es) requested : mg2 input *
  95. #*********************************************************************
  96. # Begin PROCESS # This is TAG. Do not modify this line
  97. p p > t t~ #Process
  98. # Be carefull the coupling are here in MG5 convention
  99.  
  100. end_coup # End the couplings input
  101.  
  102. done # this tells MG there are no more procs
  103. # End PROCESS # This is TAG. Do not modify this line
  104. #*********************************************************************
  105. # Model information *
  106. #*********************************************************************
  107. # Begin MODEL # This is TAG. Do not modify this line
  108. GTTD_UFO
  109. # End MODEL # This is TAG. Do not modify this line
  110. #*********************************************************************
  111. # Start multiparticle definitions *
  112. #*********************************************************************
  113. # Begin MULTIPARTICLES # This is TAG. Do not modify this line
  114.  
  115. # End MULTIPARTICLES # This is TAG. Do not modify this line
  116. </MGProcCard>
  117. <MGRunCard>
  118. <![CDATA[
  119. #*********************************************************************
  120. # MadGraph5_aMC@NLO *
  121. # *
  122. # run_card.dat MadEvent *
  123. # *
  124. # This file is used to set the parameters of the run. *
  125. # *
  126. # Some notation/conventions: *
  127. # *
  128. # Lines starting with a '# ' are info or comments *
  129. # *
  130. # mind the format: value = variable ! comment *
  131. # *
  132. # To display more options, you can type the command: *
  133. # update full_run_card *
  134. #*********************************************************************
  135. #
  136. #*******************
  137. # Running parameters
  138. #*******************
  139. #
  140. #*********************************************************************
  141. # Tag name for the run (one word) *
  142. #*********************************************************************
  143. tag_1 = run_tag ! name of the run
  144. #*********************************************************************
  145. # Number of events and rnd seed *
  146. # Warning: Do not generate more than 1M events in a single run *
  147. # If you want to run Pythia, avoid more than 50k events in a run. *
  148. #*********************************************************************
  149. 1000000 = nevents ! Number of unweighted events requested
  150. 678 = iseed ! rnd seed (0=assigned automatically=default))
  151. #*********************************************************************
  152. # Collider type and energy *
  153. # lpp: 0=No PDF, 1=proton, -1=antiproton, 2=photon from proton, *
  154. # 3=photon from electron *
  155. #*********************************************************************
  156. 1 = lpp1 ! beam 1 type
  157. 1 = lpp2 ! beam 2 type
  158. 6500.0 = ebeam1 ! beam 1 total energy in GeV
  159. 6500.0 = ebeam2 ! beam 2 total energy in GeV
  160. # To see polarised beam options: type "update beam_pol"
  161. #*********************************************************************
  162. # PDF CHOICE: this automatically fixes also alpha_s and its evol. *
  163. #*********************************************************************
  164. nn23lo1 = pdlabel ! PDF set
  165. 230000 = lhaid ! if pdlabel=lhapdf, this is the lhapdf number
  166. # To see heavy ion options: type "update ion_pdf"
  167. #*********************************************************************
  168. # Renormalization and factorization scales *
  169. #*********************************************************************
  170. False = fixed_ren_scale ! if .true. use fixed ren scale
  171. False = fixed_fac_scale ! if .true. use fixed fac scale
  172. 91.188 = scale ! fixed ren scale
  173. 91.188 = dsqrt_q2fact1 ! fixed fact scale for pdf1
  174. 91.188 = dsqrt_q2fact2 ! fixed fact scale for pdf2
  175. -1 = dynamical_scale_choice ! Choose one of the preselected dynamical choices
  176. 1.0 = scalefact ! scale factor for event-by-event scales
  177. #*********************************************************************
  178. # Type and output format
  179. #*********************************************************************
  180. False = gridpack !True = setting up the grid pack
  181. -1.0 = time_of_flight ! threshold (in mm) below which the invariant livetime is not written (-1 means not written)
  182. 3.0 = lhe_version ! Change the way clustering information pass to shower.
  183. True = clusinfo ! include clustering tag in output
  184. average = event_norm ! average/sum. Normalization of the weight in the LHEF
  185.  
  186. #*********************************************************************
  187. # Matching parameter (MLM only)
  188. #*********************************************************************
  189. 0 = ickkw ! 0 no matching, 1 MLM
  190. 1.0 = alpsfact ! scale factor for QCD emission vx
  191. False = chcluster ! cluster only according to channel diag
  192. 4 = asrwgtflavor ! highest quark flavor for a_s reweight
  193. False = auto_ptj_mjj ! Automatic setting of ptj and mjj if xqcut >0
  194. ! (turn off for VBF and single top processes)
  195. 0.0 = xqcut ! minimum kt jet measure between partons
  196. #*********************************************************************
  197. #
  198. #*********************************************************************
  199. # handling of the helicities:
  200. # 0: sum over all helicities
  201. # 1: importance sampling over helicities
  202. #*********************************************************************
  203. 0 = nhel ! using helicities importance sampling or not.
  204. #*********************************************************************
  205. # Generation bias, check the wiki page below for more information: *
  206. # 'cp3.irmp.ucl.ac.be/projects/madgraph/wiki/LOEventGenerationBias' *
  207. #*********************************************************************
  208. None = bias_module ! Bias type of bias, [None, ptj_bias, -custom_folder-]
  209. {} = bias_parameters ! Specifies the parameters of the module.
  210. #
  211. #*******************************
  212. # Parton level cuts definition *
  213. #*******************************
  214. #
  215. #
  216. #*********************************************************************
  217. # BW cutoff (M+/-bwcutoff*Gamma) ! Define on/off-shell for "$" and decay
  218. #*********************************************************************
  219. 15.0 = bwcutoff ! (M+/-bwcutoff*Gamma)
  220. #*********************************************************************
  221. # Apply pt/E/eta/dr/mij/kt_durham cuts on decay products or not
  222. # (note that etmiss/ptll/ptheavy/ht/sorted cuts always apply)
  223. #*********************************************************************
  224. False = cut_decays ! Cut decay products
  225. #*********************************************************************
  226. # Standard Cuts *
  227. #*********************************************************************
  228. # Minimum and maximum pt's (for max, -1 means no cut) *
  229. #*********************************************************************
  230. 20.0 = ptj ! minimum pt for the jets
  231. 0.0 = ptb ! minimum pt for the b
  232. 10.0 = pta ! minimum pt for the photons
  233. 10.0 = ptl ! minimum pt for the charged leptons
  234. 0.0 = misset ! minimum missing Et (sum of neutrino's momenta)
  235. -1.0 = ptjmax ! maximum pt for the jets
  236. -1.0 = ptbmax ! maximum pt for the b
  237. -1.0 = ptamax ! maximum pt for the photons
  238. -1.0 = ptlmax ! maximum pt for the charged leptons
  239. -1.0 = missetmax ! maximum missing Et (sum of neutrino's momenta)
  240. {} = pt_min_pdg ! pt cut for other particles (use pdg code). Applied on particle and anti-particle
  241. {} = pt_max_pdg ! pt cut for other particles (syntax e.g. {6: 100, 25: 50})
  242. #*********************************************************************
  243. # Minimum and maximum E's (in the center of mass frame) *
  244. #*********************************************************************
  245. 0.0 = ej ! minimum E for the jets
  246. 0.0 = eb ! minimum E for the b
  247. 0.0 = ea ! minimum E for the photons
  248. 0.0 = el ! minimum E for the charged leptons
  249. -1.0 = ejmax ! maximum E for the jets
  250. -1.0 = ebmax ! maximum E for the b
  251. -1.0 = eamax ! maximum E for the photons
  252. -1.0 = elmax ! maximum E for the charged leptons
  253. {} = e_min_pdg ! E cut for other particles (use pdg code). Applied on particle and anti-particle
  254. {} = e_max_pdg ! E cut for other particles (syntax e.g. {6: 100, 25: 50})
  255. #*********************************************************************
  256. # Maximum and minimum absolute rapidity (for max, -1 means no cut) *
  257. #*********************************************************************
  258. 5.0 = etaj ! max rap for the jets
  259. -1.0 = etab ! max rap for the b
  260. 2.5 = etaa ! max rap for the photons
  261. 2.5 = etal ! max rap for the charged leptons
  262. 0.0 = etajmin ! min rap for the jets
  263. 0.0 = etabmin ! min rap for the b
  264. 0.0 = etaamin ! min rap for the photons
  265. 0.0 = etalmin ! main rap for the charged leptons
  266. {} = eta_min_pdg ! rap cut for other particles (use pdg code). Applied on particle and anti-particle
  267. {} = eta_max_pdg ! rap cut for other particles (syntax e.g. {6: 2.5, 23: 5})
  268. #*********************************************************************
  269. # Minimum and maximum DeltaR distance *
  270. #*********************************************************************
  271. 0.4 = drjj ! min distance between jets
  272. 0.0 = drbb ! min distance between b's
  273. 0.4 = drll ! min distance between leptons
  274. 0.4 = draa ! min distance between gammas
  275. 0.0 = drbj ! min distance between b and jet
  276. 0.4 = draj ! min distance between gamma and jet
  277. 0.4 = drjl ! min distance between jet and lepton
  278. 0.0 = drab ! min distance between gamma and b
  279. 0.0 = drbl ! min distance between b and lepton
  280. 0.4 = dral ! min distance between gamma and lepton
  281. -1.0 = drjjmax ! max distance between jets
  282. -1.0 = drbbmax ! max distance between b's
  283. -1.0 = drllmax ! max distance between leptons
  284. -1.0 = draamax ! max distance between gammas
  285. -1.0 = drbjmax ! max distance between b and jet
  286. -1.0 = drajmax ! max distance between gamma and jet
  287. -1.0 = drjlmax ! max distance between jet and lepton
  288. -1.0 = drabmax ! max distance between gamma and b
  289. -1.0 = drblmax ! max distance between b and lepton
  290. -1.0 = dralmax ! maxdistance between gamma and lepton
  291. #*********************************************************************
  292. # Minimum and maximum invariant mass for pairs *
  293. # WARNING: for four lepton final state mmll cut require to have *
  294. # different lepton masses for each flavor! *
  295. #*********************************************************************
  296. 0.0 = mmjj ! min invariant mass of a jet pair
  297. 0.0 = mmbb ! min invariant mass of a b pair
  298. 0.0 = mmaa ! min invariant mass of gamma gamma pair
  299. 0.0 = mmll ! min invariant mass of l+l- (same flavour) lepton pair
  300. -1.0 = mmjjmax ! max invariant mass of a jet pair
  301. -1.0 = mmbbmax ! max invariant mass of a b pair
  302. -1.0 = mmaamax ! max invariant mass of gamma gamma pair
  303. -1.0 = mmllmax ! max invariant mass of l+l- (same flavour) lepton pair
  304. {} = mxx_min_pdg ! min invariant mass of a pair of particles X/X~ (e.g. {6:250})
  305. {'default': False} = mxx_only_part_antipart ! if True the invariant mass is applied only
  306. ! to pairs of particle/antiparticle and not to pairs of the same pdg codes.
  307. #*********************************************************************
  308. # Minimum and maximum invariant mass for all letpons *
  309. #*********************************************************************
  310. 0.0 = mmnl ! min invariant mass for all letpons (l+- and vl)
  311. -1.0 = mmnlmax ! max invariant mass for all letpons (l+- and vl)
  312. #*********************************************************************
  313. # Minimum and maximum pt for 4-momenta sum of leptons *
  314. #*********************************************************************
  315. 0.0 = ptllmin ! Minimum pt for 4-momenta sum of leptons(l and vl)
  316. -1.0 = ptllmax ! Maximum pt for 4-momenta sum of leptons(l and vl)
  317. #*********************************************************************
  318. # Inclusive cuts *
  319. #*********************************************************************
  320. 0.0 = ptheavy ! minimum pt for at least one heavy final state
  321. 0.0 = xptj ! minimum pt for at least one jet
  322. 0.0 = xptb ! minimum pt for at least one b
  323. 0.0 = xpta ! minimum pt for at least one photon
  324. 0.0 = xptl ! minimum pt for at least one charged lepton
  325. #*********************************************************************
  326. # Control the pt's of the jets sorted by pt *
  327. #*********************************************************************
  328. 0.0 = ptj1min ! minimum pt for the leading jet in pt
  329. 0.0 = ptj2min ! minimum pt for the second jet in pt
  330. 0.0 = ptj3min ! minimum pt for the third jet in pt
  331. 0.0 = ptj4min ! minimum pt for the fourth jet in pt
  332. -1.0 = ptj1max ! maximum pt for the leading jet in pt
  333. -1.0 = ptj2max ! maximum pt for the second jet in pt
  334. -1.0 = ptj3max ! maximum pt for the third jet in pt
  335. -1.0 = ptj4max ! maximum pt for the fourth jet in pt
  336. 0 = cutuse ! reject event if fails any (0) / all (1) jet pt cuts
  337. #*********************************************************************
  338. # Control the pt's of leptons sorted by pt *
  339. #*********************************************************************
  340. 0.0 = ptl1min ! minimum pt for the leading lepton in pt
  341. 0.0 = ptl2min ! minimum pt for the second lepton in pt
  342. 0.0 = ptl3min ! minimum pt for the third lepton in pt
  343. 0.0 = ptl4min ! minimum pt for the fourth lepton in pt
  344. -1.0 = ptl1max ! maximum pt for the leading lepton in pt
  345. -1.0 = ptl2max ! maximum pt for the second lepton in pt
  346. -1.0 = ptl3max ! maximum pt for the third lepton in pt
  347. -1.0 = ptl4max ! maximum pt for the fourth lepton in pt
  348. #*********************************************************************
  349. # Control the Ht(k)=Sum of k leading jets *
  350. #*********************************************************************
  351. 0.0 = htjmin ! minimum jet HT=Sum(jet pt)
  352. -1.0 = htjmax ! maximum jet HT=Sum(jet pt)
  353. 0.0 = ihtmin !inclusive Ht for all partons (including b)
  354. -1.0 = ihtmax !inclusive Ht for all partons (including b)
  355. 0.0 = ht2min ! minimum Ht for the two leading jets
  356. 0.0 = ht3min ! minimum Ht for the three leading jets
  357. 0.0 = ht4min ! minimum Ht for the four leading jets
  358. -1.0 = ht2max ! maximum Ht for the two leading jets
  359. -1.0 = ht3max ! maximum Ht for the three leading jets
  360. -1.0 = ht4max ! maximum Ht for the four leading jets
  361. #***********************************************************************
  362. # Photon-isolation cuts, according to hep-ph/9801442 *
  363. # When ptgmin=0, all the other parameters are ignored *
  364. # When ptgmin>0, pta and draj are not going to be used *
  365. #***********************************************************************
  366. 0.0 = ptgmin ! Min photon transverse momentum
  367. 0.4 = R0gamma ! Radius of isolation code
  368. 1.0 = xn ! n parameter of eq.(3.4) in hep-ph/9801442
  369. 1.0 = epsgamma ! epsilon_gamma parameter of eq.(3.4) in hep-ph/9801442
  370. True = isoEM ! isolate photons from EM energy (photons and leptons)
  371. #*********************************************************************
  372. # WBF cuts *
  373. #*********************************************************************
  374. 0.0 = xetamin ! minimum rapidity for two jets in the WBF case
  375. 0.0 = deltaeta ! minimum rapidity for two jets in the WBF case
  376. #***********************************************************************
  377. # Turn on either the ktdurham or ptlund cut to activate *
  378. # CKKW(L) merging with Pythia8 [arXiv:1410.3012, arXiv:1109.4829] *
  379. #***********************************************************************
  380. -1.0 = ktdurham
  381. 0.4 = dparameter
  382. -1.0 = ptlund
  383. 1, 2, 3, 4, 5, 6, 21 = pdgs_for_merging_cut ! PDGs for two cuts above
  384. #*********************************************************************
  385. # maximal pdg code for quark to be considered as a light jet *
  386. # (otherwise b cuts are applied) *
  387. #*********************************************************************
  388. 4 = maxjetflavor ! Maximum jet pdg code
  389. #*********************************************************************
  390. #
  391. #*********************************************************************
  392. # Store info for systematics studies *
  393. # WARNING: Do not use for interference type of computation *
  394. #*********************************************************************
  395. True = use_syst ! Enable systematics studies
  396. #
  397. systematics = systematics_program ! none, systematics [python], SysCalc [depreceted, C++]
  398. ['--mur=0.5,1,2', '--muf=0.5,1,2', '--pdf=errorset'] = systematics_arguments ! see: https://cp3.irmp.ucl.ac.be/projects/madgraph/wiki/Systematics#Systematicspythonmodule
  399. # Syscalc is deprecated but to see the associate options type'update syscalc'
  400. ]]>
  401. </MGRunCard>
  402. <slha>
  403. ######################################################################
  404. ## PARAM_CARD AUTOMATICALY GENERATED BY MG5 ####
  405. ######################################################################
  406. ###################################
  407. ## INFORMATION FOR CKMBLOCK
  408. ###################################
  409. BLOCK CKMBLOCK #
  410. 1 2.277360e-01 # cabi
  411. ###################################
  412. ## INFORMATION FOR FRBLOCK
  413. ###################################
  414. BLOCK FRBLOCK #
  415. 1 0.000000e+00 # c1
  416. 2 1.041469e-02 # c2
  417. 3 0.000000e+00 # c8
  418. 4 0.000000e+00 # c1b
  419. ###################################
  420. ## INFORMATION FOR MASS
  421. ###################################
  422. BLOCK MASS #
  423. 5 4.700000e+00 # mb
  424. 6 1.725000e+02 # mt
  425. 15 1.777000e+00 # mta
  426. 23 9.118760e+01 # mz
  427. 25 1.200000e+02 # mh
  428. 1 0.000000e+00 # d : 0.0
  429. 2 0.000000e+00 # u : 0.0
  430. 3 0.000000e+00 # s : 0.0
  431. 4 0.000000e+00 # c : 0.0
  432. 11 0.000000e+00 # e- : 0.0
  433. 12 0.000000e+00 # ve : 0.0
  434. 13 0.000000e+00 # mu- : 0.0
  435. 14 0.000000e+00 # vm : 0.0
  436. 16 0.000000e+00 # vt : 0.0
  437. 21 0.000000e+00 # g : 0.0
  438. 22 0.000000e+00 # a : 0.0
  439. 24 7.982436e+01 # w+ : cmath.sqrt(mz__exp__2/2. + cmath.sqrt(mz__exp__4/4. - (aew*cmath.pi*mz__exp__2)/(gf*sqrt__2)))
  440. ###################################
  441. ## INFORMATION FOR SMINPUTS
  442. ###################################
  443. BLOCK SMINPUTS #
  444. 1 1.279000e+02 # aewm1
  445. 2 1.166370e-05 # gf
  446. 3 1.184000e-01 # as
  447. ###################################
  448. ## INFORMATION FOR YUKAWA
  449. ###################################
  450. BLOCK YUKAWA #
  451. 5 4.700000e+00 # ymb
  452. 6 1.725000e+02 # ymt
  453. 15 1.777000e+00 # ymtau
  454. ###################################
  455. ## INFORMATION FOR DECAY
  456. ###################################
  457. DECAY 6 1.508336e+00 # wt
  458. DECAY 23 2.495200e+00 # wz
  459. DECAY 24 2.085000e+00 # ww
  460. DECAY 25 5.753088e-03 # wh
  461. DECAY 1 0.000000e+00 # d : 0.0
  462. DECAY 2 0.000000e+00 # u : 0.0
  463. DECAY 3 0.000000e+00 # s : 0.0
  464. DECAY 4 0.000000e+00 # c : 0.0
  465. DECAY 5 0.000000e+00 # b : 0.0
  466. DECAY 11 0.000000e+00 # e- : 0.0
  467. DECAY 12 0.000000e+00 # ve : 0.0
  468. DECAY 13 0.000000e+00 # mu- : 0.0
  469. DECAY 14 0.000000e+00 # vm : 0.0
  470. DECAY 15 0.000000e+00 # ta- : 0.0
  471. DECAY 16 0.000000e+00 # vt : 0.0
  472. DECAY 21 0.000000e+00 # g : 0.0
  473. DECAY 22 0.000000e+00 # a : 0.0
  474. </slha>
  475. <MGGenerationInfo>
  476. # Number of Events : 1000000
  477. # Integrated weight (pb) : 541.212
  478. </MGGenerationInfo>
  479. </header>
  480. </LesHouchesEvents>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement