From c2c4097160846baf9d3ead533cad9b7435cee13b Mon Sep 17 00:00:00 2001 From: Davide Napoletano Date: Wed, 13 Jan 2016 14:05:22 +0100 Subject: [PATCH] Added Draft tree folder! --- Draft/.DS_Store | Bin 0 -> 6148 bytes Draft/Makefile | 4 + Draft/bib/Makefile | 221 + Draft/bib/amsunsrt_mod.bst | 1462 ++ Draft/bib/amsunsrt_modp.bst | 1501 ++ Draft/bib/amsunsrt_modpp.bst | 1502 ++ Draft/bib/bbb.bib | 30407 ++++++++++++++++++++++++++++++++ Draft/bib/jhep_journal.bib | 4478 +++++ Draft/bib/journal.bib | 22652 ++++++++++++++++++++++++ Draft/bib/make-plots | 2678 +++ Draft/bib/make_info.sh | 139 + Draft/bib/make_jhep.sh | 126 + Draft/main.bbl | 6 + Draft/main.pdf | Bin 0 -> 88630 bytes Draft/main.tdeps | 2 + Draft/main.tex | 48 + Draft/text/.DS_Store | Bin 0 -> 6148 bytes Draft/text/conclusions.tex | 1 + Draft/text/global.tex | 127 + Draft/text/introduction.tex | 9 + Draft/text/macros.tex | 63 + Draft/text/macros_codes.tex | 186 + Draft/text/macros_collabs.tex | 60 + Draft/text/macros_joey.tex | 34 + Draft/text/macros_maths.tex | 65 + Draft/text/macros_physics.tex | 165 + Draft/text/macros_refs.tex | 27 + Draft/text/sec_1.tex | 1 + Draft/text/sec_2.tex | 1 + Draft/text/sec_3.tex | 1 + 30 files changed, 65966 insertions(+) create mode 100644 Draft/.DS_Store create mode 100644 Draft/Makefile create mode 100644 Draft/bib/Makefile create mode 100644 Draft/bib/amsunsrt_mod.bst create mode 100644 Draft/bib/amsunsrt_modp.bst create mode 100644 Draft/bib/amsunsrt_modpp.bst create mode 100644 Draft/bib/bbb.bib create mode 100644 Draft/bib/jhep_journal.bib create mode 100644 Draft/bib/journal.bib create mode 100755 Draft/bib/make-plots create mode 100755 Draft/bib/make_info.sh create mode 100755 Draft/bib/make_jhep.sh create mode 100644 Draft/main.bbl create mode 100644 Draft/main.pdf create mode 100644 Draft/main.tdeps create mode 100644 Draft/main.tex create mode 100644 Draft/text/.DS_Store create mode 100644 Draft/text/conclusions.tex create mode 100644 Draft/text/global.tex create mode 100644 Draft/text/introduction.tex create mode 100644 Draft/text/macros.tex create mode 100644 Draft/text/macros_codes.tex create mode 100644 Draft/text/macros_collabs.tex create mode 100644 Draft/text/macros_joey.tex create mode 100644 Draft/text/macros_maths.tex create mode 100644 Draft/text/macros_physics.tex create mode 100644 Draft/text/macros_refs.tex create mode 100644 Draft/text/sec_1.tex create mode 100644 Draft/text/sec_2.tex create mode 100644 Draft/text/sec_3.tex diff --git a/Draft/.DS_Store b/Draft/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0 $(DEPFILE) + @echo -e "FIGUREDEPFILES = $(FIGUREDEPS)" >> $(DEPFILE) + +%.aux: %.tdeps + $(MAKE) $(addsuffix .figures,$(basename $@)); \ + latex -interaction=nonstopmode $(addsuffix .tex,$(basename $@)) + +%.bbl: %.tdeps + if egrep -s 'bibliography' $(addsuffix .tex,$(basename $@)); \ + then bibtex $(basename $@); fi + +%.graphs: $(DEPFILES) + @g=$$(egrep {fmffile} $(filter %.tex,$(DEPFILES)) | \ + egrep begin | cut -d{ -f3 | cut -d} -f1); \ + t=$$(egrep feyn $(filter %.tex,$(DEPFILES)) | \ + egrep package | cut -d{ -f2 | cut -d} -f1); \ + if [ "$$t" = "feynmp" ]; then \ + if test -f $$g.mp; then mpost $$g.mp; fi; \ + elif [ "$$t" = "feynmf" ]; then \ + if test -f $$g.mf; then mf $$g.mf; fi; fi; + +%.figures: $(FIGUREDEPFILES) + @echo "Recreated figures."; + +figures/%.conf: + @echo "No figures/*.conf found." + +figures/%.dat: + @echo "Did not find $@. Not running make-plots." + +figures/%.pdf: figures/%.dat figures/make-plots.conf + @datfile=$(addsuffix .dat,$(basename $@)); \ + if test -f $$datfile; then \ + if test -f figures/make-plots.conf; then addarg="-c figures/make-plots.conf"; fi; \ + bib/make-plots $$addarg --full-range $$datfile; \ + fi; + +figures/%.eps: figures/%.dat figures/make-plots.conf + @datfile=$(addsuffix .dat,$(basename $@)); \ + if test -f $$datfile; then \ + if test -f figures/make-plots.conf; then addarg="-c figures/make-plots.conf"; fi; \ + bib/make-plots --eps $$addarg --full-range $$datfile; \ + fi; + +.SECONDARY: + +%.ps: %.tex %.aux + $(MAKE) $(addsuffix .bbl,$(basename $@)); \ + $(MAKE) $(addsuffix .graphs,$(basename $@)); \ + $(MAKE) $(addsuffix .figures,$(basename $@)); \ + lc=4; while ( egrep -s 'cross-references' \ + $(addsuffix .log,$(basename $@)) || \ + egrep -s 'reprocess' $(addsuffix .log,$(basename $@)) || \ + egrep -s 'undefined' $(addsuffix .log,$(basename $@)) ) \ + && [ $$lc -gt 0 ] ; do \ + latex -interaction=nonstopmode $<; lc=`expr $$lc - 1`; done; \ + if test -f $(addsuffix .dvi,$(basename $@)); then \ + dvips $(addsuffix .dvi,$(basename $@)); fi; + +%.pdf: %.ps + if test -f $(addsuffix .ps,$(basename $@)); then \ + ps2pdf -sPAPERSIZE=a4 $(addsuffix .ps,$(basename $@)); fi; + +$(MASTER): $(MASTER).$(FORMAT) + +clean: + rm -f $(MASTER).aux $(MASTER).log $(MASTER).dvi \ + $(MASTER).bbl $(MASTER).bl $(MASTER).tdeps $(MASTER).pdf \ + $(MASTER).ps $(MASTER).blg $(MASTER).out $(MASTER).toc + +figures-clean: + for i in $(filter figures/%.pdf,$(FIGUREDEPFILES)); do \ + datfile=$$(dirname $$i)/$$(basename $$i .pdf).dat; \ + if test -f $$datfile; then rm -f $$i; fi; \ + done; + +dist: + mkdir $(MASTER); \ + for i in *; do if [ "$$i" != "$(MASTER)" ]; then \ + cp -r $$i $(MASTER); fi; done; cd $(MASTER); \ + rm -f $(NODEPS) $$(find . -name \*~); cd -; \ + tar -czvf $(MASTER).tar.gz $(MASTER); rm -rf $(MASTER) + +find-unneeded: + @for i in $$(find * | grep -v "\.svn" | grep -v "\.cls" | grep -v "\.clo" | grep -v "\.sty" | grep -v "\.bbl"); do \ + if test -f "$$i" -a "x$$(grep -F $$i $(MASTER).tdeps)" = "x"; then \ + echo $$i; \ + fi; \ + done + +../$(MASTER)-submit: + @lwd=$$PWD; cd ..; \ + if test -e $(MASTER)-submit; then \ + echo "Error: $(MASTER)-submit exists." \ + exit 1; \ + fi; \ + cp -rpL $$lwd $(MASTER)-submit; \ + cd $(MASTER)-submit; \ + make clean; \ + make; \ + unneeded=$$(make --quiet find-unneeded); \ + cp $(MASTER).bbl temp.bbl; \ + make clean; \ + mv temp.bbl $(MASTER).bbl; \ + rm -f Makefile; \ + echo "Removing " $$unneeded; \ + for i in $$unneeded; do rm -f $$i; done; \ + rm -rf bib/; \ + cp ../arXiv/bib/*.bst .; \ + for i in *.bst; do \ + if ! grep -q $$(basename $$i .bst) $(MASTER).tex; \ + then rm $$i; fi; \ + done; \ + sed -e "s/\.\.\/bib\///g" -i $(MASTER).tex; \ + rm -rf $$(find . -name "\.svn"); \ + cd ..; \ + tar czf $(MASTER)-submit.tar.gz $(MASTER)-submit diff --git a/Draft/bib/amsunsrt_mod.bst b/Draft/bib/amsunsrt_mod.bst new file mode 100644 index 0000000..6ffc597 --- /dev/null +++ b/Draft/bib/amsunsrt_mod.bst @@ -0,0 +1,1462 @@ +%%% ==================================================================== +%%% @BibTeX-style-file{ +%%% filename = "amsplain.bst", +%%% version = "1.2c", +%%% date = "1999/11/29", +%%% time = "13:36:47 EST", +%%% checksum = "15072 1242 3713 26763", +%%% author = "American Mathematical Society", +%%% address = "American Mathematical Society, +%%% Technical Support, +%%% Electronic Products and Services, +%%% P. O. Box 6248, +%%% Providence, RI 02940, +%%% USA", +%%% telephone = "401-455-4080 or (in the USA and Canada) +%%% 800-321-4AMS (321-4267)", +%%% FAX = "401-331-3842", +%%% email = "tech-support@ams.org (Internet)", +%%% copyright = "Copyright 1995 American Mathematical Society, +%%% all rights reserved. Copying of this file is +%%% authorized only if either: +%%% (1) you make absolutely no changes to your copy, +%%% including name; OR +%%% (2) if you do make changes, you first rename it +%%% to some other name.", +%%% codetable = "ISO/ASCII", +%%% keywords = "bibtex, bibliography, amslatex, ams-latex", +%%% supported = "yes", +%%% abstract = "BibTeX bibliography style `amsplain' for BibTeX +%%% versions 0.99a or later and LaTeX version 2e. +%%% Produces numeric-label bibliography items in +%%% a form typical for American Mathematical Society +%%% publications.", +%%% docstring = "The checksum field above contains a CRC-16 +%%% checksum as the first value, followed by the +%%% equivalent of the standard UNIX wc (word +%%% count) utility output of lines, words, and +%%% characters. This is produced by Robert +%%% Solovay's checksum utility.", +%%% } +%%% ==================================================================== + +% See the file btxbst.doc for extra documentation other than +% what is included here. And see btxhak.tex for a description +% of the BibTeX language and how to use it. + +% This defines the types of fields that can occur in a database entry +% for this particular bibliography style. Except for `language', +% this is the standard list from plain.bst. + +%% Types of entries currently allowed in a BibTeX file: +%% +%% ARTICLE -- An article from a journal or magazine. +%% +%% BOOK -- A book with an explicit publisher. +%% +%% BOOKLET -- A work that is printed and bound, +%% but without a named publisher or sponsoring institution. +%% +%% CONFERENCE -- The same as INPROCEEDINGS, +%% included for Scribe compatibility. +%% +%% INBOOK -- A part of a book, +%% which may be a chapter (or section or whatever) and/or a range of pages. +%% +%% INCOLLECTION -- A part of a book having its own title. +%% +%% INPROCEEDINGS -- An article in a conference proceedings. +%% +%% MANUAL -- Technical documentation. +%% +%% MASTERSTHESIS -- A Master's thesis. +%% +%% MISC -- Use this type when nothing else fits. +%% +%% PHDTHESIS -- A PhD thesis. +%% +%% PROCEEDINGS -- The proceedings of a conference. +%% +%% TECHREPORT -- A report published by a school or other institution, +%% usually numbered within a series. +%% +%% UNPUBLISHED -- A document having an author and title, but not formally +%% published. + +ENTRY + { address + author + booktitle + chapter + edition + editor + eprint + howpublished + institution + journal + key + language + month + note + number + organization + pages + publisher + school + series + title + type + volume + year + collaboration + url + archivePrefix + primaryClass + } + {} + { label extra.label } + +% Removed after.sentence, after.block---not needed. + +INTEGERS { output.state before.all mid.sentence } + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := +} + +% Scratch variables: + +STRINGS { s t } + +% Utility functions + +FUNCTION {shows} +{ duplicate$ ":::: `" swap$ * "'" * top$ +} + +FUNCTION {showstack} +{"STACK=====================================================================" +top$ +stack$ +"ENDSTACK==================================================================" +top$ +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} + +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} + +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} + +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} + +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "\emph{" swap$ * "}" * } + if$ +} + +% n.dashify is used to make sure page ranges get the TeX code +% (two hyphens) for en-dashes. + +FUNCTION {n.dashify} +{ 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +% tie.or.space.connect connects two items with a ~ if the +% second item is less than 3 letters long, otherwise it just puts an +% ordinary space. + +FUNCTION {tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ * * +} + +FUNCTION {add.space.if.necessary} +{ duplicate$ "" = + 'skip$ + { " " * } + if$ +} + +% either.or.check gives a warning if two mutually exclusive fields +% were used in the database. + +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} + +% output.nonnull is called by output. + +FUNCTION {output.nonnull} +% remove the top item from the stack because it's in the way. +{ 's := + output.state mid.sentence = +% If we're in mid-sentence, add a comma to the new top item and write it + { ", " * write$ } +% Otherwise, if we're at the beginning of a bibitem, + { output.state before.all = +% just write out the top item from the stack; + 'write$ +% and the last alternative is that we're at the end of the current +% bibitem, so we add a period to the top stack item and write it out. + { add.period$ " " * write$ } + if$ + mid.sentence 'output.state := + } + if$ +% Put the top item back on the stack that we removed earlier. + s +} + +FUNCTION {output.link} +% remove the top item from the stack because it's in the way. +{ 's := + write$ + s +} + +% Output checks to see if the stack top is empty; if not, it +% calls output.nonnull to write it out. + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} + +% Standard warning message for a missing or empty field. For the user +% we call any such field `missing' without respect to the distinction +% made by BibTeX between missing and empty. + +FUNCTION {missing.warning} +{ "missing " swap$ * " in " * cite$ * warning$ } + +% Output.check is like output except that it gives a warning on-screen +% if the given field in the database entry is empty. t is the field +% name. + +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ t missing.warning } + 'output.nonnull + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem{" write$ + cite$ write$ + "}" write$ + newline$ +% This empty string is the first thing that will be written +% the next time write$ is called. Done this way because each +% item is saved on the stack until we find out what punctuation +% should be added after it. Therefore we need an empty first item. + "" + before.all 'output.state := +} + +FUNCTION {fin.entry} +{ add.period$ + write$ + " \relax" write$ + newline$ + " \relax" write$ +} + +% Removed new.block, new.block.checka, new.block.checkb, new.sentence, +% new.sentence.checka, and new.sentence.checkb functions here, since they +% don't seem to be needed in the AMS style. Also moved some real +% basic functions like `and' and 'or' earlier in the file. + +INTEGERS { nameptr namesleft numnames } + +% The extra section to write out a language field was added +% for AMSPLAIN.BST. Not present in plain.bst. + +FUNCTION {format.language} +{ language empty$ + { "" } + { " (" language * ")" * } + if$ +} + +% This version of format.names puts names in the format +% +% First von Last, Jr. +% +% (i.e., first name first, no abbreviating to initials). + +FUNCTION {format.names} +{ 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr "{f.~}{vv~}{ll}{, jj}" format.name$ 't := + nameptr #1 > + { namesleft #1 > + { ", " * t * } + { t "others" = + { " et~al." * } + { " and " * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {format.authors} +{ author empty$ + { "" } + { author format.names } + if$ +} + +FUNCTION {format.collab} +{ collaboration empty$ + { "" } + { collaboration " collaboration" * } + if$ +} + +FUNCTION {format.editors} +{ editor empty$ + { "" } + { editor format.names + editor num.names$ #1 > + { " (Eds.)" * } + { " (Ed.)" * } + if$ + } + if$ +} + +FUNCTION {format.nonauthor.editors} +{ editor empty$ + { "" } + { editor format.names + editor num.names$ #1 > + { ", Eds." * } + { ", Ed." * } + if$ + } + if$ +} + +FUNCTION {format.title} +{ title empty$ + { "" } + { title emphasize } + if$ +} + +INTEGERS { s_length } + +FUNCTION { string.length } +{ + #1 's_length := + { duplicate$ duplicate$ #1 s_length substring$ = not } + { s_length #1 + 's_length := } + while$ + pop$ s_length +} + +STRINGS{ find text } +INTEGERS{ num t_len t_cur f_len f_occ f_take } + +FUNCTION { cut.substring } +{ + 'find := + 'num := + 'text := + find string.length 'f_len := + text string.length #1 + 't_len := + #0 'f_occ := + #1 't_cur := + #0 'f_take := + "" + { t_cur t_len < } + { #0 'f_take := + text t_cur f_len substring$ find = + { f_occ #1 + 'f_occ := + t_cur f_len + 't_cur := + #1 'f_take := + } + { + t_cur #1 + 't_cur := + } + if$ + f_occ num = + { #0 f_take = + { text t_cur #1 - #1 substring$ * } + { } + if$ + } + { } + if$ + } + while$ +} + +FUNCTION { format.slac.journal } +{ + 'text := + text string.length #1 + 't_len := + #1 't_cur := + "" + { t_cur t_len < } + { text t_cur #1 substring$ 's := + s " " = + { "%20" * } + { s "." = + { } + { s * } + if$ + } + if$ + t_cur #1 + 't_cur := + } + while$ + duplicate$ "l" change.case$ "jhep" = + { "," * year duplicate$ + string.length #1 - #2 substring$ * } + { "," * } + if$ +} + +FUNCTION {format.journal.vol.year} +{ journal empty$ + { "journal name" missing.warning ""} + { journal + volume empty$ + { "journal volume" missing.warning ""} + { " \textbf{" * volume * "}" * + year empty$ + { "year" missing.warning } + { " (" * year * ")" * } + if$ + } + if$ + } + if$ +} + +FUNCTION {format.number} +{ number empty$ + { "" } + { "no.~" number * } + if$ +} + +FUNCTION{ arxiv.address }{ "http://arXiv.org" } + +FUNCTION {format.eprint} +{ + primaryClass empty$ + { "" } + { " [" primaryClass * "]" * } + if$ + 's := + archivePrefix empty$ + { "" } + { primaryClass empty$ + { "" } + { archivePrefix ":" * } + if$ + } + if$ + 't := + eprint empty$ + { "" } + { journal empty$ + { " \href{" arxiv.address * "/pdf/" * eprint * + "}{{\tt " * t * eprint * "}}" * s * } + { " [\href{" arxiv.address * "/pdf/" * eprint * + "}{{\tt " * t * eprint * "}}" * s * "]" * } + if$ + } + if$ +} + +FUNCTION {format.url} +{ url empty$ + { "" } + { " \url{" url * "}" * } + if$ +} + +FUNCTION {format.date} +{ year empty$ + { month empty$ + { "" } + { "there's a month but no year in " cite$ * warning$ + month + } + if$ + } + { month empty$ + 'year + { month " " * year * } + if$ + } + if$ +} + +%% The volume, series and number information is sort of tricky. +%% This code handles it as follows: +%% If the series is present, and the volume, but not the number, +%% then we do "\emph{Book title}, Series Name, vol. 000" +%% If the series is present, and the number, but not the volume, +%% then we do "\emph{Book title}, Series Name, no. 000" +%% If the series is present, and both number and volume, +%% then we do "\emph{Book title}, vol. XX, Series Name, no. 000" +%% Finally, if the series is absent, +%% then we do "\emph{Book title}, vol. XX" +%% or "\emph{Book title}, no. 000" +%% and if both volume and number are present, give a warning message. + +FUNCTION {format.bookvolume.series.number} +{ volume empty$ + { "" % Push the empty string as a placeholder in case everything else + % is empty too. + series empty$ + 'skip$ + { pop$ series } % if series is not empty put in stack + if$ + number empty$ + 'skip$ + { duplicate$ empty$ % if no preceding material, + 'skip$ % do nothing, otherwise + { ", " * } % add a comma and space to separate. + if$ + "no." number tie.or.space.connect * % add the number information + } + if$ + } +%% If the volume is NOT EMPTY: + { "vol." volume tie.or.space.connect % vol. XX + number empty$ + { series empty$ + 'skip$ + { series ", " * swap$ *} % Series Name, vol. XX + if$ + } + { series empty$ + { "can't use both volume and number if series info is missing" + warning$ + "in BibTeX entry type `" type$ * "'" * top$ + } + { ", " * series * ", no." * number tie.or.space.connect } + if$ + } + if$ + } + if$ + +} % end of format.bookvolume.series.number + +%% format.inproc.title.where.editors is used by inproceedings entry types + +%% No case changing or emphasizing for the title. We want initial +%% caps, roman. +%% We add parentheses around the address (place where conference +%% was held). +%% Likewise we add parentheses around the editors' names. + +FUNCTION {format.inproc.title.address.editors} +{ booktitle empty$ + { "" } + { booktitle + address empty$ + 'skip$ + { add.space.if.necessary "(" * address * ")" * } + if$ + editor empty$ + 'skip$ + { add.space.if.necessary "(" * format.nonauthor.editors * ")" * } + if$ + } + if$ +} + +%% format.incoll.title.editors is similar to format.inproc... but +%% omits the address. For collections that are not proceedings volumes. + +FUNCTION {format.incoll.title.editors} +{ booktitle empty$ + { "" } + { editor empty$ + { booktitle } + { booktitle + add.space.if.necessary "(" * format.nonauthor.editors * ")" * + } + if$ + } + if$ +} + +% Desired output for format.number.series: +% +% Lecture Notes in Math., no.~1224 + +FUNCTION {format.number.series} +{ series empty$ + { number empty$ + { "" } + { "there's a number but no series in " cite$ * warning$ } + if$ + } + { series + number empty$ + 'skip$ + { ", no.~" * number * } + if$ + } + if$ +} + +FUNCTION {format.edition} +{ edition empty$ + { "" } + { output.state mid.sentence = + { "ed. " edition "l" change.case$ * } + { "ed. " edition "t" change.case$ * } + if$ + } + if$ +} + +INTEGERS { multiresult } + +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} + +FUNCTION {format.pages} +{ pages empty$ + { "" } + { pages n.dashify } + if$ +} + +FUNCTION {format.book.pages} +{ pages empty$ + { "" } + { pages multi.page.check + { "pp.~" pages n.dashify * } + { "p.~" pages * } + if$ + } + if$ +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + 'format.book.pages + { type empty$ + { "ch.~" } + { type "l" change.case$ " " * } + if$ + chapter * + pages empty$ + 'skip$ + { ", " * format.book.pages * } + if$ + } + if$ +} + +FUNCTION {empty.misc.check} +{ author empty$ title empty$ howpublished empty$ + month empty$ year empty$ note empty$ + and and and and and + key empty$ not and + { "all relevant fields are empty in " cite$ * warning$ } + 'skip$ + if$ +} + +FUNCTION {format.thesis.type} +{ type empty$ + 'skip$ + { pop$ + type "t" change.case$ + } + if$ +} + +FUNCTION {format.tr.number} +{ type empty$ + { "Tech. Report" } + 'type + if$ + number empty$ + { "t" change.case$ } + { number tie.or.space.connect } + if$ +} + +% The format.crossref functions haven't been paid much attention +% at the present time (June 1990) and could probably use some +% work. MJD + +FUNCTION {format.article.crossref} +{ key empty$ + { journal empty$ + { "need key or journal for " * cite$ * " to crossref " * crossref * + warning$ + "" + } + { "In " * journal * } + if$ + } + { "In " key * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.crossref.editor} +{ editor #1 "{vv~}{ll}" format.name$ + editor num.names$ duplicate$ + #2 > + { pop$ " et~al." * } + { #2 < + 'skip$ + { editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { " et~al." * } + { " and " * editor #2 "{vv~}{ll}" format.name$ * } + if$ + } + if$ + } + if$ +} + +FUNCTION {format.book.crossref} +{ volume empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + "In " + } + { "Vol." volume tie.or.space.connect + " of " * + } + if$ + editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { series empty$ + { "need editor, key, or series for " cite$ * " to crossref " * + crossref * warning$ + "" * + } + { series * } + if$ + } + { key * } + if$ + } + { format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.incoll.inproc.crossref} +{ editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { booktitle empty$ + { "need editor, key, or booktitle for " cite$ * " to crossref " * + crossref * warning$ + "" + } + { "In \emph{" booktitle * "}" * } + if$ + } + { "In " key * } + if$ + } + { "In " format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% The main functions for each entry type. + +% journal, vol and year are formatted together because they are +% not separated by commas. + +FUNCTION{ slac.address }{ "http://www.slac.stanford.edu/spires/find/hep/www" } + +FUNCTION {format.link.begin} +{ + url empty$ + { eprint empty$ + { journal empty$ + { "" } + { volume empty$ + { "" } + { pages empty$ + { "" } + { "\href{" slac.address * "?j=" * + journal format.slac.journal * volume * "," * + pages #0 "-" cut.substring #0 " " cut.substring * "}{" * + } + if$ + } + if$ + } + if$ + } + { "\href{" slac.address * "?eprint=" * eprint * "}{" * } + if$ + } + { "\href{" url * "}{" * } + if$ +} + +FUNCTION {format.link.end} +{ + url empty$ + { eprint empty$ + { journal empty$ + { "" } + { volume empty$ + { "" } + { pages empty$ + { "" } + { "}" } + if$ + } + if$ + } + if$ + } + { "}" } + if$ + } + { "}" } + if$ +} + +FUNCTION {format.myurl} +{ + journal missing$ + { eprint missing$ + { author missing$ + { format.url output } + { } + if$ + } + { } + if$ + } + { } + if$ +} + +FUNCTION {article} +{ output.bibitem + journal empty$ + { format.link.begin output.link } + 'skip$ + if$ + format.authors "author" output.check + journal empty$ + { format.link.end output.link } + 'skip$ + if$ + format.collab output + format.title "title" output.check + crossref missing$ + { format.journal.vol.year output + format.number output + journal empty$ + 'skip$ + { format.link.begin output } + if$ + format.pages + journal empty$ + { output } + { output.link } + if$ + } + { format.article.crossref output.nonnull + journal empty$ + 'skip$ + { format.link.begin output } + if$ + format.pages + journal empty$ + { output } + { output.link } + if$ + } + if$ + journal empty$ + 'skip$ + { format.link.end output.link } + if$ + format.language output + format.eprint output + note output + format.myurl + fin.entry +} + +FUNCTION {book} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + format.title "title" output.check + format.edition output + crossref missing$ + { format.bookvolume.series.number output + publisher "publisher" output.check + address output + } + { format.book.crossref output.nonnull + } + if$ + format.date "year" output.check + format.language * + note output + fin.entry +} + +FUNCTION {booklet} +{ output.bibitem + format.authors output + format.title "title" output.check + howpublished output + address output + format.date output + note output + fin.entry +} + +FUNCTION {inbook} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + format.title "title" output.check + format.edition output + crossref missing$ + { format.bookvolume.series.number output + format.chapter.pages "chapter and pages" output.check + publisher "publisher" output.check + address output + } + { format.chapter.pages "chapter and pages" output.check + format.book.crossref output.nonnull + } + if$ + format.date "year" output.check + format.language * + note output + fin.entry +} + +FUNCTION {incollection} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + crossref missing$ + { format.incoll.title.editors "booktitle" output.check + format.bookvolume.series.number output + publisher "publisher" output.check + address output + format.edition output + format.date "year" output.check + } + { format.incoll.inproc.crossref output.nonnull + } + if$ + note output + format.book.pages output + format.language * + fin.entry +} + +FUNCTION {inproceedings} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + crossref missing$ + { format.inproc.title.address.editors "booktitle" output.check + format.bookvolume.series.number output + organization output + publisher output + format.date "year" output.check + } + { format.incoll.inproc.crossref output.nonnull + } + if$ + note output + format.book.pages output + format.language * + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ output.bibitem + author empty$ + { organization empty$ + 'skip$ + { organization output.nonnull + address output + } + if$ + } + { format.authors output.nonnull } + if$ + format.title "title" output.check + author empty$ + { organization empty$ + { address output } + 'skip$ + if$ + } + { organization output + address output + } + if$ + format.edition output + format.date output + note output + fin.entry +} + +FUNCTION {mastersthesis} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + "Master's thesis" format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + note output + format.book.pages output + fin.entry +} + +FUNCTION {misc} +{ output.bibitem + format.authors output + format.title output + howpublished output + format.date output + note output + format.book.pages output + fin.entry + empty.misc.check +} + +FUNCTION {phdthesis} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + "Ph.D. thesis" format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + note output + format.book.pages output + fin.entry +} + +FUNCTION {proceedings} +{ output.bibitem + editor empty$ + { organization output } + { format.editors output.nonnull } + if$ + format.title "title" output.check + format.bookvolume.series.number output + address empty$ + { editor empty$ + 'skip$ + { organization output } + if$ + publisher output + format.date "year" output.check + } + { address output.nonnull + editor empty$ + 'skip$ + { organization output } + if$ + publisher output + format.date "year" output.check + } + if$ + note output + fin.entry +} + +FUNCTION {techreport} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + format.tr.number output.nonnull + institution "institution" output.check + address output + format.date "year" output.check + note output + fin.entry +} + +FUNCTION {unpublished} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + note "note" output.check + format.date output + fin.entry +} + +FUNCTION {default.type} { misc } + +MACRO {jan} {"January"} + +MACRO {feb} {"February"} + +MACRO {mar} {"March"} + +MACRO {apr} {"April"} + +MACRO {may} {"May"} + +MACRO {jun} {"June"} + +MACRO {jul} {"July"} + +MACRO {aug} {"August"} + +MACRO {sep} {"September"} + +MACRO {oct} {"October"} + +MACRO {nov} {"November"} + +MACRO {dec} {"December"} + +READ + +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} + +INTEGERS { len } + +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { nameptr #1 > + { " " * } + 'skip$ + if$ + s nameptr "{vv{ } }{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't := + nameptr numnames = t "others" = and + { "et al" * } + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} + +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.organization.sort} +{ author empty$ + { organization empty$ + { key empty$ + { "to sort, need author, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "The " #4 organization chop.word sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {editor.organization.sort} +{ editor empty$ + { organization empty$ + { key empty$ + { "to sort, need editor, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "The " #4 organization chop.word sortify } + if$ + } + { editor sort.format.names } + if$ +} + +FUNCTION {presort} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.sort + { type$ "proceedings" = + 'editor.organization.sort + { type$ "manual" = + 'author.organization.sort + 'author.sort + if$ + } + if$ + } + if$ + " " + * + year field.or.null sortify + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} + +STRINGS { longest.label prev.author this.author } + +INTEGERS { number.label longest.label.width } + +FUNCTION {initialize.longest.label} +{ "" 'longest.label := + #1 'number.label := + #0 'longest.label.width := + "abcxyz" 'prev.author := + "" 'this.author := +} + +FUNCTION {longest.label.pass} +{ number.label int.to.str$ 'label := + number.label #1 + 'number.label := + label width$ longest.label.width > + { label 'longest.label := + label width$ 'longest.label.width := + } + 'skip$ + if$ + author empty$ + { editor empty$ + { "" } + 'editor + if$ + } + 'author + if$ + 'this.author := + this.author prev.author = + { "\bysame" 'extra.label := } + { "" 'extra.label := + this.author "" = + { "abcxyz" } + 'this.author + if$ + 'prev.author := + } + if$ +} + +EXECUTE {initialize.longest.label} + +ITERATE {longest.label.pass} + +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ +%% "\providecommand{\href}[2]{#2}" write$ newline$ + "\begin{thebibliography}{" longest.label * "}" * write$ newline$ +%% "\addtolength{\itemsep}{1ex-\baselineskip}" write$ newline$ +} + +EXECUTE {begin.bib} + +EXECUTE {init.state.consts} + +ITERATE {call.type$} + +FUNCTION {end.bib} +{ newline$ + "\end{thebibliography}" write$ newline$ +} + +EXECUTE {end.bib} +%% \CharacterTable +%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z +%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z +%% Digits \0\1\2\3\4\5\6\7\8\9 +%% Exclamation \! Double quote \" Hash (number) \# +%% Dollar \$ Percent \% Ampersand \& +%% Acute accent \' Left paren \( Right paren \) +%% Asterisk \* Plus \+ Comma \, +%% Minus \- Point \. Solidus \/ +%% Colon \: Semicolon \; Less than \< +%% Equals \= Greater than \> Question mark \? +%% Commercial at \@ Left bracket \[ Backslash \\ +%% Right bracket \] Circumflex \^ Underscore \_ +%% Grave accent \` Left brace \{ Vertical bar \| +%% Right brace \} Tilde \~} diff --git a/Draft/bib/amsunsrt_modp.bst b/Draft/bib/amsunsrt_modp.bst new file mode 100644 index 0000000..63f2480 --- /dev/null +++ b/Draft/bib/amsunsrt_modp.bst @@ -0,0 +1,1501 @@ +%%% ==================================================================== +%%% @BibTeX-style-file{ +%%% filename = "amsplain.bst", +%%% version = "1.2c", +%%% date = "1999/11/29", +%%% time = "13:36:47 EST", +%%% checksum = "15072 1242 3713 26763", +%%% author = "American Mathematical Society", +%%% address = "American Mathematical Society, +%%% Technical Support, +%%% Electronic Products and Services, +%%% P. O. Box 6248, +%%% Providence, RI 02940, +%%% USA", +%%% telephone = "401-455-4080 or (in the USA and Canada) +%%% 800-321-4AMS (321-4267)", +%%% FAX = "401-331-3842", +%%% email = "tech-support@ams.org (Internet)", +%%% copyright = "Copyright 1995 American Mathematical Society, +%%% all rights reserved. Copying of this file is +%%% authorized only if either: +%%% (1) you make absolutely no changes to your copy, +%%% including name; OR +%%% (2) if you do make changes, you first rename it +%%% to some other name.", +%%% codetable = "ISO/ASCII", +%%% keywords = "bibtex, bibliography, amslatex, ams-latex", +%%% supported = "yes", +%%% abstract = "BibTeX bibliography style `amsplain' for BibTeX +%%% versions 0.99a or later and LaTeX version 2e. +%%% Produces numeric-label bibliography items in +%%% a form typical for American Mathematical Society +%%% publications.", +%%% docstring = "The checksum field above contains a CRC-16 +%%% checksum as the first value, followed by the +%%% equivalent of the standard UNIX wc (word +%%% count) utility output of lines, words, and +%%% characters. This is produced by Robert +%%% Solovay's checksum utility.", +%%% } +%%% ==================================================================== + +% See the file btxbst.doc for extra documentation other than +% what is included here. And see btxhak.tex for a description +% of the BibTeX language and how to use it. + +% This defines the types of fields that can occur in a database entry +% for this particular bibliography style. Except for `language', +% this is the standard list from plain.bst. + +%% Types of entries currently allowed in a BibTeX file: +%% +%% ARTICLE -- An article from a journal or magazine. +%% +%% BOOK -- A book with an explicit publisher. +%% +%% BOOKLET -- A work that is printed and bound, +%% but without a named publisher or sponsoring institution. +%% +%% CONFERENCE -- The same as INPROCEEDINGS, +%% included for Scribe compatibility. +%% +%% INBOOK -- A part of a book, +%% which may be a chapter (or section or whatever) and/or a range of pages. +%% +%% INCOLLECTION -- A part of a book having its own title. +%% +%% INPROCEEDINGS -- An article in a conference proceedings. +%% +%% MANUAL -- Technical documentation. +%% +%% MASTERSTHESIS -- A Master's thesis. +%% +%% MISC -- Use this type when nothing else fits. +%% +%% PHDTHESIS -- A PhD thesis. +%% +%% PROCEEDINGS -- The proceedings of a conference. +%% +%% TECHREPORT -- A report published by a school or other institution, +%% usually numbered within a series. +%% +%% UNPUBLISHED -- A document having an author and title, but not formally +%% published. + +ENTRY + { address + author + booktitle + chapter + edition + editor + eprint + howpublished + institution + journal + key + language + month + note + number + organization + pages + publisher + school + series + title + type + volume + year + collaboration + url + archivePrefix + primaryClass + } + {} + { label extra.label } + +% Removed after.sentence, after.block---not needed. + +INTEGERS { output.state before.all mid.sentence } + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := +} + +% Scratch variables: + +STRINGS { s t } + +% Utility functions + +FUNCTION {shows} +{ duplicate$ ":::: `" swap$ * "'" * top$ +} + +FUNCTION {showstack} +{"STACK=====================================================================" +top$ +stack$ +"ENDSTACK==================================================================" +top$ +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} + +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} + +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} + +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} + +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "\emph{" swap$ * "}" * } + if$ +} + +% n.dashify is used to make sure page ranges get the TeX code +% (two hyphens) for en-dashes. + +FUNCTION {n.dashify} +{ 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +% tie.or.space.connect connects two items with a ~ if the +% second item is less than 3 letters long, otherwise it just puts an +% ordinary space. + +FUNCTION {tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ * * +} + +FUNCTION {add.space.if.necessary} +{ duplicate$ "" = + 'skip$ + { " " * } + if$ +} + +% either.or.check gives a warning if two mutually exclusive fields +% were used in the database. + +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} + +% output.nonnull is called by output. + +FUNCTION {output.nonnull} +% remove the top item from the stack because it's in the way. +{ 's := + output.state mid.sentence = +% If we're in mid-sentence, add a comma to the new top item and write it + { ", " * write$ } +% Otherwise, if we're at the beginning of a bibitem, + { output.state before.all = +% just write out the top item from the stack; + 'write$ +% and the last alternative is that we're at the end of the current +% bibitem, so we add a period to the top stack item and write it out. + { add.period$ " " * write$ } + if$ + mid.sentence 'output.state := + } + if$ +% Put the top item back on the stack that we removed earlier. + s +} + +FUNCTION {output.link} +% remove the top item from the stack because it's in the way. +{ 's := + write$ + s +} + +% Output checks to see if the stack top is empty; if not, it +% calls output.nonnull to write it out. + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} + +% Standard warning message for a missing or empty field. For the user +% we call any such field `missing' without respect to the distinction +% made by BibTeX between missing and empty. + +FUNCTION {missing.warning} +{ "missing " swap$ * " in " * cite$ * warning$ } + +% Output.check is like output except that it gives a warning on-screen +% if the given field in the database entry is empty. t is the field +% name. + +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ t missing.warning } + 'output.nonnull + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem{" write$ + cite$ write$ + "}" write$ + newline$ +% This empty string is the first thing that will be written +% the next time write$ is called. Done this way because each +% item is saved on the stack until we find out what punctuation +% should be added after it. Therefore we need an empty first item. + "" + before.all 'output.state := +} + +% mciteplus fin.entry +% +% pushes true (1), if add.period$ would add a period to the string on the stack +% pushes false (0), otherwise +% Uses text.length$ to avoid full string comparison and two copies of string. +% Requires one copy of string on stack. +INTEGERS {would.add.period.textlen} +FUNCTION {would.add.period} +{ duplicate$ + add.period$ + text.length$ + 'would.add.period.textlen := + duplicate$ + text.length$ + would.add.period.textlen = + { #0 } + { #1 } + if$ +} + +FUNCTION {fin.entry} +{ would.add.period + { "%" * write$ newline$ + "\relax\mciteBstWouldAddEndPuncttrue" write$ newline$ + "\mciteSetBstMidEndSepPunct{\mcitedefaultmidpunct}" + write$ newline$ + "{\mcitedefaultendpunct}{\mcitedefaultseppunct}\relax" + } + { "%" * write$ newline$ + "\relax\mciteBstWouldAddEndPunctfalse" write$ newline$ + "\mciteSetBstMidEndSepPunct{\mcitedefaultmidpunct}" + write$ newline$ + "{}{\mcitedefaultseppunct}\relax" + } + if$ + write$ + newline$ + "\EndOfBibitem" write$ +} +% end mciteplus fin.entry + +% Removed new.block, new.block.checka, new.block.checkb, new.sentence, +% new.sentence.checka, and new.sentence.checkb functions here, since they +% don't seem to be needed in the AMS style. Also moved some real +% basic functions like `and' and 'or' earlier in the file. + +INTEGERS { nameptr namesleft numnames } + +% The extra section to write out a language field was added +% for AMSPLAIN.BST. Not present in plain.bst. + +FUNCTION {format.language} +{ language empty$ + { "" } + { " (" language * ")" * } + if$ +} + +% This version of format.names puts names in the format +% +% First von Last, Jr. +% +% (i.e., first name first, no abbreviating to initials). + +FUNCTION {format.names} +{ 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr "{f.~}{vv~}{ll}{, jj}" format.name$ 't := + nameptr #1 > + { namesleft #1 > + { ", " * t * } + { t "others" = + { " et~al." * } + { " and " * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {format.authors} +{ author empty$ + { "" } + { author format.names } + if$ +} + +FUNCTION {format.collab} +{ collaboration empty$ + { "" } + { "The " collaboration * " collaboration" * } + if$ +} + +FUNCTION {format.editors} +{ editor empty$ + { "" } + { editor format.names + editor num.names$ #1 > + { " (Eds.)" * } + { " (Ed.)" * } + if$ + } + if$ +} + +FUNCTION {format.nonauthor.editors} +{ editor empty$ + { "" } + { editor format.names + editor num.names$ #1 > + { ", Eds." * } + { ", Ed." * } + if$ + } + if$ +} + +FUNCTION {format.title} +{ title empty$ + { "" } + { title emphasize } + if$ +} + +INTEGERS { s_length } + +FUNCTION { string.length } +{ + #1 's_length := + { duplicate$ duplicate$ #1 s_length substring$ = not } + { s_length #1 + 's_length := } + while$ + pop$ s_length +} + +STRINGS{ find text } +INTEGERS{ num t_len t_cur f_len f_occ f_take } + +FUNCTION { cut.substring } +{ + 'find := + 'num := + 'text := + find string.length 'f_len := + text string.length #1 + 't_len := + #0 'f_occ := + #1 't_cur := + #0 'f_take := + "" + { t_cur t_len < } + { #0 'f_take := + text t_cur f_len substring$ find = + { f_occ #1 + 'f_occ := + t_cur f_len + 't_cur := + #1 'f_take := + } + { + t_cur #1 + 't_cur := + } + if$ + f_occ num = + { #0 f_take = + { text t_cur #1 - #1 substring$ * } + { } + if$ + } + { } + if$ + } + while$ +} + +FUNCTION { format.slac.journal } +{ + 'text := + text string.length #1 + 't_len := + #1 't_cur := + "" + { t_cur t_len < } + { text t_cur #1 substring$ 's := + s " " = + { "%20" * } + { s "." = + { } + { s * } + if$ + } + if$ + t_cur #1 + 't_cur := + } + while$ + duplicate$ "l" change.case$ "jhep" = + { "," * year duplicate$ + string.length #1 - #2 substring$ * } + { "," * } + if$ +} + +FUNCTION {format.journal.vol.year} +{ journal empty$ + { "journal name" missing.warning ""} + { journal + volume empty$ + { "journal volume" missing.warning ""} + { " \textbf{" * volume * "}" * + year empty$ + { "year" missing.warning } + { " (" * year * ")" * } + if$ + } + if$ + } + if$ +} + +FUNCTION {format.number} +{ number empty$ + { "" } + { "no.~" number * } + if$ +} + +FUNCTION{ arxiv.address }{ "http://arXiv.org" } + +FUNCTION {format.eprint} +{ + primaryClass empty$ + { "" } + { " [" primaryClass * "]" * } + if$ + 's := + archivePrefix empty$ + { "" } + { primaryClass empty$ + { "" } + { archivePrefix ":" * } + if$ + } + if$ + 't := + eprint empty$ + { "" } + { journal empty$ + { " \href{" arxiv.address * "/pdf/" * eprint * + "}{{\tt " * t * eprint * "}}" * s * } + { " [\href{" arxiv.address * "/pdf/" * eprint * + "}{{\tt " * t * eprint * "}}" * s * "]" * } + if$ + } + if$ +} + +FUNCTION {format.url} +{ url empty$ + { "" } + { " \url{" url * "}" * } + if$ +} + +FUNCTION {format.date} +{ year empty$ + { month empty$ + { "" } + { "there's a month but no year in " cite$ * warning$ + month + } + if$ + } + { month empty$ + 'year + { month " " * year * } + if$ + } + if$ +} + +%% The volume, series and number information is sort of tricky. +%% This code handles it as follows: +%% If the series is present, and the volume, but not the number, +%% then we do "\emph{Book title}, Series Name, vol. 000" +%% If the series is present, and the number, but not the volume, +%% then we do "\emph{Book title}, Series Name, no. 000" +%% If the series is present, and both number and volume, +%% then we do "\emph{Book title}, vol. XX, Series Name, no. 000" +%% Finally, if the series is absent, +%% then we do "\emph{Book title}, vol. XX" +%% or "\emph{Book title}, no. 000" +%% and if both volume and number are present, give a warning message. + +FUNCTION {format.bookvolume.series.number} +{ volume empty$ + { "" % Push the empty string as a placeholder in case everything else + % is empty too. + series empty$ + 'skip$ + { pop$ series } % if series is not empty put in stack + if$ + number empty$ + 'skip$ + { duplicate$ empty$ % if no preceding material, + 'skip$ % do nothing, otherwise + { ", " * } % add a comma and space to separate. + if$ + "no." number tie.or.space.connect * % add the number information + } + if$ + } +%% If the volume is NOT EMPTY: + { "vol." volume tie.or.space.connect % vol. XX + number empty$ + { series empty$ + 'skip$ + { series ", " * swap$ *} % Series Name, vol. XX + if$ + } + { series empty$ + { "can't use both volume and number if series info is missing" + warning$ + "in BibTeX entry type `" type$ * "'" * top$ + } + { ", " * series * ", no." * number tie.or.space.connect } + if$ + } + if$ + } + if$ + +} % end of format.bookvolume.series.number + +%% format.inproc.title.where.editors is used by inproceedings entry types + +%% No case changing or emphasizing for the title. We want initial +%% caps, roman. +%% We add parentheses around the address (place where conference +%% was held). +%% Likewise we add parentheses around the editors' names. + +FUNCTION {format.inproc.title.address.editors} +{ booktitle empty$ + { "" } + { booktitle + address empty$ + 'skip$ + { add.space.if.necessary "(" * address * ")" * } + if$ + editor empty$ + 'skip$ + { add.space.if.necessary "(" * format.nonauthor.editors * ")" * } + if$ + } + if$ +} + +%% format.incoll.title.editors is similar to format.inproc... but +%% omits the address. For collections that are not proceedings volumes. + +FUNCTION {format.incoll.title.editors} +{ booktitle empty$ + { "" } + { editor empty$ + { booktitle } + { booktitle + add.space.if.necessary "(" * format.nonauthor.editors * ")" * + } + if$ + } + if$ +} + +% Desired output for format.number.series: +% +% Lecture Notes in Math., no.~1224 + +FUNCTION {format.number.series} +{ series empty$ + { number empty$ + { "" } + { "there's a number but no series in " cite$ * warning$ } + if$ + } + { series + number empty$ + 'skip$ + { ", no.~" * number * } + if$ + } + if$ +} + +FUNCTION {format.edition} +{ edition empty$ + { "" } + { output.state mid.sentence = + { "ed. " edition "l" change.case$ * } + { "ed. " edition "t" change.case$ * } + if$ + } + if$ +} + +INTEGERS { multiresult } + +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} + +FUNCTION {format.pages} +{ pages empty$ + { "" } + { pages n.dashify } + if$ +} + +FUNCTION {format.book.pages} +{ pages empty$ + { "" } + { pages multi.page.check + { "pp.~" pages n.dashify * } + { "p.~" pages * } + if$ + } + if$ +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + 'format.book.pages + { type empty$ + { "ch.~" } + { type "l" change.case$ " " * } + if$ + chapter * + pages empty$ + 'skip$ + { ", " * format.book.pages * } + if$ + } + if$ +} + +FUNCTION {empty.misc.check} +{ author empty$ title empty$ howpublished empty$ + month empty$ year empty$ note empty$ + and and and and and + key empty$ not and + { "all relevant fields are empty in " cite$ * warning$ } + 'skip$ + if$ +} + +FUNCTION {format.thesis.type} +{ type empty$ + 'skip$ + { pop$ + type "t" change.case$ + } + if$ +} + +FUNCTION{ cds.address }{ "http://cdsweb.cern.ch/search?f=reportnumber\&p=" } + +FUNCTION {format.tr.number} +{ type empty$ + { "Tech. Report " } + 'type + if$ + number empty$ + { "t" change.case$ } + { "\href{" * cds.address * number * "}{" * number * "}" tie.or.space.connect } + if$ +} + +% The format.crossref functions haven't been paid much attention +% at the present time (June 1990) and could probably use some +% work. MJD + +FUNCTION {format.article.crossref} +{ key empty$ + { journal empty$ + { "need key or journal for " * cite$ * " to crossref " * crossref * + warning$ + "" + } + { "In " * journal * } + if$ + } + { "In " key * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.crossref.editor} +{ editor #1 "{vv~}{ll}" format.name$ + editor num.names$ duplicate$ + #2 > + { pop$ " et~al." * } + { #2 < + 'skip$ + { editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { " et~al." * } + { " and " * editor #2 "{vv~}{ll}" format.name$ * } + if$ + } + if$ + } + if$ +} + +FUNCTION {format.book.crossref} +{ volume empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + "In " + } + { "Vol." volume tie.or.space.connect + " of " * + } + if$ + editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { series empty$ + { "need editor, key, or series for " cite$ * " to crossref " * + crossref * warning$ + "" * + } + { series * } + if$ + } + { key * } + if$ + } + { format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.incoll.inproc.crossref} +{ editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { booktitle empty$ + { "need editor, key, or booktitle for " cite$ * " to crossref " * + crossref * warning$ + "" + } + { "In \emph{" booktitle * "}" * } + if$ + } + { "In " key * } + if$ + } + { "In " format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% The main functions for each entry type. + +% journal, vol and year are formatted together because they are +% not separated by commas. + +FUNCTION{ slac.address }{ "http://www.slac.stanford.edu/spires/find/hep/www" } + +FUNCTION {format.link.begin} +{ + url empty$ + { eprint empty$ + { journal empty$ + { "" } + { volume empty$ + { "" } + { pages empty$ + { "" } + { "\href{" slac.address * "?j=" * + journal format.slac.journal * volume * "," * + pages #0 "-" cut.substring #0 " " cut.substring * "}{" * + } + if$ + } + if$ + } + if$ + } + { "\href{" slac.address * "?eprint=" * eprint * "}{" * } + if$ + } + { "\href{" url * "}{" * } + if$ +} + +FUNCTION {format.link.end} +{ + url empty$ + { eprint empty$ + { journal empty$ + { "" } + { volume empty$ + { "" } + { pages empty$ + { "" } + { "}" } + if$ + } + if$ + } + if$ + } + { "}" } + if$ + } + { "}" } + if$ +} + +FUNCTION {format.myurl} +{ + journal missing$ + { eprint missing$ + { author missing$ + { format.url output } + { } + if$ + } + { } + if$ + } + { } + if$ +} + +FUNCTION {article} +{ output.bibitem + journal empty$ + { format.link.begin output.link } + 'skip$ + if$ + format.authors "author" output.check + journal empty$ + { format.link.end output.link } + 'skip$ + if$ + format.collab output + format.title "title" output.check + crossref missing$ + { format.journal.vol.year output + format.number output + journal empty$ + 'skip$ + { format.link.begin output } + if$ + format.pages + journal empty$ + { output } + { output.link } + if$ + } + { format.article.crossref output.nonnull + journal empty$ + 'skip$ + { format.link.begin output } + if$ + format.pages + journal empty$ + { output } + { output.link } + if$ + } + if$ + journal empty$ + 'skip$ + { format.link.end output.link } + if$ + format.language output + format.eprint output + note output + format.myurl + fin.entry +} + +FUNCTION {book} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + format.title "title" output.check + format.edition output + crossref missing$ + { format.bookvolume.series.number output + publisher "publisher" output.check + address output + } + { format.book.crossref output.nonnull + } + if$ + format.date "year" output.check + format.language * + note output + fin.entry +} + +FUNCTION {booklet} +{ output.bibitem + format.authors output + format.title "title" output.check + howpublished output + address output + format.date output + note output + fin.entry +} + +FUNCTION {inbook} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + format.title "title" output.check + format.edition output + crossref missing$ + { format.bookvolume.series.number output + format.chapter.pages "chapter and pages" output.check + publisher "publisher" output.check + address output + } + { format.chapter.pages "chapter and pages" output.check + format.book.crossref output.nonnull + } + if$ + format.date "year" output.check + format.language * + note output + fin.entry +} + +FUNCTION {incollection} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + crossref missing$ + { format.incoll.title.editors "booktitle" output.check + format.bookvolume.series.number output + publisher "publisher" output.check + address output + format.edition output + format.date "year" output.check + } + { format.incoll.inproc.crossref output.nonnull + } + if$ + note output + format.book.pages output + format.language * + fin.entry +} + +FUNCTION {inproceedings} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + crossref missing$ + { format.inproc.title.address.editors "booktitle" output.check + format.bookvolume.series.number output + organization output + publisher output + format.date "year" output.check + } + { format.incoll.inproc.crossref output.nonnull + } + if$ + note output + format.book.pages output + format.language * + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ output.bibitem + author empty$ + { organization empty$ + 'skip$ + { organization output.nonnull + address output + } + if$ + } + { format.authors output.nonnull } + if$ + format.title "title" output.check + author empty$ + { organization empty$ + { address output } + 'skip$ + if$ + } + { organization output + address output + } + if$ + format.edition output + format.date output + note output + fin.entry +} + +FUNCTION {mastersthesis} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + "Master's thesis" format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + note output + format.book.pages output + fin.entry +} + +FUNCTION {misc} +{ output.bibitem + format.authors output + format.title output + howpublished output + format.date output + note output + format.book.pages output + fin.entry + empty.misc.check +} + +FUNCTION {phdthesis} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + "Ph.D. thesis" format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + note output + format.book.pages output + fin.entry +} + +FUNCTION {proceedings} +{ output.bibitem + editor empty$ + { organization output } + { format.editors output.nonnull } + if$ + format.title "title" output.check + format.bookvolume.series.number output + address empty$ + { editor empty$ + 'skip$ + { organization output } + if$ + publisher output + format.date "year" output.check + } + { address output.nonnull + editor empty$ + 'skip$ + { organization output } + if$ + publisher output + format.date "year" output.check + } + if$ + note output + fin.entry +} + +FUNCTION {techreport} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + format.tr.number output.nonnull + institution "institution" output.check + address output + format.date "year" output.check + note output + fin.entry +} + +FUNCTION {unpublished} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + note "note" output.check + format.date output + fin.entry +} + +FUNCTION {default.type} { misc } + +MACRO {jan} {"January"} + +MACRO {feb} {"February"} + +MACRO {mar} {"March"} + +MACRO {apr} {"April"} + +MACRO {may} {"May"} + +MACRO {jun} {"June"} + +MACRO {jul} {"July"} + +MACRO {aug} {"August"} + +MACRO {sep} {"September"} + +MACRO {oct} {"October"} + +MACRO {nov} {"November"} + +MACRO {dec} {"December"} + +READ + +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} + +INTEGERS { len } + +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { nameptr #1 > + { " " * } + 'skip$ + if$ + s nameptr "{vv{ } }{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't := + nameptr numnames = t "others" = and + { "et al" * } + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} + +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.organization.sort} +{ author empty$ + { organization empty$ + { key empty$ + { "to sort, need author, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "The " #4 organization chop.word sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {editor.organization.sort} +{ editor empty$ + { organization empty$ + { key empty$ + { "to sort, need editor, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "The " #4 organization chop.word sortify } + if$ + } + { editor sort.format.names } + if$ +} + +FUNCTION {presort} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.sort + { type$ "proceedings" = + 'editor.organization.sort + { type$ "manual" = + 'author.organization.sort + 'author.sort + if$ + } + if$ + } + if$ + " " + * + year field.or.null sortify + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} + +STRINGS { longest.label prev.author this.author } + +INTEGERS { number.label longest.label.width } + +FUNCTION {initialize.longest.label} +{ "" 'longest.label := + #1 'number.label := + #0 'longest.label.width := + "abcxyz" 'prev.author := + "" 'this.author := +} + +FUNCTION {longest.label.pass} +{ number.label int.to.str$ 'label := + number.label #1 + 'number.label := + label width$ longest.label.width > + { label 'longest.label := + label width$ 'longest.label.width := + } + 'skip$ + if$ + author empty$ + { editor empty$ + { "" } + 'editor + if$ + } + 'author + if$ + 'this.author := + this.author prev.author = + { "\bysame" 'extra.label := } + { "" 'extra.label := + this.author "" = + { "abcxyz" } + 'this.author + if$ + 'prev.author := + } + if$ +} + +EXECUTE {initialize.longest.label} + +ITERATE {longest.label.pass} + +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\ifx\mcitethebibliography\mciteundefinedmacro" + write$ newline$ + "\PackageError{amsunsrt_mod.bst}{mciteplus.sty has not been loaded}" + write$ newline$ + "{This bibstyle requires the use of the mciteplus package.}\fi" + write$ newline$ "\begin{mcitethebibliography}{" longest.label + * "}" * write$ newline$ +} + +EXECUTE {begin.bib} + +EXECUTE {init.state.consts} + +ITERATE {call.type$} + +FUNCTION {end.bib} +{ newline$ + "\end{mcitethebibliography}" write$ newline$ +} + +EXECUTE {end.bib} +%% \CharacterTable +%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z +%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z +%% Digits \0\1\2\3\4\5\6\7\8\9 +%% Exclamation \! Double quote \" Hash (number) \# +%% Dollar \$ Percent \% Ampersand \& +%% Acute accent \' Left paren \( Right paren \) +%% Asterisk \* Plus \+ Comma \, +%% Minus \- Point \. Solidus \/ +%% Colon \: Semicolon \; Less than \< +%% Equals \= Greater than \> Question mark \? +%% Commercial at \@ Left bracket \[ Backslash \\ +%% Right bracket \] Circumflex \^ Underscore \_ +%% Grave accent \` Left brace \{ Vertical bar \| +%% Right brace \} Tilde \~} diff --git a/Draft/bib/amsunsrt_modpp.bst b/Draft/bib/amsunsrt_modpp.bst new file mode 100644 index 0000000..f7b812e --- /dev/null +++ b/Draft/bib/amsunsrt_modpp.bst @@ -0,0 +1,1502 @@ +%%% ==================================================================== +%%% @BibTeX-style-file{ +%%% filename = "amsplain.bst", +%%% version = "1.2c", +%%% date = "1999/11/29", +%%% time = "13:36:47 EST", +%%% checksum = "15072 1242 3713 26763", +%%% author = "American Mathematical Society", +%%% address = "American Mathematical Society, +%%% Technical Support, +%%% Electronic Products and Services, +%%% P. O. Box 6248, +%%% Providence, RI 02940, +%%% USA", +%%% telephone = "401-455-4080 or (in the USA and Canada) +%%% 800-321-4AMS (321-4267)", +%%% FAX = "401-331-3842", +%%% email = "tech-support@ams.org (Internet)", +%%% copyright = "Copyright 1995 American Mathematical Society, +%%% all rights reserved. Copying of this file is +%%% authorized only if either: +%%% (1) you make absolutely no changes to your copy, +%%% including name; OR +%%% (2) if you do make changes, you first rename it +%%% to some other name.", +%%% codetable = "ISO/ASCII", +%%% keywords = "bibtex, bibliography, amslatex, ams-latex", +%%% supported = "yes", +%%% abstract = "BibTeX bibliography style `amsplain' for BibTeX +%%% versions 0.99a or later and LaTeX version 2e. +%%% Produces numeric-label bibliography items in +%%% a form typical for American Mathematical Society +%%% publications.", +%%% docstring = "The checksum field above contains a CRC-16 +%%% checksum as the first value, followed by the +%%% equivalent of the standard UNIX wc (word +%%% count) utility output of lines, words, and +%%% characters. This is produced by Robert +%%% Solovay's checksum utility.", +%%% } +%%% ==================================================================== + +% See the file btxbst.doc for extra documentation other than +% what is included here. And see btxhak.tex for a description +% of the BibTeX language and how to use it. + +% This defines the types of fields that can occur in a database entry +% for this particular bibliography style. Except for `language', +% this is the standard list from plain.bst. + +%% Types of entries currently allowed in a BibTeX file: +%% +%% ARTICLE -- An article from a journal or magazine. +%% +%% BOOK -- A book with an explicit publisher. +%% +%% BOOKLET -- A work that is printed and bound, +%% but without a named publisher or sponsoring institution. +%% +%% CONFERENCE -- The same as INPROCEEDINGS, +%% included for Scribe compatibility. +%% +%% INBOOK -- A part of a book, +%% which may be a chapter (or section or whatever) and/or a range of pages. +%% +%% INCOLLECTION -- A part of a book having its own title. +%% +%% INPROCEEDINGS -- An article in a conference proceedings. +%% +%% MANUAL -- Technical documentation. +%% +%% MASTERSTHESIS -- A Master's thesis. +%% +%% MISC -- Use this type when nothing else fits. +%% +%% PHDTHESIS -- A PhD thesis. +%% +%% PROCEEDINGS -- The proceedings of a conference. +%% +%% TECHREPORT -- A report published by a school or other institution, +%% usually numbered within a series. +%% +%% UNPUBLISHED -- A document having an author and title, but not formally +%% published. + +ENTRY + { address + author + booktitle + chapter + edition + editor + eprint + howpublished + institution + journal + key + language + month + note + number + organization + pages + publisher + reportnumber + school + series + title + type + volume + year + collaboration + url + archivePrefix + primaryClass + } + {} + { label extra.label } + +% Removed after.sentence, after.block---not needed. + +INTEGERS { output.state before.all mid.sentence } + +FUNCTION {init.state.consts} +{ #0 'before.all := + #1 'mid.sentence := +} + +% Scratch variables: + +STRINGS { s t } + +% Utility functions + +FUNCTION {shows} +{ duplicate$ ":::: `" swap$ * "'" * top$ +} + +FUNCTION {showstack} +{"STACK=====================================================================" +top$ +stack$ +"ENDSTACK==================================================================" +top$ +} + +FUNCTION {not} +{ { #0 } + { #1 } + if$ +} + +FUNCTION {and} +{ 'skip$ + { pop$ #0 } + if$ +} + +FUNCTION {or} +{ { pop$ #1 } + 'skip$ + if$ +} + +FUNCTION {field.or.null} +{ duplicate$ empty$ + { pop$ "" } + 'skip$ + if$ +} + +FUNCTION {emphasize} +{ duplicate$ empty$ + { pop$ "" } + { "\emph{" swap$ * "}" * } + if$ +} + +% n.dashify is used to make sure page ranges get the TeX code +% (two hyphens) for en-dashes. + +FUNCTION {n.dashify} +{ 't := + "" + { t empty$ not } + { t #1 #1 substring$ "-" = + { t #1 #2 substring$ "--" = not + { "--" * + t #2 global.max$ substring$ 't := + } + { { t #1 #1 substring$ "-" = } + { "-" * + t #2 global.max$ substring$ 't := + } + while$ + } + if$ + } + { t #1 #1 substring$ * + t #2 global.max$ substring$ 't := + } + if$ + } + while$ +} + +% tie.or.space.connect connects two items with a ~ if the +% second item is less than 3 letters long, otherwise it just puts an +% ordinary space. + +FUNCTION {tie.or.space.connect} +{ duplicate$ text.length$ #3 < + { "~" } + { " " } + if$ + swap$ * * +} + +FUNCTION {add.space.if.necessary} +{ duplicate$ "" = + 'skip$ + { " " * } + if$ +} + +% either.or.check gives a warning if two mutually exclusive fields +% were used in the database. + +FUNCTION {either.or.check} +{ empty$ + 'pop$ + { "can't use both " swap$ * " fields in " * cite$ * warning$ } + if$ +} + +% output.nonnull is called by output. + +FUNCTION {output.nonnull} +% remove the top item from the stack because it's in the way. +{ 's := + output.state mid.sentence = +% If we're in mid-sentence, add a comma to the new top item and write it + { ", " * write$ } +% Otherwise, if we're at the beginning of a bibitem, + { output.state before.all = +% just write out the top item from the stack; + 'write$ +% and the last alternative is that we're at the end of the current +% bibitem, so we add a period to the top stack item and write it out. + { add.period$ " " * write$ } + if$ + mid.sentence 'output.state := + } + if$ +% Put the top item back on the stack that we removed earlier. + s +} + +FUNCTION {output.link} +% remove the top item from the stack because it's in the way. +{ 's := + write$ + s +} + +% Output checks to see if the stack top is empty; if not, it +% calls output.nonnull to write it out. + +FUNCTION {output} +{ duplicate$ empty$ + 'pop$ + 'output.nonnull + if$ +} + +% Standard warning message for a missing or empty field. For the user +% we call any such field `missing' without respect to the distinction +% made by BibTeX between missing and empty. + +FUNCTION {missing.warning} +{ "missing " swap$ * " in " * cite$ * warning$ } + +% Output.check is like output except that it gives a warning on-screen +% if the given field in the database entry is empty. t is the field +% name. + +FUNCTION {output.check} +{ 't := + duplicate$ empty$ + { pop$ t missing.warning } + 'output.nonnull + if$ +} + +FUNCTION {output.bibitem} +{ newline$ + "\bibitem{" write$ + cite$ write$ + "}" write$ + newline$ +% This empty string is the first thing that will be written +% the next time write$ is called. Done this way because each +% item is saved on the stack until we find out what punctuation +% should be added after it. Therefore we need an empty first item. + "" + before.all 'output.state := +} + +% mciteplus fin.entry +% +% pushes true (1), if add.period$ would add a period to the string on the stack +% pushes false (0), otherwise +% Uses text.length$ to avoid full string comparison and two copies of string. +% Requires one copy of string on stack. +INTEGERS {would.add.period.textlen} +FUNCTION {would.add.period} +{ duplicate$ + add.period$ + text.length$ + 'would.add.period.textlen := + duplicate$ + text.length$ + would.add.period.textlen = + { #0 } + { #1 } + if$ +} + +FUNCTION {fin.entry} +{ would.add.period + { "%" * write$ newline$ + "\relax\mciteBstWouldAddEndPuncttrue" write$ newline$ + "\mciteSetBstMidEndSepPunct{\mcitedefaultmidpunct}" + write$ newline$ + "{\mcitedefaultendpunct}{\mcitedefaultseppunct}\relax" + } + { "%" * write$ newline$ + "\relax\mciteBstWouldAddEndPunctfalse" write$ newline$ + "\mciteSetBstMidEndSepPunct{\mcitedefaultmidpunct}" + write$ newline$ + "{}{\mcitedefaultseppunct}\relax" + } + if$ + write$ + newline$ + "\EndOfBibitem" write$ +} +% end mciteplus fin.entry + +% Removed new.block, new.block.checka, new.block.checkb, new.sentence, +% new.sentence.checka, and new.sentence.checkb functions here, since they +% don't seem to be needed in the AMS style. Also moved some real +% basic functions like `and' and 'or' earlier in the file. + +INTEGERS { nameptr namesleft numnames } + +% The extra section to write out a language field was added +% for AMSPLAIN.BST. Not present in plain.bst. + +FUNCTION {format.language} +{ language empty$ + { "" } + { " (" language * ")" * } + if$ +} + +% This version of format.names puts names in the format +% +% First von Last, Jr. +% +% (i.e., first name first, no abbreviating to initials). + +FUNCTION {format.names} +{ 's := + #1 'nameptr := + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { s nameptr "{f.~}{vv~}{ll}{, jj}" format.name$ 't := + nameptr #1 > + { namesleft #1 > + { ", " * t * } + { t "others" = + { " et~al." * } + { " and " * t * } + if$ + } + if$ + } + 't + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {format.authors} +{ author empty$ + { "" } + { author format.names } + if$ +} + +FUNCTION {format.collab} +{ collaboration empty$ + { "" } + { collaboration } + if$ +} + +FUNCTION {format.editors} +{ editor empty$ + { "" } + { editor format.names + editor num.names$ #1 > + { " (Eds.)" * } + { " (Ed.)" * } + if$ + } + if$ +} + +FUNCTION {format.nonauthor.editors} +{ editor empty$ + { "" } + { editor format.names + editor num.names$ #1 > + { ", Eds." * } + { ", Ed." * } + if$ + } + if$ +} + +FUNCTION {format.title} +{ title empty$ + { "" } + { title emphasize } + if$ +} + +INTEGERS { s_length } + +FUNCTION { string.length } +{ + #1 's_length := + { duplicate$ duplicate$ #1 s_length substring$ = not } + { s_length #1 + 's_length := } + while$ + pop$ s_length +} + +STRINGS{ find text } +INTEGERS{ num t_len t_cur f_len f_occ f_take } + +FUNCTION { cut.substring } +{ + 'find := + 'num := + 'text := + find string.length 'f_len := + text string.length #1 + 't_len := + #0 'f_occ := + #1 't_cur := + #0 'f_take := + "" + { t_cur t_len < } + { #0 'f_take := + text t_cur f_len substring$ find = + { f_occ #1 + 'f_occ := + t_cur f_len + 't_cur := + #1 'f_take := + } + { + t_cur #1 + 't_cur := + } + if$ + f_occ num = + { #0 f_take = + { text t_cur #1 - #1 substring$ * } + { } + if$ + } + { } + if$ + } + while$ +} + +FUNCTION { format.slac.journal } +{ + 'text := + text string.length #1 + 't_len := + #1 't_cur := + "" + { t_cur t_len < } + { text t_cur #1 substring$ 's := + s " " = + { "%20" * } + { s "." = + { } + { s * } + if$ + } + if$ + t_cur #1 + 't_cur := + } + while$ + duplicate$ "l" change.case$ "jhep" = + { "," * year duplicate$ + string.length #1 - #2 substring$ * } + { "," * } + if$ +} + +FUNCTION {format.journal.vol.year} +{ journal empty$ + { "journal name" missing.warning ""} + { journal + volume empty$ + { "journal volume" missing.warning ""} + { " \textbf{" * volume * "}" * + year empty$ + { "year" missing.warning } + { " (" * year * ")" * } + if$ + } + if$ + } + if$ +} + +FUNCTION {format.number} +{ number empty$ + { "" } + { "no.~" number * } + if$ +} + +FUNCTION{ arxiv.address }{ "http://arXiv.org" } + +FUNCTION {format.eprint} +{ + primaryClass empty$ + { "" } + { " [" primaryClass * "]" * } + if$ + 's := + archivePrefix empty$ + { "" } + { primaryClass empty$ + { "" } + { archivePrefix ":" * } + if$ + } + if$ + 't := + eprint empty$ + { reportnumber } + { journal empty$ + { " \href{" arxiv.address * "/pdf/" * eprint * + "}{{\tt " * t * eprint * "}}" * s * } + { " [\href{" arxiv.address * "/pdf/" * eprint * + "}{{\tt " * t * eprint * "}}" * s * "]" * } + if$ + } + if$ +} + +FUNCTION {format.url} +{ url empty$ + { "" } + { " \url{" url * "}" * } + if$ +} + +FUNCTION {format.date} +{ year empty$ + { month empty$ + { "" } + { "there's a month but no year in " cite$ * warning$ + month + } + if$ + } + { month empty$ + 'year + { month " " * year * } + if$ + } + if$ +} + +%% The volume, series and number information is sort of tricky. +%% This code handles it as follows: +%% If the series is present, and the volume, but not the number, +%% then we do "\emph{Book title}, Series Name, vol. 000" +%% If the series is present, and the number, but not the volume, +%% then we do "\emph{Book title}, Series Name, no. 000" +%% If the series is present, and both number and volume, +%% then we do "\emph{Book title}, vol. XX, Series Name, no. 000" +%% Finally, if the series is absent, +%% then we do "\emph{Book title}, vol. XX" +%% or "\emph{Book title}, no. 000" +%% and if both volume and number are present, give a warning message. + +FUNCTION {format.bookvolume.series.number} +{ volume empty$ + { "" % Push the empty string as a placeholder in case everything else + % is empty too. + series empty$ + 'skip$ + { pop$ series } % if series is not empty put in stack + if$ + number empty$ + 'skip$ + { duplicate$ empty$ % if no preceding material, + 'skip$ % do nothing, otherwise + { ", " * } % add a comma and space to separate. + if$ + "no." number tie.or.space.connect * % add the number information + } + if$ + } +%% If the volume is NOT EMPTY: + { "vol." volume tie.or.space.connect % vol. XX + number empty$ + { series empty$ + 'skip$ + { series ", " * swap$ *} % Series Name, vol. XX + if$ + } + { series empty$ + { "can't use both volume and number if series info is missing" + warning$ + "in BibTeX entry type `" type$ * "'" * top$ + } + { ", " * series * ", no." * number tie.or.space.connect } + if$ + } + if$ + } + if$ + +} % end of format.bookvolume.series.number + +%% format.inproc.title.where.editors is used by inproceedings entry types + +%% No case changing or emphasizing for the title. We want initial +%% caps, roman. +%% We add parentheses around the address (place where conference +%% was held). +%% Likewise we add parentheses around the editors' names. + +FUNCTION {format.inproc.title.address.editors} +{ booktitle empty$ + { "" } + { booktitle + address empty$ + 'skip$ + { add.space.if.necessary "(" * address * ")" * } + if$ + editor empty$ + 'skip$ + { add.space.if.necessary "(" * format.nonauthor.editors * ")" * } + if$ + } + if$ +} + +%% format.incoll.title.editors is similar to format.inproc... but +%% omits the address. For collections that are not proceedings volumes. + +FUNCTION {format.incoll.title.editors} +{ booktitle empty$ + { "" } + { editor empty$ + { booktitle } + { booktitle + add.space.if.necessary "(" * format.nonauthor.editors * ")" * + } + if$ + } + if$ +} + +% Desired output for format.number.series: +% +% Lecture Notes in Math., no.~1224 + +FUNCTION {format.number.series} +{ series empty$ + { number empty$ + { "" } + { "there's a number but no series in " cite$ * warning$ } + if$ + } + { series + number empty$ + 'skip$ + { ", no.~" * number * } + if$ + } + if$ +} + +FUNCTION {format.edition} +{ edition empty$ + { "" } + { output.state mid.sentence = + { "ed. " edition "l" change.case$ * } + { "ed. " edition "t" change.case$ * } + if$ + } + if$ +} + +INTEGERS { multiresult } + +FUNCTION {multi.page.check} +{ 't := + #0 'multiresult := + { multiresult not + t empty$ not + and + } + { t #1 #1 substring$ + duplicate$ "-" = + swap$ duplicate$ "," = + swap$ "+" = + or or + { #1 'multiresult := } + { t #2 global.max$ substring$ 't := } + if$ + } + while$ + multiresult +} + +FUNCTION {format.pages} +{ pages empty$ + { "" } + { pages n.dashify } + if$ +} + +FUNCTION {format.book.pages} +{ pages empty$ + { "" } + { pages multi.page.check + { "pp.~" pages n.dashify * } + { "p.~" pages * } + if$ + } + if$ +} + +FUNCTION {format.chapter.pages} +{ chapter empty$ + 'format.book.pages + { type empty$ + { "ch.~" } + { type "l" change.case$ " " * } + if$ + chapter * + pages empty$ + 'skip$ + { ", " * format.book.pages * } + if$ + } + if$ +} + +FUNCTION {empty.misc.check} +{ author empty$ title empty$ howpublished empty$ + month empty$ year empty$ note empty$ + and and and and and + key empty$ not and + { "all relevant fields are empty in " cite$ * warning$ } + 'skip$ + if$ +} + +FUNCTION {format.thesis.type} +{ type empty$ + 'skip$ + { pop$ + type "t" change.case$ + } + if$ +} + +FUNCTION{ cds.address }{ "http://cdsweb.cern.ch/search?f=reportnumber\&p=" } + +FUNCTION {format.tr.number} +{ type empty$ + { "Tech. Report " } + 'type + if$ + number empty$ + { "t" change.case$ } + { "\href{" * cds.address * number * "}{" * number * "}" tie.or.space.connect } + if$ +} + +% The format.crossref functions haven't been paid much attention +% at the present time (June 1990) and could probably use some +% work. MJD + +FUNCTION {format.article.crossref} +{ key empty$ + { journal empty$ + { "need key or journal for " * cite$ * " to crossref " * crossref * + warning$ + "" + } + { "In " * journal * } + if$ + } + { "In " key * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.crossref.editor} +{ editor #1 "{vv~}{ll}" format.name$ + editor num.names$ duplicate$ + #2 > + { pop$ " et~al." * } + { #2 < + 'skip$ + { editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = + { " et~al." * } + { " and " * editor #2 "{vv~}{ll}" format.name$ * } + if$ + } + if$ + } + if$ +} + +FUNCTION {format.book.crossref} +{ volume empty$ + { "empty volume in " cite$ * "'s crossref of " * crossref * warning$ + "In " + } + { "Vol." volume tie.or.space.connect + " of " * + } + if$ + editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { series empty$ + { "need editor, key, or series for " cite$ * " to crossref " * + crossref * warning$ + "" * + } + { series * } + if$ + } + { key * } + if$ + } + { format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +FUNCTION {format.incoll.inproc.crossref} +{ editor empty$ + editor field.or.null author field.or.null = + or + { key empty$ + { booktitle empty$ + { "need editor, key, or booktitle for " cite$ * " to crossref " * + crossref * warning$ + "" + } + { "In \emph{" booktitle * "}" * } + if$ + } + { "In " key * } + if$ + } + { "In " format.crossref.editor * } + if$ + " \cite{" * crossref * "}" * +} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% The main functions for each entry type. + +% journal, vol and year are formatted together because they are +% not separated by commas. + +FUNCTION{ slac.address }{ "http://www.slac.stanford.edu/spires/find/hep/www" } + +FUNCTION {format.link.begin} +{ + url empty$ + { eprint empty$ + { journal empty$ + { "" } + { volume empty$ + { "" } + { pages empty$ + { "" } + { "\href{" slac.address * "?j=" * + journal format.slac.journal * volume * "," * + pages #0 "-" cut.substring #0 " " cut.substring * "}{" * + } + if$ + } + if$ + } + if$ + } + { "\href{" slac.address * "?eprint=" * eprint * "}{" * } + if$ + } + { "\href{" url * "}{" * } + if$ +} + +FUNCTION {format.link.end} +{ + url empty$ + { eprint empty$ + { journal empty$ + { "" } + { volume empty$ + { "" } + { pages empty$ + { "" } + { "}" } + if$ + } + if$ + } + if$ + } + { "}" } + if$ + } + { "}" } + if$ +} + +FUNCTION {format.myurl} +{ + journal missing$ + { eprint missing$ + { author missing$ + { format.url output } + { } + if$ + } + { } + if$ + } + { } + if$ +} + +FUNCTION {article} +{ output.bibitem + journal empty$ + { format.link.begin output.link } + 'skip$ + if$ + format.authors "author" output.check + journal empty$ + { format.link.end output.link } + 'skip$ + if$ + format.collab output + format.title "title" output.check + crossref missing$ + { format.journal.vol.year output + format.number output + journal empty$ + 'skip$ + { format.link.begin output } + if$ + format.pages + journal empty$ + { output } + { output.link } + if$ + } + { format.article.crossref output.nonnull + journal empty$ + 'skip$ + { format.link.begin output } + if$ + format.pages + journal empty$ + { output } + { output.link } + if$ + } + if$ + journal empty$ + 'skip$ + { format.link.end output.link } + if$ + format.language output + format.eprint output + note output + format.myurl + fin.entry +} + +FUNCTION {book} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + format.title "title" output.check + format.edition output + crossref missing$ + { format.bookvolume.series.number output + publisher "publisher" output.check + address output + } + { format.book.crossref output.nonnull + } + if$ + format.date "year" output.check + format.language * + note output + fin.entry +} + +FUNCTION {booklet} +{ output.bibitem + format.authors output + format.title "title" output.check + howpublished output + address output + format.date output + note output + fin.entry +} + +FUNCTION {inbook} +{ output.bibitem + author empty$ + { format.editors "author and editor" output.check } + { format.authors output.nonnull + crossref missing$ + { "author and editor" editor either.or.check } + 'skip$ + if$ + } + if$ + format.title "title" output.check + format.edition output + crossref missing$ + { format.bookvolume.series.number output + format.chapter.pages "chapter and pages" output.check + publisher "publisher" output.check + address output + } + { format.chapter.pages "chapter and pages" output.check + format.book.crossref output.nonnull + } + if$ + format.date "year" output.check + format.language * + note output + fin.entry +} + +FUNCTION {incollection} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + crossref missing$ + { format.incoll.title.editors "booktitle" output.check + format.bookvolume.series.number output + publisher "publisher" output.check + address output + format.edition output + format.date "year" output.check + } + { format.incoll.inproc.crossref output.nonnull + } + if$ + note output + format.book.pages output + format.language * + fin.entry +} + +FUNCTION {inproceedings} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + crossref missing$ + { format.inproc.title.address.editors "booktitle" output.check + format.bookvolume.series.number output + organization output + publisher output + format.date "year" output.check + } + { format.incoll.inproc.crossref output.nonnull + } + if$ + note output + format.book.pages output + format.language * + fin.entry +} + +FUNCTION {conference} { inproceedings } + +FUNCTION {manual} +{ output.bibitem + author empty$ + { organization empty$ + 'skip$ + { organization output.nonnull + address output + } + if$ + } + { format.authors output.nonnull } + if$ + format.title "title" output.check + author empty$ + { organization empty$ + { address output } + 'skip$ + if$ + } + { organization output + address output + } + if$ + format.edition output + format.date output + note output + fin.entry +} + +FUNCTION {mastersthesis} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + "Master's thesis" format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + note output + format.book.pages output + fin.entry +} + +FUNCTION {misc} +{ output.bibitem + format.authors output + format.title output + howpublished output + format.date output + note output + format.book.pages output + fin.entry + empty.misc.check +} + +FUNCTION {phdthesis} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + "Ph.D. thesis" format.thesis.type output.nonnull + school "school" output.check + address output + format.date "year" output.check + note output + format.book.pages output + fin.entry +} + +FUNCTION {proceedings} +{ output.bibitem + editor empty$ + { organization output } + { format.editors output.nonnull } + if$ + format.title "title" output.check + format.bookvolume.series.number output + address empty$ + { editor empty$ + 'skip$ + { organization output } + if$ + publisher output + format.date "year" output.check + } + { address output.nonnull + editor empty$ + 'skip$ + { organization output } + if$ + publisher output + format.date "year" output.check + } + if$ + note output + fin.entry +} + +FUNCTION {techreport} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + format.tr.number output.nonnull + institution "institution" output.check + address output + format.date "year" output.check + note output + fin.entry +} + +FUNCTION {unpublished} +{ output.bibitem + format.authors "author" output.check + format.title "title" output.check + note "note" output.check + format.date output + fin.entry +} + +FUNCTION {default.type} { misc } + +MACRO {jan} {"January"} + +MACRO {feb} {"February"} + +MACRO {mar} {"March"} + +MACRO {apr} {"April"} + +MACRO {may} {"May"} + +MACRO {jun} {"June"} + +MACRO {jul} {"July"} + +MACRO {aug} {"August"} + +MACRO {sep} {"September"} + +MACRO {oct} {"October"} + +MACRO {nov} {"November"} + +MACRO {dec} {"December"} + +READ + +FUNCTION {sortify} +{ purify$ + "l" change.case$ +} + +INTEGERS { len } + +FUNCTION {chop.word} +{ 's := + 'len := + s #1 len substring$ = + { s len #1 + global.max$ substring$ } + 's + if$ +} + +FUNCTION {sort.format.names} +{ 's := + #1 'nameptr := + "" + s num.names$ 'numnames := + numnames 'namesleft := + { namesleft #0 > } + { nameptr #1 > + { " " * } + 'skip$ + if$ + s nameptr "{vv{ } }{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't := + nameptr numnames = t "others" = and + { "et al" * } + { t sortify * } + if$ + nameptr #1 + 'nameptr := + namesleft #1 - 'namesleft := + } + while$ +} + +FUNCTION {sort.format.title} +{ 't := + "A " #2 + "An " #3 + "The " #4 t chop.word + chop.word + chop.word + sortify + #1 global.max$ substring$ +} + +FUNCTION {author.sort} +{ author empty$ + { key empty$ + { "to sort, need author or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.editor.sort} +{ author empty$ + { editor empty$ + { key empty$ + { "to sort, need author, editor, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { editor sort.format.names } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {author.organization.sort} +{ author empty$ + { organization empty$ + { key empty$ + { "to sort, need author, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "The " #4 organization chop.word sortify } + if$ + } + { author sort.format.names } + if$ +} + +FUNCTION {editor.organization.sort} +{ editor empty$ + { organization empty$ + { key empty$ + { "to sort, need editor, organization, or key in " cite$ * warning$ + "" + } + { key sortify } + if$ + } + { "The " #4 organization chop.word sortify } + if$ + } + { editor sort.format.names } + if$ +} + +FUNCTION {presort} +{ type$ "book" = + type$ "inbook" = + or + 'author.editor.sort + { type$ "proceedings" = + 'editor.organization.sort + { type$ "manual" = + 'author.organization.sort + 'author.sort + if$ + } + if$ + } + if$ + " " + * + year field.or.null sortify + * + " " + * + title field.or.null + sort.format.title + * + #1 entry.max$ substring$ + 'sort.key$ := +} + +ITERATE {presort} + +STRINGS { longest.label prev.author this.author } + +INTEGERS { number.label longest.label.width } + +FUNCTION {initialize.longest.label} +{ "" 'longest.label := + #1 'number.label := + #0 'longest.label.width := + "abcxyz" 'prev.author := + "" 'this.author := +} + +FUNCTION {longest.label.pass} +{ number.label int.to.str$ 'label := + number.label #1 + 'number.label := + label width$ longest.label.width > + { label 'longest.label := + label width$ 'longest.label.width := + } + 'skip$ + if$ + author empty$ + { editor empty$ + { "" } + 'editor + if$ + } + 'author + if$ + 'this.author := + this.author prev.author = + { "\bysame" 'extra.label := } + { "" 'extra.label := + this.author "" = + { "abcxyz" } + 'this.author + if$ + 'prev.author := + } + if$ +} + +EXECUTE {initialize.longest.label} + +ITERATE {longest.label.pass} + +FUNCTION {begin.bib} +{ preamble$ empty$ + 'skip$ + { preamble$ write$ newline$ } + if$ + "\ifx\mcitethebibliography\mciteundefinedmacro" + write$ newline$ + "\PackageError{amsunsrt_mod.bst}{mciteplus.sty has not been loaded}" + write$ newline$ + "{This bibstyle requires the use of the mciteplus package.}\fi" + write$ newline$ "\begin{mcitethebibliography}{" longest.label + * "}" * write$ newline$ +} + +EXECUTE {begin.bib} + +EXECUTE {init.state.consts} + +ITERATE {call.type$} + +FUNCTION {end.bib} +{ newline$ + "\end{mcitethebibliography}" write$ newline$ +} + +EXECUTE {end.bib} +%% \CharacterTable +%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z +%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z +%% Digits \0\1\2\3\4\5\6\7\8\9 +%% Exclamation \! Double quote \" Hash (number) \# +%% Dollar \$ Percent \% Ampersand \& +%% Acute accent \' Left paren \( Right paren \) +%% Asterisk \* Plus \+ Comma \, +%% Minus \- Point \. Solidus \/ +%% Colon \: Semicolon \; Less than \< +%% Equals \= Greater than \> Question mark \? +%% Commercial at \@ Left bracket \[ Backslash \\ +%% Right bracket \] Circumflex \^ Underscore \_ +%% Grave accent \` Left brace \{ Vertical bar \| +%% Right brace \} Tilde \~} diff --git a/Draft/bib/bbb.bib b/Draft/bib/bbb.bib new file mode 100644 index 0000000..2d6b58b --- /dev/null +++ b/Draft/bib/bbb.bib @@ -0,0 +1,30407 @@ +% This file was created with JabRef 2.5. +% Encoding: ISO8859_1 + +%%%%%%%%%% this will need updating!!!! +%%%% PLEASE PLEASE PLEASE keep this alphabetical - if we ever want to merge +%%%% something in we are fairly screwed otherwise. + + + + +@article{:2012gu, + author = "Chatrchyan, Serguei and others", + title = "{Observation of a new boson at a mass of 125 GeV with the + CMS experiment at the LHC}", + collaboration = "CMS Collaboration", + journal = "Phys.Lett.", + volume = "B716", + pages = "30-61", + doi = "10.1016/j.physletb.2012.08.021", + year = "2012", + eprint = "1207.7235", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-HIG-12-028, CERN-PH-EP-2012-220", + SLACcitation = "%%CITATION = ARXIV:1207.7235;%%", +} + +@article{Aad:2014jgf, + author = "Aad, Georges and others", + title = "{Measurement of distributions sensitive to the underlying + event in inclusive Z-boson production in $pp$ collisions + at $\sqrt{s}=7$ TeV with the ATLAS detector}", + collaboration = "ATLAS", + journal = "Eur.Phys.J.", + number = "12", + volume = "C74", + pages = "3195", + doi = "10.1140/epjc/s10052-014-3195-6", + year = "2014", + eprint = "1409.3433", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2014-162", + SLACcitation = "%%CITATION = ARXIV:1409.3433;%%", +} + +@article{Aad:2010fh, + author = "Aad, Georges and others", + title = "{Measurement of underlying event characteristics using + charged particles in pp collisions at $\sqrt{s} = 900 GeV$ + and 7 TeV with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "Phys.Rev.", + volume = "D83", + pages = "112001", + doi = "10.1103/PhysRevD.83.112001", + year = "2011", + eprint = "1012.0791", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2010-063", + SLACcitation = "%%CITATION = ARXIV:1012.0791;%%", +} +@article{Aad:2011dm, + author = "Aad, Georges and others", + title = "{Measurement of the inclusive $W^\pm$ and Z/gamma cross + sections in the electron and muon decay channels in $pp$ + collisions at $\sqrt{s}=7$ TeV with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "Phys.Rev.", + volume = "D85", + pages = "072004", + doi = "10.1103/PhysRevD.85.072004", + year = "2012", + eprint = "1109.5141", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2011-143", + SLACcitation = "%%CITATION = ARXIV:1109.5141;%%", +} + + +@article{Aad:2011eu, + author = "Aad, Georges and others", + title = "{Measurement of the Inelastic Proton-Proton Cross-Section + at $\sqrt{s}=7$ TeV with the ATLAS Detector}", + collaboration = "ATLAS Collaboration", + journal = "Nature Commun.", + volume = "2", + pages = "463", + doi = "10.1038/ncomms1472", + year = "2011", + eprint = "1104.0326", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2011-047", + SLACcitation = "%%CITATION = ARXIV:1104.0326;%%", +} + +@article{Aad:2014dca, + author = "Aad, Georges and others", + title = "{Measurement of the total cross section from elastic + scattering in $pp$ collisions at $\sqrt{s}=7$ TeV with the + ATLAS detector}", + collaboration = "ATLAS Collaboration", + year = "2014", + eprint = "1408.5778", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2014-177", + SLACcitation = "%%CITATION = ARXIV:1408.5778;%%", +} + + + +@article{Aad:2012tfa, + author = "Aad, Georges and others", + title = "{Observation of a new particle in the search for the + Standard Model Higgs boson with the ATLAS detector at the + LHC}", + collaboration = "ATLAS Collaboration", + journal = "Phys.Lett.", + volume = "B716", + pages = "1-29", + doi = "10.1016/j.physletb.2012.08.020", + year = "2012", + eprint = "1207.7214", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-218", + SLACcitation = "%%CITATION = ARXIV:1207.7214;%%", +} + +@article{Aad:2014xaa, + author = "Aad, Georges and others", + title = "{Measurement of the $Z/\gamma^*$ boson transverse + momentum distribution in $pp$ collisions at $\sqrt{s}$ = 7 + TeV with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "JHEP", + volume = "1409", + pages = "145", + doi = "10.1007/JHEP09(2014)145", + year = "2014", + eprint = "1406.3660", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2014-075", + SLACcitation = "%%CITATION = ARXIV:1406.3660;%%", +} + + +@article{Aad:2010ac, + author = "Aad, G. and others", + title = "{Charged-particle multiplicities in pp interactions + measured with the ATLAS detector at the LHC}", + collaboration = "ATLAS Collaboration", + journal = "New J.Phys.", + volume = "13", + pages = "053033", + doi = "10.1088/1367-2630/13/5/053033", + year = "2011", + eprint = "1012.5104", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + SLACcitation = "%%CITATION = ARXIV:1012.5104;%%", +} + +@article{Aad:2012awa, + author = "Aad, Georges and others", + title = "{Measurement of $ZZ$ production in $pp$ collisions at + $\sqrt{s}=7$ TeV and limits on anomalous $ZZZ$ and + $ZZ\gamma$ couplings with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "JHEP", + volume = "1303", + pages = "128", + doi = "10.1007/JHEP03(2013)128", + year = "2013", + eprint = "1211.6096", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-318", + SLACcitation = "%%CITATION = ARXIV:1211.6096;%%", +} + + +@article{Aad:2012pw, + author = "Aad, Georges and others", + title = "{Rapidity gap cross sections measured with the ATLAS + detector in $pp$ collisions at $\sqrt{s}=7$ TeV}", + collaboration = "ATLAS Collaboration", + journal = "Eur.Phys.J.", + volume = "C72", + pages = "1926", + doi = "10.1140/epjc/s10052-012-1926-0", + year = "2012", + eprint = "1201.2808", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2011-220", + SLACcitation = "%%CITATION = ARXIV:1201.2808;%%", +} + +@article{Aad:2012tba, + author = "Aad, Georges and others", + title = "{Measurement of isolated-photon pair production in $pp$ + collisions at $\sqrt{s}=7$ TeV with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "JHEP", + volume = "1301", + pages = "086", + doi = "10.1007/JHEP01(2013)086", + year = "2013", + eprint = "1211.1913", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-300", + SLACcitation = "%%CITATION = ARXIV:1211.1913;%%", +} + +@article{Aad:2012ux, + author = "Aad, Georges and others", + title = "{Measurement of the $t$-channel single top-quark + production cross section in $pp$ collisions at + $\sqrt{s}=7$ TeV with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "Phys.Lett.", + volume = "B717", + pages = "330-350", + doi = "10.1016/j.physletb.2012.09.031", + year = "2012", + eprint = "1205.3130", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-082", + SLACcitation = "%%CITATION = ARXIV:1205.3130;%%", +} + + +@article{Aad:2012xca, + author = "Aad, Georges and others", + title = "{Evidence for the associated production of a $W$ boson + and a top quark in ATLAS at $\sqrt{s}=7$ TeV}", + collaboration = "ATLAS", + journal = "Phys.Lett.", + volume = "B716", + pages = "142-159", + doi = "10.1016/j.physletb.2012.08.011", + year = "2012", + eprint = "1205.5764", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-117", + SLACcitation = "%%CITATION = ARXIV:1205.5764;%%", +} + +@article{Aad:2012yr, + author = "Aad, Georges and others", + title = "{Search for light top squark pair production in final + states with leptons and $b^-$ jets with the ATLAS detector + in $\sqrt{s}=7$ TeV proton-proton collisions}", + collaboration = "ATLAS Collaboration", + journal = "Phys.Lett.", + volume = "B720", + pages = "13-31", + doi = "10.1016/j.physletb.2013.01.049", + year = "2013", + eprint = "1209.2102", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-207", + SLACcitation = "%%CITATION = ARXIV:1209.2102;%%", +} + +@article{Aad:2013, + author = "Aad, Georges and others", + title = "{Measurement of hard double-parton interactions in + $W\to\ell\nu + 2$ jet events at $\sqrt{s}=7 \UTeV$ + with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + year = "2013", + eprint = "1301.6872", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-355", + SLACcitation = "%%CITATION = ARXIV:1301.6872;%%", +} + +@article{Aad:2013cea, + author = "Aad, Georges and others", + title = "{Measurement of the top quark pair production charge + asymmetry in proton-proton collisions at $\sqrt{s}$ = 7 + TeV using the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "JHEP", + volume = "1402", + pages = "107", + doi = "10.1007/JHEP02(2014)107", + year = "2014", + eprint = "1311.6724", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2013-177", + SLACcitation = "%%CITATION = ARXIV:1311.6724;%%", +} + +@article{Aad:2013tea, + author = "Aad, Georges and others", + title = "{Measurement of dijet cross sections in $pp$ collisions + at 7 TeV centre-of-mass energy using the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "JHEP", + volume = "1405", + pages = "059", + doi = "10.1007/JHEP05(2014)059", + year = "2014", + eprint = "1312.3524", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2013-192", + SLACcitation = "%%CITATION = ARXIV:1312.3524;%%", +} + + +@article{Aad:2013vka, + author = "Aad, Georges and others", + title = "{Measurement of the cross-section for W boson production + in association with b-jets in pp collisions at $\sqrt{s}$ + = 7 TeV with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "JHEP", + volume = "1306", + pages = "084", + doi = "10.1007/JHEP06(2013)084", + year = "2013", + eprint = "1302.2929", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-357", + SLACcitation = "%%CITATION = ARXIV:1302.2929;%%", +} + +@article{Aad:2013ysa, + author = "Aad, Georges and others", + title = "{Measurement of the production cross section of jets in + association with a Z boson in pp collisions at $\sqrt{s}$ + = 7 TeV with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "JHEP", + volume = "1307", + pages = "032", + doi = "10.1007/JHEP07(2013)032", + year = "2013", + eprint = "1304.7098", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2013-023", + SLACcitation = "%%CITATION = ARXIV:1304.7098;%%", +} +@article{Aad:2013zba, + author = "Aad, Georges and others", + title = "{Measurement of the inclusive isolated prompt photons + cross section in pp collisions at $\sqrt{s}=7$  TeV + with the ATLAS detector using 4.6  fb$^{−1}$}", + collaboration = "ATLAS Collaboration", + journal = "Phys.Rev.", + number = "5", + volume = "D89", + pages = "052004", + doi = "10.1103/PhysRevD.89.052004", + year = "2014", + eprint = "1311.1440", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2013-164", + SLACcitation = "%%CITATION = ARXIV:1311.1440;%%", +} + +@article{Aad:2014iaa, + author = "Aad, Georges and others", + title = "{Measurement of the $t\bar{t}$ production cross-section + as a function of jet multiplicity and jet transverse + momentum in 7 TeV proton-proton collisions with the ATLAS + detector}", + collaboration = "ATLAS Collaboration", + year = "2014", + eprint = "1407.0891", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2014-114", + SLACcitation = "%%CITATION = ARXIV:1407.0891;%%", +} + +@article{Aad:2014aia, + author = "Aad, Georges and others", + title = "{Search for $s$-channel single top-quark production in + proton–proton collisions at $\sqrt s=8$ TeV with the + ATLAS detector}", + collaboration = "ATLAS", + journal = "Phys.Lett.", + volume = "B740", + pages = "118-136", + doi = "10.1016/j.physletb.2014.11.042", + year = "2015", + eprint = "1410.0647", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2014-224", + SLACcitation = "%%CITATION = ARXIV:1410.0647;%%", +} + +@article{Aad:2014dvb, + author = "Aad, Georges and others", + title = "{Measurement of differential production cross-sections + for a $Z$ boson in association with $b$-jets in 7 TeV + proton-proton collisions with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "JHEP", + volume = "1410", + pages = "141", + doi = "10.1007/JHEP10(2014)141", + year = "2014", + eprint = "1407.3643", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2014-118", + SLACcitation = "%%CITATION = ARXIV:1407.3643;%%", +} + + +@article{Aad:2014fwa, + author = "Aad, Georges and others", + title = "{Comprehensive measurements of $t$-channel single + top-quark production cross sections at $\sqrt{s} = 7$ TeV + with the ATLAS detector}", + collaboration = "ATLAS", + journal = "Phys.Rev.", + number = "11", + volume = "D90", + pages = "112006", + doi = "10.1103/PhysRevD.90.112006", + year = "2014", + eprint = "1406.7844", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2014-133", + SLACcitation = "%%CITATION = ARXIV:1406.7844;%%", +} + +@article{Aad:2014mda, + author = "Aad, Georges and others", + title = "{Measurement of the $WW+WZ$ cross section and limits on + anomalous triple gauge couplings using final states with + one lepton, missing transverse momentum, and two jets with + the ATLAS detector at $\sqrt{\rm{s}} = 7$ TeV}", + collaboration = "ATLAS Collaboration", + year = "2014", + eprint = "1410.7238", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2014-244", + SLACcitation = "%%CITATION = ARXIV:1410.7238;%%", +} + + +@article{Aad:2014pua, + author = "Aad, Georges and others", + title = "{Measurements of jet vetoes and azimuthal decorrelations + in dijet events produced in $pp$ collisions at $\sqrt{s}$ + = 7 TeV using the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "Eur.Phys.J.", + number = "11", + volume = "C74", + pages = "3117", + doi = "10.1140/epjc/s10052-014-3117-7", + year = "2014", + eprint = "1407.5756", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2014-132", + SLACcitation = "%%CITATION = ARXIV:1407.5756;%%", +} + +@article{Aad:2014qxa, + author = "Aad, Georges and others", + title = "{Measurements of the W production cross sections in + association with jets with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + year = "2014", + eprint = "1409.8639", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2014-199", + SLACcitation = "%%CITATION = ARXIV:1409.8639;%%", +} + + +@article{Aad:2014vwa, + author = "Aad, Georges and others", + title = "{Measurement of the inclusive jet cross-section in + proton-proton collisions at $\sqrt{s}=7$ TeV using 4.5 + fb$^{-1}$ of data with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + year = "2014", + eprint = "1410.8857", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2014-155", + SLACcitation = "%%CITATION = ARXIV:1410.8857;%%", +} + + +@ARTICLE{Aad:2009wy, + author = {Aad, G. and others}, + title = "{Expected Performance of the ATLAS Experiment - Detector, Trigger + and Physics}", + year = {2009}, + archiveprefix = {arXiv}, + collaboration = {The ATLAS}, + eprint = {0901.0512}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0901.0512;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0901.0512} +} + +@ARTICLE{Aad:2008zzm, + author = {Aad, G. and others}, + title = "{The ATLAS Experiment at the CERN Large Hadron Collider}", + journal = {JINST}, + year = {2008}, + volume = {3}, + pages = {S08003}, + collaboration = {The ATLAS}, + doi = {10.1088/1748-0221/3/08/S08003}, + file = {:Aad2008zzm.pdf:PDF} +} +@article{Aad:2011fc, + author = "Aad, Georges and others", + title = "{Measurement of inclusive jet and dijet production in + $pp$ collisions at $\sqrt{s}=7$ TeV using the ATLAS + detector}", + collaboration = "ATLAS Collaboration", + journal = "Phys.Rev.", + volume = "D86", + pages = "014022", + doi = "10.1103/PhysRevD.86.014022", + year = "2012", + eprint = "1112.6297", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2011-192", + SLACcitation = "%%CITATION = ARXIV:1112.6297;%%", +} + +@article{Aad:2011kp, + author = "Aad, Georges and others", + title = "{Measurement of the cross section for the production of a + $W$ boson in association with $b^-$ jets in $pp$ + collisions at $\sqrt{s}=7$ TeV with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "Phys.Lett.", + volume = "B707", + pages = "418-437", + doi = "10.1016/j.physletb.2011.12.046", + year = "2012", + eprint = "1109.1470", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2011-132", + SLACcitation = "%%CITATION = ARXIV:1109.1470;%%", +} + + + +@article{Aad:2011tqa, + author = "Aad, Georges and others", + title = "{Measurement of multi-jet cross sections in proton-proton + collisions at a 7 TeV center-of-mass energy}", + collaboration = "ATLAS Collaboration", + journal = "Eur.Phys.J.", + volume = "C71", + pages = "1763", + doi = "10.1140/epjc/s10052-011-1763-6", + year = "2011", + eprint = "1107.2092", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2011-098", + SLACcitation = "%%CITATION = ARXIV:1107.2092;%%", +} + +@techreport{Aaij:1750837, + author = “LHCb collaboration”, + title = "{Measurement of the forward $W$ boson cross-section in + $pp$ collisions at $\sqrt{s} = 7 {\rm \, TeV}$}", + institution = "CERN", + collaboration = "LHCb collaboration", + address = "Geneva", + number = "arXiv:1408.4354. LHCB-PAPER-2014-033. CERN-PH-EP-2014-175", + month = "Aug", + year = "2014", +} + + +@article{Aaltonen:2007ae, + author = "Aaltonen, T. and others", + title = "{Measurement of inclusive jet cross-sections in + Z/gamma*(---> $e^{+} e^{-)}$ + jets production in $p + \bar{p}$ collisions at $\sqrt{s}$ = 1.96-TeV}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.Lett.", + volume = "100", + pages = "102001", + doi = "10.1103/PhysRevLett.100.102001", + year = "2008", + eprint = "0711.3717", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-07-627-E", + SLACcitation = "%%CITATION = ARXIV:0711.3717;%%", +} + + +@article{Aaltonen:2007ip, + author = "Aaltonen, T. and others", + title = "{Measurement of the cross section for $W^-$ boson + production in association with jets in $p\bar{p}$ + collisions at $\sqrt{s}$ = 1.96-TeV}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D77", + pages = "011108", + doi = "10.1103/PhysRevD.77.011108", + year = "2008", + eprint = "0711.4044", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-07-622-E", + SLACcitation = "%%CITATION = ARXIV:0711.4044;%%", +} + + +@article{Aaltonen:2008eq, + author = "Aaltonen, T. and others", + title = "{Measurement of the Inclusive Jet Cross Section at the + Fermilab Tevatron p anti-p Collider Using a Cone-Based Jet + Algorithm}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D78", + pages = "052006", + doi = "10.1103/PhysRevD.79.119902, 10.1103/PhysRevD.78.052006", + year = "2008", + eprint = "0807.2204", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-08-243-E", + SLACcitation = "%%CITATION = ARXIV:0807.2204;%%", +} + + + +@ARTICLE{Aaltonen:2009ty, + author = {Aaltonen, T.}, + title = "{Measurement of the inclusive isolated prompt photon cross section + in $p\bar{p}$ collisions at $\sqrt{s} = 1.96$ TeV using the CDF detector}", + journal = {Phys. Rev.}, + year = {2009}, + volume = {D80}, + pages = {111106}, + archiveprefix = {arXiv}, + collaboration = {CDF}, + doi = {10.1103/PhysRevD.80.111106}, + eprint = {0910.3623}, + file = {:Aaltonen2009ty.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0910.3623;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0910.3623} +} + +@ARTICLE{Aaltonen:2009ga, + author = {Aaltonen, T. and others}, + title = "{Search for a Fermiophobic Higgs Boson Decaying into Diphotons in + $p\bar{p}$ Collisions at $\sqrt{s} = 1.96$ TeV}", + journal = {Phys. Rev. Lett.}, + year = {2009}, + volume = {103}, + pages = {061803}, + archiveprefix = {arXiv}, + collaboration = {CDF}, + doi = {10.1103/PhysRevLett.103.061803}, + eprint = {0905.0413}, + file = {:Aaltonen2009ga.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0905.0413;%%} +} + +@ARTICLE{Aaltonen:2009ne, + author = {Aaltonen, T. and others}, + title = "{Measurement of particle production and inclusive differential cross + sections in $p\bar{p}$ collisions at $\sqrt{s}=1.96$ TeV}", + journal = {Phys. Rev.}, + year = {2009}, + volume = {D79}, + pages = {112005}, + archiveprefix = {arXiv}, + collaboration = {CDF}, + doi = {10.1103/PhysRevD.79.112005}, + eprint = {0904.1098}, + file = {:Aaltonen2009ne.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0904.1098;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0904.1098} +} + +@article{Aaltonen:2009qi, + author = "Aaltonen, T. and others", + title = "{First Measurement of the b-jet Cross Section in Events + with a W Boson in p anti-p Collisions at s**(1/2) = + 1.96-TeV}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.Lett.", + volume = "104", + pages = "131801", + doi = "10.1103/PhysRevLett.104.131801", + year = "2010", + eprint = "0909.1505", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-09-416-E", + SLACcitation = "%%CITATION = ARXIV:0909.1505;%%", +} + + +@ARTICLE{:2007cp, + author = {Aaltonen, T. and others}, + title = "{Measurement of Inclusive Jet Cross Sections in $Z/\gamma^* (\to + ee)+$ jets Production in $p\bar{p}$ Collisions at $\sqrt{s}=1.96$ + TeV}", + journal = {Phys. Rev. Lett.}, + year = {2008}, + volume = {100}, + pages = {102001}, + archiveprefix = {arXiv}, + collaboration = {CDF - Run II}, + eprint = {0711.3717}, + file = {:Aaltonen2007cp.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0711.3717;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0711.3717} +} + +@ARTICLE{Aaltonen:2007ip, + author = {Aaltonen, T. and others}, + title = "{Measurement of the cross section for W-boson production in association + with jets in $p\bar{p}$ collisions at $\sqrt{s}=1.96$ TeV}", + journal = {Phys. Rev.}, + year = {2008}, + volume = {D77}, + pages = {011108}, + archiveprefix = {arXiv}, + collaboration = {CDF}, + doi = {10.1103/PhysRevD.77.011108}, + eprint = {0711.4044}, + file = {:Aaltonen2007ip.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0711.4044;%%} +} + +@article{Aaltonen:2013wca, + author = "Aaltonen, Timo Antero and others", + title = "{Combination of measurements of the top-quark pair + production cross section from the Tevatron Collider}", + collaboration = "CDF Collaboration, D0 Collaboration", + journal = "Phys.Rev.", + volume = "D89", + pages = "072001", + doi = "10.1103/PhysRevD.89.072001", + year = "2014", + eprint = "1309.7570", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-13-432-E", + SLACcitation = "%%CITATION = ARXIV:1309.7570;%%", +} + +@article{Aaltonen:2011pg, + author = "Aaltonen, T. and others", + title = "{Study of Substructure of High Transverse Momentum Jets + Produced in Proton-Antiproton Collisions at + $\sqrt{s}=1.96$ TeV}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D85", + pages = "091101", + doi = "10.1103/PhysRevD.85.091101", + year = "2012", + eprint = "1106.5952", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-11-297-E-PPD", + SLACcitation = "%%CITATION = ARXIV:1106.5952;%%", +} + + +@article{Aaltonen:2011ts, + author = "Aaltonen, T. and others", + title = "{A Search for resonant production of $t\bar{t}$ pairs in + $4.8\ \rm{fb}^{-1}$ of integrated luminosity of $p\bar{p}$ + collisions at $\sqrt{s}=1.96\ \rm{TeV}$}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D84", + pages = "072004", + doi = "10.1103/PhysRevD.84.072004", + year = "2011", + eprint = "1107.5063", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-11-350-E, CDF-PUB-TOP-CDFR-10468", + SLACcitation = "%%CITATION = ARXIV:1107.5063;%%", +} + +@article{Aaltonen:2011vk, + author = "Aaltonen, T. and others", + title = "{Measurement of the Cross Section for Prompt Isolated + Diphoton Production in $p\bar{p}$ Collisions at $\sqrt{s} + = 1.96$ TeV}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D84", + pages = "052006", + doi = "10.1103/PhysRevD.84.052006", + year = "2011", + eprint = "1106.5131", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-11-296-PPD", + SLACcitation = "%%CITATION = ARXIV:1106.5131;%%", +} + + +@article{Aaltonen:2012it, + author = "Aaltonen, T. and others", + title = "{Measurement of the top quark forward-backward production + asymmetry and its dependence on event kinematic + properties}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D87", + pages = "092002", + doi = "10.1103/PhysRevD.87.092002", + year = "2013", + eprint = "1211.1003", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-12-591-E", + SLACcitation = "%%CITATION = ARXIV:1211.1003;%%", +} + +@article{Aaltonen:2012jd, + author = "Aaltonen, T. and others", + title = "{Measurement of the cross section for prompt isolated + diphoton production using the full CDF Run II data + sample}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.Lett.", + number = "10", + volume = "110", + pages = "101801", + doi = "10.1103/PhysRevLett.110.101801", + year = "2013", + eprint = "1212.4204", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-12-655-E", + SLACcitation = "%%CITATION = ARXIV:1212.4204;%%", +} + + +@article{Aaltonen:2014eva, + author = "Aaltonen, Timo Antero and others", + title = "{Measurement of the inclusive leptonic asymmetry in + top-quark pairs that decay to two charged leptons at CDF}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.Lett.", + volume = "113", + pages = "042001", + doi = "10.1103/PhysRevLett.113.042001", + year = "2014", + eprint = "1404.3698", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-14-096-E", + SLACcitation = "%%CITATION = ARXIV:1404.3698;%%", +} + + +@ARTICLE{Aaron:2010uj, + author = {Aaron, F. D. and others}, + title = "{Prompt photons in photoproduction at HERA}", + journal = {Eur. Phys. J.}, + year = {2010}, + volume = {C66}, + pages = {17-33}, + note = {DESY-09-135}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1140/epjc/s10052-010-1240-7}, + eprint = {0910.5631}, + file = {:Aaron2010uj.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0910.5631;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0910.5631} +} + +@article{Aaron:2009aa, + author = "Aaron, F.D. and others", + title = "{Combined Measurement and QCD Analysis of the Inclusive + e+- p Scattering Cross Sections at HERA}", + collaboration = "H1 and ZEUS Collaboration", + journal = "JHEP", + volume = "1001", + pages = "109", + doi = "10.1007/JHEP01(2010)109", + year = "2010", + eprint = "0911.0884", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "DESY-09-158", + SLACcitation = "%%CITATION = ARXIV:0911.0884;%%", +} + +@ARTICLE{Aaron:2009vs, + author = {Aaron, F. D. and others}, + title = "{Jet production in $ep$ collisions at high $Q^2$ and determination + of $\alpha_s$}", + journal = {Eur. Phys. J.}, + year = {2009}, + volume = {C65}, + pages = {363-383}, + note = {DESY-09-032}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1140/epjc/s10052-009-1208-7}, + eprint = {0904.3870}, + file = {:Aaron2009vs.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0904.3870;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0904.3870} +} + +@ARTICLE{Aaron:2007xx, + author = {Aaron, F. D. and others}, + title = "{Three- and four-jet production at low $x$ at HERA}", + journal = {Eur. Phys. J.}, + year = {2008}, + volume = {C54}, + pages = {389-409}, + note = {DESY-07-200}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1140/epjc/s10052-008-0544-3}, + eprint = {0711.2606}, + file = {:Aaron2007xx.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0711.2606;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0711.2606} +} + +@article{Aaron:2010ac, + author = "Aaron, F.D. and others", + title = "{Jet Production in ep Collisions at Low Q**2 and + Determination of alpha(s)}", + collaboration = "H1 Collaboration", + journal = "Eur.Phys.J.", + volume = "C67", + pages = "1-24", + doi = "10.1140/epjc/s10052-010-1282-x", + year = "2010", + eprint = "0911.5678", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "DESY-09-162", + SLACcitation = "%%CITATION = ARXIV:0911.5678;%%", +} + +@article{Abachi:1995iq, + author = "Abachi, S. and others", + title = "{Observation of the top quark}", + collaboration = "D0 Collaboration", + journal = "Phys.Rev.Lett.", + volume = "74", + pages = "2632-2637", + doi = "10.1103/PhysRevLett.74.2632", + year = "1995", + eprint = "hep-ex/9503003", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-95-028-E", + SLACcitation = "%%CITATION = HEP-EX/9503003;%%", +} + + +@ARTICLE{Abachi:1995zv, + author = {Abachi, S. and others}, + title = "{Studies of topological distributions of the three- and four-jet + events in $\bar{p}p$ collisions at $\sqrt{s}=1800$ GeV with the D\O\ + detector}", + journal = {Phys. Rev.}, + year = {1996}, + volume = {D53}, + pages = {6000-6016}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1103/PhysRevD.53.6000}, + eprint = {hep-ex/9509005}, + file = {:Abachi1995zv.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9509005;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9509005} +} + +@ARTICLE{Abachi:1996et, + author = {Abachi, S. and others}, + title = "{Azimuthal Decorrelation of Jets Widely Separated in Rapidity}", + journal = {Phys. Rev. Lett.}, + year = {1996}, + volume = {77}, + pages = {595-600}, + collaboration = {D\O\}, + eprint = {hep-ex/9603010}, + file = {:Abachi1996et.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9603010} +} + +@ARTICLE{Abachi:1995jf, + author = {Abachi, S. and others}, + title = "{Study of the Strong Coupling Constant Using W + Jet Processes}", + journal = {Phys. Rev. Lett.}, + year = {1995}, + volume = {75}, + pages = {3226-3231}, + collaboration = {D\O\}, + file = {:Abachi1995jf.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRLTA,75,3226} +} + +@article{Abazov:2001af, + author = "Abazov, V.M. and others", + title = "{The ratio of the isolated photon cross sections at + $\sqrt{s} = 630$ GeV and 1800 GeV}", + collaboration = "D0 Collaboration", + journal = "Phys.Rev.Lett.", + volume = "87", + pages = "251805", + doi = "10.1103/PhysRevLett.87.251805", + year = "2001", + eprint = "hep-ex/0106026", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-01-239-E", + SLACcitation = "%%CITATION = HEP-EX/0106026;%%", +} + + +@ARTICLE{Abazov:2008yg, + author = {Abazov, : V. M.}, + title = "{Evidence of $WW+WZ$ Production with lepton + jets Final States in + $p\bar{p}$ Collisions at $\sqrt{s}$ =1.96 TeV}", + journal = {Phys. Rev. Lett.}, + year = {2009}, + volume = {102}, + pages = {161801}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1103/PhysRevLett.102.161801}, + eprint = {0810.3873}, + file = {:Abazov2008yg.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0810.3873;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0810.3873} +} + +@ARTICLE{Abazov:2010ah, + author = {Abazov, V. and others}, + title = "{Measurement of direct photon pair production cross sections in + $p\bar{p}$ collisions at $\sqrt{s}=1.96$ TeV}", + journal = {Phys. Lett.}, + year = {2010}, + volume = {B690}, + pages = {108-117}, + archiveprefix = {arXiv}, + collaboration = "{The D\O}", + doi = {10.1016/j.physletb.2010.05.017}, + eprint = {1002.4917}, + file = {:Abazov2010ah.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 1002.4917;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1002.4917} +} + +@article{Abazov:2009gc, + author = "Abazov, V.M. and others", + title = "{Double parton interactions in photon+3 jet events in + $p\bar{p}$ collisions $\sqrt{s}=1.96$ TeV}", + collaboration = "D0 Collaboration", + journal = "Phys.Rev.", + volume = "D81", + pages = "052012", + doi = "10.1103/PhysRevD.81.052012", + year = "2010", + eprint = "0912.5104", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-09-644-E", + SLACcitation = "%%CITATION = ARXIV:0912.5104;%%", +} + +@ARTICLE{Abazov:2009av, + author = {Abazov, V.M. and others}, + title = "{Measurements of differential cross sections of + $Z/\gamma^*+$jets$+X$ events in proton anti-proton collisions at +$\sqrt{s} = 1.96$~TeV}", + journal = {Phys.Lett.}, + year = {2009}, + volume = {B678}, + pages = {45-54}, + archiveprefix = {arXiv}, + collaboration = {D\O\ }, + doi = {10.1016/j.physletb.2009.05.058}, + eprint = {0903.1748}, + file = {:Abazov2009av.pdf:PDF}, + primaryclass = {hep-ex} +} + +@article{Abazov:2009cp, + author = "Abazov, Victor Mukhamedovich and others", + title = "{Measurement of the W boson mass}", + collaboration = "D0 Collaboration", + journal = "Phys.Rev.Lett.", + volume = "103", + pages = "141801", + doi = "10.1103/PhysRevLett.103.141801", + year = "2009", + eprint = "0908.0766", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-09-388-E", + SLACcitation = "%%CITATION = ARXIV:0908.0766;%%", +} + + +@ARTICLE{Abazov:2009pp, + author = {Abazov, Victor Mukhamedovich and others}, + title = "{Measurement of $Z / \gamma^\ast +$jet$+X$ angular distributions + in $p \bar{p}$ collisions at $\sqrt{s}=1.96$ TeV}", + journal = {Phys. Lett.}, + year = {2010}, + volume = {B682}, + pages = {370-380}, + archiveprefix = {arXiv}, + collaboration = {D\O\ }, + doi = {10.1016/j.physletb.2009.11.012}, + eprint = {0907.4286}, + file = {:Abazov2009pp.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0907.4286;%%} +} + +@ARTICLE{Abazov:2010kn, + author = {Abazov, Victor Mukhamedovich and others}, + title = "{Measurement of the normalized $Z/\gamma^*\to\mu^+\mu^-$ transverse + momentum distribution in $p\bar{p}$ collisions at $\sqrt{s}=1.96$ + TeV}", + journal = {Phys. Lett.}, + year = {2010}, + volume = {B693}, + pages = {522-530}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1016/j.physletb.2010.09.012}, + eprint = {1006.0618}, + file = {:Abazov2010kn.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 1006.0618;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1006.0618} +} + +@ARTICLE{Abazov:2009kq, + author = {Abazov, V. M. and others}, + title = "{Search for Resonant Diphoton Production with the D\O\ Detector}", + journal = {Phys. Rev. Lett.}, + year = {2009}, + volume = {102}, + pages = {231801}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1103/PhysRevLett.102.231801}, + eprint = {0901.1887}, + file = {:Abazov2009kq.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0901.1887;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0901.1887} +} + +@ARTICLE{Abazov:2006gs, + author = {Abazov, V. M. and others}, + title = "{Measurement of the ratios of the $Z/\gamma^* +\ge n$ jet production + cross sections to the total inclusive $Z/\gamma^*$ cross section + in $p\bar{p}$ collisions at $\sqrt{s}$=1.96 TeV}", + journal = {Phys. Lett.}, + year = {2008}, + volume = {B658}, + pages = {112-119}, + collaboration = {D\O\}, + eprint = {hep-ex/0608052}, + file = {:Abazov2006gs.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0608052} +} + +@article{Abazov:2007ab, + author = "Abazov, V.M. and others", + title = "{First measurement of the forward-backward charge + asymmetry in top quark pair production}", + collaboration = "D0 Collaboration", + journal = "Phys.Rev.Lett.", + volume = "100", + pages = "142002", + doi = "10.1103/PhysRevLett.100.142002", + year = "2008", + eprint = "0712.0851", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-07-645-E", + SLACcitation = "%%CITATION = ARXIV:0712.0851;%%", +} + + +@ARTICLE{Abazov:2007nt, + author = {Abazov, V. M. and others}, + title = "{Measurement of the shape of the boson transverse momentum distribution + in $p\bar p\to Z/\gamma^*\to ee+X$ events produced at $\sqrt{s}=1.96$ + TeV}", + journal = {Phys. Rev. Lett.}, + year = {2008}, + volume = {100}, + pages = {102002}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1103/PhysRevLett.100.102002}, + eprint = {0712.0803}, + file = {:Abazov2007nt.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0712.0803;%%} +} + +@ARTICLE{Abazov:2008er, + author = {Abazov, V. M. and others}, + title = "{Measurement of the differential cross section for the production + of an isolated photon with associated jet in $p \bar{p}$ collisions + at $\sqrt{s}$ = 1.96 TeV}", + journal = {Phys. Lett.}, + year = {2008}, + volume = {B666}, + pages = {435-445}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1016/j.physletb.2008.06.076}, + eprint = {0804.1107}, + file = {:Abazov2008er.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0804.1107;%%} +} + +@ARTICLE{Abazov:2008ez, + author = {Abazov, V. M. and others}, + title = "{Measurement of differential $Z / \gamma^{*}$ + jet + $X$ cross sections + in $p \bar{p}$ collisions at $\sqrt{s} = 1.96$~TeV}", + journal = {Phys. Lett.}, + year = {2008}, + volume = {B669}, + pages = {278-286}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1016/j.physletb.2008.09.060}, + eprint = {0808.1296}, + file = {:Abazov2008ez.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0808.1296;%%} +} + +@ARTICLE{Abazov:2008hua, + author = {Abazov, V. M. and others}, + title = "{Measurement of the Inclusive Jet Cross Section in $p \bar{p}$ Collisions + at $\sqrt{s}$ =1.96 TeV}", + journal = {Phys. Rev. Lett.}, + year = {2008}, + volume = {101}, + pages = {062001}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1103/PhysRevLett.101.062001}, + eprint = {0802.2400}, + file = {:Abazov2008hua.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0802.2400;%%}, + url = {http://durpdg.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0802.2400} +} + +@ARTICLE{Abazov:2008it, + author = {Abazov, V. M. and others}, + title = "{Search for Decay of a Fermiophobic Higgs Boson $h_f \to \gamma \gamma$ + with the D\O\ Detector at $\sqrt{s}$ = 1.96 TeV}", + journal = {Phys. Rev. Lett.}, + year = {2008}, + volume = {101}, + pages = {051801}, + archiveprefix = {arXiv}, + collaboration = {D\O\ }, + doi = {10.1103/PhysRevLett.101.051801}, + eprint = {0803.1514}, + file = {:Abazov2008it.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0803.1514;%%} +} + +@ARTICLE{Abazov:2007jy, + author = {Abazov, V. M. and others}, + title = "{Measurement of the shape of the boson rapidity distribution for + $p \bar{p} \to Z/\gamma^* \to e^{+} e^{-}$ + $X$ events produced + at $\sqrt{s}$ of 1.96 TeV}", + journal = {Phys. Rev.}, + year = {2007}, + volume = {D76}, + pages = {012003}, + archiveprefix = {arXiv}, + collaboration = {D\O\ }, + doi = {10.1103/PhysRevD.76.012003}, + eprint = {hep-ex/0702025}, + file = {:Abazov2007jy.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0702025;%%} +} + +@ARTICLE{Abazov:2005wc, + author = {Abazov, V. M. and others}, + title = "{Measurement of the isolated photon cross section in $p \bar{p}$ + collisions at $\sqrt{s}$ = 1.96 TeV}", + journal = {Phys. Lett.}, + year = {2006}, + volume = {B639}, + pages = {151-158}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1016/j.physletb.2006.04.048}, + eprint = {hep-ex/0511054}, + file = {:Abazov2005wc.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0511054;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0511054} +} + +@ARTICLE{Abazov:2004hm, + author = {Abazov, V. M. and others}, + title = "{Measurement of dijet azimuthal decorrelations at central rapidities + in $p\bar{p}$ Collisions at $\sqrt{s} = 1.96$ TeV}", + journal = {Phys. Rev. Lett.}, + year = {2005}, + volume = {94}, + pages = {221801}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1103/PhysRevLett.94.221801}, + eprint = {hep-ex/0409040}, + file = {:Abazov2004hm.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0409040;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0409040} +} + +@ARTICLE{Abazov:2001hb, + author = {Abazov, V. M. and others}, + title = "{The inclusive jet cross-section in $p\bar{p}$ collisions at $\sqrt{s} + = 1.8$ TeV using the $k_\perp$ algorithm}", + journal = {Phys. Lett.}, + year = {2002}, + volume = {B525}, + pages = {211-218}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1016/S0370-2693(01)01441-1}, + eprint = {hep-ex/0109041}, + file = {:Abazov2001hb.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0109041;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0109041} +} + +@article{Abazov:2008ad, + author = "Abazov, V.M. and others", + title = "{First study of the radiation-amplitude zero in $W + \gamma$ production and limits on anomalous $W W \gamma$ + couplings at $\sqrt{s}$ = 1.96- TeV}", + collaboration = "D0 Collaboration", + journal = "Phys.Rev.Lett.", + volume = "100", + pages = "241805", + doi = "10.1103/PhysRevLett.100.241805", + year = "2008", + eprint = "0803.0030", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-08-052-E", + SLACcitation = "%%CITATION = ARXIV:0803.0030;%%", +} + +@article{Abazov:2008ae, + author = "Abazov, V.M. and others", + title = "{Measurement of the inclusive jet cross-section in $p + \bar{p}$ collisions at $s^{(1/2)}$ =1.96-TeV}", + collaboration = "D0 Collaboration", + journal = "Phys.Rev.Lett.", + volume = "101", + pages = "062001", + doi = "10.1103/PhysRevLett.101.062001", + year = "2008", + eprint = "0802.2400", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-08-034-E", + SLACcitation = "%%CITATION = ARXIV:0802.2400;%%", +} + +@article{Abazov:2008ez, + author = "Abazov, V.M. and others", + title = "{Measurement of differential $Z / \gamma^{*}$ + jet + $X$ + cross sections in $p \bar{p}$ collisions at $\sqrt{s}$ = + 1.96-TeV}", + collaboration = "D0 Collaboration", + journal = "Phys.Lett.", + volume = "B669", + pages = "278-286", + doi = "10.1016/j.physletb.2008.09.060", + year = "2008", + eprint = "0808.1296", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-08-293-E", + SLACcitation = "%%CITATION = ARXIV:0808.1296;%%", +} + + +@article{Abazov:2009ae, + author = "Abazov, V.M. and others", + title = "{Combination of $t\bar{t}$ cross section measurements and + constraints on the mass of the top quark and its decays + into charged Higgs bosons}", + collaboration = "D0 Collaboration", + journal = "Phys.Rev.", + volume = "D80", + pages = "071102", + doi = "10.1103/PhysRevD.80.071102", + year = "2009", + eprint = "0903.5525", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-09-092-E", + SLACcitation = "%%CITATION = ARXIV:0903.5525;%%", +} + +@article{Abazov:2009av, + author = "Abazov, V.M. and others", + title = "{Measurements of differential cross sections of + Z/gamma*+jets+X events in proton anti-proton collisions at + s**(1/2) = 1.96-TeV}", + collaboration = "D0 Collaboration", + journal = "Phys.Lett.", + volume = "B678", + pages = "45-54", + doi = "10.1016/j.physletb.2009.05.058", + year = "2009", + eprint = "0903.1748", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-09-066-E", + SLACcitation = "%%CITATION = ARXIV:0903.1748;%%", +} + + +@article{Abazov:2011rf, + author = "Abazov, Victor Mukhamedovich and others", + title = "{Measurements of inclusive $W+$jets production rates as a + function of jet transverse momentum in $p\bar{p}$ + collisions at $\sqrt{s}=1.96$~TeV}", + collaboration = "D0 Collaboration", + journal = "Phys.Lett.", + volume = "B705", + pages = "200-207", + doi = "10.1016/j.physletb.2011.10.011", + year = "2011", + eprint = "1106.1457", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-11-246-E-PPD", + SLACcitation = "%%CITATION = ARXIV:1106.1457;%%", +} + +@article{Abazov:2011rk, + author = "Abazov, Victor Mukhamedovich and others", + title = "{$W\gamma$ production and limits on anomalous $WW\gamma$ + couplings in $p\bar{p}$ collisions}", + collaboration = "D0 Collaboration", + journal = "Phys.Rev.Lett.", + volume = "107", + pages = "241803", + doi = "10.1103/PhysRevLett.107.241803", + year = "2011", + eprint = "1109.4432", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-11-486-E", + SLACcitation = "%%CITATION = ARXIV:1109.4432;%%", +} + +@article{Abazov:2011vi, + author = "Abazov, Victor Mukhamedovich and others", + title = "{Measurement of the inclusive jet cross section in $p + \bar {p}$ collisions at $\sqrt{s}=1.96$ TeV}", + collaboration = "D0 Collaboration", + journal = "Phys.Rev.", + volume = "D85", + pages = "052006", + doi = "10.1103/PhysRevD.85.052006", + year = "2012", + eprint = "1110.3771", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-11-547-E", + SLACcitation = "%%CITATION = ARXIV:1110.3771;%%", +} + + +@article{Abazov:2013gpa, + author = "Abazov, Victor Mukhamedovich and others", + title = "{Studies of W boson plus jets production in $p\bar{p}$ + collisions at $\sqrt{s}=1.96$ TeV}", + collaboration = "D0 Collaboration", + journal = "Phys.Rev.", + number = "9", + volume = "D88", + pages = "092001", + doi = "10.1103/PhysRevD.88.092001", + year = "2013", + eprint = "1302.6508", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-13-051-E", + SLACcitation = "%%CITATION = ARXIV:1302.6508;%%", +} + +@article{Abazov:2013pua, + author = "Abazov, V.M. and others", + title = "{Measurement of the differential cross sections for + isolated direct photon pair production in $p \bar p$ + collisions at $\sqrt{s} = 1.96$ TeV}", + collaboration = "D0 Collaboration", + journal = "Phys.Lett.", + volume = "B725", + pages = "6-14", + doi = "10.1016/j.physletb.2013.06.036", + year = "2013", + eprint = "1301.4536", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-13-022-E", + SLACcitation = "%%CITATION = ARXIV:1301.4536;%%", +} + + +@article{Abbiendi:2004qz, + author = "Abbiendi, G. and others", + title = "{Measurement of event shape distributions and moments in + e+ e- $\to$ hadrons at 91-GeV - 209-GeV and a + determination of alpha(s)}", + collaboration = "OPAL Collaboration", + journal = "Eur.Phys.J.", + volume = "C40", + pages = "287-316", + doi = "10.1140/epjc/s2005-02120-6", + year = "2005", + eprint = "hep-ex/0503051", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2004-044", + SLACcitation = "%%CITATION = HEP-EX/0503051;%%", +} + +@article{Abazov:2014cca, + author = "Abazov, Victor Mukhamedovich and others", + title = "{Measurement of the forward-backward asymmetry in top + quark-antiquark production in ppbar collisions using the + lepton+jets channel}", + collaboration = "D0 Collaboration", + year = "2014", + eprint = "1405.0421", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-14-116-E", + SLACcitation = "%%CITATION = ARXIV:1405.0421;%%", +} + +@ARTICLE{Abbiendi:2001qn, + author = {Abbiendi, G. and others}, + title = "{A simultaneous measurement of the QCD colour factors and the strong + coupling}", + journal = {Eur. Phys. J.}, + year = {2001}, + volume = {C20}, + pages = {601-615}, + archiveprefix = {arXiv}, + collaboration = {OPAL}, + doi = {10.1007/s100520100699}, + eprint = {hep-ex/0101044}, + file = {:Abbiendi2001qn.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0101044;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0101044} +} + +@ARTICLE{Abbott:2000ew, + author = {Abbott, B. and others}, + title = "{Inclusive jet production in $p\bar{p}$ collisions}", + journal = {Phys. Rev. Lett.}, + year = {2001}, + volume = {86}, + pages = {1707-1712}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1103/PhysRevLett.86.1707}, + eprint = {hep-ex/0011036}, + file = {:Abbott2000ew.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0011036;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0011036} +} + +@ARTICLE{Abbott:2000ua, + author = {Abbott, B. and others}, + title = "{Ratios of multijet cross sections in $p\bar{p}$ collisions at $\sqrt{s} + = 1.8$ TeV}", + journal = {Phys. Rev. Lett.}, + year = {2001}, + volume = {86}, + pages = {1955-1960}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1103/PhysRevLett.86.1955}, + eprint = {hep-ex/0009012}, + file = {:Abbott2000ua.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0009012;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0009012} +} + +@ARTICLE{Abbott:2000xv, + author = {Abbott, B. and others}, + title = "{Differential cross section for $W$ boson production as a function + of transverse momentum in $p\bar{p}$ collisions at $\sqrt{s} = 1.8$ + TeV}", + journal = {Phys. Lett.}, + year = {2001}, + volume = {B513}, + pages = {292-300}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1016/S0370-2693(01)00628-1}, + eprint = {hep-ex/0010026}, + file = {:Abbott2000xv.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0010026;%%} +} + +@ARTICLE{Abbott:1998wh, + author = {Abbott, B. and others}, + title = "{The dijet mass spectrum and a search for quark compositeness in + $\bar{p}p$ collisions at $\sqrt{s} = 1.8$ TeV}", + journal = {Phys. Rev. Lett.}, + year = {1999}, + volume = {82}, + pages = {2457-2462}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1103/PhysRevLett.82.2457}, + eprint = {hep-ex/9807014}, + file = {:Abbott1998wh.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9807014;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9807014} +} + +@article{Abbott:1999kd, + author = "Abbott, B. and others", + title = "{The isolated photon cross-section in $p\bar{p}$ + collisions at $\sqrt{s} = 1.8$ TeV}", + collaboration = "D0 Collaboration", + journal = "Phys.Rev.Lett.", + volume = "84", + pages = "2786-2791", + doi = "10.1103/PhysRevLett.84.2786", + year = "2000", + eprint = "hep-ex/9912017", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-99-354-E", + SLACcitation = "%%CITATION = HEP-EX/9912017;%%", +} + + +@ARTICLE{Abbott:1998xw, + author = {Abbott, B. and others}, + title = "{Determination of the absolute jet energy scale in the D\O\ calorimeters}", + journal = {Nucl. Instrum. Meth.}, + year = {1999}, + volume = {A424}, + pages = {352-394}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1016/S0168-9002(98)01368-0}, + eprint = {hep-ex/9805009}, + file = {:Abbott1998xw.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9805009;%%} +} + +@article{DELPHI:2011aa, + author = "Abdallah, J. and others", + title = "{A study of the b-quark fragmentation function with the + DELPHI detector at LEP I and an averaged distribution + obtained at the Z Pole}", + collaboration = "DELPHI Collaboration", + journal = "Eur.Phys.J.", + volume = "C71", + pages = "1557", + doi = "10.1140/epjc/s10052-011-1557-x", + year = "2011", + eprint = "1102.4748", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2010-057", + SLACcitation = "%%CITATION = ARXIV:1102.4748;%%", +} + +@ARTICLE{:2010tk, + author = {Abdallah, J. and others}, + title = "{Study of the dependence of direct soft photon production on the + jet characteristics in hadronic $Z^0$ Decays}", + journal = {Eur. Phys. J.}, + year = {2010}, + volume = {C67}, + pages = {343-366}, + archiveprefix = {arXiv}, + collaboration = {DELPHI}, + doi = {10.1140/epjc/s10052-010-1315-5}, + eprint = {1004.1587}, + file = {:Abdallah2010tk.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 1004.1587;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1004.1587} +} + +@article{Abdesselam:2010pt, + author = "Abdesselam, A. and Kuutmann, E. Bergeaas and Bitenc, U. + and Brooijmans, G. and Butterworth, J. and others", + title = "{Boosted objects: A probe of beyond the Standard Model + physics}", + journal = "Eur.Phys.J.", + volume = "C71", + pages = "1661", + doi = "10.1140/epjc/s10052-011-1661-y", + year = "2011", + eprint = "1012.5412", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-15081, FERMILAB-PUB-10-617-CMS", + SLACcitation = "%%CITATION = ARXIV:1012.5412;%%", +} + +@ARTICLE{Abdullin:1998er, + author = {Abdullin, S. and others}, + title = "{Higgs boson discovery potential of LHC in the channel $p p \to \gamma + \gamma + jet$}", + journal = {Phys. Lett.}, + year = {1998}, + volume = {B431}, + pages = {410-419}, + archiveprefix = {arXiv}, + doi = {10.1016/S0370-2693(98)00547-4}, + eprint = {hep-ph/9805341}, + file = {:Abdullin1998er.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9805341;%%} +} + +@article{PhysRevD.45.1448, + title = {Topology of three-jet events in $\overline{p}p$ collisions at $\sqrt{s}=1.8$ TeV}, + author = {Abe, F. and others}, + collaboration = {(CDF Collaboration)}, + journal = {Phys. Rev. D}, + volume = {45}, + issue = {5}, + pages = {1448--1458}, + year = {1992}, + month = {Mar}, + doi = {10.1103/PhysRevD.45.1448}, + url = {http://link.aps.org/doi/10.1103/PhysRevD.45.1448}, + publisher = {American Physical Society} +} + +@article{Abe:2003iy, + author = "Abe, Koya and others", + title = "{Production of pi+, pi-, K+, K-, p and anti-p in light + (uds), c and b jets from Z0 decays}", + collaboration = "SLD Collaboration", + journal = "Phys.Rev.", + volume = "D69", + pages = "072003", + doi = "10.1103/PhysRevD.69.072003", + year = "2004", + eprint = "hep-ex/0310017", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "SLAC-PUB-9949", + SLACcitation = "%%CITATION = HEP-EX/0310017;%%", +} + +@article{Abe:2002iq, + author = "Abe, Koya and others", + title = "{Measurement of the b quark fragmentation function in Z0 + decays}", + collaboration = "SLD Collaboration", + journal = "Phys.Rev.", + volume = "D65", + pages = "092006", + doi = "10.1103/PhysRevD.66.079905, 10.1103/PhysRevD.65.092006", + year = "2002", + eprint = "hep-ex/0202031", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "SLAC-PUB-9087", + SLACcitation = "%%CITATION = HEP-EX/0202031;%%", +} + +@article{Abe:1994nj, + author = "Abe, F. and others", + title = "{Evidence for color coherence in $p\bar{p}$ collisions at + $\sqrt{s} = 1.8$ TeV}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D50", + pages = "5562-5579", + doi = "10.1103/PhysRevD.50.5562", + year = "1994", + reportNumber = "FERMILAB-PUB-94-072-E, CDF-ANAL-JET-PUBLIC-2413", + SLACcitation = "%%CITATION = PHRVA,D50,5562;%%", +} +@article{Abe:1994rra, + author = "Abe, F. and others", + title = "{A Precision measurement of the prompt photon + cross-section in $p\bar{p}$ collisions at $\sqrt{s} = 1.8$ + TeV}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.Lett.", + volume = "73", + pages = "2662-2666", + doi = "10.1103/PhysRevLett.73.2662", + year = "1994", + reportNumber = "FERMILAB-PUB-94-208-E, CDF-PUB-JET-PUBLIC-2656, + ANL-HEP-PR-95-16", + SLACcitation = "%%CITATION = PRLTA,73,2662;%%", +} + + +@article{Abe:1995hr, + author = "Abe, F. and others", + title = "{Observation of top quark production in $\bar{p}p$ + collisions}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.Lett.", + volume = "74", + pages = "2626-2631", + doi = "10.1103/PhysRevLett.74.2626", + year = "1995", + eprint = "hep-ex/9503002", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-95-022-E, CDF-PUB-TOP-PUBLIC-3040, + ANL-HEP-PR-95-44", + SLACcitation = "%%CITATION = HEP-EX/9503002;%%", +} + + +@article{Abe:1998rv, + author = "Abe, F. and others", + title = "{Measurement of the lepton charge asymmetry in $W$ boson + decays produced in $p \bar{p}$ collisions}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.Lett.", + volume = "81", + pages = "5754-5759", + doi = "10.1103/PhysRevLett.81.5754", + year = "1998", + eprint = "hep-ex/9809001", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-98-256-E", + SLACcitation = "%%CITATION = HEP-EX/9809001;%%", +} + +@article{Abe:1993rv, + author = "Abe, F. and others", + title = "{Study of four jet events and evidence for double parton + interactions in $p\bar{p}$ collisions at $\sqrt{s} = 1.8$ + TeV}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D47", + pages = "4857-4871", + doi = "10.1103/PhysRevD.47.4857", + year = "1993", + reportNumber = "ANL-HEP-PR-93-58, FERMILAB-PUB-93-003-E", + SLACcitation = "%%CITATION = PHRVA,D47,4857;%%", +} + +@ARTICLE{Abe:1997bp, + author = {Abe, F. and others}, + title = "{Measurement of double parton scattering in $\bar{p}p$ collisions + at $\sqrt{s} = 1.8\,\rm TeV$}", + journal = {Phys. Rev. Lett.}, + year = {1997}, + volume = {79}, + pages = {584-589}, + collaboration = {CDF}, + file = {:Abe1997bp.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRLTA,79,584} +} + +@ARTICLE{Abe:1997eva, + author = {Abe, F. and others}, + title = "{Properties of Jets in W Boson Events from 1.8 TeV $\bar{p}p$ collisions}", + journal = {Phys. Rev. Lett.}, + year = {1997}, + volume = {79}, + pages = {4760-4765}, + collaboration = {CDF}, + eprint = {hep-ex/9709016}, + file = {:Abe1997eva.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9709016} +} + +@ARTICLE{Abe:1997xk, + author = {Abe, F. and others}, + title = "{Double parton scattering in $\bar{p}p$ collisions at $\sqrt{s} = + 1.8\,\rm TeV$}", + journal = {Phys. Rev.}, + year = {1997}, + volume = {D56}, + pages = {3811-3832}, + collaboration = {CDF}, + file = {:Abe1997xk.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D56,3811} +} + +@ARTICLE{Abe:1994nj, + author = {Abe, F. and others}, + title = "{Evidence for color coherence in $p\bar{p}$ collisions at $\sqrt{s} + = 1.8$ TeV}", + journal = {Phys. Rev.}, + year = {1994}, + volume = {D50}, + pages = {5562-5579}, + collaboration = {CDF}, + doi = {10.1103/PhysRevD.50.5562}, + file = {:Abe1994nj.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D50,5562;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D50,5562} +} + +@ARTICLE{Abe:1992cy, + author = {Abe, F. and others}, + title = "{Measurement of the Cross Section for Production of Two Isolated + Prompt Photons in $p\bar{p}$ Collisions at $\sqrt{s} = 1.8$ TeV}", + journal = {Phys. Rev. Lett.}, + year = {1993}, + volume = {70}, + pages = {2232-2236}, + collaboration = {CDF}, + doi = {10.1103/PhysRevLett.70.2232}, + file = {:Abe1992cy.pdf:PDF}, + slaccitation = {%%CITATION = PRLTA,70,2232;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PRLTA,70,2232} +} + +@ARTICLE{Abe:1993si, + author = {Abe, F. and others}, + title = "{Measurement of Jet Multiplicity in $W$ Events Produced in $p\bar{p}$ + Collisions at $\sqrt{s} = 1.8$ Tev}", + journal = {Phys. Rev. Lett.}, + year = {1993}, + volume = {70}, + pages = {4042-4046}, + collaboration = {CDF}, + file = {:Abe1993si.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRLTA,70,4042} +} + +@article{Abelev:2012sea, + author = "Abelev, Betty and others", + title = "{Measurement of inelastic, single- and double-diffraction + cross sections in proton--proton collisions at the LHC + with ALICE}", + collaboration = "ALICE Collaboration", + journal = "Eur.Phys.J.", + volume = "C73", + pages = "2456", + doi = "10.1140/epjc/s10052-013-2456-0", + year = "2013", + eprint = "1208.4968", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-138, CERN-PH-EP-2012-238", + SLACcitation = "%%CITATION = ARXIV:1208.4968;%%", +} + +@ARTICLE{abergthesis, + author = {{\AA}berg, C.}, + title = "{Correcting the colour dipole cascade with fixed order matrix elements + in deep--inelastic scattering}", + note = {Diploma thesis, Lund preprint LU-TP 04-25}, + file = {:abergthesis.pdf:PDF}, + url = {http://particle.thep.lu.se/pub/Preprints/04/lu_tp_04_25_abs.html} +} + +@article{Abramowicz:2015mha, + author = "Abramowicz, H. and others", + title = "{Combination of Measurements of Inclusive Deep Inelastic + $e^{\pm}p$ Scattering Cross Sections and QCD Analysis of + HERA Data}", + collaboration = "H1, ZEUS", + year = "2015", + eprint = "1506.06042", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "DESY-15-039", + SLACcitation = "%%CITATION = ARXIV:1506.06042;%%", +} + +@ARTICLE{Abreu:1996na, + author = {Abreu, P. and others}, + title = "{Tuning and test of fragmentation models based on identified particles + and precision event shape data}", + journal = {Z. Phys.}, + year = {1996}, + volume = {C73}, + pages = {11-60}, + collaboration = {DELPHI}, + doi = {10.1007/s002880050295}, + file = {:Abreu1996na.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C73,11;%%} +} +@article{Abreu:1995qx, + author = "Abreu, P. and others", + title = "{Strange baryon production in Z hadronic decays}", + collaboration = "DELPHI Collaboration", + journal = "Z.Phys.", + volume = "C67", + pages = "543-554", + doi = "10.1007/BF01553980", + year = "1995", + reportNumber = "CERN-PPE-95-039, CERN-PPE-95-39", + SLACcitation = "%%CITATION = ZEPYA,C67,543;%%", +} + +@article{Abreu:1993vk, + author = "Abreu, P. and others", + title = "{Measurement of the triple gluon vertex from four - jet + events at LEP}", + collaboration = "DELPHI Collaboration", + journal = "Z.Phys.", + volume = "C59", + pages = "357-368", + doi = "10.1007/BF01498617", + year = "1993", + reportNumber = "CERN-PPE-93-29", + SLACcitation = "%%CITATION = ZEPYA,C59,357;%%", +} + +@ARTICLE{Abreu:1991nt, + author = {Abreu, P. and others}, + title = "{Study of final state photons in hadronic $Z^0$ decay and limits + on new phenomena}", + journal = {Z. Phys.}, + year = {1992}, + volume = {C53}, + pages = {555-566}, + collaboration = {DELPHI}, + doi = {10.1007/BF01559732}, + file = {:Abreu1991nt.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C53,555;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C53,555} +} +@article{Abulencia:2005aj, + author = "Abulencia, A. and others", + title = "{Top quark mass measurement using the template method in + the lepton + jets channel at CDF II}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D73", + pages = "032003", + doi = "10.1103/PhysRevD.73.032003", + year = "2006", + eprint = "hep-ex/0510048", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-05-472-E", + SLACcitation = "%%CITATION = HEP-EX/0510048;%%", +} + + +@article{Abulencia:2005jw, + author = "Abulencia, A. and others", + title = "{Measurement of the inclusive jet cross section using the + k(t) algorithm in p anti-p collisions at $\sqrt{s}=$ + 1.96-TeV.}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.Lett.", + volume = "96", + pages = "122001", + doi = "10.1103/PhysRevLett.96.122001", + year = "2006", + eprint = "hep-ex/0512062", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-05-555-E", + SLACcitation = "%%CITATION = HEP-EX/0512062;%%", +} + +@article{Abulencia:2005yg, + author = "Abulencia, A. and others", + title = "{Measurement of the inclusive jet cross section in + $p\bar{p}$ interactions at $\sqrt{s} =$ 1.96-TeV using a + cone-based jet algorithm.}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D74", + pages = "071103", + doi = "10.1103/PhysRevD.74.071103", + year = "2006", + eprint = "hep-ex/0512020", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-05-559-E", + SLACcitation = "%%CITATION = HEP-EX/0512020;%%", +} +@ARTICLE{Abulencia:2007ez, + author = {Abulencia, A. and others}, + title = "{Measurement of the inclusive jet cross section using the $k_{T}$ + algorithm in $p \bar{p}$ collisions at $\sqrt{s}$ = 1.96~TeV with + the CDF II detector}", + journal = {Phys. Rev.}, + year = {2007}, + volume = {D75}, + pages = {092006}, + collaboration = {CDF}, + doi = {10.1103/PhysRevD.75.092006}, + eprint = {hep-ex/0701051}, + file = {:Abulencia2007ez.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0701051;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0701051} +} + +@article{Ackerstaff:1998hz, + author = "Ackerstaff, K. and others", + title = "{Measurements of flavor dependent fragmentation functions + in Z0 $\to$ q anti-q events}", + collaboration = "OPAL Collaboration", + journal = "Eur.Phys.J.", + volume = "C7", + pages = "369-381", + doi = "10.1007/s100529901067", + year = "1999", + eprint = "hep-ex/9807004", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-EP-98-089, CERN-EP-98-89", + SLACcitation = "%%CITATION = HEP-EX/9807004;%%", +} + +@ARTICLE{Ackerstaff:1997nha, + author = {Ackerstaff, K. and others}, + title = "{Measurement of the quark to photon fragmentation function through + the inclusive production of prompt photons in hadronic $Z^0$ decays}", + journal = {Eur. Phys. J.}, + year = {1998}, + volume = {C2}, + pages = {39-48}, + archiveprefix = {arXiv}, + collaboration = {OPAL}, + doi = {10.1007/s100520050122}, + eprint = {hep-ex/9708020}, + file = {:Ackerstaff1997nha.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9708020;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9708020} +} + +@article{Acosta:2002ya, + author = "Acosta, D. and others", + title = "{Comparison of the isolated direct photon cross sections + in $p\bar{p}$ collisions at $\sqrt{s}=$ 1.8-TeV and + $\sqrt{s}=$ 0.63-TeV}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D65", + pages = "112003", + doi = "10.1103/PhysRevD.65.112003", + year = "2002", + eprint = "hep-ex/0201004", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-01-390-E, CDF-ANAL-JET-CDFR-5636", + SLACcitation = "%%CITATION = HEP-EX/0201004;%%", +} + + +@ARTICLE{Acosta:2005dn, + author = {Acosta, Darin E. and others}, + title = "{Measurement of the azimuthal angle distribution of leptons from + $W$ boson decays as a function of the $W$ transverse momentum in + $p\bar{p}$ collisions at $\sqrt{s}$ = 1.8 TeV}", + journal = {Phys.Rev.}, + year = {2006}, + volume = {D73}, + pages = {052002}, + archiveprefix = {arXiv}, + collaboration = {CDF Collaboration}, + doi = {10.1103/PhysRevD.73.052002}, + eprint = {hep-ex/0504020}, + file = {:Acosta2005dn.pdf:PDF}, + primaryclass = {hep-ex}, + url = {http://inspirebeta.net/record/680371} +} + +@ARTICLE{Acosta:2004sn, + author = {Acosta, Darin E. and others}, + title = "{Measurement of the Cross Section for Prompt Diphoton Production + in $p\bar{p}$ Collisions at $\sqrt{s} = 1.96$ TeV}", + journal = {Phys. Rev. Lett.}, + year = {2005}, + volume = {95}, + pages = {022003}, + archiveprefix = {arXiv}, + collaboration = {CDF}, + doi = {10.1103/PhysRevLett.95.022003}, + eprint = {hep-ex/0412050}, + file = {:Acosta2004sn.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0412050;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0412050} +} + +@article{Acosta:2004uq, + author = "Acosta, D. and others", + title = "{First measurements of inclusive $W$ and $Z$ cross + sections from Run II of the Tevatron collider}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.Lett.", + volume = "94", + pages = "091803", + doi = "10.1103/PhysRevLett.94.091803", + year = "2005", + eprint = "hep-ex/0406078", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-04-159-E", + SLACcitation = "%%CITATION = HEP-EX/0406078;%%", +} + +@article{Acosta:2004wq, + author = "Acosta, D. and others", + title = "{Measurement of the forward-backward charge asymmetry of + electron positron pairs in $p\bar{p}$ collisions at + $\sqrt{s} = 1.96$ TeV}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D71", + pages = "052002", + doi = "10.1103/PhysRevD.71.052002", + year = "2005", + eprint = "hep-ex/0411059", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-04-314-E", + SLACcitation = "%%CITATION = HEP-EX/0411059;%%", +} + +@ARTICLE{Acosta:2004wqa, + author = {Acosta, Darin E. and others}, + title = "{Underlying event in hard interactions at the Fermilab Tevatron $\bar{p}p$ + collider}", + journal = {Phys. Rev.}, + year = {2004}, + volume = {D70}, + pages = {072002}, + collaboration = {CDF}, + eprint = {hep-ex/0404004}, + file = {:Acosta2004wqa.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0404004} +} + +@article{Acosta:2005ix, + author = "Acosta, D. and others", + title = "{Study of jet shapes in inclusive jet production in + $p\bar{p}$ collisions at $\sqrt{s}=1.96$ TeV}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D71", + pages = "112002", + doi = "10.1103/PhysRevD.71.112002", + year = "2005", + eprint = "hep-ex/0505013", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-05-156-E", + SLACcitation = "%%CITATION = HEP-EX/0505013;%%", +} + + +@ARTICLE{Acosta:2002ya, + author = {Acosta, Darin E. and others}, + title = "{Comparison of the isolated direct photon cross sections in $p\bar{p}$ + collisions at $\sqrt{s}=$ 1.8 TeV and $\sqrt{s}=$ 0.63 TeV}", + journal = {Phys. Rev.}, + year = {2002}, + volume = {D65}, + pages = {112003}, + archiveprefix = {arXiv}, + collaboration = {CDF}, + doi = {10.1103/PhysRevD.65.112003}, + eprint = {hep-ex/0201004}, + file = {:Acosta2002ya.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0201004;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0201004} +} + +@article{Actis:2008ug, + author = "Actis, Stefano and Passarino, Giampiero and Sturm, + Christian and Uccirati, Sandro", + title = "{NLO Electroweak Corrections to Higgs Boson Production at + Hadron Colliders}", + journal = "Phys.Lett.", + volume = "B670", + pages = "12-17", + doi = "10.1016/j.physletb.2008.10.018", + year = "2008", + eprint = "0809.1301", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "PITHA-08-20, SFB-CPP-08-62, TTP08-38", + SLACcitation = "%%CITATION = ARXIV:0809.1301;%%", +} + +@ARTICLE{Acton:1992jk, + author = {Acton, P. D. and others}, + title = "{Studies of strong and electroweak interactions using final state + photon emission in hadronic $Z^0$ decays}", + journal = {Z. Phys.}, + year = {1993}, + volume = {C58}, + pages = {405-418}, + collaboration = {OPAL}, + doi = {10.1007/BF01557697}, + file = {:Acton1992jk.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C58,405;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C58,405} +} + +@ARTICLE{Acton:1991yu, + author = {Acton, P. D. and others}, + title = "{Properties of multihadronic events with a final state photon at + $\sqrt{s}=M_{Z^0}$}", + journal = {Z. Phys.}, + year = {1992}, + volume = {C54}, + pages = {193-210}, + collaboration = {OPAL}, + doi = {10.1007/BF01566648}, + file = {:Acton1991yu.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C54,193;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C54,193} +} + +@article{Ade:2013zuv, + author = "Ade, P.A.R. and others", + title = "{Planck 2013 results. XVI. Cosmological parameters}", + collaboration = "Planck Collaboration", + journal = "Astron.Astrophys.", + doi = "10.1051/0004-6361/201321591", + year = "2014", + eprint = "1303.5076", + archivePrefix = "arXiv", + primaryClass = "astro-ph.CO", + SLACcitation = "%%CITATION = ARXIV:1303.5076;%%", +} + +@ARTICLE{Adloff:2002ew, + author = {Adloff, C. and others}, + title = "{Measurement of inclusive jet cross-sections in deep-inelastic $ep$ + scattering at HERA}", + journal = {Phys. Lett.}, + year = {2002}, + volume = {B542}, + pages = {193-206}, + note = {DESY-02-079}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1016/S0370-2693(02)02375-4}, + eprint = {hep-ex/0206029}, + file = {:Adloff2002ew.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0206029;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0206029} +} + +@ARTICLE{Adloff:2000hm, + author = {Adloff, C. and others}, + title = "{Dijet production in charged and neutral current $e^+ p$ interactions + at high $Q^2$}", + journal = {Eur. Phys. J.}, + year = {2001}, + volume = {C19}, + pages = {429-440}, + note = {DESY-00-143}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1007/s100520100622}, + eprint = {hep-ex/0010016}, + file = {:Adloff2000hm.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0010016;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0010016} +} + +@ARTICLE{Adloff:2000qk, + author = {Adloff, C. and others}, + title = "{Deep--inelastic inclusive $ep$ scattering at low $x$ and a determination + of $\alpha_s$}", + journal = {Eur. Phys. J.}, + year = {2001}, + volume = {C21}, + pages = {33-61}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1007/s100520100720}, + eprint = {hep-ex/0012053}, + file = {:Adloff2000qk.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0012053;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0012053} +} + +@ARTICLE{Adloff:2000tq, + author = {Adloff, C. and others}, + title = "{Measurement and QCD analysis of jet cross sections in deep-inelastic + positron-proton collisions at $\sqrt{s}$ of 300 GeV}", + journal = {Eur. Phys. J.}, + year = {2001}, + volume = {C19}, + pages = {289-311}, + note = {DESY-00-145}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1007/s100520100621}, + eprint = {hep-ex/0010054}, + file = {:Adloff2000tq.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0010054;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0010054} +} + +@ARTICLE{Adloff:2001kg, + author = {Adloff, C. and others}, + title = "{Three-jet production in deep-inelastic scattering at HERA}", + journal = {Phys. Lett.}, + year = {2001}, + volume = {B515}, + pages = {17-29}, + note = {DESY-01-073}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1016/S0370-2693(01)00805-X}, + eprint = {hep-ex/0106078}, + file = {:Adloff2001kg.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0106078;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0106078} +} + +@ARTICLE{Adloff:1999ws, + author = {Adloff, C. and others}, + title = "{Measurements of transverse energy flow in deep-inelastic scattering + at HERA}", + journal = {Eur. Phys. J.}, + year = {2000}, + volume = {C12}, + pages = {595-607}, + note = {DESY-99-091}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1007/s100520000287}, + eprint = {hep-ex/9907027}, + file = {:Adloff1999ws.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9907027;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9907027} +} + +@ARTICLE{Adloff:1998fa, + author = {Adloff, C. and others}, + title = "{Forward jet and particle production at HERA}", + journal = {Nucl. Phys.}, + year = {1999}, + volume = {B538}, + pages = {3-22}, + note = {DESY-98-143}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1016/S0550-3213(98)00745-7}, + eprint = {hep-ex/9809028}, + file = {:Adloff1998fa.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9809028;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9809028} +} + +@ARTICLE{Adloff:1998kh, + author = {Adloff, C. and others}, + title = "{Multi-jet event rates in deep--inelastic scattering and determination + of the strong coupling constant}", + journal = {Eur. Phys. J.}, + year = {1999}, + volume = {C6}, + pages = {575-585}, + note = {DESY-98-087}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1007/s100529901014}, + eprint = {hep-ex/9807019}, + file = {:Adloff1998kh.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9807019;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9807019} +} + +@ARTICLE{Adloff:1998ni, + author = {Adloff, C. and others}, + title = "{Measurement of internal jet structure in dijet production in deep-inelastic + scattering at HERA}", + journal = {Nucl. Phys.}, + year = {1999}, + volume = {B545}, + pages = {3-20}, + note = {DESY-98-210}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1016/S0550-3213(99)00118-2}, + eprint = {hep-ex/9901010}, + file = {:Adloff1998ni.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9901010;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9901010} +} + +@ARTICLE{Adloff:1996dy, + author = {Adloff, C. and others}, + title = "{Measurement of charged particle transverse momentum spectra in deep + inelastic scattering}", + journal = {Nucl. Phys.}, + year = {1997}, + volume = {B485}, + pages = {3-24}, + note = {DESY-96-215}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1016/S0550-3213(96)00675-X}, + eprint = {hep-ex/9610006}, + file = {:Adloff1996dy.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9610006;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9610006} +} + +@ARTICLE{Adloff:1997fr, + author = {Adloff, C. and others}, + title = "{Evolution of $ep$ fragmentation and multiplicity distributions in + the Breit frame}", + journal = {Nucl. Phys.}, + year = {1997}, + volume = {B504}, + pages = {3-23}, + note = {DESY-97-108}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1016/S0550-3213(97)00585-3}, + eprint = {hep-ex/9707005}, + file = {:Adloff1997fr.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9707005;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9707005} +} + +@ARTICLE{Adloff:1997gq, + author = {Adloff, C. and others}, + title = "{Measurement of event shape variables in deep--inelastic $e$ $p$ scattering}", + journal = {Phys. Lett.}, + year = {1997}, + volume = {B406}, + pages = {256-270}, + note = {DESY-97-098}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1016/S0370-2693(97)00754-5}, + eprint = {hep-ex/9706002}, + file = {:Adloff1997gq.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9706002;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9706002} +} + +@ARTICLE{Adriani:1992zm, + author = {Adriani, O. and others}, + title = "{Isolated hard photon emission in hadronic $Z^0$ decays}", + journal = {Phys. Lett.}, + year = {1992}, + volume = {B292}, + pages = {472-484}, + collaboration = {L3}, + doi = {10.1016/0370-2693(92)91205-N}, + file = {:Adriani1992zm.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B292,472;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHLTA,B292,472} +} + +@ARTICLE{Affolder:2000mz, + author = {Affolder, Anthony Allen and others}, + title = "{Test of enhanced leading order QCD in W boson plus jets events from + 1.8 TeV $\bar{p}p$ collisions}", + journal = {Phys. Rev.}, + year = {2001}, + volume = {D63}, + pages = {072003}, + collaboration = {CDF}, + file = {:Affolder2000mz.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D63,072003} +} + +@article{Affolder:2001fa, + author = "Affolder, T. and others", + title = "{Measurement of the inclusive jet cross section in + $\bar{p}p$ collisions at $\sqrt{s} = 1.8$ TeV}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D64", + pages = "032001", + doi = "10.1103/PhysRevD.65.039903, 10.1103/PhysRevD.64.032001", + year = "2001", + eprint = "hep-ph/0102074", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-01-008-E", + SLACcitation = "%%CITATION = HEP-PH/0102074;%%", +} + +@ARTICLE{Affolder:2001xt, + author = {Affolder, T. and others}, + title = "{Charged jet evolution and the underlying event in proton-antiproton + collisions at 1.8 TeV}", + journal = {Phys. Rev.}, + year = {2002}, + volume = {D65}, + pages = {092002}, + collaboration = {CDF}, + file = {:Affolder2001xt.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D65,092002} +} + +@ARTICLE{Agashe:2006hk, + author = {Agashe, Kaustubh and Belyaev, Alexander and Krupovnickas, Tadas and + Perez, Gilad and Virzi, Joseph}, + title = "{LHC signals from warped extra dimensions}", + journal = {Phys. Rev.}, + year = {2008}, + volume = {D77}, + pages = {015003}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.77.015003}, + eprint = {hep-ph/0612015}, + file = {:Agashi2006hk.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0612015;%%} +} + +@article{AguilarSaavedra:2011cp, + author = "Aguilar-Saavedra, J.A. and Juste, A. and Rubbo, F.", + title = "{Boosting the t tbar charge asymmetry}", + journal = "Phys.Lett.", + volume = "B707", + pages = "92-98", + doi = "10.1016/j.physletb.2011.12.007", + year = "2012", + eprint = "1109.3710", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1109.3710;%%", +} + + +@article{Ahmed:2014uya, + author = "Ahmed, Taushif and Mandal, M.K. and Rana, Narayan and + Ravindran, V.", + title = "{Rapidity distributions in Drell-Yan and Higgs + productions at threshold in N$^3$LO QCD}", + year = "2014", + eprint = "1404.6504", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "HRI-RECAPP-2014-008", + SLACcitation = "%%CITATION = ARXIV:1404.6504;%%", +} + +@article{Ahrens:2008qu, + author = "Ahrens, Valentin and Becher, Thomas and Neubert, Matthias + and Yang, Li Lin", + title = "{Origin of the large perturbative corrections to Higgs + production at hadron colliders}", + journal = "Phys.Rev.", + volume = "D79", + pages = "033013", + doi = "10.1103/PhysRevD.79.033013", + year = "2009", + eprint = "0808.3008", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-08-310-T, MZ-TH-08-25", + SLACcitation = "%%CITATION = ARXIV:0808.3008;%%", +} + + +@ARTICLE{Aid:1996cb, + author = {Aid, S. and others}, + title = "{Charged particle multiplicities in deep--inelastic scattering at + HERA}", + journal = {Z. Phys.}, + year = {1996}, + volume = {C72}, + pages = {573-592}, + note = {DESY-96-160}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1007/s002880050280}, + eprint = {hep-ex/9608011}, + file = {:Aid1996cb.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9608011;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9608011} +} + +@ARTICLE{Aid:1995we, + author = {Aid, S. and others}, + title = "{Transverse energy and forward jet production in the low x regime + at HERA}", + journal = {Phys. Lett.}, + year = {1995}, + volume = {B356}, + pages = {118-128}, + note = {DESY-95-108}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1016/0370-2693(95)00804-T}, + eprint = {hep-ex/9506012}, + file = {:Aid1995we.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9506012;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9506012} +} + +@ARTICLE{Aivazis:1993pi, + author = {Aivazis, M. A. G. and Collins, John C. and Olness, Fredrick I. and + Tung, Wu-Ki}, + title = "{Leptoproduction of heavy quarks. II. A unified QCD formulation of + charged and neutral current processes from fixed-target to collider + energies}", + journal = {Phys. Rev.}, + year = {1994}, + volume = {D50}, + pages = {3102-3118}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.50.3102}, + eprint = {hep-ph/9312319}, + file = {:Aivazis1993pi.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9312319;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9312319} +} + +@ARTICLE{Aivazis:1993kh, + author = {Aivazis, M. A. G. and Olness, Frederick I. and Tung, Wu-Ki}, + title = "{Leptoproduction of heavy quarks. I. General formalism and kinematics + of charged current and neutral current production processes}", + journal = {Phys. Rev.}, + year = {1994}, + volume = {D50}, + pages = {3085-3101}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.50.3085}, + eprint = {hep-ph/9312318}, + file = {:Aivazis1993kh.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9312318;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9312318} +} + +@ARTICLE{Akers:1994vx, + author = {Akers, R. and others}, + title = "{A Measurement of the QCD color factor ratios C(A) / C(F) and T(F) + / C(F) from angular correlations in four jet events}", + journal = {Z. Phys.}, + year = {1995}, + volume = {C65}, + pages = {367-378}, + collaboration = {OPAL}, + doi = {10.1007/BF01556127}, + file = {:Akers1994vx.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C65,367;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C65,367} +} + +@ARTICLE{Akers:1994wj, + author = {Akers, R. and others}, + title = "{QCD studies using a cone-based jet finding algorithm for $e^+e^-$ + collisions at LEP}", + journal = {Z. Phys.}, + year = {1994}, + volume = {C63}, + pages = {197-212}, + collaboration = {OPAL}, + doi = {10.1007/BF01411011}, + file = {:Akers1994wj.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C63,197;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C63,197} +} + +@article{Akrawy:1990ha, + author = "Akrawy, M.Z. and others", + title = "{A Study of coherence of soft gluons in hadron jets}", + collaboration = "OPAL", + journal = "Phys.Lett.", + volume = "B247", + pages = "617-628", + doi = "10.1016/0370-2693(90)91911-T", + year = "1990", + reportNumber = "CERN-EP-90-94", + SLACcitation = "%%CITATION = PHLTA,B247,617;%%", +} + +@ARTICLE{Aktas:2007pb, + author = {Aktas, A. and others}, + title = "{Measurement of inclusive jet production in deep-inelastic scattering + at high $Q^2$ and determination of the strong coupling}", + journal = {Phys. Lett.}, + year = {2007}, + volume = {B653}, + pages = {134-144}, + note = {DESY-07-073}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1016/j.physletb.2007.07.050}, + eprint = {0706.3722}, + file = {:Aktas2007pb.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0706.3722;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0706.3722} +} + +@ARTICLE{Aktas:2005up, + author = {Aktas, A. and others}, + title = "{Forward jet production in deep--inelastic scattering at HERA}", + journal = {Eur. Phys. J.}, + year = {2006}, + volume = {C46}, + pages = {27-42}, + note = {DESY-05-135}, + collaboration = {H1}, + eprint = {hep-ex/0508055}, + file = {:Aktas2005up.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0508055} +} + +@ARTICLE{Aktas:2004uv, + author = {Aktas, A. and others}, + title = "{Measurement of prompt photon cross sections in photoproduction at + HERA}", + journal = {Eur. Phys. J.}, + year = {2005}, + volume = {C38}, + pages = {437-445}, + note = {DESY-04-118}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1140/epjc/s2004-02085-x}, + eprint = {hep-ex/0407018}, + file = {:Aktas2004uv.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0407018;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0407018} +} + +@ARTICLE{Aktas:2003ja, + author = {Aktas, A. and others}, + title = "{Inclusive dijet production at low Bj{\o}rken-$x$ in deep--inelastic + scattering}", + journal = {Eur. Phys. J.}, + year = {2004}, + volume = {C33}, + pages = {477-493}, + note = {DESY-03-160}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1140/epjc/s2004-01644-5}, + eprint = {hep-ex/0310019}, + file = {:Aktas2003ja.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0310019;%%}, + url = {http://www-library.desy.de/spires/find/hep/www?eprint=hep-ex/0310019} +} + +@ARTICLE{Aktas:2004px, + author = {Aktas, A. and others}, + title = "{Measurement of dijet production at low $Q^2$ at HERA}", + journal = {Eur. Phys. J.}, + year = {2004}, + volume = {C37}, + pages = {141-159}, + note = {DESY-03-206}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1140/epjc/s2004-01957-3}, + eprint = {hep-ex/0401010}, + file = {:Aktas2004px.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0401010;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0401010} +} + +@article{AlcarazMaestre:2012vp, + author = "Alcaraz Maestre, J. and others", + title = "{The SM and NLO Multileg and SM MC Working Groups: + Summary Report}", + collaboration = "SM AND NLO MULTILEG and SM MC Working Groups", + year = "2012", + eprint = "1203.6803", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1203.6803;%%", +} + +@ARTICLE{Alekhin:2002fv, + author = {Alekhin, Sergey}, + title = "{Parton distributions from deep-inelastic-scattering data}", + journal = {Phys. Rev.}, + year = {2003}, + volume = {D68}, + pages = {014002}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.68.014002}, + eprint = {hep-ph/0211096}, + file = {:Alekhin2002fv.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0211096;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0211096} +} + +@ARTICLE{Alekhin:2005dx, + author = {Alekhin, S. and others}, + title = "{HERA and the LHC - A workshop on the implications of HERA for LHC + physics: Proceedings Part A}", + year = {2006}, + eprint = {hep-ph/0601012}, + file = {:Alekhin2005dx.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0601012} +} + +@ARTICLE{Alekhin:2005dy, + author = {Alekhin, S. and others}, + title = "{HERA and the LHC - A workshop on the implications of HERA for LHC + physics: Proceedings Part B}", + year = {2006}, + eprint = {hep-ph/0601013}, + file = {:Alekhin2005dy.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0601013} +} + +@article{Alexander:1995qb, + author = "Alexander, G. and others", + title = "{$J/\psi$ and $\psi^\prime$ production in hadronic $Z^0$ + decays}", + collaboration = "OPAL Collaboration", + journal = "Z.Phys.", + volume = "C70", + pages = "197-210", + doi = "10.1007/s002880050096", + year = "1996", + reportNumber = "CERN-PPE-95-153", + SLACcitation = "%%CITATION = ZEPYA,C70,197;%%", +} + +@Article{Ali:1979em, + author = "Ali, Ahmed and Pietarinen, E. and Kramer, G. and Willrodt, + J.", + title = "{A QCD analysis of the high-energy $e^+ e^-$ data from +PETRA}", + journal = "Phys. Lett.", + volume = "B93", + year = "1980", + pages = "155", + doi = "10.1016/0370-2693(80)90116-1", + SLACcitation = "%%CITATION = PHLTA,B93,155;%%" +} + +@ARTICLE{Aliev:2007uu, + author = {Aliev, T. M. and Savci, M.}, + title = "{Semileptonic decays of pseudoscalar mesons to scalar $f_0$ meson}", + journal = {Europhys. Lett.}, + year = {2010}, + volume = {90}, + pages = {61001}, + archiveprefix = {arXiv}, + doi = {10.1209/0295-5075/90/61001}, + eprint = {hep-ph/0701108}, + file = {:Aliev2007uu.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0701108;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0701108} +} + +@article{Alioli:2013nda, + author = "Alioli, S. and Badger, S. and Bellm, J. and Biedermann, + B. and Boudjema, F. and others", + title = "{Update of the Binoth Les Houches Accord for a standard + interface between Monte Carlo tools and one-loop + programs}", + journal = "Comput.Phys.Commun.", + volume = "185", + pages = "560-571", + doi = "10.1016/j.cpc.2013.10.020", + year = "2014", + eprint = "1308.3462", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MPP-2013-237", + SLACcitation = "%%CITATION = ARXIV:1308.3462;%%", +} + +@ARTICLE{Alioli:2010qp, + author = {Alioli, Simone and Nason, Paolo and Oleari, Carlo and Re, Emanuele}, + title = "{Vector boson plus one jet production in POWHEG}", + year = {2010}, + archiveprefix = {arXiv}, + eprint = {1009.5594}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 1009.5594;%%}, + url = {http://inspirebeta.net/record/871058} +} + +@ARTICLE{Alioli:2010xd, + author = {Alioli, Simone and Nason, Paolo and Oleari, Carlo and Re, Emanuele}, + title = "{A general framework for implementing NLO calculations in shower + Monte Carlo programs: the POWHEG BOX}", + journal = {JHEP}, + year = {2010}, + volume = {06}, + pages = {043}, + archiveprefix = {arXiv}, + doi = {10.1007/JHEP06(2010)043}, + eprint = {1002.2581}, + file = {:Alioli2010xd.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 1002.2581;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1002.2581} +} + +@ARTICLE{Alioli:2008tz, + author = {Alioli, Simone and Nason, Paolo and Oleari, Carlo and Re, Emanuele}, + title = "{NLO Higgs boson production via gluon fusion matched with shower + in POWHEG}", + journal = {JHEP}, + year = {2009}, + volume = {04}, + pages = {002}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/04/002}, + eprint = {0812.0578}, + file = {:Alioli2008tz.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0812.0578;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0812.0578} +} + +@ARTICLE{Alioli:2009je, + author = {Alioli, Simone and Nason, Paolo and Oleari, Carlo and Re, Emanuele}, + title = "{NLO single-top production matched with shower in POWHEG: $s$- and + $t$-channel contributions}", + journal = {JHEP}, + year = {2009}, + volume = {09}, + pages = {111}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/09/111}, + eprint = {0907.4076}, + file = {:Alioli2009je.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0907.4076;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0907.4076} +} + +@ARTICLE{Alioli:2008gx, + author = {Alioli, Simone and Nason, Paolo and Oleari, Carlo and Re, Emanuele}, + title = "{NLO vector-boson production matched with shower in POWHEG}", + journal = {JHEP}, + year = {2008}, + volume = {07}, + pages = {060}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/07/060}, + eprint = {0805.4802}, + file = {:Alioli2008gx.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0805.4802;%%} +} + +@ARTICLE{Alitti:1990cn, + author = {Alitti, J. and others}, + title = "{Measurement of the transverse momentum distributions of $W$ and + $Z$ bosons at the CERN $\bar{p}p$ collider}", + journal = {Z. Phys.}, + year = {1990}, + volume = {C47}, + pages = {523-532}, + note = {CERN-EP-90-52}, + collaboration = {UA2}, + doi = {10.1007/BF01552316}, + file = {:Alitti1990cn.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C47,523;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C47,523} +} + +@ARTICLE{Allanach:2008qq, + author = {Allanach, B. and others}, + title = "{SUSY Les Houches Accord 2}", + journal = {Comp. Phys. Commun.}, + year = {2009}, + volume = {180}, + pages = {8-25}, + archiveprefix = {arXiv}, + doi = {10.1016/j.cpc.2008.08.004}, + eprint = {0801.0045}, + file = {:Allanach2008qq.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0801.0045;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0801.0045} +} + +@ARTICLE{Allanach:2001kg, + author = {Allanach, B. C.}, + title = "{SOFTSUSY: A program for calculating supersymmetric spectra}", + journal = {Comput. Phys. Commun.}, + year = {2002}, + volume = {143}, + pages = {305-331}, + archiveprefix = {arXiv}, + doi = {10.1016/S0010-4655(01)00460-X}, + eprint = {hep-ph/0104145}, + file = {:Allanach2001kg.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0104145;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0104145} +} + +@ARTICLE{Allanach:2002nj, + author = {Allanach, B. C. and others}, + title = "{The Snowmass Points and Slopes: benchmarks for SUSY searches}", + journal = {Eur. Phys. J.}, + year = {2002}, + volume = {C25}, + pages = {113-123}, + archiveprefix = {arXiv}, + doi = {10.1007/s10052-002-0949-3}, + eprint = {hep-ph/0202233}, + file = {:Allanach2002nj.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0202233;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0202233} +} + +@article{Altarelli:1984pt, + author = "Altarelli, Guido and Ellis, R. Keith and Greco, Mario and + Martinelli, G.", + title = "{Vector boson production at colliders: A theoretical + reappraisal}", + journal = "Nucl.Phys.", + volume = "B246", + pages = "12", + doi = "10.1016/0550-3213(84)90112-3", + year = "1984", + reportNumber = "CERN-TH-3851", + SLACcitation = "%%CITATION = NUPHA,B246,12;%%", +} + +@ARTICLE{Altarelli:1979kv, + author = {Altarelli, Guido and Ellis, R. Keith and Martinelli, G. and Pi, So-Young}, + title = "{Processes involving fragmentation functions beyond the leading order + in QCD}", + journal = {Nucl. Phys.}, + year = {1979}, + volume = {B160}, + pages = {301}, + doi = {10.1016/0550-3213(79)90062-2}, + file = {:Altarelli1979kv.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B160,301;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=NUPHA,B160,301} +} + +@article{Altarelli:1979ub, + author = "Altarelli, Guido and Ellis, R. Keith and Martinelli, G.", + title = "{Large perturbative corrections to the Drell-Yan process + in QCD}", + journal = "Nucl.Phys.", + volume = "B157", + pages = "461", + doi = "10.1016/0550-3213(79)90116-0", + year = "1979", + reportNumber = "MIT-CTP-776", + SLACcitation = "%%CITATION = NUPHA,B157,461;%%", +} + +@ARTICLE{Altarelli:1977zs, + author = {Guido Altarelli and Parisi, G.}, + title = "{Asymptotic freedom in parton language}", + journal = {Nucl. Phys.}, + year = {1977}, + volume = {B126}, + pages = {298-318}, + file = {:Altarelli1977zs.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B126,298} +} + +@article{Altheimer:2012mn, + author = "Altheimer, A. and Arora, S. and Asquith, L. and + Brooijmans, G. and Butterworth, J. and others", + title = "{Jet Substructure at the Tevatron and LHC: New results, + new tools, new benchmarks}", + journal = "J.Phys.", + volume = "G39", + pages = "063001", + doi = "10.1088/0954-3899/39/6/063001", + year = "2012", + eprint = "1201.0008", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-R-990", + SLACcitation = "%%CITATION = ARXIV:1201.0008;%%", +} + +@ARTICLE{Alwall:2008ve, + author = {Alwall, Johan and Le, My-Phuong and Lisanti, Mariangela and Wacker, + Jay G.}, + title = "{Searching for directly decaying gluinos at the Tevatron}", + journal = {Phys. Lett.}, + year = {2008}, + volume = {B666}, + pages = {34-37}, + archiveprefix = {arXiv}, + doi = {10.1016/j.physletb.2008.06.065}, + eprint = {0803.0019}, + file = {:Alwall2008ve.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0803.0019;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0803.0019} +} + +@ARTICLE{Alwall:2007fs, + author = {Alwall, J. and others}, + title = "{Comparative study of various algorithms for the merging of parton + showers and matrix elements in hadronic collisions}", + journal = {Eur. Phys. J.}, + year = {2008}, + volume = {C53}, + pages = {473-500}, + archiveprefix = {arXiv}, + eprint = {0706.2569}, + file = {:Alwall2007fs.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0706.2569} +} + +@article{Alwall:2011uj, + author = "Alwall, Johan and Herquet, Michel and Maltoni, Fabio and + Mattelaer, Olivier and Stelzer, Tim", + title = "{MadGraph 5 : Going Beyond}", + journal = "JHEP", + volume = "1106", + pages = "128", + doi = "10.1007/JHEP06(2011)128", + year = "2011", + eprint = "1106.0522", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-11-448-T", + SLACcitation = "%%CITATION = ARXIV:1106.0522;%%", +} + +@ARTICLE{Alwall:2006yp, + author = {Alwall, J. and others}, + title = "{A standard format for Les Houches Event Files}", + journal = {Comput. Phys. Commun.}, + year = {2007}, + volume = {176}, + pages = {300-304}, + eprint = {hep-ph/0609017}, + file = {:Alwall2006yp.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0609017} +} + +@ARTICLE{Alwall:2007st, + author = {Alwall, Johan and others}, + title = "{MadGraph/MadEvent v4: The new web generation}", + journal = {JHEP}, + year = {2007}, + volume = {09}, + pages = {028}, + archiveprefix = {arXiv}, + eprint = {0706.2334}, + file = {:Alwall2007st.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0706.2334} +} + +@ARTICLE{Alwall:2008qv, + author = {Alwall, Johan and de Visscher, Simon and Maltoni, Fabio}, + title = "{QCD radiation in the production of heavy colored particles at the + LHC}", + journal = {JHEP}, + year = {2009}, + volume = {02}, + pages = {017}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/02/017}, + eprint = {0810.5350}, + file = {:Alwall2008qv.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0810.5350;%%} +} + +@ARTICLE{Amati:1980ch, + author = {Amati, D. and Bassetto, A. and Ciafaloni, M. and Marchesini, G. and + Veneziano, G.}, + title = "{A treatment of hard processes sensitive to the infrared structure + of QCD}", + journal = {Nucl. Phys.}, + year = {1980}, + volume = {B173}, + pages = {429}, + doi = {10.1016/0550-3213(80)90012-7}, + file = {:Amati1980ch.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B173,429;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=NUPHA,B173,429} +} + +@ARTICLE{Amati:1978by, + author = {Amati, D. and Petronzio, R. and Veneziano, G.}, + title = "{Relating hard QCD processes through universality of mass singularities. + 2}", + journal = {Nucl. Phys.}, + year = {1978}, + volume = {B146}, + pages = {29-49}, + file = {:Amati1978by.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B146,29} +} + +@ARTICLE{Amati:1978wx, + author = {Amati, D. and Petronzio, R. and Veneziano, G.}, + title = "{Relating hard QCD processes through universality of mass singularities}", + journal = {Nucl. Phys.}, + year = {1978}, + volume = {B140}, + pages = {54}, + file = {:Amati1978wx.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B140,54} +} + +@Article{Amati:1979fg, + author = "Amati, D. and Veneziano, G.", + title = "{Preconfinement as a property of perturbative QCD}", + journal = "Phys. Lett.", + volume = "B83", + year = "1979", + pages = "87", + doi = "10.1016/0370-2693(79)90896-7", + SLACcitation = "%%CITATION = PHLTA,B83,87;%%" +} + +@Article{Ametller:1985di, + author = "Ametller, L. and Gava, E. and Paver, N. and Treleani, D.", + title = "{Role of the QCD induced gluon - gluon coupling to gauge + boson pairs in the multi - TeV region}", + journal = "Phys. Rev.", + volume = "D32", + year = "1985", + pages = "1699", + doi = "10.1103/PhysRevD.32.1699", + SLACcitation = "%%CITATION = PHRVA,D32,1699;%%" +} + +@article{Ametller:1985tp, + author = "Ametller, L. and Paver, N. and Treleani, D.", + title = "{Possible signature of multiple parton interactions in + collider four jet events}", + journal = "Phys.Lett.", + volume = "B169", + pages = "289", + doi = "10.1016/0370-2693(86)90668-4", + year = "1986", + reportNumber = "IC/85/118", + SLACcitation = "%%CITATION = PHLTA,B169,289;%%", +} + +@article{Beringer:1900zz, + author = "Beringer, J. and others", + title = "{Review of Particle Physics (RPP)}", + collaboration = "Particle Data Group", + journal = "Phys.Rev.", + volume = "D86", + pages = "010001", + doi = "10.1103/PhysRevD.86.010001", + year = "2012", + SLACcitation = "%%CITATION = PHRVA,D86,010001;%%", +} + +@ARTICLE{Amsler:2008zz, + author = {Amsler, C. and others}, + title = "{Review of particle physics}", + journal = {Phys. Lett.}, + year = {2008}, + volume = {B667}, + pages = {1}, + collaboration = {Particle Data Group}, + doi = {10.1016/j.physletb.2008.07.018}, + file = {:Amsler2008zz.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B667,1;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B667,1} +} + +@article{Anastasiou:2002yz, + author = "Anastasiou, Charalampos and Melnikov, Kirill", + title = "{Higgs boson production at hadron colliders in NNLO QCD}", + journal = "Nucl.Phys.", + volume = "B646", + pages = "220-256", + doi = "10.1016/S0550-3213(02)00837-4", + year = "2002", + eprint = "hep-ph/0207004", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-9273", + SLACcitation = "%%CITATION = HEP-PH/0207004;%%", +} + +@article{Anastasiou:2003ds, + author = "Anastasiou, Charalampos and Dixon, Lance J. and Melnikov, + Kirill and Petriello, Frank", + title = "{High precision QCD at hadron colliders: Electroweak + gauge boson rapidity distributions at NNLO}", + journal = "Phys.Rev.", + volume = "D69", + pages = "094008", + doi = "10.1103/PhysRevD.69.094008", + year = "2004", + eprint = "hep-ph/0312266", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-10288, UH-511-1042-03", + SLACcitation = "%%CITATION = HEP-PH/0312266;%%", +} + +@article{Anastasiou:2003gr, + author = "Anastasiou, Charalampos and Melnikov, Kirill and + Petriello, Frank", + title = "{A new method for real radiation at NNLO}", + journal = "Phys.Rev.", + volume = "D69", + pages = "076010", + doi = "10.1103/PhysRevD.69.076010", + year = "2004", + eprint = "hep-ph/0311311", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-10252, UH-511-1039-03", + SLACcitation = "%%CITATION = HEP-PH/0311311;%%", +} + +@article{Anastasiou:2003yy, + author = "Anastasiou, Charalampos and Dixon, Lance J. and Melnikov, + Kirill and Petriello, Frank", + title = "{Dilepton rapidity distribution in the Drell-Yan process + at NNLO in QCD}", + journal = "Phys.Rev.Lett.", + volume = "91", + pages = "182002", + doi = "10.1103/PhysRevLett.91.182002", + year = "2003", + eprint = "hep-ph/0306192", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-10000, UH-511-1029-03", + SLACcitation = "%%CITATION = HEP-PH/0306192;%%", +} + + +@article{Anastasiou:2004xq, + author = "Anastasiou, Charalampos and Melnikov, Kirill and + Petriello, Frank", + title = "{Higgs boson production at hadron colliders: Differential + cross sections through next--to-next--to--leading order}", + journal = "Phys.Rev.Lett.", + volume = "93", + pages = "262002", + doi = "10.1103/PhysRevLett.93.262002", + year = "2004", + eprint = "hep-ph/0409088", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-10673", + SLACcitation = "%%CITATION = HEP-PH/0409088;%%", +} + +@ARTICLE{Anastasiou:2008tj, + author = {Anastasiou, Charalampos and Boughezal, Radja and Petriello, Frank}, + title = "{Mixed QCD-electroweak corrections to Higgs boson production in gluon + fusion}", + journal = {JHEP}, + year = {2009}, + volume = {04}, + pages = {003}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/04/003}, + eprint = {0811.3458}, + file = {:Anastasiou2008tj.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0811.3458;%%} +} + +@ARTICLE{Anastasiou:2007mz, + author = {Anastasiou, Charalampos and Dissertori, Gunther and St{\"o}ckli, + Fabian}, + title = "{NNLO QCD predictions for the $H \to WW \to l\nu l\nu$ signal at + the LHC}", + journal = {JHEP}, + year = {2007}, + volume = {09}, + pages = {018}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2007/09/018}, + eprint = {0707.2373}, + file = {:Anastasiou2007mz.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0707.2373;%%} +} + +@ARTICLE{Anastasiou:2005qj, + author = {Anastasiou, Charalampos and Melnikov, Kirill and Petriello, Frank}, + title = "{Fully differential Higgs boson production and the di-photon signal + through next--to-next--to--leading order}", + journal = {Nucl. Phys.}, + year = {2005}, + volume = {B724}, + pages = {197-246}, + archiveprefix = {arXiv}, + doi = {10.1016/j.nuclphysb.2005.06.036}, + eprint = {hep-ph/0501130}, + file = {:Anastasiou2005qj.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0501130;%%} +} + +@article{Anastasiou:2012hx, + author = "Anastasiou, Charalampos and Buehler, Stephan and Herzog, + Franz and Lazopoulos, Achilleas", + title = "{Inclusive Higgs boson cross-section for the LHC at 8 + TeV}", + journal = "JHEP", + volume = "1204", + pages = "004", + doi = "10.1007/JHEP04(2012)004", + year = "2012", + eprint = "1202.3638", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1202.3638;%%", +} + +@article{Anastasiou:2014vaa, + author = "Anastasiou, Charalampos and Duhr, Claude and Dulat, Falko + and Furlan, Elisabetta and Gehrmann, Thomas and others", + title = "{Higgs boson gluon–fusion production at threshold in + $N^3LO$ $QCD$}", + journal = "Phys.Lett.", + volume = "B737", + pages = "325-328", + doi = "10.1016/j.physletb.2014.08.067", + year = "2014", + eprint = "1403.4616", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "IPPP-14-17, DCPT-14-34, ZU-TH-07-14, CERN-PH-TH-2014-042, + FERMILAB-PUB-14-052-T", + SLACcitation = "%%CITATION = ARXIV:1403.4616;%%", +} + +@ARTICLE{Andersen:2006kp, + author = {Andersen, Jeppe R.}, + title = "{Quark-antiquark contribution to the fully exclusive BFKL Evolution + at next--to--leading logarithmic accuracy}", + journal = {Phys. Rev.}, + year = {2006}, + volume = {D74}, + pages = {114008}, + eprint = {hep-ph/0611011}, + file = {:Andersen2006kp.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0611011} +} + +@ARTICLE{Andersen:2006sp, + author = {Andersen, Jeppe R.}, + title = "{On the role of NLL corrections and energy conservation in the high + energy evolution of QCD}", + journal = {Phys. Lett.}, + year = {2006}, + volume = {B639}, + pages = {290-293}, + eprint = {hep-ph/0602182}, + file = {:Andersen2006sp.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0602182} +} + +@ARTICLE{Andersen:2008gc, + author = {Andersen, Jeppe R. and Del Duca, Vittorio and White, Chris D.}, + title = "{Higgs boson production in association with multiple hard jets}", + journal = {JHEP}, + year = {2009}, + volume = {02}, + pages = {015}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/02/015}, + eprint = {0808.3696}, + file = {:Andersen2008gc.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0808.3696;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0808.3696} +} + +@ARTICLE{Andersen:2003wy, + author = {Jeppe R. Andersen and Sabio-Vera, Agustin}, + title = "{The gluon Green's function in the BFKL approach at next--to--leading + logarithmic accuracy}", + journal = {Nucl. Phys.}, + year = {2004}, + volume = {B679}, + pages = {345-362}, + eprint = {hep-ph/0309331}, + file = {:Andersen2003wy.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0309331} +} + +@ARTICLE{Andersen:2003an, + author = {Jeppe R. Andersen and Sabio-Vera, Agustin}, + title = "{Solving the BFKL equation in the next--to--leading approximation}", + journal = {Phys. Lett.}, + year = {2003}, + volume = {B567}, + pages = {116-124}, + eprint = {hep-ph/0305236}, + file = {:Andersen2003an.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0305236} +} + +@ARTICLE{Anderson:1999ui, + author = {Anderson, S. and others}, + title = "{Hadronic structure in the decay $\tau^- \to \pi^- \pi^0 \nu_\tau$}", + journal = {Phys. Rev.}, + year = {2000}, + volume = {D61}, + pages = {112002}, + archiveprefix = {arXiv}, + collaboration = {CLEO}, + doi = {10.1103/PhysRevD.61.112002}, + eprint = {hep-ex/9910046}, + file = {:Anderson1999ui.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9910046;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9910046} +} + +@BOOK{Andersson:1998tv, + title = "{The Lund model}", + publisher = {Camb. Monogr. Part. Phys. Nucl. Phys. Cosmol.}, + year = {1997}, + author = {Andersson, Bo}, + volume = {7}, + pages = {1-471}, + slaccitation = {%%CITATION = CMPCE,7,1;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=CMPCE,7,1} +} + +@ARTICLE{Andersson:1983ia, + author = {Andersson, Bo and Gustafson, G. and Ingelman, G. and Sj{\"o}strand, + T.}, + title = "{Parton fragmentation and string dynamics}", + journal = {Phys. Rept.}, + year = {1983}, + volume = {97}, + pages = {31-145}, + doi = {10.1016/0370-1573(83)90080-7}, + file = {:Andersson1983ia.pdf:PDF}, + slaccitation = {%%CITATION = PRPLC,97,31;%%} +} + +@ARTICLE{Andersson:1995jt, + author = {Andersson, Bo and Gustafson, G. and Kharraziha, H. and Samuelsson, + J.}, + title = "{Structure functions and general final state properties in the linked + dipole chain model}", + journal = {Z. Phys.}, + year = {1996}, + volume = {C71}, + pages = {613-624}, + file = {:Andersson1995jt.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C71,613} +} + +@ARTICLE{Andersson:1989ki, + author = {Andersson, Bo and Gustafson, Gosta and L{\"o}nnblad, Leif}, + title = "{Gluon splitting in the color dipole cascades}", + journal = {Nucl. Phys.}, + year = {1990}, + volume = {B339}, + pages = {393-406}, + file = {:Andersson1989ki.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B339,393} +} + +@ARTICLE{Andersson:1988gp, + author = {Andersson, Bo and Gustafson, Gosta and L{\"o}nnblad, Leif and Pettersson, + Ulf}, + title = "{Coherence effects in deep--inelastic scattering}", + journal = {Z. Phys.}, + year = {1989}, + volume = {C43}, + pages = {625}, + file = {:Andersson1988gp.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C43,625} +} + +@ARTICLE{Andersson:1995ju, + author = {Andersson, Bo and Gustafson, G. and Samuelsson, J.}, + title = "{The linked dipole chain model for DIS}", + journal = {Nucl. Phys.}, + year = {1996}, + volume = {B467}, + pages = {443-478}, + file = {:Andersson1995ju.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B467,443} +} + +@ARTICLE{Andersson:1984af, + author = {Andersson, Bo and Gustafson, G. and Sj{\"o}strand, T.}, + title = "{Baryon Production in Jet Fragmentation and Upsilon-Decay}", + journal = {Phys. Scripta}, + year = {1985}, + volume = {32}, + pages = {574}, + doi = {10.1088/0031-8949/32/6/003}, + file = {:Andersson1984af.pdf:PDF}, + slaccitation = {%%CITATION = PHSTB,32,574;%%} +} + +@ARTICLE{Andersson:1981ce, + author = {Andersson, Bo and Gustafson, G. and Sj{\"o}strand, T.}, + title = "{A Model for Baryon Production in Quark and Gluon Jets}", + journal = {Nucl. Phys.}, + year = {1982}, + volume = {B197}, + pages = {45}, + doi = {10.1016/0550-3213(82)90153-5}, + file = {:Andersson1981ce.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B197,45;%%} +} + +@ARTICLE{Andersson:1983jt, + author = {Andersson, B. and Gustafson, G. and S{\"o}derberg, B.}, + title = "{A general model for jet fragmentation}", + journal = {Z. Phys.}, + year = {1983}, + volume = {C20}, + pages = {317}, + file = {:Andersson1983jt.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C20,317} +} + +@ARTICLE{Andersson:2002cf, + author = {Andersson, Bo and others}, + title = "{Small $x$ phenomenology: summary and status}", + journal = {Eur. Phys. J.}, + year = {2002}, + volume = {C25}, + pages = {77-101}, + collaboration = {Small $x$}, + eprint = {hep-ph/0204115}, + file = {:Andersson2002cf.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0204115} +} + +@ARTICLE{Andre:1997vh, + author = {Andr\'e, J. and Sj{\"o}strand, T.}, + title = "{Matching of matrix elements and parton showers}", + journal = {Phys. Rev.}, + year = {1998}, + volume = {D57}, + pages = {5767-5772}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.57.5767}, + eprint = {hep-ph/9708390}, + file = {:Andre1997vh.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9708390;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9708390} +} + +@ARTICLE{Andreeva:2008zz, + author = {Andreeva, Julia and Campana, Simone and Fanzago, Federica and Herrala, + Juha}, + title = "{High-energy physics on the Grid: The ATLAS and CMS experience}", + journal = {J. Grid Comput.}, + year = {2008}, + volume = {6}, + pages = {3-13}, + file = {:Andreeva2008zz.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=JGCOA,6,3} +} + +@article{Antchev:2013iaa, + author = "Antchev, G. and others", + title = "{Luminosity-independent measurements of total, elastic + and inelastic cross-sections at $\sqrt{s} = 7$ TeV}", + collaboration = "TOTEM", + journal = "Europhys.Lett.", + volume = "101", + pages = "21004", + doi = "10.1209/0295-5075/101/21004", + year = "2013", + SLACcitation = "%%CITATION = EULEE,101,21004;%%", +} + +@article{Antchev:2013paa, + author = "Antchev, G. and others", + title = "{Luminosity-Independent Measurement of the Proton-Proton + Total Cross Section at $\sqrt{s}=8$  TeV}", + collaboration = "TOTEM Collaboration", + journal = "Phys.Rev.Lett.", + number = "1", + volume = "111", + pages = "012001", + doi = "10.1103/PhysRevLett.111.012001", + year = "2013", + reportNumber = "TOTEM-2012-005, CERN-PH-EP-2012-354", + SLACcitation = "%%CITATION = PRLTA,111,012001;%%", +} + +@ARTICLE{Antoniadis:1998ig, + author = {Antoniadis, Ignatios and Arkani-Hamed, Nima and Dimopoulos, Savas + and Dvali, G. R.}, + title = "{New dimensions at a millimeter to a fermi and superstrings at a + TeV}", + journal = {Phys. Lett.}, + year = {1998}, + volume = {B436}, + pages = {257-263}, + doi = {10.1016/S0370-2693(98)00860-0}, + eprint = {hep-ph/9804398}, + file = {:Antoniadis1998ig.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9804398;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9804398} +} + +@ARTICLE{Antreasyan:1981eg, + author = {Antreasyan, D. and others}, + title = "{Dimuon Scaling Comparison at 44-Gev And 62-Gev}", + journal = {Phys. Rev. Lett.}, + year = {1982}, + volume = {48}, + pages = {302}, + note = {CERN-R209}, + doi = {10.1103/PhysRevLett.48.302}, + file = {:Antreasyan1981eg.pdf:PDF}, + slaccitation = {%%CITATION = PRLTA,48,302;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRLTA,48,302} +} + +@ARTICLE{Antreasyan:1981uv, + author = {Antreasyan, D. and others}, + title = "{Production Dynamics of High-Mass Muon Pairs}", + journal = {Phys. Rev. Lett.}, + year = {1981}, + volume = {47}, + pages = {12-15}, + note = {CERN-R209}, + doi = {10.1103/PhysRevLett.47.12}, + file = {:Antreasyan1981uv.pdf:PDF}, + slaccitation = {%%CITATION = PRLTA,47,12;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRLTA,47,12} +} + +@ARTICLE{Antunano:2007da, + author = {Antunano, Oscar and Kuhn, Johann H. and Rodrigo, German}, + title = "{Top Quarks, Axigluons and Charge Asymmetries at Hadron Colliders}", + journal = {Phys. Rev.}, + year = {2008}, + volume = {D77}, + pages = {014003}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.77.014003}, + eprint = {0709.1652}, + file = {:Antunano2007da.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0709.1652;%%} +} + +@article{Appell:1988ie, + author = "Appell, David and Sterman, George F. and Mackenzie, Paul + B.", + title = "{Soft Gluons and the Normalization of the {Drell-Yan} + Cross-section}", + journal = "Nucl.Phys.", + volume = "B309", + pages = "259", + doi = "10.1016/0550-3213(88)90082-X", + year = "1988", + reportNumber = "ITP-SB-88-06", + SLACcitation = "%%CITATION = NUPHA,B309,259;%%", +} + +@article{Apanasevich:1998ki, + author = "Apanasevich, L. and Balazs, C. and Bromberg, C. and + Huston, J. and Maul, A. and others", + title = "{$k_{T}$ effects in direct photon production}", + journal = "Phys.Rev.", + volume = "D59", + pages = "074007", + doi = "10.1103/PhysRevD.59.074007", + year = "1999", + eprint = "hep-ph/9808467", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CTEQ-805, MSUHEP-80501, UR-1539", + SLACcitation = "%%CITATION = HEP-PH/9808467;%%", +} + + +@ARTICLE{Appelquist:1980vg, + author = {Appelquist, Thomas and Bernard, Claude W.}, + title = "{Strongly interacting Higgs bosons}", + journal = {Phys. Rev.}, + year = {1980}, + volume = {D22}, + pages = {200}, + doi = {10.1103/PhysRevD.22.200}, + file = {:Appelquist1980vg.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D22,200;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D22,200} +} + +@ARTICLE{Appelquist:1993ka, + author = {Appelquist, Thomas and Wu, Guo-Hong}, + title = "{Electroweak chiral Lagrangian and new precision measurements}", + journal = {Phys. Rev.}, + year = {1993}, + volume = {D48}, + pages = {3235-3241}, + doi = {10.1103/PhysRevD.48.3235}, + eprint = {hep-ph/9304240}, + file = {:Appelquist1993ka.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9304240;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9304240} +} + +@ARTICLE{Archibald:2008aa, + author = {Archibald, Jennifer and Gleisberg, Tanju and H{\"o}che, Stefan and + Krauss, Frank and Sch{\"o}nherr, Marek and Schumann, Steffen and + Siegert, Frank and Winter, Jan-Christopher}, + title = "{Simulation of photon-photon interactions in hadron collisions with + \Sherpa}", + journal = {Nucl. Phys.}, + year = {2008}, + volume = {179}, + pages = {218-225}, + file = {:Archibald2008aa.pdf:PDF}, + url = {http://dx.doi.org/10.1016/j.nuclphysbps.2008.07.027} +} + +@ARTICLE{ArkaniHamed:1998rs, + author = {Arkani-Hamed, Nima and Dimopoulos, Savas and Dvali, G. R.}, + title = "{The hierarchy problem and new dimensions at a millimeter}", + journal = {Phys. Lett.}, + year = {1998}, + volume = {B429}, + pages = {263-272}, + doi = {10.1016/S0370-2693(98)00466-3}, + eprint = {hep-ph/9803315}, + file = {:ArkaniHamed1998rs.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9803315;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9803315} +} +@article{Arneodo:1996kd, + author = "Arneodo, M. and others", + title = "{Accurate measurement of F2(d) / F2(p) and R**d - R**p}", + collaboration = "New Muon Collaboration", + journal = "Nucl.Phys.", + volume = "B487", + pages = "3-26", + doi = "10.1016/S0550-3213(96)00673-6", + year = "1997", + eprint = "hep-ex/9611022", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + SLACcitation = "%%CITATION = HEP-EX/9611022;%%", +} + +@article{Arneodo:1996qe, + author = "Arneodo, M. and others", + title = "{Measurement of the proton and deuteron structure + functions, F2(p) and F2(d), and of the ratio sigma-L / + sigma-T}", + collaboration = "New Muon Collaboration", + journal = "Nucl.Phys.", + volume = "B483", + pages = "3-43", + doi = "10.1016/S0550-3213(96)00538-X", + year = "1997", + eprint = "hep-ph/9610231", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = HEP-PH/9610231;%%", +} +@ARTICLE{Artru:1974hr, + author = {Artru, X. and Mennessier, G.}, + title = "{String model and multiproduction}", + journal = {Nucl. Phys.}, + year = {1974}, + volume = {B70}, + pages = {93-115}, + file = {:Artru1974hr.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B70,93} +} + +@article{Arnold:2008rz, + author = "Arnold, K. and Bahr, M. and Bozzi, Giuseppe and + Campanario, F. and Englert, C. and others", + title = "{VBFNLO: A parton level Monte Carlo for processes with + electroweak bosons}", + journal = "Comput.Phys.Commun.", + volume = "180", + pages = "1661-1670", + doi = "10.1016/j.cpc.2009.03.006", + year = "2009", + eprint = "0811.4559", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "KA-TP-31-2008, SFB-CPP-08-95", + SLACcitation = "%%CITATION = ARXIV:0811.4559;%%", +} + +@article{ATLAS:2012am, + author = "Aad, Georges and others", + title = "{Jet mass and substructure of inclusive jets in + $\sqrt{s}=7$ TeV $pp$ collisions with the ATLAS + experiment}", + collaboration = "ATLAS Collaboration", + journal = "JHEP", + volume = "1205", + pages = "128", + doi = "10.1007/JHEP05(2012)128", + year = "2012", + eprint = "1203.4606", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-031", + SLACcitation = "%%CITATION = ARXIV:1203.4606;%%", +} + + +@article{ATLAS:2012an, + author = "Aad, Georges and others", + title = "{Measurement of the charge asymmetry in top quark pair + production in $pp$ collisions at $\sqrt{s}=7$ TeV using + the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "Eur.Phys.J.", + volume = "C72", + pages = "2039", + doi = "10.1140/epjc/s10052-012-2039-5", + year = "2012", + eprint = "1203.4211", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-015", + SLACcitation = "%%CITATION = ARXIV:1203.4211;%%", +} + +@article{ATLAS:2012ar, + author = "Aad, Georges and others", + title = "{Measurement of the production cross section of an + isolated photon associated with jets in proton-proton + collisions at $\sqrt{s}=7$ TeV with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "Phys.Rev.", + volume = "D85", + pages = "092014", + doi = "10.1103/PhysRevD.85.092014", + year = "2012", + eprint = "1203.3161", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-009", + SLACcitation = "%%CITATION = ARXIV:1203.3161;%%", +} + + +@article{ATLAS:2012jpa, + key = "1204355", + title = "{Measurement of the inclusive jet cross section in pp + collisions at $\sqrt{s}=2.76$TeV and comparison to the + inclusive jet cross section at $\sqrt{s}=7$TeV using the + ATLAS detector}", + collaboration = "ATLAS Collaboration", + year = "2012", + reportNumber = "ATLAS-CONF-2012-128, ATLAS-COM-CONF-2012-173", + SLACcitation = "%%CITATION = ATLAS-CONF-2012-128 ETC.;%%", +} + +@article{ATLAS:2012mec, + author = "Aad, Georges and others", + title = "{Measurement of $W^+W^-$ production in pp collisions at + $\sqrt{s}$=7  TeV with the ATLAS detector and limits + on anomalous WWZ and WWγ couplings}", + collaboration = "ATLAS Collaboration", + journal = "Phys.Rev.", + number = "11", + volume = "D87", + pages = "112001", + doi = "10.1103/PhysRevD.87.112001, 10.1103/PhysRevD.88.079906", + year = "2013", + eprint = "1210.2979", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-242", + SLACcitation = "%%CITATION = ARXIV:1210.2979;%%", +} + + +@techreport{ATLAS-CONF-2014-042, + title = "{Determination of the off-shell Higgs boson signal + strength in the high-mass ZZ final state with the ATLAS + detector}", + institution = "CERN", + address = "Geneva", + number = "ATLAS-CONF-2014-042", + month = "Jul", + year = "2014", +} + +@ARTICLE{Aubert:2006px, + author = {Aubert, B. and others}, + title = "{Measurement of the $B^0 \to \pi^- l^+ \nu$ form-factor shape and + branching fraction, and determination of $|V_{ub}|$ with a loose + neutrino reconstruction technique}", + journal = {Phys. Rev. Lett.}, + year = {2007}, + volume = {98}, + pages = {091801}, + archiveprefix = {arXiv}, + collaboration = {BABAR}, + doi = {10.1103/PhysRevLett.98.091801}, + eprint = {hep-ex/0612020}, + file = {:Aubert2006px.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0612020;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0612020} +} + +@ARTICLE{Aubert:1988xb, + author = {Aubert, J. J. and others}, + title = "{Evidence for anomalous prompt photons in deep--inelastic muon scattering + at 200 GeV}", + journal = {Phys. Lett.}, + year = {1989}, + volume = {B218}, + pages = {248}, + collaboration = {European Muon}, + doi = {10.1016/0370-2693(89)91428-7}, + file = {:Aubert1988xb.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B218,248;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHLTA,B218,248} +} + +@ARTICLE{Aurenche:1989gv, + author = {Aurenche, P. and Baier, R. and Fontannaz, M.}, + title = "{Prompt photon production at colliders}", + journal = {Phys. Rev.}, + year = {1990}, + volume = {D42}, + pages = {1440-1449}, + doi = {10.1103/PhysRevD.42.1440}, + file = {:Aurenche1989gv.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D42,1440;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHRVA,D42,1440} +} + +@ARTICLE{Aurenche:1988vi, + author = {Aurenche, P. and Baier, R. and Fontannaz, M. and Owens, J. F. and + Werlen, M.}, + title = "{Gluon content of the nucleon probed with real and virtual photons}", + journal = {Phys. Rev.}, + year = {1989}, + volume = {D39}, + pages = {3275}, + doi = {10.1103/PhysRevD.39.3275}, + file = {:Aurenche1988vi.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D39,3275;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHRVA,D39,3275} +} + +@ARTICLE{Aurenche:1987fs, + author = {Aurenche, P. and Baier, R. and Fontannaz, M. and Schiff, D.}, + title = "{Prompt photon production at large $p_T$ Scheme invariant QCD predictions + and comparison with experiment}", + journal = {Nucl. Phys.}, + year = {1988}, + volume = {B297}, + pages = {661}, + doi = {10.1016/0550-3213(88)90553-6}, + file = {:Aurenche1987fs.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B297,661;%%} +} + +@ARTICLE{Aurenche:1985yk, + author = {Aurenche, P. and Douiri, A. and Baier, R. and Fontannaz, M. and Schiff, + D.}, + title = "{Large--$p_T$ double photon production in hadronic collisions --- + beyond leading logarithm QCD calculation}", + journal = {Z. Phys.}, + year = {1985}, + volume = {C29}, + pages = {459-475}, + doi = {10.1007/BF01565195}, + file = {:Aurenche1985yk.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C29,459;%%} +} + +@ARTICLE{Aurenche:2006vj, + author = {Aurenche, Patrick and Fontannaz, Michel and Guillet, Jean-Philippe + and Pilon, Eric and Werlen, Monique}, + title = "{Recent critical study of photon production in hadronic collisions}", + journal = {Phys. Rev.}, + year = {2006}, + volume = {D73}, + pages = {094007}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.73.094007}, + eprint = {hep-ph/0602133}, + file = {:Aurenche2006vj.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0602133;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0602133} +} + +@article{Azimov:1984np, + author = "Azimov, Yakov I. and Dokshitzer, Yuri L. and Khoze, + Valery A. and Troyan, S.I.", + title = "{Similarity of parton and hadron Spectra in QCD jets}", + journal = "Z.Phys.", + volume = "C27", + pages = "65-72", + doi = "10.1007/BF01642482", + year = "1985", + reportNumber = "LENINGRAD-84-942", + SLACcitation = "%%CITATION = ZEPYA,C27,65;%%", +} + +@article{Azimov:1985by, + author = "Azimov, Yakov I. and Dokshitzer, Yuri L. and Khoze, + Valery A. and Troyan, S.I.", + title = "{Hump--\-backed QCD plateau in hadron spectra}", + journal = "Z.Phys.", + volume = "C31", + pages = "213", + doi = "10.1007/BF01479529", + year = "1986", + reportNumber = "CERN-TH-4345-85", + SLACcitation = "%%CITATION = ZEPYA,C31,213;%%", +} + +@article{Azimov:1986sf, + author = "Azimov, Yakov I. and Dokshitzer, Yuri L. and Khoze, + Valery A. and Troian, S.I.", + title = "{The string effect and QCD coherence}", + journal = "Phys.Lett.", + volume = "B165", + pages = "147-150", + doi = "10.1016/0370-2693(85)90709-9", + year = "1985", + SLACcitation = "%%CITATION = PHLTA,B165,147;%%", +} + +@ARTICLE{Badelek:2001xb, + author = {Badelek, B. and others}, + title = "{TESLA technical design report, part VI, chapter 1: Photon collider + at TESLA}", + journal = {Int. J. Mod. Phys.}, + year = {2004}, + volume = {A19}, + pages = {5097-5186}, + collaboration = {ECFA/DESY Photon Collider Working Group}, + eprint = {hep-ex/0108012}, + file = {:Badelek2001xb.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0108012} +} + +@article{Badger:2013ava, + author = "Badger, Simon and Guffanti, Alberto and Yundin, Valery", + title = "{Next-to-leading order QCD corrections to di-photon + production in association with up to three jets at the + Large Hadron Collider}", + journal = "JHEP", + volume = "1403", + pages = "122", + doi = "10.1007/JHEP03(2014)122", + year = "2014", + eprint = "1312.5927", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MPP-2013-319, CERN-PH-TH-2013-318", + SLACcitation = "%%CITATION = ARXIV:1312.5927;%%", +} + +@article{Badger:2013yda, + author = "Badger, Simon and Biedermann, Benedikt and Uwer, Peter + and Yundin, Valery", + title = "{Next-to-leading order QCD corrections to five jet + production at the LHC}", + journal = "Phys.Rev.", + volume = "D89", + pages = "034019", + doi = "10.1103/PhysRevD.89.034019", + year = "2014", + eprint = "1309.6585", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1309.6585;%%", +} + +@article{Badger:2012pf, + author = "Badger, Simon and Biedermann, Benedikt and Uwer, Peter + and Yundin, Valery", + title = "{NLO QCD corrections to multi-jet production at the LHC + with a centre-of-mass energy of $\sqrt{s}=8$ TeV}", + journal = "Phys.Lett.", + volume = "B718", + pages = "965-978", + doi = "10.1016/j.physletb.2012.11.029", + year = "2013", + eprint = "1209.0098", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "HU-EP-12-28", + SLACcitation = "%%CITATION = ARXIV:1209.0098;%%", +} + +@article{Badger:2012pg, + author = "Badger, Simon and Biedermann, Benedikt and Uwer, Peter + and Yundin, Valery", + title = "{Numerical evaluation of virtual corrections to multi-jet + production in massless QCD}", + year = "2012", + eprint = "1209.0100", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "HU-EP-12-29", + SLACcitation = "%%CITATION = ARXIV:1209.0100;%%", +} + +@article{Badger:2011yu, + author = "Badger, Simon and Sattler, Ralf and Yundin, Valery", + title = "{One--loop helicity amplitudes for $t\bar{t}$ production + at hadron colliders}", + journal = "Phys.Rev.", + volume = "D83", + pages = "074020", + doi = "10.1103/PhysRevD.83.074020", + year = "2011", + eprint = "1101.5947", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-11-012, LPN-11-06, HU-EP-11-06, SFB-CPP-11-04", + SLACcitation = "%%CITATION = ARXIV:1101.5947;%%", +} + +@article{Badger:2009vh, + author = "Badger, Simon and Campbell, John M. and Ellis, R. Keith + and Williams, Ciaran", + title = "{Analytic results for the one-loop NMHV Hqqgg amplitude}", + journal = "JHEP", + volume = "0912", + pages = "035", + doi = "10.1088/1126-6708/2009/12/035", + year = "2009", + eprint = "0910.4481", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-09-180, FERMILAB-PUB-09-505-T, IPPP-09-86", + SLACcitation = "%%CITATION = ARXIV:0910.4481;%%", +} + +@article{Badger:2008cm, + author = "Badger, S.D.", + title = "{Direct extraction of one--loop rational terms}", + journal = "JHEP", + volume = "0901", + pages = "049", + doi = "10.1088/1126-6708/2009/01/049", + year = "2009", + eprint = "0806.4600", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "IPHT-T08-106", + SLACcitation = "%%CITATION = ARXIV:0806.4600;%%", +} + +@ARTICLE{Badger:2005zh, + author = {Badger, S. D. and Glover, E. W. N. and Khoze, V. V. and Svr{\v{c}}ek, + P.}, + title = "{Recursion relations for gauge theory amplitudes with massive particles}", + journal = {JHEP}, + year = {2005}, + volume = {07}, + pages = {025}, + eprint = {hep-th/0504159}, + file = {:Badger2005zh.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0504159} +} + +@article{Badger:2013vpa, + author = "Badger, Simon and Biedermann, Benedikt and Uwer, Peter + and Yundin, Valery", + title = "{Computation of multi-leg amplitudes with NJet}", + journal = "J.Phys.Conf.Ser.", + volume = "523", + pages = "012057", + doi = "10.1088/1742-6596/523/1/012057", + year = "2014", + eprint = "1312.7140", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1312.7140;%%", +} + + +@ARTICLE{Baer:1990ra, + author = {Baer, H. and Ohnemus, J. and Owens, J. F.}, + title = "{Next--to--leading-logarithm calculation of direct photon production}", + journal = {Phys. Rev.}, + year = {1990}, + volume = {D42}, + pages = {61-71}, + doi = {10.1103/PhysRevD.42.61}, + file = {:Baer1990ra.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D42,61;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHRVA,D42,61} +} + + +@article{Baernreuther:2012ws, + author = "Baernreuther, Peter and Czakon, Michal and Mitov, + Alexander", + title = "{Percent--level precision physics at the Tevatron: First + genuine NNLO QCD corrections to $q \bar{q} \to t \bar{t} + + X$}", + journal = "Phys.Rev.Lett.", + volume = "109", + pages = "132001", + doi = "10.1103/PhysRevLett.109.132001", + year = "2012", + eprint = "1204.5201", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1204.5201;%%", +} + +@ARTICLE{Bagger:1987fz, + author = {Bagger, Jonathan and Schmidt, Carl and King, Stephen}, + title = "{Axigluon production in hadronic collisions}", + journal = {Phys. Rev.}, + year = {1988}, + volume = {D37}, + pages = {1188}, + doi = {10.1103/PhysRevD.37.1188}, + file = {:Bagger1987fz.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D37,1188;%%} +} + +@article{Baglio:2014uba, + author = "Baglio, J. and Bellm, J. and Campanario, F. and Feigl, B. + and Frank, J. and others", + title = "{Release Note - VBFNLO 2.7.0}", + year = "2014", + eprint = "1404.3940", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FTUV-14-2903, IFIC-14-26, KA-TP-10-2014, LPN14-062, + MAN-HEP-2014-03", + SLACcitation = "%%CITATION = ARXIV:1404.3940;%%", +} + +@ARTICLE{Bailey:1992br, + author = {Bailey, B. and Owens, J. F. and Ohnemus, J.}, + title = "{Order $\alpha_s$ Monte Carlo calculation of hadronic double-photon + production}", + journal = {Phys. Rev.}, + year = {1992}, + volume = {D46}, + pages = {2018-2027}, + doi = {10.1103/PhysRevD.46.2018}, + file = {:Bailey1992br.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D46,2018;%%} +} + +@ARTICLE{Balazs:1997hv, + author = {Balazs, C. and Berger, Edmond L. and Mrenna, S. and Yuan, C. P.}, + title = "{Photon pair production with soft gluon resummation in hadronic interactions}", + journal = {Phys. Rev.}, + year = {1998}, + volume = {D57}, + pages = {6934-6947}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.57.6934}, + eprint = {hep-ph/9712471}, + file = {:Balazs1997hv.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9712471;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9712471} +} + +@ARTICLE{Balazs:2007hr, + author = {Balazs, C. and Berger, Edmond L. and Nadolsky, Pavel M. and Yuan, + C. -P.}, + title = "{Calculation of prompt diphoton production cross sections at Fermilab + Tevatron and CERN LHC energies}", + journal = {Phys. Rev.}, + year = {2007}, + volume = {D76}, + pages = {013009}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.76.013009}, + eprint = {0704.0001}, + file = {:Balazs2007hr.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0704.0001;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0704.0001} +} + +@ARTICLE{Balazs:2006cc, + author = {Balazs, Csaba and Berger, Edmond L. and Nadolsky, Pavel M. and Yuan, + C. -P.}, + title = "{All-orders resummation for diphoton production at hadron colliders}", + journal = {Phys. Lett.}, + year = {2006}, + volume = {B637}, + pages = {235-240}, + archiveprefix = {arXiv}, + doi = {10.1016/j.physletb.2006.04.017}, + eprint = {hep-ph/0603037}, + file = {:Balazs2006cc.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0603037;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0603037} +} + +@ARTICLE{Balazs:1999yf, + author = {Balazs, C. and Nadolsky, Pavel M. and Schmidt, C. and Yuan, C. P.}, + title = "{Diphoton background to Higgs boson production at the LHC with soft + gluon effects}", + journal = {Phys. Lett.}, + year = {2000}, + volume = {B489}, + pages = {157-162}, + archiveprefix = {arXiv}, + doi = {10.1016/S0370-2693(00)00934-5}, + eprint = {hep-ph/9905551}, + file = {:Balazs1999yf.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9905551;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9905551} +} + +@ARTICLE{Balitsky:1978ic, + author = {I. I. Balitsky and L. N. Lipatov}, + title = "{The Pomeranchuk singularity in quantum chromodynamics}", + journal = {Sov. J. Nucl. Phys.}, + year = {1978}, + volume = {28}, + pages = {822-829}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SJNCA,28,822} +} + +@article{Ball:2013bra, + author = "Ball, Richard D. and Bonvini, Marco and Forte, Stefano + and Marzani, Simone and Ridolfi, Giovanni", + title = "{Higgs production in gluon fusion beyond NNLO}", + journal = "Nucl.Phys.", + volume = "B874", + pages = "746-772", + doi = "10.1016/j.nuclphysb.2013.06.012", + year = "2013", + eprint = "1303.3590", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DCPT-13-30, DESY-13-001, EDINBURGH-2012-25, IFUM-1010-FT, + IPPP-13-15, --IPPP-13-15, ", + SLACcitation = "%%CITATION = ARXIV:1303.3590;%%", +} + +@ARTICLE{Ball:2007zza, + author = {Bayatian, G. L. and others}, + title = "{CMS technical design report, volume II: Physics performance}", + journal = {J. Phys.}, + year = {2007}, + volume = {G34}, + pages = {995-1579}, + collaboration = {CMS}, + doi = {10.1088/0954-3899/34/6/S01}, + file = {:Ball2007zza.pdf:PDF}, + slaccitation = {%%CITATION = JPHGB,G34,995;%%} +} + +@ARTICLE{Ball:2007hb, + author = {Ball, Patricia and Jones, G. W.}, + title = "{$B \to \eta^{(')}$ form factors in QCD}", + journal = {JHEP}, + year = {2007}, + volume = {08}, + pages = {025}, + archiveprefix = {arXiv}, + eprint = {0706.3628}, + file = {:Ball2007hb.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0706.3628;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0706.3628} +} + +@ARTICLE{Ball:2004rg, + author = {Ball, Patricia and Zwicky, Roman}, + title = "{$B_{d,s} \to \rho, \omega, K^*, \Phi$ decay form factors from light-cone + sum rules reexamined}", + journal = {Phys. Rev.}, + year = {2005}, + volume = {D71}, + pages = {014029}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.71.014029}, + eprint = {hep-ph/0412079}, + file = {:Ball2004rg.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0412079;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0412079} +} + +@ARTICLE{Ball:2004ye, + author = {Ball, Patricia and Zwicky, Roman}, + title = "{New results on $B \to \pi, K, \eta$ decay form factors from light-cone + sum rules}", + journal = {Phys. Rev.}, + year = {2005}, + volume = {D71}, + pages = {014015}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.71.014015}, + eprint = {hep-ph/0406232}, + file = {:Ball2004ye.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0406232;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0406232} +} + +@ARTICLE{Ball:2008by, + author = {Ball, Richard D. and others}, + title = "{A determination of parton distributions with faithful uncertainty + estimation}", + journal = {Nucl. Phys.}, + year = {2009}, + volume = {B809}, + pages = {1-63}, + archiveprefix = {arXiv}, + collaboration = {NNPDF}, + doi = {10.1016/j.nuclphysb.2008.09.037}, + eprint = {0808.1231}, + file = {:Ball2008by.pdf:PDF;:Ball2008bya.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0808.1231;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0808.1231} +} + +@ARTICLE{Ball:2009mk, + author = {Ball, Richard D. and others}, + title = "{Precision determination of electroweak parameters and the strange + content of the proton from neutrino deep-inelastic scattering}", + journal = {Nucl. Phys.}, + year = {2009}, + volume = {B823}, + pages = {195-233}, + archiveprefix = {arXiv}, + collaboration = {The NNPDF}, + doi = {10.1016/j.nuclphysb.2009.08.003}, + eprint = {0906.1958}, + file = {:Ball2009mk.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0906.1958;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0906.1958} +} +@article{Ball:2011uy, + author = "Ball, Richard D. and others", + title = "{Unbiased global determination of parton distributions + and their uncertainties at NNLO and at LO}", + collaboration = "NNPDF Collaboration", + journal = "Nucl.Phys.", + volume = "B855", + pages = "153-221", + doi = "10.1016/j.nuclphysb.2011.09.024", + year = "2012", + eprint = "1107.2652", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "EDINBURGH-2011-14, IFUM-979-FT, FR-PHENO-2011-010, + RWTH-TTK-11-24", + SLACcitation = "%%CITATION = ARXIV:1107.2652;%%", +} + +@article{Ball:2012wy, + author = "Ball, Richard D. and Carrazza, Stefano and Del Debbio, + Luigi and Forte, Stefano and Gao, Jun and others", + title = "{Parton Distribution Benchmarking with LHC Data}", + journal = "JHEP", + volume = "1304", + pages = "125", + doi = "10.1007/JHEP04(2013)125", + year = "2013", + eprint = "1211.5142", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2012-263", + SLACcitation = "%%CITATION = ARXIV:1211.5142;%%", +} + +@article{Ball:2013hta, + author = "Ball, Richard D. and others", + title = "{Parton distributions with QED corrections}", + collaboration = "NNPDF", + journal = "Nucl.Phys.", + volume = "B877", + pages = "290-320", + doi = "10.1016/j.nuclphysb.2013.10.010", + year = "2013", + eprint = "1308.0598", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "EDINBURGH-2013-20, IFUM-1014-FT, FR-PHENO-2013-008, + CERN-PH-TH-2013-075", + SLACcitation = "%%CITATION = ARXIV:1308.0598;%%", +} + +@article{Ball:2014uwa, + author = "Ball, Richard D. and others", + title = "{Parton distributions for the LHC Run II}", + collaboration = "The NNPDF Collaboration", + year = "2014", + eprint = "1410.8849", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "EDINBURGH-2014-15, IFUM-1034-FT, CERN-PH-TH-2013-253, + OUTP-14-11P, CAVENDISH-HEP-14-11", + SLACcitation = "%%CITATION = ARXIV:1410.8849;%%", +} + + +@ARTICLE{Ballestrero:1994jn, + author = {Ballestrero, Alessandro and Maina, Ezio}, + title = "{A new method for helicity calculations}", + journal = {Phys. Lett.}, + year = {1995}, + volume = {B350}, + pages = {225-233}, + eprint = {hep-ph/9403244}, + file = {:Ballestrero1994jn.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9403244} +} + +@ARTICLE{Ballestrero:1992dv, + author = {Ballestrero, Alessandro and Maina, Ezio and Moretti, Stefano}, + title = "{Heavy quarks and leptons at $e^+e^-$ colliders}", + journal = {Nucl. Phys.}, + year = {1994}, + volume = {B415}, + pages = {265-292}, + doi = {10.1016/0550-3213(94)90112-0}, + eprint = {hep-ph/9212246}, + file = {:Ballestrero1992dv.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9212246;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9212246} +} + +@ARTICLE{Banfi:2010cf, + author = {Banfi, A. and Redford, S. and Vesterinen, M. and Waller, P. and Wyatt, + T. R.}, + title = "{Optimisation of variables for studying dilepton transverse momentum + distributions at hadron colliders}", + year = {2010}, + archiveprefix = {arXiv}, + eprint = {1009.1580}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 1009.1580;%%}, + url = {http://inspirebeta.net/record/867998} +} + +@ARTICLE{Banfi:2006hf, + author = {Banfi, Andrea and Salam, Gavin P. and Zanderighi, Giulia}, + title = "{Infrared-safe definition of jet flavour}", + journal = {Eur. Phys. J.}, + year = {2006}, + volume = {C47}, + pages = {113-124}, + eprint = {hep-ph/0601139}, + file = {:Banfi2006hf.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0601139} +} + +@article{Barate:1996fi, + author = "Barate, R. and others", + title = "{Studies of quantum chromodynamics with the ALEPH + detector}", + collaboration = "ALEPH Collaboration", + journal = "Phys.Rept.", + volume = "294", + pages = "1-165", + doi = "10.1016/S0370-1573(97)00045-8", + year = "1998", + reportNumber = "CERN-PPE-96-186", + SLACcitation = "%%CITATION = PRPLC,294,1;%%", +} + +@article{Barate:1999bg, + author = "Barate, R. and others", + title = "{Study of charm production in Z decays}", + collaboration = "ALEPH Collaboration", + journal = "Eur.Phys.J.", + volume = "C16", + pages = "597-611", + doi = "10.1007/s100520000421", + year = "2000", + eprint = "hep-ex/9909032", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-EP-99-094", + SLACcitation = "%%CITATION = HEP-EX/9909032;%%", +} + +@ARTICLE{Barate:1997ha, + author = {Barate, R. and others}, + title = "{A measurement of the QCD colour factors and a limit on the light + gluino}", + journal = {Z. Phys.}, + year = {1997}, + volume = {C76}, + pages = {1-14}, + collaboration = {ALEPH}, + doi = {10.1007/s002880050522}, + file = {:Barate1997ha.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C76,1;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C76,1} +} + +@ARTICLE{Barberio:1993qi, + author = {Barberio, Elisabetta and W{\c a}s, Zbigniew}, + title = "{PHOTOS - a universal monte carlo for QED radiative corrections: + version 2.0}", + journal = {Comput. Phys. Commun.}, + year = {1994}, + volume = {79}, + pages = {291-308}, + doi = {10.1016/0010-4655(94)90074-4}, + file = {:Barberio1993qi.pdf:PDF}, + slaccitation = {%%CITATION = CPHCB,79,291;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=CPHCB,79,291} +} + +@BOOK{Barone:2002dc, + title = "{High-energy particle diffraction}", + publisher = {Berlin, Germany: Springer}, + year = {2002}, + author = {Barone, Vincenzo and Predazzi, Enrico}, + pages = {407}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?key=4960041} +} + +@ARTICLE{Bartel:1986ua, + author = {Bartel, W. and others}, + title = "{Experimental Studies on Multijet Production in $e^+$ $e^-$ Annihilation + at PETRA Energies}", + journal = {Z. Phys.}, + year = {1986}, + volume = {C33}, + pages = {23}, + collaboration = {JADE}, + doi = {10.1007/BF01410449}, + file = {:Bartel1986ua.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C33,23;%%} +} + +@ARTICLE{Bartels:2005wa, + author = {Bartels, J. and Salvadore, M. and Vacca, G. P.}, + title = "{AGK cutting rules and multiple scattering in hadronic collisions}", + journal = {Eur. Phys. J.}, + year = {2005}, + volume = {C42}, + pages = {53-71}, + eprint = {hep-ph/0503049}, + file = {:Bartels2005wa.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0503049} +} + +@ARTICLE{Basham:1978bw, + author = {Basham, C. Louis and Brown, Lowell S. and Ellis, Stephen D. and Love, + Sherwin T.}, + title = "{Energy Correlations in electron - Positron Annihilation: Testing + QCD}", + journal = {Phys. Rev. Lett.}, + year = {1978}, + volume = {41}, + pages = {1585}, + doi = {10.1103/PhysRevLett.41.1585}, + file = {:Basham1978bw.pdf:PDF}, + slaccitation = {%%CITATION = PRLTA,41,1585;%%} +} + +@ARTICLE{Bassetto:1984ik, + author = {Bassetto, A. and Ciafaloni, M. and Marchesini, G.}, + title = "{Jet structure and infrared sensitive quantities in perturbative + QCD}", + journal = {Phys. Rept.}, + year = {1983}, + volume = {100}, + pages = {201-272}, + file = {:Bassetto1984ik.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRPLC,100,201} +} + +@ARTICLE{Bassetto:1982ma, + author = {Bassetto, A. and Ciafaloni, M. and Marchesini, G. and Mueller, Alfred + H.}, + title = "{Jet multiplicity and soft gluon factorization}", + journal = {Nucl. Phys.}, + year = {1982}, + volume = {B207}, + pages = {189}, + file = {:Bassetto1982ma.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B207,189} +} + +@ARTICLE{Bauer:2008qh, + author = {Bauer, Christian W. and Tackmann, Frank J. and Thaler, Jesse}, + title = "{GenEvA. (I). a new framework for event generation}", + journal = {JHEP}, + year = {2008}, + volume = {12}, + pages = {010}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/12/010}, + eprint = {0801.4026}, + file = {:Bauer2008qh.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0801.4026;%%} +} + +@ARTICLE{Bauer:2008qj, + author = {Bauer, Christian W. and Tackmann, Frank J. and Thaler, Jesse}, + title = "{GenEvA (II): a phase space generator from a reweighted parton shower}", + journal = {JHEP}, + year = {2008}, + volume = {12}, + pages = {011}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/12/011}, + eprint = {0801.4028}, + file = {:Bauer2008qj.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0801.4028;%%} +} + +@Article{Baur:1997kz, + author = "Baur, U. and Han, Tao and Ohnemus, J.", + title = "{QCD corrections and anomalous couplings in $Z \gamma$ + production at hadron colliders}", + journal = "Phys. Rev.", + volume = "D57", + year = "1998", + pages = "2823-2836", + eprint = "hep-ph/9710416", + archivePrefix = "arXiv", + doi = "10.1103/PhysRevD.57.2823", + SLACcitation = "%%CITATION = HEP-PH/9710416;%%" +} + +@ARTICLE{Baur:1988qt, + author = {Baur, U. and Zeppenfeld, D.}, + title = "{Probing the $WW\gamma$ vertex at future hadron colliders}", + journal = {Nucl. Phys.}, + year = {1988}, + volume = {B308}, + pages = {127}, + doi = {10.1016/0550-3213(88)90045-4}, + file = {:Baur1988qt.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B308,127;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B308,127} +} + +@article{Baur:2006sn, + author = "Baur, U.", + title = "{Weak Boson Emission in Hadron Collider Processes}", + journal = "Phys.Rev.", + volume = "D75", + pages = "013005", + doi = "10.1103/PhysRevD.75.013005", + year = "2007", + eprint = "hep-ph/0611241", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "UB-HET-06-02", + SLACcitation = "%%CITATION = HEP-PH/0611241;%%", +} + +@article{Becattini:2001fg, + author = "Becattini, F. and Passaleva, G.", + title = "{Statistical hadronization model and transverse momentum + spectra of hadrons in high-energy collisions}", + journal = "Eur.Phys.J.", + volume = "C23", + pages = "551-583", + doi = "10.1007/s100520100869", + year = "2002", + eprint = "hep-ph/0110312", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DFF-376-09-2001", + SLACcitation = "%%CITATION = HEP-PH/0110312;%%", +} + +@ARTICLE{Becher:2009cu, + author = {Becher, Thomas and Neubert, Matthias}, + title = "{Infrared singularities of scattering amplitudes in perturbative + QCD}", + journal = {Phys. Rev. Lett.}, + year = {2009}, + volume = {102}, + pages = {162001}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevLett.102.162001}, + eprint = {0901.0722}, + file = {:Becher2009cu.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0901.0722;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0901.0722} +} + +@ARTICLE{Becher:2009qa, + author = {Becher, Thomas and Neubert, Matthias}, + title = "{On the structure of infrared singularities of gauge-theory amplitudes}", + journal = {JHEP}, + year = {2009}, + volume = {06}, + pages = {081}, + archiveprefix = {arXiv}, + eprint = {0903.1126}, + file = {:Becher2009qa.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0903.1126;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0903.1126} +} + +@ARTICLE{Becher:2009th, + author = {Becher, Thomas and Schwartz, Matthew D.}, + title = "{Direct photon production with effective field theory}", + journal = {JHEP}, + year = {2010}, + volume = {02}, + pages = {040}, + archiveprefix = {arXiv}, + doi = {10.1007/JHEP02(2010)040}, + eprint = {0911.0681}, + file = {:Becher2009th.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0911.0681;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0911.0681} +} + +@ARTICLE{Becker:2010ng, + author = {Becker, Sebastian and Reuschle, Christian and Weinzierl, Stefan}, + title = "{Numerical NLO QCD calculations}", + year = {2010}, + archiveprefix = {arXiv}, + eprint = {1010.4187}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 1010.4187;%%}, + url = {http://inspirebeta.net/record/873502} +} + +@ARTICLE{Belanger:2003sd, + author = {Belanger, G. and others}, + title = "{Automatic calculations in high energy physics and {\tt GRACE} at + one-loop}", + journal = {Phys. Rept.}, + year = {2006}, + volume = {430}, + pages = {117-209}, + eprint = {hep-ph/0308080}, + file = {:Belanger2003sd.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0308080} +} + +@ARTICLE{Belghobsi:2009hx, + author = {Belghobsi, Z. and others}, + title = "{Photon-jet correlations and constraints on fragmentation functions}", + journal = {Phys. Rev.}, + year = {2009}, + volume = {D79}, + pages = {114024}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.79.114024}, + eprint = {0903.4834}, + file = {:Belghobsi2009hx.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0903.4834;%%} +} + +@ARTICLE{Bell:2003ak, + author = {Bell, Mairi Siobhan}, + title = "{Prompt photon production in deep--inelastic scattering at HERA}", + year = {2003}, + file = {:Bell2003ak.pdf:PDF}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?key=6566510} +} + +@ARTICLE{Belokurov:1980ba, + author = {Belokurov, V. V. and Usyukina, N. I.}, + title = "{On exponentiation of the singlet quark form-factor in the leading + logarithm approximation}", + journal = {Phys. Lett.}, + year = {1980}, + volume = {B94}, + pages = {251-253}, + file = {:Belokurov1980ba.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B94,251} +} + +@article{Belyaev:2012qa, + author = "Belyaev, Alexander and Christensen, Neil D. and Pukhov, + Alexander", + title = "{CalcHEP 3.4 for collider physics within and beyond the + Standard Model}", + journal = "Comput.Phys.Commun.", + volume = "184", + pages = "1729-1769", + doi = "10.1016/j.cpc.2013.01.014", + year = "2013", + eprint = "1207.6082", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "PITT-PACC-1209", + SLACcitation = "%%CITATION = ARXIV:1207.6082;%%", +} + +@ARTICLE{Bena:2004ry, + author = {Bena, Iosif and Bern, Zvi and Kosower, David A.}, + title = "{Twistor-space recursive formulation of gauge-theory amplitudes}", + journal = {Phys. Rev.}, + year = {2005}, + volume = {D71}, + pages = {045008}, + eprint = {hep-th/0406133}, + file = {:Bena2004ry.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0406133} +} + +@article{Beneke:1999br, + author = "Beneke, M. and Buchalla, G. and Neubert, M. and + Sachrajda, Christopher T.", + title = "{QCD factorization for $B \to \pi \pi$ decays: Strong + phases and CP violation in the heavy quark limit}", + journal = "Phys.Rev.Lett.", + volume = "83", + pages = "1914-1917", + doi = "10.1103/PhysRevLett.83.1914", + year = "1999", + eprint = "hep-ph/9905312", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-8146, CERN-TH-99-126, SHEP-99-04", + SLACcitation = "%%CITATION = HEP-PH/9905312;%%", +} + +@article{Beneke:2000ry, + author = "Beneke, M. and Buchalla, G. and Neubert, M. and + Sachrajda, Christopher T.", + title = "{QCD factorization for exclusive, nonleptonic B meson + decays: General arguments and the case of heavy light + final states}", + journal = "Nucl.Phys.", + volume = "B591", + pages = "313-418", + doi = "10.1016/S0550-3213(00)00559-9", + year = "2000", + eprint = "hep-ph/0006124", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-TH-2000-159, CLNS-00-1675, PITHA-00-06, SHEP-00-06", + SLACcitation = "%%CITATION = HEP-PH/0006124;%%", +} + +@ARTICLE{Beneke:2000ry, + author = {Beneke, M. and Buchalla, G. and Neubert, M. and Sachrajda, Christopher + T.}, + title = "{QCD factorization for exclusive, non-leptonic B meson decays: General + arguments and the case of heavy-light final states}", + journal = {Nucl. Phys.}, + year = {2000}, + volume = {B591}, + pages = {313-418}, + archiveprefix = {arXiv}, + doi = {10.1016/S0550-3213(00)00559-9}, + eprint = {hep-ph/0006124}, + file = {:Beneke2000ry.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0006124;%%} +} + +@ARTICLE{Bengtsson:1986et, + author = {Bengtsson, Mats and Torbj{\"o}rn Sj{\"o}strand}, + title = "{A comparative study of coherent and non-coherent parton shower evolution}", + journal = {Nucl. Phys.}, + year = {1987}, + volume = {B289}, + pages = {810}, + file = {:Bengtsson1986et.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B289,810} +} + +@ARTICLE{Bengtsson:1986hr, + author = {Bengtsson, Mats and Sj{\"o}strand, Torbjorn}, + title = "{Coherent parton showers versus matrix elements: Implications of + PETRA - PEP data}", + journal = {Phys. Lett.}, + year = {1987}, + volume = {B185}, + pages = {435}, + doi = {10.1016/0370-2693(87)91031-8}, + file = {:Bengtsson1986hr.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B185,435;%%} +} + +@ARTICLE{Bengtsson:1986gz, + author = {Bengtsson, Mats and Sj{\"o}strand, Torbj{\"o}rn and van Zijl, Maria}, + title = "{Initial state radiation effects on $W$ and jet production}", + journal = {Z. Phys.}, + year = {1986}, + volume = {C32}, + pages = {67}, + doi = {10.1007/BF01441353}, + file = {:Bengtsson1986gz.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C32,67;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C32,67} +} + +@ARTICLE{Bengtsson:1988qg, + author = {Bengtsson, M. and Zerwas, P. M.}, + title = "{Four-jet events in $e^+ e^-$ annihilation: Testing the three-gluon + vertex}", + journal = {Phys. Lett.}, + year = {1988}, + volume = {B208}, + pages = {306}, + doi = {10.1016/0370-2693(88)90435-2}, + file = {:Bengtsson1988qg.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B208,306;%%} +} + +@article{Benvenuti:1989rh, + author = "Benvenuti, A.C. and others", + title = "{A High Statistics Measurement of the Proton Structure + Functions F(2) (x, Q**2) and R from Deep Inelastic Muon + Scattering at High Q**2}", + collaboration = "BCDMS Collaboration", + journal = "Phys.Lett.", + volume = "B223", + pages = "485", + doi = "10.1016/0370-2693(89)91637-7", + year = "1989", + reportNumber = "CERN-EP-89-06, JINR-E1-89-540", + SLACcitation = "%%CITATION = PHLTA,B223,485;%%", +} + +@ARTICLE{Berdine:2007uv, + author = {Berdine, D. and Kauer, N. and Rainwater, D.}, + title = "{Breakdown of the narrow width approximation for New Physics}", + journal = {Phys. Rev. Lett.}, + year = {2007}, + volume = {99}, + pages = {111601}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevLett.99.071801}, + eprint = {hep-ph/0703058}, + file = {:Berdine2007uv.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0703058;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0703058} +} + +@article{Berends:1990ax, + author = "Berends, Frits A. and Kuijf, H. and Tausk, B. and Giele, + W.T.", + title = "{On the production of a $W$ and jets at hadron colliders}", + journal = "Nucl.Phys.", + volume = "B357", + pages = "32-64", + doi = "10.1016/0550-3213(91)90458-A", + year = "1991", + reportNumber = "FERMILAB-PUB-90-213-T", + SLACcitation = "%%CITATION = NUPHA,B357,32;%%", +} + +@article{Berends:1987me, + author = "Berends, Frits A. and Giele, W.T.", + title = "{Recursive calculations for processes with $n$ gluons}", + journal = "Nucl.Phys.", + volume = "B306", + pages = "759", + doi = "10.1016/0550-3213(88)90442-7", + year = "1988", + reportNumber = "Print-88-0100 (LEIDEN)", + SLACcitation = "%%CITATION = NUPHA,B306,759;%%", +} + +@article{Berends:1988yn, + author = "Berends, Frits A. and Giele, W.T. and Kuijf, H.", + title = "{Exact expressions for processes involving a vector boson + and up to five partons}", + journal = "Nucl.Phys.", + volume = "B321", + pages = "39", + doi = "10.1016/0550-3213(89)90242-3", + year = "1989", + reportNumber = "Print-89-0055 (LEIDEN)", + SLACcitation = "%%CITATION = NUPHA,B321,39;%%", +} + +@ARTICLE{Berends:1987cv, + author = {Berends, Frits A. and Giele, W.}, + title = "{The six-gluon process as an example of Weyl-van der Waerden spinor + calculus}", + journal = {Nucl. Phys.}, + year = {1987}, + volume = {B294}, + pages = {700}, + file = {:Berends1987cv.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B294,700} +} + +@ARTICLE{Berends:1989ie, + author = {Berends, Frits A. and Giele, W. T. and Kuijf, H.}, + title = "{On six-jet production at hadron colliders}", + journal = {Phys. Lett.}, + year = {1989}, + volume = {B232}, + pages = {266}, + file = {:Berends1989ie.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B232,266} +} + +@ARTICLE{Berends:1989cf, + author = {Berends, Frits A. and Giele, W. T. and Kuijf, H. and Kleiss, R. and + Stirling, W. James}, + title = "{Multi-jet production in $W$, $Z$ events at $p\bar p$ colliders}", + journal = {Phys. Lett.}, + year = {1989}, + volume = {B224}, + pages = {237}, + doi = {10.1016/0370-2693(89)91081-2}, + file = {:Berends1989cf.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B224,237;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B224,237} +} + +@ARTICLE{Berends:1994pv, + author = {F.~A.~Berends and R.~Pittau and R.~Kleiss}, + title = "{All electroweak four-fermion processes in electron-positron collisions}", + journal = {Nucl. Phys.}, + year = {1994}, + volume = {B424}, + pages = {308}, + eprint = {hep-ph/9404313}, + file = {:Berends1994pv.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9404313} +} + + +@article{Berger:2009zg, + author = "Berger, C.F. and Bern, Z. and Dixon, Lance J. and Febres + Cordero, Fernando and Forde, D. and others", + title = "{Precise predictions for $W$ + 3 jet production at hadron + colliders}", + journal = "Phys.Rev.Lett.", + volume = "102", + pages = "222001", + doi = "10.1103/PhysRevLett.102.222001", + year = "2009", + eprint = "0902.2760", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-13539, UCLA-09-TEP-35, MIT-CTP-4013, + SACLAY-IPHT-T09-019, IPPP-09-08", + SLACcitation = "%%CITATION = ARXIV:0902.2760;%%", +} + +@article{Berger:2010zx, + author = "Berger, C.F. and Bern, Z. and Dixon, Lance J. and Febres + Cordero, F. and Forde, D. and others", + title = "{Precise predictions for $W$ + 4 jet production at the + large hadron collider}", + journal = "Phys.Rev.Lett.", + volume = "106", + pages = "092001", + doi = "10.1103/PhysRevLett.106.092001", + year = "2011", + eprint = "1009.2338", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-14222, SB-F-385-10, UCLA-10-TEP-106, + MIT-CTP-4169, IPPP-10-68, SACLAY-IPHT-T10-111, + NIKHEF-2010-022, CERN-TH-2010-184", + SLACcitation = "%%CITATION = ARXIV:1009.2338;%%", +} + +@article{Berger:2009ep, + author = "Berger, C.F. and Bern, Z. and Dixon, Lance J. and Febres + Cordero, Fernando and Forde, D. and others", + title = "{Next--to--leading order QCD predictions for $W$+3-jet + distributions at hadron colliders}", + journal = "Phys.Rev.", + volume = "D80", + pages = "074036", + doi = "10.1103/PhysRevD.80.074036", + year = "2009", + eprint = "0907.1984", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-13680, UCLA-09-TEP-53, MIT-CTP-4047, + SACLAY-IPHT-T09-078, IPPP-09-46", + SLACcitation = "%%CITATION = ARXIV:0907.1984;%%", +} + +@article{Berger:2009cm, + author = "Berger, Edmond L. and Jackson, C.B. and Shaughnessy, + Gabe", + title = "{Characteristics and estimates of double parton + scattering at the Large Hadron Collider}", + journal = "Phys.Rev.", + volume = "D81", + pages = "014014", + doi = "10.1103/PhysRevD.81.014014", + year = "2010", + eprint = "0911.5348", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ANL-HEP-PR-09-109, NU-HEP-TH-09-14", + SLACcitation = "%%CITATION = ARXIV:0911.5348;%%", +} + +@ARTICLE{Berger:2010vm, + author = {Berger, C. F. and others}, + title = "{Next--to--leading order QCD predictions for $Z,\gamma^*$+3-Jet distributions + at the Tevatron}", + journal = {Phys. Rev.}, + year = {2010}, + volume = {D82}, + pages = {074002}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.82.074002}, + eprint = {1004.1659}, + file = {:Berger2010vm.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1004.1659} +} + +@ARTICLE{Berger:2009dq, + author = {Berger, C. F. and others}, + title = "{NLO jet physics with BlackHat}", + journal = {PoS}, + year = {2009}, + volume = {RADCOR2009}, + pages = {002}, + archiveprefix = {arXiv}, + eprint = {0912.4927}, + file = {:Berger2009dq.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0912.4927;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0912.4927} +} + +@ARTICLE{Berger:2009zg, + author = {Berger, C. F. and others}, + title = "{Precise predictions for $W$ + 3 jet production at hadron colliders}", + journal = {Phys. Rev. Lett.}, + year = {2009}, + volume = {102}, + pages = {222001}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevLett.102.222001}, + eprint = {0902.2760}, + file = {:Berger2009fg.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0902.2760;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0902.2760} +} + +@ARTICLE{Berger:2008sj, + author = {Berger, C. F. and others}, + title = "{Automated implementation of on-shell methods for one-loop amplitudes}", + journal = {Phys.Rev.}, + year = {2008}, + volume = {D78}, + pages = {036003}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.78.036003}, + eprint = {arXiv:0803.4180}, + file = {:Berger2008sj.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://inspirebeta.net/record/782271} +} + +@article{Berger:2004pca, + author = "Berger, Edmond L. and Campbell, John M.", + title = "{Higgs boson production in weak boson fusion at + next-to-leading order}", + journal = "Phys.Rev.", + volume = "D70", + pages = "073011", + doi = "10.1103/PhysRevD.70.073011", + year = "2004", + eprint = "hep-ph/0403194", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ANL-HEP-PR-04-4, NSF-KITP-04-13", + SLACcitation = "%%CITATION = HEP-PH/0403194;%%", +} + +@ARTICLE{Berger:1983yi, + author = {Berger, Edmond L. and Braaten, E. and Field, R. D.}, + title = "{Large-$p_\mathrm{T}$ production of single and double photons in + proton-proton and pion-proton collisions}", + journal = {Nucl. Phys.}, + year = {1984}, + volume = {B239}, + pages = {52}, + doi = {10.1016/0550-3213(84)90084-1}, + file = {:Berger1983yi.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B239,52;%%} +} + +@article{Bern:1997sc, + author = "Bern, Zvi and Dixon, Lance J. and Kosower, David A.", + title = "{One-loop amplitudes for $e^+e^-\to$ four partons}", + journal = "Nucl.Phys.", + volume = "B513", + pages = "3-86", + doi = "10.1016/S0550-3213(97)00703-7", + year = "1998", + eprint = "hep-ph/9708239", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-7529, SACLAY-SPH-T-97-090, UCLA-97-TEP-10", + SLACcitation = "%%CITATION = HEP-PH/9708239;%%", +} + +@article{Bern:1996ka, + author = "Bern, Zvi and Dixon, Lance J. and Kosower, David A. and + Weinzierl, Stefan", + title = "{One--loop amplitudes for $e^+e^-\to \bar{q}q\bar{Q}Q$}", + journal = "Nucl.Phys.", + volume = "B489", + pages = "3-23", + doi = "10.1016/S0550-3213(96)00703-1", + year = "1997", + eprint = "hep-ph/9610370", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-7316, SACLAY-SPH-T-96-111, UCLA-96-TEP-33", + SLACcitation = "%%CITATION = HEP-PH/9610370;%%", +} + +@article{Bern:2001df, + author = "Bern, Z. and De Freitas, A. and Dixon, Lance J.", + title = "{Two--\-loop amplitudes for gluon fusion into two photons}", + journal = "JHEP", + volume = "0109", + pages = "037", + year = "2001", + eprint = "hep-ph/0109078", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-8976, UCLA-01-TEP-16", + SLACcitation = "%%CITATION = HEP-PH/0109078;%%", +} + +@article{Bern:2002jx, + author = "Bern, Zvi and Dixon, Lance J. and Schmidt, Carl", + title = "{Isolating a light Higgs boson from the diphoton + background at the CERN LHC}", + journal = "Phys.Rev.", + volume = "D66", + pages = "074018", + doi = "10.1103/PhysRevD.66.074018", + year = "2002", + eprint = "hep-ph/0206194", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-9198, UCLA-02-TEP-8, DAMTP-2002-41, + MSUHEP-20522", + SLACcitation = "%%CITATION = HEP-PH/0206194;%%", +} + +@article{Bern:1997sc, + author = "Bern, Zvi and Dixon, Lance J. and Kosower, David A.", + title = "{One--loop amplitudes for $e^+ e^-$ to four partons}", + journal = "Nucl.Phys.", + volume = "B513", + pages = "3-86", + doi = "10.1016/S0550-3213(97)00703-7", + year = "1998", + eprint = "hep-ph/9708239", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-7529, SACLAY-SPH-T-97-090, UCLA-97-TEP-10", + SLACcitation = "%%CITATION = HEP-PH/9708239;%%", +} + + +@article{Bern:2011ep, + author = "Bern, Z. and Diana, G. and Dixon, L.J. and Febres + Cordero, F. and Hoeche, S. and others", + title = "{Four-jet production at the Large Hadron Collider at + next--to--leading order in QCD}", + journal = "Phys.Rev.Lett.", + volume = "109", + pages = "042001", + doi = "10.1103/PhysRevLett.109.042001", + year = "2012", + eprint = "1112.3940", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SB-F-402-11, UCLA-11-TEP-111, SLAC-PUB-14837, IPPP-11-82, + CERN-PH-TH-2011-304, --CERN-PH-TH-2011-304", + SLACcitation = "%%CITATION = ARXIV:1112.3940;%%", +} + +@article{Bern:2013gka, + author = "Bern, Z. and Dixon, L.J. and Febres Cordero, F. and + Hoeche, S. and Ita, H. and others", + title = "{Next--to--leading order $W + 5$-jet production at the + LHC}", + journal = "Phys.Rev.", + volume = "D88", + pages = "014025", + doi = "10.1103/PhysRevD.88.014025", + year = "2013", + eprint = "1304.1253", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-15395, UCLA-13-TEP-101, SB-F-420-13, IPPP-13-16, + --FR-PHENO-2013-004, --FR-PHENO-2013-004", + SLACcitation = "%%CITATION = ARXIV:1304.1253;%%", +} + +@article{Bern:2013zja, + author = "Bern, Z. and Dixon, L.J. and Febres Cordero, F. and + Höche, S. and Ita, H. and others", + title = "{Ntuples for NLO Events at Hadron Colliders}", + journal = "Comput.Phys.Commun.", + volume = "185", + pages = "1443-1460", + doi = "10.1016/j.cpc.2014.01.011", + year = "2014", + eprint = "1310.7439", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "UCLA-13-TEP-108, SLAC--PUB--15739, SB-F-422-13, + IPHT--T13-228, --IPPP-13-86, CERN--PH--TH-2013-243", + SLACcitation = "%%CITATION = ARXIV:1310.7439;%%", +} + + +@article{Bernreuther:2004jv, + author = "Bernreuther, W. and Brandenburg, A. and Si, Z.G. and + Uwer, P.", + title = "{Top quark pair production and decay at hadron + colliders}", + journal = "Nucl.Phys.", + volume = "B690", + pages = "81-137", + doi = "10.1016/j.nuclphysb.2004.04.019", + year = "2004", + eprint = "hep-ph/0403035", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2004-046, DESY-04-026, PITHA-04-06, TTP04-03", + SLACcitation = "%%CITATION = HEP-PH/0403035;%%", +} + +@article{Bernreuther:2010ny, + author = "Bernreuther, Werner and Si, Zong-Guo", + title = "{Distributions and correlations for top quark pair + production and decay at the Tevatron and LHC.}", + journal = "Nucl.Phys.", + volume = "B837", + pages = "90-121", + doi = "10.1016/j.nuclphysb.2010.05.001", + year = "2010", + eprint = "1003.3926", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "TTK-10-22", + SLACcitation = "%%CITATION = ARXIV:1003.3926;%%", +} + +@ARTICLE{Bernicot:2008th, + author = {Bernicot, Christophe}, + title = "{Light-light amplitude from generalized unitarity in massive QED}", + year = {2008}, + archiveprefix = {arXiv}, + eprint = {0804.0749}, + file = {:Bernicot2008th.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0804.0749;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0804.0749} +} + +@article{Bethke:1988zc, + author = "Bethke, S. and others", + title = "{Experimental Investigation of the Energy Dependence of + the Strong Coupling Strength}", + collaboration = "JADE Collaboration", + journal = "Phys.Lett.", + volume = "B213", + pages = "235", + doi = "10.1016/0370-2693(88)91032-5", + year = "1988", + reportNumber = "DESY-88-105", + SLACcitation = "%%CITATION = PHLTA,B213,235;%%", +} + +@article{Bethke:2012jm, + author = "Bethke, Siegfried", + title = "{World Summary of $\alpha_s$ (2012)}", + journal = "Nucl.Phys.Proc.Suppl.", + volume = "234", + pages = "229-234", + doi = "10.1016/j.nuclphysbps.2012.12.020", + year = "2013", + eprint = "1210.0325", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "MPP-2012-132", + SLACcitation = "%%CITATION = ARXIV:1210.0325;%%", +} + +@article{Bevilacqua:2011xh, + author = "Bevilacqua, G. and Czakon, M. and Garzelli, M.V. and van + Hameren, A. and Kardos, A. and others", + title = "{HELAC-NLO}", + journal = "Comput.Phys.Commun.", + volume = "184", + pages = "986-997", + doi = "10.1016/j.cpc.2012.10.033", + year = "2013", + eprint = "1110.1499", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DEMO-INP-HEPP-2011-4, WUB-11-13, TTK-11-43, + IFJPAN-IV-2011-7", + SLACcitation = "%%CITATION = ARXIV:1110.1499;%%", +} + +@article{Bevilacqua:2011aa, + author = "Bevilacqua, G. and Czakon, M. and Papadopoulos, C.G. and + Worek, M.", + title = "{Hadronic top-quark pair production in association with + two jets at next--to--leading order QCD}", + journal = "Phys.Rev.", + volume = "D84", + pages = "114017", + doi = "10.1103/PhysRevD.84.114017", + year = "2011", + eprint = "1108.2851", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "TTK-11-30, WUB-11-08", + SLACcitation = "%%CITATION = ARXIV:1108.2851;%%", +} + +@article{Bevilacqua:2010ve, + author = "Bevilacqua, G. and Czakon, M. and Papadopoulos, C.G. and + Worek, M.", + title = "{Dominant QCD backgrounds in Higgs boson analyses at the + LHC: A Study of $pp\to t\bar{t} + 2$ jets at + next--to--leading order}", + journal = "Phys.Rev.Lett.", + volume = "104", + pages = "162002", + doi = "10.1103/PhysRevLett.104.162002", + year = "2010", + eprint = "1002.4009", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "TTK-10-19, WUB-10-05", + SLACcitation = "%%CITATION = ARXIV:1002.4009;%%", +} + +@article{Bevilacqua:2009zn, + author = "Bevilacqua, G. and Czakon, M. and Papadopoulos, C.G. and + Pittau, R. and Worek, M.", + title = "{Assault on the NLO Wishlist: + $pp \to t\bar{t}b\bar{b}$}", + journal = "JHEP", + volume = "0909", + pages = "109", + doi = "10.1088/1126-6708/2009/09/109", + year = "2009", + eprint = "0907.4723", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "PITHA-09-18, WUB-09-09", + SLACcitation = "%%CITATION = ARXIV:0907.4723;%%", +} + +@article{Bevilacqua:2010qb, + author = "Bevilacqua, Giuseppe and Czakon, Michal and van Hameren, + Andreas and Papadopoulos, Costas G. and Worek, Malgorzata", + title = "{Complete off-shell effects in top quark pair + hadroproduction with leptonic decay at next--to--leading + order}", + journal = "JHEP", + volume = "1102", + pages = "083", + doi = "10.1007/JHEP02(2011)083", + year = "2011", + eprint = "1012.4230", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "TTK-10-56, IFJPAN-IV-2010-9, WUB-10-26", + SLACcitation = "%%CITATION = ARXIV:1012.4230;%%", +} + +@ARTICLE{Bhatti:2005ai, + author = {Bhatti, A. and others}, + title = "{Determination of the jet energy scale at the Collider Detector at + Fermilab}", + journal = {Nucl. Instrum. Meth.}, + year = {2006}, + volume = {A566}, + pages = {375-412}, + archiveprefix = {arXiv}, + doi = {10.1016/j.nima.2006.05.269}, + eprint = {hep-ex/0510047}, + file = {:Bhatti2005ai.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0510047;%%} +} + +@article{Bigi:1992su, + author = "Bigi, Ikaros I.Y. and Uraltsev, N.G. and Vainshtein, + A.I.", + title = "{Nonperturbative corrections to inclusive beauty and + charm decays: QCD versus phenomenological models}", + journal = "Phys.Lett.", + volume = "B293", + pages = "430-436", + doi = "10.1016/0370-2693(92)90908-M", + year = "1992", + eprint = "hep-ph/9207214", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-92-158-T, UND-HEP-92-BIG04, + TPI-MINN-92-30-T", + SLACcitation = "%%CITATION = HEP-PH/9207214;%%", +} + +@article{Bigi:1993fe, + author = "Bigi, Ikaros I.Y. and Shifman, Mikhail A. and Uraltsev, + N.G. and Vainshtein, Arkady I.", + title = "{QCD predictions for lepton spectra in inclusive heavy + flavor decays}", + journal = "Phys.Rev.Lett.", + volume = "71", + pages = "496-499", + doi = "10.1103/PhysRevLett.71.496", + year = "1993", + eprint = "hep-ph/9304225", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "UND-HEP-93-BIG01, TPI-MINN-93-12-T, UMN-TH-1149-93", + SLACcitation = "%%CITATION = HEP-PH/9304225;%%", +} + +@article{Binoth:1999qq, + author = "Binoth, T. and Guillet, J.P. and Pilon, E. and Werlen, + M.", + title = "{A Full next-to-leading order study of direct photon pair + production in hadronic collisions}", + journal = "Eur.Phys.J.", + volume = "C16", + pages = "311-330", + doi = "10.1007/s100520050024", + year = "2000", + eprint = "hep-ph/9911340", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "LAPTH-760-99", + SLACcitation = "%%CITATION = HEP-PH/9911340;%%", +} + + +@article{Binoth:2000zt, + author = "Binoth, T. and Guillet, J. Ph. and Pilon, E. and Werlen, + M.", + title = "{Beyond leading order effects in photon pair production + at the Tevatron}", + journal = "Phys.Rev.", + volume = "D63", + pages = "114016", + doi = "10.1103/PhysRevD.63.114016", + year = "2001", + eprint = "hep-ph/0012191", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "LAPTH-820-00, EDINBURGH-2000-28", + SLACcitation = "%%CITATION = HEP-PH/0012191;%%", +} + + +@article{Binoth:2009rv, + author = "Binoth, T. and Greiner, N. and Guffanti, A. and Reuter, + J. and Guillet, J.-Ph. and others", + title = "{Next--to--leading order QCD corrections to pp --> b + anti-b b anti-b + X at the LHC: the quark induced case}", + journal = "Phys.Lett.", + volume = "B685", + pages = "293-296", + doi = "10.1016/j.physletb.2010.02.010", + year = "2010", + eprint = "0910.4379", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "EDINBURGH-2009-16, FREIBURG-PHENO-09-05, LAPTH-1358-09, + NIKHEF-2009-026, ZU-TH-16-09", + SLACcitation = "%%CITATION = ARXIV:0910.4379;%%", +} + +@ARTICLE{Binoth:2009wk, + author = {Binoth, T. and Gleisberg, T. and Karg, S. and Kauer, N. and Sanguinetti, + G.}, + title = "{NLO QCD corrections to $ZZ+$ jet production at hadron colliders}", + journal = {Phys. Lett.}, + year = {2010}, + volume = {B683}, + pages = {154-159}, + archiveprefix = {arXiv}, + doi = {10.1016/j.physletb.2009.12.013}, + eprint = {0911.3181}, + file = {:Binoth2009wk.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0911.3181;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0911.3181} +} + +@ARTICLE{Binoth:2008uq, + author = {Binoth, T. and Guillet, J. -Ph. and Heinrich, G. and Pilon, E. and + Reiter, T.}, + title = "{Golem95: A numerical program to calculate one-loop tensor integrals + with up to six external legs}", + journal = {Comput. Phys. Commun.}, + year = {2009}, + volume = {180}, + pages = {2317-2330}, + archiveprefix = {arXiv}, + doi = {10.1016/j.cpc.2009.06.024}, + eprint = {0810.0992}, + file = {:Binoth2008uq.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0810.0992;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0810.0992} +} + +@ARTICLE{Binoth:2003xk, + author = {Binoth, T. and Guillet, J. P. and Mahmoudi, F.}, + title = "{A compact representation of the $\gamma \gamma g g g \to 0$ amplitude}", + journal = {JHEP}, + year = {2004}, + volume = {02}, + pages = {057}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0312334}, + file = {:Binoth2003xk.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0312334;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0312334} +} + +@ARTICLE{Binoth:2000zt, + author = {Binoth, T. and Guillet, J. Ph. and Pilon, E. and Werlen, M.}, + title = "{Beyond leading order effects in photon pair production at the Fermilab + Tevatron}", + journal = {Phys. Rev.}, + year = {2001}, + volume = {D63}, + pages = {114016}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.63.114016}, + eprint = {hep-ph/0012191}, + file = {:Binoth2000zt.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0012191;%%} +} + +@ARTICLE{Binoth:1999qq, + author = {Binoth, T. and Guillet, J. P. and Pilon, E. and Werlen, M.}, + title = "{A full next--to--leading order study of direct photon pair production + in hadronic collisions}", + journal = {Eur. Phys. J.}, + year = {2000}, + volume = {C16}, + pages = {311-330}, + archiveprefix = {arXiv}, + doi = {10.1007/s100520050024}, + eprint = {hep-ph/9911340}, + file = {:Binoth1999qq.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9911340;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9911340} +} + +@ARTICLE{Binoth:2010ra, + author = {Binoth, T and others}, + title = "{The SM and NLO multileg working group: Summary report}", + year = {2010}, + note = {Proceedings of the Workshop ``Physics at TeV Colliders'', Les Houches, + France, 8-26 June, 2009}, + archiveprefix = {arXiv}, + eprint = {1003.1241}, + file = {:Binoth2010ra.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 1003.1241;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1003.1241} +} + +@ARTICLE{Binoth:2010xt, + author = {Binoth, T. and others}, + title = "{A proposal for a standard interface between Monte Carlo tools and + one-loop programs}", + journal = {Comput. Phys. Commun.}, + year = {2010}, + volume = {181}, + pages = {1612-1622}, + archiveprefix = {arXiv}, + doi = {10.1016/j.cpc.2010.05.016}, + eprint = {1001.1307}, + file = {:Binoth2010xt.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 1001.1307;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1001.1307} +} + +@article{Binoth:2009rv, + author = "Binoth, T. and Greiner, N. and Guffanti, A. and Reuter, + J. and Guillet, J.-Ph. and others", + title = "{Next--to--leading order QCD corrections to + $pp\to b\bar{b}b\bar{b}b + X$ at the LHC: + the quark induced case}", + journal = "Phys.Lett.", + volume = "B685", + pages = "293-296", + doi = "10.1016/j.physletb.2010.02.010", + year = "2010", + eprint = "0910.4379", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "EDINBURGH-2009-16, FREIBURG-PHENO-09-05, LAPTH-1358-09, + NIKHEF-2009-026, ZU-TH-16-09", + SLACcitation = "%%CITATION = ARXIV:0910.4379;%%", +} + +@ARTICLE{Bird:2005js, + author = {Bird, I. and others}, + title = "{LHC computing Grid. Technical design report}", + year = {2005}, + note = {CERN-lHCC-2005-024}, + file = {:Bird2005js.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?r=CERN-lHCC-2005-024} +} + +@ARTICLE{Birthwright:2005ak, + author = {Birthwright, T. G. and Glover, E. W. N. and Khoze, V. V. and Marquard, + P.}, + title = "{Multi-gluon collinear limits from MHV diagrams}", + journal = {JHEP}, + year = {2005}, + volume = {05}, + pages = {013}, + eprint = {hep-ph/0503063}, + file = {:Birthwright2005ak.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0503063} +} + +@ARTICLE{Birthwright:2005vi, + author = {Birthwright, T. G. and Glover, E. W. N. and Khoze, V. V. and Marquard, + P.}, + title = "{Collinear limits in QCD from MHV rules}", + journal = {JHEP}, + year = {2005}, + volume = {07}, + pages = {068}, + eprint = {hep-ph/0505219}, + file = {:Birthwright2005vi.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0505219} +} + +@article{Biswas:2010sa, + author = "Biswas, Sandip and Melnikov, Kirill and Schulze, Markus", + title = "{Next--to--leading order QCD effects and the top quark mass + measurements at the LHC}", + journal = "JHEP", + volume = "1008", + pages = "048", + doi = "10.1007/JHEP08(2010)048", + year = "2010", + eprint = "1006.0910", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1006.0910;%%", +} + +@article{Bjorken:1969wi, + author = "Bjorken, J.D. and Brodsky, Stanley J.", + title = "{Statistical Model for electron-Positron Annihilation + Into Hadrons}", + journal = "Phys.Rev.", + volume = "D1", + pages = "1416-1420", + doi = "10.1103/PhysRevD.1.1416", + year = "1970", + reportNumber = "SLAC-PUB-0662", + SLACcitation = "%%CITATION = PHRVA,D1,1416;%%", +} + +@ARTICLE{Blazey:2000qt, + author = {Blazey, Gerald C. and others}, + title = "{Run II jet physics}", + year = {2000}, + eprint = {hep-ex/0005012}, + file = {:Blazey2000qt.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0005012} +} + +@ARTICLE{Bloch:1937pw, + author = {Bloch, F. and Nordsieck, A.}, + title = "{Note on the radiation field of the electron}", + journal = {Phys. Rev.}, + year = {1937}, + volume = {52}, + pages = {54-59}, + doi = {10.1103/PhysRev.52.54}, + file = {:Bloch1937pw.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,52,54;%%} +} + +@article{Blok:1993va, + author = "Blok, B. and Koyrakh, L. and Shifman, Mikhail A. and + Vainshtein, A.I.", + title = "{Differential distributions in semileptonic decays of the + heavy flavors in QCD}", + journal = "Phys.Rev.", + volume = "D49", + pages = "3356", + doi = "10.1103/PhysRevD.50.3572, 10.1103/PhysRevD.49.3356", + year = "1994", + eprint = "hep-ph/9307247", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "NSF-ITP-93-68, TPI-MINN-93-33-T, UMN-TH-1208-93", + SLACcitation = "%%CITATION = HEP-PH/9307247;%%", +} + +@article{Blok:2010ge, + author = "Blok, B. and Dokshitzer, Yu. and Frankfurt, L. and + Strikman, M.", + title = "{The Four jet production at LHC and Tevatron in QCD}", + journal = "Phys.Rev.", + volume = "D83", + pages = "071501", + doi = "10.1103/PhysRevD.83.071501", + year = "2011", + eprint = "1009.2714", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1009.2714;%%", +} + +@article{Blok:2013bpa, + author = "Blok, B. and Dokshitzer, Yu. and Frankfurt, L. and + Strikman, M.", + title = "{Perturbative QCD correlations in multi-parton + collisions}", + journal = "Eur.Phys.J.", + volume = "C74", + pages = "2926", + doi = "10.1140/epjc/s10052-014-2926-z", + year = "2014", + eprint = "1306.3763", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1306.3763;%%", +} + +@article{Blok:2011bu, + author = "Blok, B. and Dokshitser, Yu. and Frankfurt, L. and + Strikman, M.", + title = "{pQCD physics of multiparton interactions}", + journal = "Eur.Phys.J.", + volume = "C72", + pages = "1963", + doi = "10.1140/epjc/s10052-012-1963-8", + year = "2012", + eprint = "1106.5533", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1106.5533;%%", +} + +@article{Blok:2010ge, + author = "Blok, B. and Dokshitzer, Yu. and Frankfurt, L. and + Strikman, M.", + title = "{The four--jet production at LHC and Tevatron in QCD}", + journal = "Phys.Rev.", + volume = "D83", + pages = "071501", + doi = "10.1103/PhysRevD.83.071501", + year = "2011", + eprint = "1009.2714", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1009.2714;%%", +} + +@article{Blumlein:1996rp, + author = "Blumlein, J. and Riemersma, S. and Botje, M. and Pascaud, + C. and Zomer, F. and others", + title = "{A Detailed comparison of NLO QCD evolution codes}", + year = "1996", + eprint = "hep-ph/9609400", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-96-199, INLO-PUB-20-96, WUE-ITP-96-018, C95-09-25.2, + C96-02-07, C96-05-30.1", + SLACcitation = "%%CITATION = HEP-PH/9609400;%%", +} + +@article{Bolzoni:2010as, + author = "Bolzoni, Paolo and Zaro, Marco and Maltoni, Fabio and + Moch, Sven-Olaf", + title = "{Higgs production at NNLO in QCD: The VBF channel}", + journal = "Nucl.Phys.Proc.Suppl.", + volume = "205-206", + pages = "314-319", + doi = "10.1016/j.nuclphysbps.2010.09.012", + year = "2010", + eprint = "1006.2323", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-10-082", + SLACcitation = "%%CITATION = ARXIV:1006.2323;%%", +} + +@article{Bolzoni:2011cu, + author = "Bolzoni, Paolo and Maltoni, Fabio and Moch, Sven-Olaf and + Zaro, Marco", + title = "{Vector boson fusion at NNLO in QCD: SM Higgs and + beyond}", + journal = "Phys.Rev.", + volume = "D85", + pages = "035002", + doi = "10.1103/PhysRevD.85.035002", + year = "2012", + eprint = "1109.3717", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-11-153, CP3-11-28, LPN-11-51, SFB-CPP-11-50", + SLACcitation = "%%CITATION = ARXIV:1109.3717;%%", +} + +@article{Bonvini:2013jha, + author = "Bonvini, Marco and Caola, Fabrizio and Forte, Stefano and + Melnikov, Kirill and Ridolfi, Giovanni", + title = "{Signal-background interference effects for + $gg→H→W^+W^-$ beyond leading order}", + journal = "Phys.Rev.", + number = "3", + volume = "D88", + pages = "034032", + doi = "10.1103/PhysRevD.88.034032", + year = "2013", + eprint = "1304.3053", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-13-059, IFUM-1011-FT", + SLACcitation = "%%CITATION = ARXIV:1304.3053;%%", +} + + +@ARTICLE{Boos:2004kh, + author = {Boos, E. and others}, + title = "{CompHEP 4.4 - automatic computations from Lagrangians to events}", + journal = {Nucl. Instrum. Meth.}, + year = {2004}, + volume = {A534}, + pages = {250-259}, + archiveprefix = {arXiv}, + collaboration = {CompHEP}, + doi = {10.1016/j.nima.2004.07.096}, + eprint = {hep-ph/0403113}, + file = {:Boos2004kh.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0403113;%%} +} + +@ARTICLE{Borozan:2002fk, + author = {Borozan, I. and Seymour, M. H.}, + title = "{An eikonal model for multiparticle production in hadron-hadron interactions}", + journal = {JHEP}, + year = {2002}, + volume = {09}, + pages = {015}, + eprint = {hep-ph/0207283}, + file = {:Borozan2002fk.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0207283} +} + +@ARTICLE{Botella:1985gb, + author = {Botella, F. J. and Chau, Ling-lie}, + title = "{Anticipating the Higher Generations of Quarks from Rephasing Invariance + of the Mixing Matrix}", + journal = {Phys. Lett.}, + year = {1986}, + volume = {B168}, + pages = {97}, + doi = {10.1016/0370-2693(86)91468-1}, + file = {:Botella1985gb.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B168,97;%%} +} + +@article{Boughezal:2015dra, + author = "Boughezal, Radja and Caola, Fabrizio and Melnikov, Kirill + and Petriello, Frank and Schulze, Markus", + title = "{Higgs boson production in association with a jet at + next-to-next-to-leading order}", + year = "2015", + eprint = "1504.07922", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2015-056, TTP15-017", + SLACcitation = "%%CITATION = ARXIV:1504.07922;%%", +} + +@article{Boughezal:2013cwa, + author = "Boughezal, Radja and Li, Ye and Petriello, Frank", + title = "{Disentangling radiative corrections using high-mass + Drell-Yan at the LHC}", + journal = "Phys.Rev.", + volume = "D89", + pages = "034030", + doi = "10.1103/PhysRevD.89.034030", + year = "2014", + eprint = "1312.3972", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1312.3972;%%", +} + +@article{Boughezal:2013uia, + author = "Boughezal, Radja and Caola, Fabrizio and Melnikov, Kirill + and Petriello, Frank and Schulze, Markus", + title = "{Higgs boson production in association with a jet at + next--to-next--to--leading order in perturbative QCD}", + year = "2013", + eprint = "1302.6216", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ANL-HEP-PR-13-13", + SLACcitation = "%%CITATION = ARXIV:1302.6216;%%", +} + +@article{Boughezal:2015dra, + author = "Boughezal, Radja and Caola, Fabrizio and Melnikov, Kirill + and Petriello, Frank and Schulze, Markus", + title = "{Higgs Boson Production in Association with a Jet at + Next-to-Next-to-Leading Order}", + year = "2015", + eprint = "1504.07922", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2015-056, TTP15-017", + SLACcitation = "%%CITATION = ARXIV:1504.07922;%%", +} + +@article{Boughezal:2015dva, + author = "Boughezal, Radja and Focke, Christfried and Liu, Xiaohui + and Petriello, Frank", + title = "{$W$-boson production in association with a jet at + next-to-next-to-leading order in perturbative QCD}", + year = "2015", + eprint = "1504.02131", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1504.02131;%%", +} + +@ARTICLE{Bourhis:1997yu, + author = {Bourhis, L. and Fontannaz, M. and Guillet, J. P.}, + title = "{Quark and gluon fragmentation functions into photons}", + journal = {Eur. Phys. J.}, + year = {1998}, + volume = {C2}, + pages = {529-537}, + archiveprefix = {arXiv}, + doi = {10.1007/s100520050158}, + eprint = {hep-ph/9704447}, + file = {:Bourhis1997yu.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9704447;%%}, + url = {http://www-spires.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9704447} +} + +@article{Bourhis:2000gs, + author = "Bourhis, L. and Fontannaz, M. and Guillet, J.P. and + Werlen, M.", + title = "{Next--to--leading order determination of fragmentation + functions}", + journal = "Eur.Phys.J.", + volume = "C19", + pages = "89-98", + doi = "10.1007/s100520100579", + year = "2001", + eprint = "hep-ph/0009101", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DURHAM-00-28, LAPTH-802-00, LPT-ORSAY-99-94", + SLACcitation = "%%CITATION = HEP-PH/0009101;%%", +} + +@article{Bourilkov:2006cj, + author = "Bourilkov, D and Group, R C and Whalley, M R", + title = "{LHAPDF: PDF use from the Tevatron to the LHC}", + year = "2006", + eprint = "hep-ph/0605240", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = HEP-PH/0605240;%%", +} + +@ARTICLE{Bowler:1981sb, + author = {Bowler, M. G.}, + title = "{$e^+e^-$ production of heavy quarks in the string model}", + journal = {Z. Phys.}, + year = {1981}, + volume = {C11}, + pages = {169}, + file = {:Bowler1981sb.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C11,169} +} + +@ARTICLE{Bozzi:2005wk, + author = {Bozzi, Giuseppe and Catani, Stefano and de Florian, Daniel and Grazzini, + Massimiliano}, + title = "{Transverse-momentum resummation and the spectrum of the Higgs boson + at the LHC}", + journal = {Nucl. Phys.}, + year = {2006}, + volume = {B737}, + pages = {73-120}, + archiveprefix = {arXiv}, + doi = {10.1016/j.nuclphysb.2005.12.022}, + eprint = {hep-ph/0508068}, + file = {:Bozzi2005wk.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0508068;%%} +} + +@article{Brandt:1964sa, + author = "Brandt, S. and Peyrou, C. and Sosnowski, R. and + Wroblewski, A.", + title = "{The Principal axis of jets. An Attempt to analyze + high-energy collisions as two-body processes}", + journal = "Phys.Lett.", + volume = "12", + pages = "57-61", + doi = "10.1016/0031-9163(64)91176-X", + year = "1964", + SLACcitation = "%%CITATION = PHLTA,12,57;%%", +} + +@article{Branco:2011iw, + author = "Branco, G. C. and Ferreira, P. M. and Lavoura, L. and + Rebelo, M. N. and Sher, Marc and Silva, Joao P.", + title = "{Theory and phenomenology of two-Higgs-doublet models}", + journal = "Phys. Rept.", + volume = "516", + year = "2012", + pages = "1-102", + doi = "10.1016/j.physrep.2012.02.002", + eprint = "1106.0034", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1106.0034;%%" +} + + +@article{Braunschweig:1990yd, + author = "Braunschweig, W. and others", + title = "{Global Jet Properties at 14-{GeV} to 44-{GeV} + Center-of-mass Energy in $e^+ e^-$ Annihilation}", + collaboration = "TASSO", + journal = "Z.Phys.", + volume = "C47", + pages = "187-198", + doi = "10.1007/BF01552339", + year = "1990", + reportNumber = "DESY-90-013", + SLACcitation = "%%CITATION = ZEPYA,C47,187;%%", +} + +@article{Bredenstein:2009aj, + author = "Bredenstein, A. and Denner, A. and Dittmaier, S. and + Pozzorini, S.", + title = "{NLO QCD corrections to $pp\to t\bar{t}b\bar{b}+X$ + at the LHC}", + journal = "Phys.Rev.Lett.", + volume = "103", + pages = "012002", + doi = "10.1103/PhysRevLett.103.012002", + year = "2009", + eprint = "0905.0110", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MPP-2009-53, CERN-PH-TH-2009-055, PSI-PR-09-04", + SLACcitation = "%%CITATION = ARXIV:0905.0110;%%", +} + +@article{Bredenstein:2010rs, + author = "Bredenstein, A. and Denner, A. and Dittmaier, S. and + Pozzorini, S.", + title = "{NLO QCD Corrections to $t\bar{t}b\bar{b}$ + Production at the LHC: 2. full hadronic results}", + journal = "JHEP", + volume = "1003", + pages = "021", + doi = "10.1007/JHEP03(2010)021", + year = "2010", + eprint = "1001.4006", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2009-008, FR-PHENO-2010-003, PSI-PR-10-02", + SLACcitation = "%%CITATION = ARXIV:1001.4006;%%", +} + +@ARTICLE{Bredenstein:2004ef, + author = {Bredenstein, A. and Dittmaier, S. and Roth, M.}, + title = "{Four-fermion production at $\gamma\gamma$ colliders: I. Lowest-order + predictions and anomalous couplings}", + journal = {Eur. Phys. J.}, + year = {2004}, + volume = {C36}, + pages = {341-363}, + archiveprefix = {arXiv}, + doi = {10.1140/epjc/s2004-01948-4}, + eprint = {hep-ph/0405169}, + file = {:Bredenstein2004ef.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0405169;%%} +} + +@ARTICLE{Breitweg:1999ss, + author = {Breitweg, J. and others}, + title = "{Measurement of the $E_{T,jet}^2/Q^2$ dependence of forward-jet production + at HERA}", + journal = {Phys. Lett.}, + year = {2000}, + volume = {B474}, + pages = {223-233}, + note = {DESY-99-162}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1016/S0370-2693(99)01478-1}, + eprint = {hep-ex/9910043}, + file = {:Breitweg1999ss.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9910043;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9910043} +} + +@ARTICLE{Breitweg:1999su, + author = {Breitweg, J. and others}, + title = "{Measurement of inclusive prompt photon photoproduction at HERA}", + journal = {Phys. Lett.}, + year = {2000}, + volume = {B472}, + pages = {175-188}, + note = {DESY-99-161}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1016/S0370-2693(99)01450-1}, + eprint = {hep-ex/9910045}, + file = {:Breitweg1999su.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9910045;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9910045} +} + +@ARTICLE{Breitweg:1998ed, + author = {Breitweg, J. and others}, + title = "{Forward jet production in deep--inelastic scattering at HERA}", + journal = {Eur. Phys. J.}, + year = {1999}, + volume = {C6}, + pages = {239-252}, + note = {DESY-98-050}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1007/s100529801018}, + eprint = {hep-ex/9805016}, + file = {:Breitweg1998ed.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9805016;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9805016} +} + +@ARTICLE{Breitweg:1998gf, + author = {Breitweg, J. and others}, + title = "{Measurement of jet shapes in high-$Q^{2}$ deep--inelastic scattering + at HERA}", + journal = {Eur. Phys. J.}, + year = {1999}, + volume = {C8}, + pages = {367-380}, + note = {DESY-98-038}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1007/s100520050471}, + eprint = {hep-ex/9804001}, + file = {:Breitweg1998gf.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9804001;%%}, + url = {http://www-library.desy.de/spires/find/hep/www?eprint=hep-ex/9804001} +} + +@ARTICLE{Breitweg:1999nt, + author = {Breitweg, J. and others}, + title = "{Measurement of multiplicity and momentum spectra in the current + and target regions of the Breit frame in deep--inelastic scattering + at HERA}", + journal = {Eur. Phys. J.}, + year = {1999}, + volume = {C11}, + pages = {251-270}, + note = {DESY-99-041}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1007/s100520050630}, + eprint = {hep-ex/9903056}, + file = {:Breitweg1999nt.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9903056;%%}, + url = {http://www-library.desy.de/spires/find/hep/www?eprint=hep-ex/9903056} +} + +@article{Britto:2004nc, + author = "Britto, Ruth and Cachazo, Freddy and Feng, Bo", + title = "{Generalized unitarity and one-loop amplitudes in $N=4$ + super-Yang-Mills}", + journal = "Nucl.Phys.", + volume = "B725", + pages = "275-305", + doi = "10.1016/j.nuclphysb.2005.07.014", + year = "2005", + eprint = "hep-th/0412103", + archivePrefix = "arXiv", + primaryClass = "hep-th", + SLACcitation = "%%CITATION = HEP-TH/0412103;%%", +} + +@ARTICLE{Britto:2004ap, + author = {Britto, Ruth and Cachazo, Freddy and Feng, Bo}, + title = "{New recursion relations for tree amplitudes of gluons}", + journal = {Nucl. Phys.}, + year = {2005}, + volume = {B715}, + pages = {499-522}, + eprint = {hep-th/0412308}, + file = {:Britto2004ap.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0412308} +} + +@article{Britto:2004nc, + author = "Britto, Ruth and Cachazo, Freddy and Feng, Bo", + title = "{Generalized unitarity and one-loop amplitudes in $N=4$ + super-Yang-Mills}", + journal = "Nucl.Phys.", + volume = "B725", + pages = "275-305", + doi = "10.1016/j.nuclphysb.2005.07.014", + year = "2005", + eprint = "hep-th/0412103", + archivePrefix = "arXiv", + primaryClass = "hep-th", + SLACcitation = "%%CITATION = HEP-TH/0412103;%%", +} + +@ARTICLE{Britto:2005fq, + author = {Britto, Ruth and Cachazo, Freddy and Feng, Bo and Witten, Edward}, + title = "{Direct proof of the tree-level scattering amplitude recursion relation + in Yang-Mills theory}", + journal = {Phys. Rev. Lett.}, + year = {2005}, + volume = {94}, + pages = {181602}, + eprint = {hep-th/0501052}, + file = {:Britto2005fq.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0501052} +} + +@ARTICLE{Brodsky:1982gc, + author = {Brodsky, Stanley J. and Lepage, G. Peter and Mackenzie, Paul B.}, + title = "{On the elimination of scale ambiguities in perturbative quantum + chromodynamics}", + journal = {Phys. Rev.}, + year = {1983}, + volume = {D28}, + pages = {228}, + doi = {10.1103/PhysRevD.28.228}, + file = {:Brodsky1982gc.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D28,228;%%}, + url = {http://inspirebeta.net/record/181524?ln=en} +} + +@ARTICLE{Brook:1995nn, + author = {Brook, N. and Waugh, R. G. and Carli, T. and Mohr, R. and Sutton, + M.}, + title = "{Tuning Monte Carlo event generators to HERA data}", + year = {1996}, + note = {In Hamburg 1995/96, Future physics at HERA, vol. 1, 613-619}, + file = {:Brook1995nn.pdf:PDF}, + url = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.48.4310} +} + +@ARTICLE{Brook:1998jd, + author = {Brook, N. H. and others}, + title = "{A comparison of deep--inelastic scattering Monte Carlo event generators + to HERA data}", + year = {1998}, + note = {In Hamburg 1998/1999, Monte Carlo generators for HERA physics, 10-35}, + archiveprefix = {arXiv}, + eprint = {hep-ex/9912053}, + file = {:Brook1998jd.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9912053;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9912053} +} + +@Article{Brown:1978mq, + author = "Brown, R. W. and Mikaelian, K. O.", + title = "{$W^+$ $W^-$ and $Z^0 Z^0$ pair production in + $e^+ e^-$, $p p$, $p \bar{p}$ + colliding beams}", + journal = "Phys. Rev.", + volume = "D19", + year = "1979", + pages = "922", + doi = "10.1103/PhysRevD.19.922", + SLACcitation = "%%CITATION = PHRVA,D19,922;%%" +} + +@article{Brown:1979ux, + author = "Brown, R.W. and Sahdev, D. and Mikaelian, K.O.", + title = "{$W^\pm$ $Z^0$ and $W^\pm$ $\gamma$ pair production in + $\nu e$, $p p$, $p \bar{p}$ collisions}", + journal = "Phys.Rev.", + volume = "D20", + pages = "1164", + doi = "10.1103/PhysRevD.20.1164", + year = "1979", +} + +@ARTICLE{Brown:1991hx, + author = {Brown, N. and Stirling, W. James}, + title = "{Finding jets and summing soft gluons: a new algorithm}", + journal = {Z. Phys.}, + year = {1992}, + volume = {C53}, + pages = {629-636}, + doi = {10.1007/BF01559740}, + file = {:Brown1991hx.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C53,629;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C53,629} +} + +@article{Brucherseifer:2014ama, + author = "Brucherseifer, Mathias and Caola, Fabrizio and Melnikov, + Kirill", + title = "{On the NNLO QCD corrections to single-top production at + the LHC}", + journal = "Phys.Lett.", + volume = "B736", + pages = "58-63", + doi = "10.1016/j.physletb.2014.06.075", + year = "2014", + eprint = "1404.7116", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SFB-CPP-14-23", + SLACcitation = "%%CITATION = ARXIV:1404.7116;%%", +} + +@ARTICLE{Buckley:2008vh, + author = {Buckley, Andy}, + title = "{Tools for event generator tuning and validation}", + year = {2008}, + archiveprefix = {arXiv}, + eprint = {0809.4638}, + file = {:Buckley2008vh.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0809.4638;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0809.4638} +} + +@ARTICLE{Buckley:2009bj, + author = {Buckley, Andy and Hoeth, Hendrik and Lacker, Heiko and Schulz, Holger + and von Seggern, Jan Eike}, + title = "{Systematic event generator tuning for the LHC}", + journal = {Eur. Phys. J.}, + year = {2010}, + volume = {C65}, + pages = {331-357}, + archiveprefix = {arXiv}, + doi = {10.1140/epjc/s10052-009-1196-7}, + eprint = {0907.2973}, + file = {:Buckley2009bj.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0907.2973;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0907.2973} +} + +@ARTICLE{Buckley:2009ad, + author = {Buckley, Andy and Hoeth, Hendrik and Schulz, Holger and von Seggern, + Jan Eike}, + title = "{Monte Carlo event generator validation and tuning for the LHC}", + journal = {PoS}, + year = {2008}, + volume = {ACAT08}, + pages = {112}, + archiveprefix = {arXiv}, + eprint = {0902.4403}, + file = {:Buckley2009ad.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0902.4403;%%}, + url = {http://inspirebeta.net/record/814174} +} + +@ARTICLE{Buckley:2010ar, + author = {Buckley, Andy and others}, + title = "{Rivet user manual}", + year = {2010}, + archiveprefix = {arXiv}, + eprint = {1003.0694}, + file = {:Buckley2010ar.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 1003.0694;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1003.0694} +} + +@ARTICLE{Budnev:1974de, + author = {Budnev, V. M. and Ginzburg, I. F. and Meledin, G. V. and Serbo, V. + G.}, + title = "{The two photon particle production mechanism. Physical problems. + Applications. Equivalent photon approximation}", + journal = {Phys. Rept.}, + year = {1974}, + volume = {15}, + pages = {181-281}, + file = {:Budnev1974de.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRPLC,15,181} +} + +@ARTICLE{Buescher:2005re, + author = {Buescher, V. and Jakobs, Karl}, + title = "{Higgs boson searches at hadron colliders}", + journal = {Int. J. Mod. Phys.}, + year = {2005}, + volume = {A20}, + pages = {2523-2602}, + archiveprefix = {arXiv}, + doi = {10.1142/S0217751X05022457}, + eprint = {hep-ph/0504099}, + file = {:Buescher2005re.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0504099;%%} +} + +@article{Buchalla:1995vs, + author = "Buchalla, Gerhard and Buras, Andrzej J. and Lautenbacher, + Markus E.", + title = "{Weak decays beyond leading logarithms}", + journal = "Rev.Mod.Phys.", + volume = "68", + pages = "1125-1144", + doi = "10.1103/RevModPhys.68.1125", + year = "1996", + eprint = "hep-ph/9512380", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-7009, SLAC-PUB-95-7009, MPI-PH-95-104, + TUM-T31-100-95, FERMILAB-PUB-95-305-T", + SLACcitation = "%%CITATION = HEP-PH/9512380;%%", +} + +@article{Burdman:1992gh, + author = "Burdman, Gustavo and Donoghue, John F.", + title = "{Union of chiral and heavy quark symmetries}", + journal = "Phys.Lett.", + volume = "B280", + pages = "287-291", + doi = "10.1016/0370-2693(92)90068-F", + year = "1992", + reportNumber = "UMHEP-365", + SLACcitation = "%%CITATION = PHLTA,B280,287;%%", +} + +@ARTICLE{Buskulic:1995au, + author = {Buskulic, D. and others}, + title = "{First measurement of the quark-to-photon fragmentation function}", + journal = {Z. Phys.}, + year = {1996}, + volume = {C69}, + pages = {365-378}, + collaboration = {ALEPH}, + doi = {10.1007/s002880050037}, + file = {:Buskulic1995au.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C69,365;%%}, + url = {http://www-spires.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C69,365} +} + +@ARTICLE{Buskulic:1992ji, + author = {Buskulic, D. and others}, + title = "{Measurement of prompt photon production in hadronic $Z$ decays}", + journal = {Z. Phys.}, + year = {1993}, + volume = {C57}, + pages = {17-36}, + collaboration = {ALEPH}, + doi = {10.1007/BF01555735}, + file = {:Buskulic1992ji.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C57,17;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C57,17} +} + +@article{Buttar:2006zd, + author = "Buttar, C. and Dittmaier, S. and Drollinger, V. and + Frixione, S. and Nikitenko, A. and others", + title = "{Les houches physics at TeV colliders 2005, standard + model and Higgs working group: Summary report}", + year = "2006", + eprint = "hep-ph/0604120", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = HEP-PH/0604120;%%", +} + +@ARTICLE{Butterworth:1996zw, + author = {John M. Butterworth and Jeffrey R. Forshaw and Mike H. Seymour}, + title = "{Multiparton interactions in photoproduction at HERA}", + journal = {Z. Phys.}, + year = {1996}, + volume = {C72}, + pages = {637-646}, + eprint = {hep-ph/9601371}, + file = {:Butterworth1996zw.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9601371} +} + +@article{Butterworth:2008iy, + author = "Butterworth, Jonathan M. and Davison, Adam R. and Rubin, + Mathieu and Salam, Gavin P.", + title = "{Jet substructure as a new Higgs search channel at the + LHC}", + journal = "Phys.Rev.Lett.", + volume = "100", + pages = "242001", + doi = "10.1103/PhysRevLett.100.242001", + year = "2008", + eprint = "0802.2470", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:0802.2470;%%", +} + +@ARTICLE{Butterworth:2010ym, + author = {Butterworth, J. M. and others}, + title = "{The Tools and Monte Carlo working group: Summary report}", + year = {2010}, + note = {Proceedings of the Workshop ``Physics at TeV Colliders'', Les Houches, + France, 8-26 June, 2009}, + archiveprefix = {arXiv}, + eprint = {1003.1643}, + file = {:Butterworth2010ym.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 1003.1643;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1003.1643} +} + +@ARTICLE{Butterworth:2005aq, + author = {Butterworth, J. M. and Wing, M.}, + title = "{High energy photoproduction}", + journal = {Rept. Prog. Phys.}, + year = {2005}, + volume = {68}, + pages = {2773-2828}, + archiveprefix = {arXiv}, + doi = {10.1088/0034-4885/68/12/R03}, + eprint = {hep-ex/0509018}, + file = {:Butterworth2005aq.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0509018;%%} +} + +@article{Butterworth:2014efa, + author = "Butterworth, J. and Dissertori, G. and Dittmaier, S. and + de Florian, D. and Glover, N. and others", + title = "{Les Houches 2013: Physics at TeV Colliders: Standard + Model Working Group Report}", + year = "2014", + eprint = "1405.1067", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1405.1067;%%", +} + +@ARTICLE{Byckling:1969sx, + author = {Byckling, E. and Kajantie, K.}, + title = "{$N$-particle phase space in terms of invariant momentum transfers}", + journal = {Nucl. Phys.}, + year = {1969}, + volume = {B9}, + pages = {568-576}, + file = {:Byckling1969sx.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B9,568} +} + +@article{Badger:2004uk, + author = "Badger, S.D. and Glover, E.W. Nigel", + title = "{Two loop splitting functions in QCD}", + journal = "JHEP", + volume = "0407", + pages = "040", + doi = "10.1088/1126-6708/2004/07/040", + year = "2004", + eprint = "hep-ph/0405236", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DCPT-04-42, IPPP-04-21", + SLACcitation = "%%CITATION = HEP-PH/0405236;%%", +} + +@ARTICLE{Bahr:2008wk, + author = {B{\"a}hr, Manuel and Butterworth, Jonathan M. and Seymour, Michael + H.}, + title = "{The underlying event and the total cross section from Tevatron to + the LHC}", + journal = {JHEP}, + year = {2009}, + volume = {01}, + pages = {065}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/01/065}, + eprint = {0806.2949}, + file = {:Bahr2008wk.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0806.2949;%%} +} + +@ARTICLE{Bahr:2008dy, + author = {B{\"a}hr, Manuel and Gieseke, Stefan and Seymour, Michael H.}, + title = "{Simulation of multiple partonic interactions in {\Herwig}++}", + journal = {JHEP}, + year = {2008}, + volume = {07}, + pages = {076}, + archiveprefix = {arXiv}, + eprint = {0803.3633}, + file = {:Bahr2008dy.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0803.3633} +} + +@ARTICLE{Bahr:2008pv, + author = {B{\"a}hr, M. and others}, + title = "{Herwig++ Physics and Manual}", + journal = {Eur. Phys. J.}, + year = {2008}, + volume = {C58}, + pages = {639-707}, + archiveprefix = {arXiv}, + doi = {10.1140/epjc/s10052-008-0798-9}, + eprint = {0803.0883}, + file = {:Bahr2008pv.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0803.0883;%%} +} + +@Article{Banfi:2007gu, + author = "Banfi, Andrea and Salam, Gavin P. and Zanderighi, Giulia", + title = "{Accurate QCD predictions for heavy-quark jets at the + Tevatron and LHC}", + journal = "JHEP", + volume = "07", + year = "2007", + pages = "026", + eprint = "0704.2999", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + doi = "10.1088/1126-6708/2007/07/026", + SLACcitation = "%%CITATION = 0704.2999;%%" +} + +@article{Bartel:1986ua, + author = "Bartel, W. and others", + title = "{Experimental Studies on Multi-Jet Production in e+ e- + Annihilation at PETRA Energies}", + collaboration = "JADE Collaboration", + journal = "Z.Phys.", + volume = "C33", + pages = "23", + doi = "10.1007/BF01410449", + year = "1986", + reportNumber = "DESY-86-086", + SLACcitation = "%%CITATION = ZEPYA,C33,23;%%", +} + +@Article{Bauer:2009km, + author = "Bauer, Christian W. and Lange, Bjorn O.", + title = "{Scale setting and resummation of logarithms in $pp \to V +$ + jets}", + year = "2009", + eprint = "0905.4739", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = 0905.4739;%%" +} + +@article{Beenakker:2002nc, + author = "Beenakker, W. and Dittmaier, S. and Kramer, M. and + Plumper, B. and Spira, M. and others", + title = "{NLO QCD corrections to $t\bar{t}H$ production in hadron + collisions}", + journal = "Nucl.Phys.", + volume = "B653", + pages = "151-203", + doi = "10.1016/S0550-3213(03)00044-0", + year = "2003", + eprint = "hep-ph/0211352", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-02-177, EDINBURGH-2002-18, MPI-PHT-2002-70, + PSI-PR-02-22", + SLACcitation = "%%CITATION = HEP-PH/0211352;%%", +} + +@article{Beringer:1900zz, + author = "Beringer, J. and others", + title = "{Review of Particle Physics (RPP)}", + collaboration = "Particle Data Group", + journal = "Phys.Rev.", + volume = "D86", + pages = "010001", + doi = "10.1103/PhysRevD.86.010001", + year = "2012", + SLACcitation = "%%CITATION = PHRVA,D86,010001;%%", +} + +@article{Butterworth:2014efa, + author = "Butterworth, J. and Dissertori, G. and Dittmaier, S. and + de Florian, D. and Glover, N. and others", + title = "{Les Houches 2013: Physics at TeV Colliders: Standard + Model Working Group Report}", + year = "2014", + eprint = "1405.1067", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1405.1067;%%", +} + + +@article{Cacciari:1998it, + author = "Cacciari, Matteo and Greco, Mario and Nason, Paolo", + title = "{The P(T) spectrum in heavy flavor hadroproduction}", + journal = "JHEP", + volume = "9805", + pages = "007", + doi = "10.1088/1126-6708/1998/05/007", + year = "1998", + eprint = "hep-ph/9803400", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-TH-98-77, LPTHE-ORSAY-98-11, IFUM-613-FT, + LNF-98-008-P", + SLACcitation = "%%CITATION = HEP-PH/9803400;%%", +} + +@article{Cacciari:2007fd, + author = "Cacciari, Matteo and Salam, Gavin P.", + title = "{Pileup subtraction using jet areas}", + journal = "Phys.Lett.", + volume = "B659", + pages = "119-126", + doi = "10.1016/j.physletb.2007.09.077", + year = "2008", + eprint = "0707.1378", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "LPTHE-07-01", + SLACcitation = "%%CITATION = ARXIV:0707.1378;%%", +} + + +@article{Cacciari:2011ma, + author = "Cacciari, Matteo and Salam, Gavin P. and Soyez, Gregory", + title = "{FastJet user manual}", + journal = "Eur.Phys.J.", + volume = "C72", + pages = "1896", + doi = "10.1140/epjc/s10052-012-1896-2", + year = "2012", + eprint = "1111.6097", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2011-297", + SLACcitation = "%%CITATION = ARXIV:1111.6097;%%", +} + +@article{Cacciari:2008gp, + author = "Cacciari, Matteo and Salam, Gavin P. and Soyez, Gregory", + title = "{The Anti-k(t) jet clustering algorithm}", + journal = "JHEP", + volume = "0804", + pages = "063", + doi = "10.1088/1126-6708/2008/04/063", + year = "2008", + eprint = "0802.1189", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "LPTHE-07-03", + SLACcitation = "%%CITATION = ARXIV:0802.1189;%%", +} + +@ARTICLE{Cacciari:2005hq, + author = {Cacciari, Matteo and Salam, Gavin P.}, + title = "{Dispelling the $N^{3}$ myth for the $k_t$ jet-finder}", + journal = {Phys. Lett.}, + year = {2006}, + volume = {B641}, + pages = {57-61}, + archiveprefix = {arXiv}, + doi = {10.1016/j.physletb.2006.08.037}, + eprint = {hep-ph/0512210}, + file = {:Cacciari2005hq.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0512210;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0512210} +} + +@ARTICLE{Cachazo:2004kj, + author = {Cachazo, Freddy and Svr\v{c}ek, Peter and Witten, Edward}, + title = "{MHV vertices and tree amplitudes in gauge theory}", + journal = {JHEP}, + year = {2004}, + volume = {09}, + pages = {006}, + eprint = {hep-th/0403047}, + file = {:Cachazo2004kj.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0403047} +} + +@ARTICLE{Cachazo:2005ga, + author = {Cachazo, Freddy and Svr{\v{c}}ek, Peter}, + title = "{Lectures on twistor strings and perturbative Yang-Mills theory}", + journal = {PoS}, + year = {2005}, + volume = {RTN2005}, + pages = {004}, + eprint = {hep-th/0504194}, + file = {:Cachazo2005ga.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0504194} +} + +@ARTICLE{Cafarella:2007pc, + author = {Cafarella, Alessandro and Papadopoulos, Costas G. and Worek, Malgorzata}, + title = "{\Helac-\Phegas: A generator for all parton level processes}", + journal = {Comput. Phys. Commun.}, + year = {2009}, + volume = {180}, + pages = {1941-1955}, + archiveprefix = {arXiv}, + doi = {10.1016/j.cpc.2009.04.023}, + eprint = {0710.2427}, + file = {:Cafarella2007pc.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0710.2427} +} + +@ARTICLE{MCFM, + author = {Campbell, John and Ellis, R. Keith}, + title = "{MCFM -- Monte Carlo for FeMtobarn processes}", + url = {http://mcfm.fnal.gov} +} + + +@article{Campbell:1997hg, + author = "Campbell, John M. and Glover, E.W. Nigel", + title = "{Double unresolved approximations to multiparton + scattering amplitudes}", + journal = "Nucl.Phys.", + volume = "B527", + pages = "264-288", + doi = "10.1016/S0550-3213(98)00295-8", + year = "1998", + eprint = "hep-ph/9710255", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DTP-97-82", + SLACcitation = "%%CITATION = HEP-PH/9710255;%%", +} + +@article{Campbell:2012uf, + author = "Campbell, John M. and Ellis, R. Keith", + title = "{Top-quark processes at NLO in production and decay}", + year = "2012", + eprint = "1204.1513", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-12-078-T", + SLACcitation = "%%CITATION = ARXIV:1204.1513;%%", +} + +@article{Campbell:2003hd, + author = "Campbell, John M. and Ellis, R. Keith and Rainwater, + David L.", + title = "{Next--to--leading order QCD predictions for $W$ + 2 jet + and $Z$ + 2 jet production at the CERN LHC}", + journal = "Phys.Rev.", + volume = "D68", + pages = "094021", + doi = "10.1103/PhysRevD.68.094021", + year = "2003", + eprint = "hep-ph/0308195", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ANL-HEP-PR-03-063, FERMILAB-PUB-03-234-T, DESY-03-036", + SLACcitation = "%%CITATION = HEP-PH/0308195;%%", +} + +@article{Campbell:2002tg, + author = "Campbell, John M. and Ellis, R. Keith", + title = "{Next--to--leading order corrections to $W^+$ 2 jet and + $Z^+$ 2 jet production at hadron colliders}", + journal = "Phys.Rev.", + volume = "D65", + pages = "113007", + doi = "10.1103/PhysRevD.65.113007", + year = "2002", + eprint = "hep-ph/0202176", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ANL-HEP-PR-02-020, FERMILAB-PUB-02-032-T", + SLACcitation = "%%CITATION = HEP-PH/0202176;%%", +} + +@article{Campbell:2011bn, + author = "Campbell, John M. and Ellis, R. Keith and Williams, + Ciaran", + title = "{Vector boson pair production at the LHC}", + journal = "JHEP", + volume = "1107", + pages = "018", + doi = "10.1007/JHEP07(2011)018", + year = "2011", + eprint = "1105.0020", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-11-182-T", + SLACcitation = "%%CITATION = ARXIV:1105.0020;%%", +} + +@article{Campbell:2012cz, + author = "Campbell, John M. and Giele, Walter T. and Williams, + Ciaran", + title = "{The Matrix Element Method at Next-to-Leading Order}", + journal = "JHEP", + volume = "1211", + pages = "043", + doi = "10.1007/JHEP11(2012)043", + year = "2012", + eprint = "1204.4424", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-12-087-T", + SLACcitation = "%%CITATION = ARXIV:1204.4424;%%", +} + +@article{Campbell:2013qaa, + author = "Campbell, J.M. and Hatakeyama, K. and Huston, J. and + Petriello, F. and Andersen, Jeppe R. and others", + title = "{Working Group Report: Quantum Chromodynamics}", + year = "2013", + eprint = "1310.5189", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ANL-HEP-CP-13-48, FERMILAB-FN-0967-CMS-T", + SLACcitation = "%%CITATION = ARXIV:1310.5189;%%", +} + + +@article{Campbell:1997tv, + author = "Campbell, John M. and Glover, E.W. Nigel and Miller, + D.J., 2", + title = "{The one--loop QCD corrections for + $\gamma^*\to q\bar qgg$}", + journal = "Phys.Lett.", + volume = "B409", + pages = "503-508", + doi = "10.1016/S0370-2693(97)00909-X", + year = "1997", + eprint = "hep-ph/9706297", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DTP-97-44, RAL-TR-97-027", + SLACcitation = "%%CITATION = HEP-PH/9706297;%%", +} + +@ARTICLE{Campbell:1999ah, + author = {Campbell, John M. and Ellis, R. Keith}, + title = "{Update on vector boson pair production at hadron colliders}", + journal = {Phys. Rev.}, + year = {1999}, + volume = {D60}, + pages = {113006}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.60.113006}, + eprint = {hep-ph/9905386}, + file = {:Campbell1999ah.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9905386;%%} +} + +@article{Campbell:2006wx, + author = "Campbell, John M. and Huston, J.W. and Stirling, W.J.", + title = "{Hard Interactions of Quarks and Gluons: A Primer for LHC + Physics}", + journal = "Rept.Prog.Phys.", + volume = "70", + pages = "89", + doi = "10.1088/0034-4885/70/1/R02", + year = "2007", + eprint = "hep-ph/0611148", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = HEP-PH/0611148;%%", +} + +@Article{Campbell:2007ws, + author = "Campbell, John M. and Maltoni, F. and Tramontano, F.", + title = "{QCD corrections to $J/\psi$ and $\Upsilon$ production at hadron + colliders}", + journal = "Phys. Rev. Lett.", + volume = "98", + year = "2007", + pages = "252002", + eprint = "hep-ph/0703113", + archivePrefix = "arXiv", + doi = "10.1103/PhysRevLett.98.252002", + SLACcitation = "%%CITATION = HEP-PH/0703113;%%" +} + +@article{Caola:2013yja, + author = "Caola, Fabrizio and Melnikov, Kirill", + title = "{Constraining the Higgs boson width with ZZ production at + the LHC}", + journal = "Phys.Rev.", + volume = "D88", + pages = "054024", + doi = "10.1103/PhysRevD.88.054024", + year = "2013", + eprint = "1307.4935", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1307.4935;%%", +} + +@ARTICLE{Caprini:1997mu, + author = {Caprini, Irinel and Lellouch, Laurent and Neubert, Matthias }, + title = "{Dispersive bounds on the shape of $\bar{B} \to D^{(*)} l \bar{\nu}$ + form factors}", + journal = {Nucl. Phys.}, + year = {1998}, + volume = {B530}, + pages = {153-181}, + archiveprefix = {arXiv}, + doi = {10.1016/S0550-3213(98)00350-2}, + eprint = {hep-ph/9712417}, + file = {:Caprini1997mu.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9712417;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9712417} +} + +@article{Caravaglios:1995cd, + author = "Caravaglios, Francesco and Moretti, Mauro", + title = "{An algorithm to compute Born scattering amplitudes + without Feynman graphs}", + journal = "Phys.Lett.", + volume = "B358", + pages = "332-338", + doi = "10.1016/0370-2693(95)00971-M", + year = "1995", + eprint = "hep-ph/9507237", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "OUTP-95-28-P, SHEP-95-22", + SLACcitation = "%%CITATION = HEP-PH/9507237;%%", +} + +@ARTICLE{Caravaglios:1998yr, + author = {Caravaglios, F. and Mangano, Michelangelo L. and Moretti, M. and + Pittau, R.}, + title = "{A new approach to multi-jet calculations in hadron collisions}", + journal = {Nucl. Phys.}, + year = {1999}, + volume = {B539}, + pages = {215-232}, + eprint = {hep-ph/9807570}, + file = {:Caravaglios1998yr.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9807570} +} + +@ARTICLE{Carli:2004up, + author = {Carli, Tancredi and Dannheim, Dominik and Bellagamba, Lorenzo}, + title = "{Events with isolated charged leptons and large missing transverse + momentum at HERA}", + journal = {Mod. Phys. Lett.}, + year = {2004}, + volume = {A19}, + pages = {1881-1902}, + archiveprefix = {arXiv}, + doi = {10.1142/S0217732304015142}, + eprint = {hep-ph/0402012}, + file = {:Carli2004up.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0402012;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0402012} +} + +@ARTICLE{Carli:2010jb, + author = {Carli, Tancredi and Gehrmann, Thomas and Hoeche, Stefan}, + title = "{Hadronic final states in DIS with Sherpa}", + journal = {PoS}, + year = {2010}, + volume = {DIS2010}, + pages = {112}, + archiveprefix = {arXiv}, + eprint = {1006.5696}, + file = {:Carli2010jb.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 1006.5696;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1006.5696} +} + +@ARTICLE{Carli:2010cg, + author = {Tancredi Carli and Thomas Gehrmann and Stefan H{\"o}che}, + title = "{Hadronic final states in deep-inelastic scattering with \Sherpa}", + journal = {Eur. Phys. J.}, + year = {2010}, + volume = {C67}, + pages = {73}, + archiveprefix = {arXiv}, + doi = {10.1140/epjc/s10052-010-1261-2}, + eprint = {0912.3715}, + file = {:Carli2009cg.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0912.3715;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?rawcmd=f+eprint+0912.3715} +} + +@ARTICLE{Carli:2010rw, + author = {Carli, Tancredi and others}, + title = "{A posteriori inclusion of parton density functions in NLO QCD final-state + calculations at hadron colliders: The APPLGRID Project}", + journal = {Eur. Phys. J.}, + year = {2010}, + volume = {C}, + pages = {503-524}, + archiveprefix = {arXiv}, + doi = {10.1140/epjc/s10052-010-1255-0}, + eprint = {0911.2985}, + file = {:Carli2010rw.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0911.2985;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0911.2985} +} + +@article{Carrazza:2015aoa, + author = "Carrazza, Stefano and Forte, Stefano and Kassabov, Zahari + and Latorre, Jose Ignacio and Rojo, Juan", + title = "{An Unbiased Hessian Representation for Monte Carlo + PDFs}", + year = "2015", + eprint = "1505.06736", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "TIF-UNIMI-2015-1, OUTP-15-04P", + SLACcitation = "%%CITATION = ARXIV:1505.06736;%%", +} + +@article{Carrazza:2015hva, + author = "Carrazza, Stefano and Latorre, Jose I. and Rojo, Juan and + Watt, Graeme", + title = "{A compression algorithm for the combination of PDF + sets}", + year = "2015", + eprint = "1504.06469", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "TIF-UNIMI-2015-2, OUTP-15-01P, IPPP-15-22, DCPT-15-44", + SLACcitation = "%%CITATION = ARXIV:1504.06469;%%", +} + + +@article{Carrazza:2014hra, + author = "Carrazza, Stefano and Pires, Joao", + title = "{Perturbative QCD description of jet data from LHC Run-I + and Tevatron Run-II}", + journal = "JHEP", + volume = "1410", + pages = "145", + doi = "10.1007/JHEP10(2014)145", + year = "2014", + eprint = "1407.7031", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1407.7031;%%", +} + +@article{Cascioli:2011va, + author = "Cascioli, Fabio and Maierhofer, Philipp and Pozzorini, + Stefano", + title = "{Scattering Amplitudes with Open Loops}", + journal = "Phys.Rev.Lett.", + volume = "108", + pages = "111601", + doi = "10.1103/PhysRevLett.108.111601", + year = "2012", + eprint = "1111.5206", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ZU-TH-23-11, LPN11-66", + SLACcitation = "%%CITATION = ARXIV:1111.5206;%%", +} + +@article{Catani:1996pk, + author = "Catani, S. and Seymour, M.H. and Trocsanyi, Z.", + title = "{Regularization scheme independence and unitarity in QCD + cross-sections}", + journal = "Phys.Rev.", + volume = "D55", + pages = "6819-6829", + doi = "10.1103/PhysRevD.55.6819", + year = "1997", + eprint = "hep-ph/9610553", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-TH-96-303", + SLACcitation = "%%CITATION = HEP-PH/9610553;%%", +} + +@article{Catani:1999ss, + author = "Catani, Stefano and Grazzini, Massimiliano", + title = "{Infrared factorization of tree level QCD amplitudes at + the next-to-next-to-leading order and beyond}", + journal = "Nucl.Phys.", + volume = "B570", + pages = "287-325", + doi = "10.1016/S0550-3213(99)00778-6", + year = "2000", + eprint = "hep-ph/9908523", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-TH-99-263, ETH-TH-99-22", + SLACcitation = "%%CITATION = HEP-PH/9908523;%%", +} + +@ARTICLE{Catani:1998bh, + author = {Catani, Stefano}, + title = "{The singular behaviour of QCD amplitudes at two-loop order}", + journal = {Phys. Lett.}, + year = {1998}, + volume = {B427}, + pages = {161-171}, + archiveprefix = {arXiv}, + doi = {10.1016/S0370-2693(98)00332-3}, + eprint = {hep-ph/9802439}, + file = {:Catani1998bh.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9802439;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9802439} +} + +@ARTICLE{Catani:1983bz, + author = {Catani, S. and Ciafaloni, M.}, + title = "{Many-gluon correlations and the quark form factor in QCD}", + journal = {Nucl. Phys.}, + year = {1984}, + volume = {B236}, + pages = {61}, + doi = {10.1016/0550-3213(84)90525-X}, + file = {:Catani1983bz.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B236,61;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B236,61} +} + +@ARTICLE{Catani:1990eg, + author = {Stefano Catani and M. Ciafaloni and F. Hautmann}, + title = "{High energy factorization and small-$x$ heavy flavour production}", + journal = {Nucl. Phys.}, + year = {1991}, + volume = {B366}, + pages = {135-188}, + file = {:Catani1990eg.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B366,135} +} + +@article{Catani:2002ny, + author = "Catani, S. and Fontannaz, M. and Guillet, J.P. and Pilon, + E.", + title = "{Cross-section of isolated prompt photons in hadron + hadron collisions}", + journal = "JHEP", + volume = "0205", + pages = "028", + doi = "10.1088/1126-6708/2002/05/028", + year = "2002", + eprint = "hep-ph/0204023", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-TH-2002-017, LPT-ORSAY-02-24, LAPTH-907-02", + SLACcitation = "%%CITATION = HEP-PH/0204023;%%", +} + + +@article{Catani:2007vq, + author = "Catani, Stefano and Grazzini, Massimiliano", + title = "{An NNLO subtraction formalism in hadron collisions and + its application to Higgs boson production at the LHC}", + journal = "Phys.Rev.Lett.", + volume = "98", + pages = "222002", + doi = "10.1103/PhysRevLett.98.222002", + year = "2007", + eprint = "hep-ph/0703012", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = HEP-PH/0703012;%%", +} + +@article{Catani:2009sm, + author = "Catani, Stefano and Cieri, Leandro and Ferrera, Giancarlo + and de Florian, Daniel and Grazzini, Massimiliano", + title = "{Vector boson production at hadron colliders: a fully + exclusive QCD calculation at NNLO}", + journal = "Phys.Rev.Lett.", + volume = "103", + pages = "082001", + doi = "10.1103/PhysRevLett.103.082001", + year = "2009", + eprint = "0903.2120", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:0903.2120;%%", +} + +@article{Catani:2012iw, + author = "Catani, Stefano and de Florian, Daniel and Rodrigo, + German", + title = "{Factorization violation in the multiparton collinear + limit}", + journal = "PoS", + volume = "LL2012", + pages = "035", + year = "2012", + eprint = "1211.7274", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "LPN-12-128, IFIC-12-82", + SLACcitation = "%%CITATION = ARXIV:1211.7274;%%", +} + +@ARTICLE{Catani:2002hc, + author = {Catani, Stefano and Dittmaier, Stefan and Seymour, Michael H. and + Trocsanyi, Zoltan}, + title = "{The dipole formalism for next--to--leading order QCD calculations + with massive partons}", + journal = {Nucl. Phys.}, + year = {2002}, + volume = {B627}, + pages = {189-265}, + eprint = {hep-ph/0201036}, + file = {:Catani2002hc.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0201036} +} + +@ARTICLE{Catani:2000ef, + author = {Catani, Stefano and Dittmaier, Stefan and Trocsanyi, Zoltan}, + title = "{One-loop singular behaviour of QCD and SUSY QCD amplitudes with + massive partons}", + journal = {Phys. Lett.}, + year = {2001}, + volume = {B500}, + pages = {149-160}, + eprint = {hep-ph/0011222}, + file = {:Catani2000ef.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0011222} +} + +@ARTICLE{Catani:1991hj, + author = {Catani, S. and Dokshitzer, Yuri L. and Olsson, M. and Turnock, G. + and Webber, B. R.}, + title = "{New clustering algorithm for multijet cross sections in $e^+e^-$ + annihilation}", + journal = {Phys. Lett.}, + year = {1991}, + volume = {B269}, + pages = {432-438}, + file = {:Catani1991hj.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B269,432} +} + +@ARTICLE{Catani:1993hr, + author = {Stefano Catani and Yuri L. Dokshitzer and Mike H. Seymour and Brian + R. Webber}, + title = "{Longitudinally-invariant $k_\perp$-clustering algorithms for hadron--hadron + collisions}", + journal = {Nucl. Phys.}, + year = {1993}, + volume = {B406}, + pages = {187-224}, + file = {:Catani1993hr.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B406,187} +} + +@ARTICLE{Catani:1992zp, + author = {Stefano Catani and Yuri L. Dokshitzer and Brian R. Webber}, + title = "{The $k_\perp$ clustering algorithm for jets in deep--inelastic scattering + and hadron collisions}", + journal = {Phys. Lett.}, + year = {1992}, + volume = {B285}, + pages = {291-299}, + file = {:Catani1992zp.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B285,291} +} + +@ARTICLE{Catani:1989sg, + author = {Stefano Catani and F. Fiorani and G. Marchesini}, + title = "{Small-$x$ behavior of initial state radiation in perturbative QCD}", + journal = {Nucl. Phys.}, + year = {1990}, + volume = {B336}, + pages = {18-85}, + file = {:Catani1989sg.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B336,18} +} + +@ARTICLE{Catani:1989yc, + author = {Stefano Catani and F. Fiorani and G. Marchesini}, + title = "{QCD coherence in initial state radiation}", + journal = {Phys. Lett.}, + year = {1990}, + volume = {B234}, + pages = {339-345}, + file = {:Catani1989yc.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B234,339} +} + +@ARTICLE{Catani:2001ic, + author = {Catani, Stefano and de Florian, Daniel and Grazzini, Massimiliano}, + title = "{Higgs production in hadron collisions: Soft and virtual QCD corrections + at NNLO}", + journal = {JHEP}, + year = {2001}, + volume = {05}, + pages = {025}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0102227}, + file = {:Catani2001ic.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0102227;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0102227} +} + +@ARTICLE{Catani:2003zt, + author = {Catani, Stefano and de Florian, Daniel and Grazzini, Massimiliano + and Nason, Paolo}, + title = "{Soft-gluon resummation for Higgs boson production at hadron colliders}", + journal = {JHEP}, + year = {2003}, + volume = {07}, + pages = {028}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0306211}, + file = {:Catani2003zt.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0306211;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0306211} +} + +@ARTICLE{Catani:2002ny, + author = {Catani, S. and Fontannaz, M. and Guillet, J. P. and Pilon, E.}, + title = "{Cross section of isolated prompt photons in hadron-hadron collisions}", + journal = {JHEP}, + year = {2002}, + volume = {05}, + pages = {028}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0204023}, + file = {:Catani2002ny.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0204023;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0204023} +} + +@ARTICLE{Catani:2008me, + author = {Catani, Stefano and Grazzini, Massimiliano}, + title = "{HNNLO: a Monte Carlo program to compute Higgs boson production at + hadron colliders}", + journal = {PoS}, + year = {2007}, + volume = {RADCOR2007}, + pages = {046}, + archiveprefix = {arXiv}, + eprint = {0802.1410}, + file = {:Catani2008me.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0802.1410;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0802.1410} +} + +@ARTICLE{Catani:2001cc, + author = {Stefano Catani and Frank Krauss and Ralf Kuhn and Brian R. Webber}, + title = "{QCD matrix elements + parton showers}", + journal = {JHEP}, + year = {2001}, + volume = {11}, + pages = {063}, + eprint = {hep-ph/0109231}, + file = {:Catani2001cc.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0109231} +} + +@ARTICLE{Catani:1996dj, + author = {Catani, Stefano and Mangano, Michelangelo L. and Nason, Paolo and + Trentadue, Luca}, + title = "{The top cross section in hadronic collisions}", + journal = {Phys. Lett.}, + year = {1996}, + volume = {B378}, + pages = {329-336}, + archiveprefix = {arXiv}, + doi = {10.1016/0370-2693(96)00387-5}, + eprint = {hep-ph/9602208}, + file = {:Catani1996dj.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9602208;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9602208} +} + +@ARTICLE{Catani:1996yz, + author = {Catani, Stefano and Mangano, Michelangelo L. and Nason, Paolo and + Trentadue, Luca}, + title = "{The resummation of soft gluon in hadronic collisions}", + journal = {Nucl. Phys.}, + year = {1996}, + volume = {B478}, + pages = {273-310}, + archiveprefix = {arXiv}, + doi = {10.1016/0550-3213(96)00399-9}, + eprint = {hep-ph/9604351}, + file = {:Catani1996yz.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9604351;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9604351} +} + +@ARTICLE{Catani:1996vz, + author = {Catani, S. and Seymour, M. H.}, + title = "{A general algorithm for calculating jet cross sections in NLO QCD}", + journal = {Nucl. Phys.}, + year = {1997}, + volume = {B485}, + pages = {291-419}, + archiveprefix = {arXiv}, + eprint = {hep-ph/9605323}, + file = {:Catani1996vz.ps.gz:PostScript;:Catani1996vz.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9605323} +} + +@ARTICLE{Catani:1996jh, + author = {Catani, S. and Seymour, M. H.}, + title = "{The dipole formalism for the calculation of QCD jet cross sections + at next--to--leading order}", + journal = {Phys. Lett.}, + year = {1996}, + volume = {B378}, + pages = {287-301}, + archiveprefix = {arXiv}, + doi = {10.1016/0370-2693(96)00425-X}, + eprint = {hep-ph/9602277}, + file = {:Catani1996jh.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9602277;%%} +} + +@ARTICLE{Catani:1989et, + author = {Catani, S. and Trentadue, L.}, + title = "{Fermion pair exponentiation in QED}", + journal = {JETP Lett.}, + year = {1990}, + volume = {51}, + pages = {83}, + file = {:Catani1989et.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=JTPLA,51,83} +} + +@ARTICLE{Catani:1988tn, + author = {Catani, S. and Trentadue, L.}, + title = "{Inhibited radiation dynamics in QCD}", + journal = {Phys. Lett.}, + year = {1989}, + volume = {B217}, + pages = {539-544}, + doi = {10.1016/0370-2693(89)90093-2}, + file = {:Catani1988tn.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B217,539;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHLTA,B217,539} +} + +@ARTICLE{Catani:1989ne, + author = {Catani, S. and Trentadue, L.}, + title = "{Resummation of the QCD perturbative series for hard processes}", + journal = {Nucl. Phys.}, + year = {1989}, + volume = {B327}, + pages = {323}, + file = {:Catani1989ne.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B327,323} +} + +@article{Catani:1992jc, + author = "Catani, S. and Turnock, G. and Webber, B.R.", + title = "{Jet broadening measures in $e^{+} e^{-}$ annihilation}", + journal = "Phys.Lett.", + volume = "B295", + pages = "269-276", + doi = "10.1016/0370-2693(92)91565-Q", + year = "1992", + reportNumber = "CERN-TH-6570-92", + SLACcitation = "%%CITATION = PHLTA,B295,269;%%", +} + +@ARTICLE{Catani:1992ua, + author = {Catani, S. and Trentadue, L. and Turnock, G. and Webber, B. R.}, + title = "{Resummation of large logarithms in $e^+ e^-$ event shape distributions}", + journal = {Nucl. Phys.}, + year = {1993}, + volume = {B407}, + pages = {3-42}, + doi = {10.1016/0550-3213(93)90271-P}, + file = {:Catani1992ua.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B407,3;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=NUPHA,B407,3} +} + +@ARTICLE{Catani:1990rr, + author = {Catani, S. and Webber, B. R. and Marchesini, G.}, + title = "{QCD coherent branching and semiinclusive processes at large $x$}", + journal = {Nucl. Phys.}, + year = {1991}, + volume = {B349}, + pages = {635-654}, + doi = {10.1016/0550-3213(91)90390-J}, + file = {:Catani1990rr.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B349,635;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B349,635} +} + +@article{Catani:2011qz, + author = "Catani, Stefano and Cieri, Leandro and de Florian, Daniel + and Ferrera, Giancarlo and Grazzini, Massimiliano", + title = "{Diphoton production at hadron colliders: a + fully-differential QCD calculation at NNLO}", + journal = "Phys.Rev.Lett.", + volume = "108", + pages = "072001", + doi = "10.1103/PhysRevLett.108.072001", + year = "2012", + eprint = "1110.2375", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ZU-TH-18-11, IFUM-984-FT", + SLACcitation = "%%CITATION = ARXIV:1110.2375;%%", +} + +@article{Chaichian:1995kq, + author = "Chaichian, M. and Ermolaev, B.", + title = "{Factorization theorem for photons and gluons in hard + processes}", + journal = "Nucl.Phys.", + volume = "B451", + pages = "194-206", + doi = "10.1016/0550-3213(95)00305-C", + year = "1995", + SLACcitation = "%%CITATION = NUPHA,B451,194;%%", +} + +@article{Charles:2004jd, + author = "Charles, J. and others", + title = "{CP violation and the CKM matrix: Assessing the impact of + the asymmetric $B$ factories}", + collaboration = "CKMfitter Group", + journal = "Eur.Phys.J.", + volume = "C41", + pages = "1-131", + doi = "10.1140/epjc/s2005-02169-1", + year = "2005", + eprint = "hep-ph/0406184", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CPT-2004-P-030, LAL-04-21, LAPP-EXP-2004-01, + LPNHE-2004-01", + SLACcitation = "%%CITATION = HEP-PH/0406184;%%", +} + +@article{Chatrchyan:2011hk, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the charge asymmetry in top-quark pair + production in proton-proton collisions at $\sqrt{s}=7$ + TeV}", + collaboration = "CMS Collaboration", + journal = "Phys.Lett.", + volume = "B709", + pages = "28-49", + doi = "10.1016/j.physletb.2012.01.078", + year = "2012", + eprint = "1112.5100", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2011-217, CMS-TOP-11-014", + SLACcitation = "%%CITATION = ARXIV:1112.5100;%%", +} + + +@article{Chatrchyan:2012cxa, + author = "Chatrchyan, Serguei and others", + title = "{Inclusive and differential measurements of the $t + \bar{t}$ charge asymmetry in proton-proton collisions at 7 + TeV}", + collaboration = "CMS Collaboration", + journal = "Phys.Lett.", + volume = "B717", + pages = "129-150", + doi = "10.1016/j.physletb.2012.09.028", + year = "2012", + eprint = "1207.0065", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-TOP-11-030, CERN-PH-EP-2012-175", + SLACcitation = "%%CITATION = ARXIV:1207.0065;%%", +} + + +@article{Chatrchyan:2012ufa, + author = "Chatrchyan, Serguei and others", + title = "{Observation of a new boson at a mass of 125 GeV with the + CMS experiment at the LHC}", + collaboration = "CMS Collaboration", + journal = "Phys.Lett.", + volume = "B716", + pages = "30-61", + doi = "10.1016/j.physletb.2012.08.021", + year = "2012", + eprint = "1207.7235", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-HIG-12-028, CERN-PH-EP-2012-220", + SLACcitation = "%%CITATION = ARXIV:1207.7235;%%", +} + +@article{Chatrchyan:2012nj, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the inelastic proton-proton cross section + at $\sqrt{s}=7$ TeV}", + collaboration = "CMS Collaboration", + journal = "Phys.Lett.", + volume = "B722", + pages = "5-27", + doi = "10.1016/j.physletb.2013.03.024", + year = "2013", + eprint = "1210.6718", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-FWD-11-001, CERN-PH-EP-2012-293", + SLACcitation = "%%CITATION = ARXIV:1210.6718;%%", +} + +@article{Chatrchyan:2012vr, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the Z/gamma*+b-jet cross section in pp + collisions at 7 TeV}", + collaboration = "CMS Collaboration", + journal = "JHEP", + volume = "1206", + pages = "126", + doi = "10.1007/JHEP06(2012)126", + year = "2012", + eprint = "1204.1643", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-EWK-11-012, CERN-PH-EP-2012-049", + SLACcitation = "%%CITATION = ARXIV:1204.1643;%%", +} + + +@article{Chatrchyan:2011id, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the Underlying Event Activity at the LHC + with $\sqrt{s}= 7$ TeV and Comparison with $\sqrt{s} = + 0.9$ TeV}", + collaboration = "CMS Collaboration", + journal = "JHEP", + volume = "1109", + pages = "109", + doi = "10.1007/JHEP09(2011)109", + year = "2011", + eprint = "1107.0330", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2011-059, CMS-QCD-10-010", + SLACcitation = "%%CITATION = ARXIV:1107.0330;%%", +} + +@article{Chatrchyan:2013mwa, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the triple-differential cross section for + photon+jets production in proton-proton collisions at + $\sqrt{s}$=7 TeV}", + collaboration = "CMS Collaboration", + journal = "JHEP", + volume = "1406", + pages = "009", + doi = "10.1007/JHEP06(2014)009", + year = "2014", + eprint = "1311.6141", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-QCD-11-005, CERN-PH-EP-2013-194", + SLACcitation = "%%CITATION = ARXIV:1311.6141;%%", +} + +@article{Chatrchyan:2013qca, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of associated production of vector bosons + and top quark-antiquark pairs at sqrt(s) = 7 TeV}", + collaboration = "CMS Collaboration", + journal = "Phys.Rev.Lett.", + volume = "110", + pages = "172002", + doi = "10.1103/PhysRevLett.110.172002", + year = "2013", + eprint = "1303.3239", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-TOP-12-014, CERN-PH-EP-2013-033", + SLACcitation = "%%CITATION = ARXIV:1303.3239;%%", +} + +@article{Chatrchyan:2013oev, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of W+W- and ZZ production cross sections in + pp collisions at sqrt(s) = 8 TeV}", + collaboration = "CMS Collaboration", + journal = "Phys.Lett.", + volume = "B721", + pages = "190-211", + doi = "10.1016/j.physletb.2013.03.027", + year = "2013", + eprint = "1301.4698", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-SMP-12-024, CERN-PH-EP-2012-376", + SLACcitation = "%%CITATION = ARXIV:1301.4698;%%", +} + + +@article{Chatrchyan:2013qza, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of four-jet production in proton-proton + collisions at $\sqrt{s}=7$  TeV}", + collaboration = "CMS", + journal = "Phys.Rev.", + number = "9", + volume = "D89", + pages = "092010", + doi = "10.1103/PhysRevD.89.092010", + year = "2014", + eprint = "1312.6440", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-FSQ-12-013, CERN-PH-EP-2013-229", + SLACcitation = "%%CITATION = ARXIV:1312.6440;%%", +} + +@article{Chatrchyan:2013txa, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the ratio of the inclusive 3-jet cross + section to the inclusive 2-jet cross section in pp + collisions at $\sqrt{s}$ = 7 TeV and first determination + of the strong coupling constant in the TeV range}", + collaboration = "CMS Collaboration", + journal = "Eur.Phys.J.", + volume = "C73", + pages = "2604", + doi = "10.1140/epjc/s10052-013-2604-6", + year = "2013", + eprint = "1304.7498", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-QCD-11-003, CERN-PH-EP-2013-057", + SLACcitation = "%%CITATION = ARXIV:1304.7498;%%", +} + +@article{Chatrchyan:2013uza, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the production cross section for a W + boson and two b jets in pp collisions at $\sqrt{s}$=7 + TeV}", + collaboration = "CMS Collaboration", + journal = "Phys.Lett.", + volume = "B735", + pages = "204-225", + doi = "10.1016/j.physletb.2014.06.041", + year = "2014", + eprint = "1312.6608", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-SMP-12-026, CERN-PH-EP-2013-223, + CERN-PH-EP-2013-2223", + SLACcitation = "%%CITATION = ARXIV:1312.6608;%%", +} + +@article{Chatrchyan:2013vbb, + author = "Chatrchyan, Serguei and others", + title = "{Studies of jet mass in dijet and W/Z + jet events}", + collaboration = "CMS Collaboration", + journal = "JHEP", + volume = "1305", + pages = "090", + doi = "10.1007/JHEP05(2013)090", + year = "2013", + eprint = "1303.4811", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-SMP-12-019, CERN-PH-EP-2013-016", + SLACcitation = "%%CITATION = ARXIV:1303.4811;%%", +} + + + +@article{Chatrchyan:2013zja, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the cross section and angular + correlations for associated production of a Z boson with b + hadrons in pp collisions at $\sqrt{s} =$ 7 TeV}", + collaboration = "CMS Collaboration", + journal = "JHEP", + volume = "1312", + pages = "039", + doi = "10.1007/JHEP12(2013)039", + year = "2013", + eprint = "1310.1349", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-EWK-11-015, CERN-PH-EP-2013-153", + SLACcitation = "%%CITATION = ARXIV:1310.1349;%%", +} + +@article{Khachatryan:2014dia, + author = "Khachatryan, Vardan and others", + title = "{Measurement of the pp to ZZ production cross section and + constraints on anomalous triple gauge couplings in + four-lepton final states at sqrt(s) = 8 TeV}", + collaboration = "CMS Collaboration", + journal = "Phys.Lett.", + volume = "B740", + pages = "250", + doi = "10.1016/j.physletb.2014.11.059", + year = "2015", + eprint = "1406.0113", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-SMP-13-005, CERN-PH-EP-2014-080", + SLACcitation = "%%CITATION = ARXIV:1406.0113;%%", +} + +@article{Khachatryan:2014zya, + author = "Khachatryan, V. and others", + title = "{Measurements of jet multiplicity and differential + production cross sections of $Z +$ jets events in + proton-proton collisions at $\sqrt{s} =$ 7 TeV}", + collaboration = "CMS", + journal = "Phys. Rev.", + volume = "D91", + year = "2015", + number = "5", + pages = "052008", + doi = "10.1103/PhysRevD.91.052008", + eprint = "1408.3104", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-SMP-12-017, CERN-PH-EP-2014-205", + SLACcitation = "%%CITATION = ARXIV:1408.3104;%%" +} + + +@article{Khachatryan:2014iia, + author = "Khachatryan, Vardan and others", + title = "{Measurement of prompt $J/\psi$ pair production in pp + collisions at $ \sqrt{s} $ = 7 Tev}", + collaboration = "CMS", + journal = "JHEP", + volume = "1409", + pages = "094", + doi = "10.1007/JHEP09(2014)094", + year = "2014", + eprint = "1406.0484", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-BPH-11-021, CERN-PH-EP-2014-111", + SLACcitation = "%%CITATION = ARXIV:1406.0484;%%", +} + +@article{Chatrchyan:2013xxa, + author = "Chatrchyan, Serguei and others", + title = "{Study of double parton scattering using $W$ + 2-jet events + in proton-proton collisions at $\sqrt{s}$ = 7 TeV}", + collaboration = "CMS Collaboration", + journal = "JHEP", + volume = "1403", + pages = "032", + doi = "10.1007/JHEP03(2014)032", + year = "2014", + eprint = "1312.5729", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-FSQ-12-028, CERN-PH-EP-2013-224", + SLACcitation = "%%CITATION = ARXIV:1312.5729;%%", +} + +@article{Chatrchyan:2014dha, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the production cross sections for a Z + boson and one or more b jets in pp collisions at sqrt(s) = + 7 TeV}", + collaboration = "CMS Collaboration", + journal = "JHEP", + volume = "1406", + pages = "120", + doi = "10.1007/JHEP06(2014)120", + year = "2014", + eprint = "1402.1521", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-SMP-13-004, CERN-PH-EP-2014-005", + SLACcitation = "%%CITATION = ARXIV:1402.1521;%%", +} + + +@article{Chatrchyan:2014lfa, + author = "Chatrchyan, Serguei and others", + title = "{Search for new physics in the multijet and missing + transverse momentum final state in proton-proton + collisions at $\sqrt{s}$= 8 TeV}", + collaboration = "CMS Collaboration", + journal = "JHEP", + volume = "1406", + pages = "055", + doi = "10.1007/JHEP06(2014)055", + year = "2014", + eprint = "1402.4770", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-SUS-13-012, CERN-PH-EP-2014-015", + SLACcitation = "%%CITATION = ARXIV:1402.4770;%%", +} + +@article{Chatrchyan:2014fsa, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of differential cross sections for the + production of a pair of isolated photons in pp collisions + at $\sqrt{s}=7\,\text {TeV} $}", + collaboration = "CMS Collaboration", + journal = "Eur.Phys.J.", + number = "11", + volume = "C74", + pages = "3129", + doi = "10.1140/epjc/s10052-014-3129-3", + year = "2014", + eprint = "1405.7225", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-SMP-13-001, CERN-PH-EP-2014-067", + SLACcitation = "%%CITATION = ARXIV:1405.7225;%%", +} + + +@article{Chatrchyan:2014gia, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the ratio of inclusive jet cross sections + using the anti-$k_T$ algorithm with radius parameters + R=0.5 and 0.7 in pp collisions at $\sqrt{s}=7$  TeV}", + collaboration = "CMS Collaboration", + journal = "Phys.Rev.", + number = "7", + volume = "D90", + pages = "072006", + doi = "10.1103/PhysRevD.90.072006", + year = "2014", + eprint = "1406.0324", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-SMP-13-002, CERN-PH-EP-2014-068", + SLACcitation = "%%CITATION = ARXIV:1406.0324;%%", +} + +@article{Chatrchyan:2014mua, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of inclusive W and Z boson production cross + sections in pp collisions at $\sqrt{s}$ = 8 TeV}", + collaboration = "CMS Collaboration", + journal = "Phys.Rev.Lett.", + volume = "112", + pages = "191802", + doi = "10.1103/PhysRevLett.112.191802", + year = "2014", + eprint = "1402.0923", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-SMP-12-011, CERN-PH-EP-2013-217", + SLACcitation = "%%CITATION = ARXIV:1402.0923;%%", +} + + + +@article{Chatrchyan:2011qt, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the production cross section for pairs of + isolated photons in $pp$ collisions at $\sqrt{s}=7$ TeV}", + collaboration = "CMS Collaboration", + journal = "JHEP", + volume = "1201", + pages = "133", + doi = "10.1007/JHEP01(2012)133", + year = "2012", + eprint = "1110.6461", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2011-171, CMS-QCD-10-035", + SLACcitation = "%%CITATION = ARXIV:1110.6461;%%", +} + +@article{Chay:1990da, + author = "Chay, Junegone and Georgi, Howard and Grinstein, + Benjamin", + title = "{Lepton energy distributions in heavy meson decays from + QCD}", + journal = "Phys.Lett.", + volume = "B247", + pages = "399-405", + doi = "10.1016/0370-2693(90)90916-T", + year = "1990", + reportNumber = "HUTP-90-A035", + SLACcitation = "%%CITATION = PHLTA,B247,399;%%", +} +@article{Chekanov:2002be, + author = "Chekanov, S. and others", + title = "{Inclusive jet cross-sections in the Breit frame in + neutral current deep inelastic scattering at HERA and + determination of alpha(s)}", + collaboration = "ZEUS Collaboration", + journal = "Phys.Lett.", + volume = "B547", + pages = "164-180", + doi = "10.1016/S0370-2693(02)02763-6", + year = "2002", + eprint = "hep-ex/0208037", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "DESY-02-112", + SLACcitation = "%%CITATION = HEP-EX/0208037;%%", +} + +@ARTICLE{Chekanov:2008wt, + author = {Chekanov, Sergei and others}, + title = "{Multijet cross sections in charged current $e^\pm p$ scattering + at HERA}", + journal = {Phys. Rev.}, + year = {2008}, + volume = {D78}, + pages = {032004}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1103/PhysRevD.78.032004}, + eprint = {0802.3955}, + file = {:Chekanov2008wt.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0802.3955;%%}, + url = {http://durpdg.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0802.3955} +} + +@ARTICLE{Chekanov:2006un, + author = {Chekanov, S. and others}, + title = "{Measurement of prompt photons with associated jets in photoproduction + at HERA}", + journal = {Eur. Phys. J.}, + year = {2007}, + volume = {C49}, + pages = {511-522}, + note = {DESY-06-125}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1140/epjc/s10052-006-0134-1}, + eprint = {hep-ex/0608028}, + file = {:Chekanov2006un.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0608028;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0608028} +} + +@ARTICLE{Chekanov:2006xr, + author = {Chekanov, S. and others}, + title = "{Inclusive-jet and dijet cross sections in deep--inelastic scattering + at HERA}", + journal = {Nucl. Phys.}, + year = {2007}, + volume = {B765}, + pages = {1-30}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1016/j.nuclphysb.2006.09.018}, + eprint = {hep-ex/0608048}, + file = {:Chekanov2006xr.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0608048;%%} +} + +@ARTICLE{Chekanov:2007dx, + author = {Chekanov, S. and others}, + title = "{Multijet production at low $x_{Bj}$ in deep--inelastic scattering + at HERA}", + journal = {Nucl. Phys.}, + year = {2007}, + volume = {B786}, + pages = {152-180}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1016/j.nuclphysb.2007.05.027}, + eprint = {0705.1931}, + file = {:Chekanov2007dx.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0705.1931;%%}, + url = {http://durpdg.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0705.1931} +} + +@ARTICLE{Chekanov:2007pa, + author = {Chekanov, S. and others}, + title = "{Forward-jet production in deep--inelastic $ep$ scattering at HERA}", + journal = {Eur. Phys. J.}, + year = {2007}, + volume = {C52}, + pages = {515-530}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1140/epjc/s10052-007-0418-0}, + eprint = {0707.3093}, + file = {:Chekanov2007pa.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0707.3093;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0707.3093} +} + +@ARTICLE{Chekanov:2004hz, + author = {Chekanov, S. and others}, + title = "{The dependence of dijet production on photon virtuality in $ep$ + collisions at HERA}", + journal = {Eur. Phys. J.}, + year = {2004}, + volume = {C35}, + pages = {487-500}, + note = {DESY-04-053}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1140/epjc/s2004-01885-2}, + eprint = {hep-ex/0404033}, + file = {:Chekanov2004hz.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0404033;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0404033} +} + +@ARTICLE{Chekanov:2001aq, + author = {Chekanov, S. and others}, + title = "{Study of the effective transverse momentum of partons in the proton + using prompt photons in photoproduction at HERA}", + journal = {Phys. Lett.}, + year = {2001}, + volume = {B511}, + pages = {19-32}, + note = {DESY-01-043}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1016/S0370-2693(01)00615-3}, + eprint = {hep-ex/0104001}, + file = {:Chekanov2001aq.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0104001;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0104001} +} + +@ARTICLE{Chen:1973kf, + author = {Chen, M-S. and Peierls, R. F.}, + title = "{A mapping technique for efficient random event generation with constraints}", + journal = {J. Comput. Phys.}, + year = {1974}, + volume = {16}, + pages = {195}, + doi = {10.1016/0021-9991(74)90091-6}, + file = {:Chen1973kf.pdf:PDF}, + slaccitation = {%%CITATION = JCTPA,16,195;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=JCTPA,16,195} +} + +@ARTICLE{Chen:1997gg, + author = {Chen, Wei}, + title = "{Isolated direct double photon production in $p\bar{p}$ collisions + at 1.8 TeV with the D\O\ detector}", + note = {FERMILAB-THESIS-1997-31} +} + +@article{Chen:2014gva, + author = "Chen, X. and Gehrmann, T. and Glover, E.W.N. and Jaquier, + M.", + title = "{Precise QCD predictions for the production of Higgs+jet + final states}", + year = "2014", + eprint = "1408.5325", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "IPPP-14-64, ZU-TH-27-14", + SLACcitation = "%%CITATION = ARXIV:1408.5325;%%", +} + +@article{Chetyrkin:1981qh, + author = "Chetyrkin, K.G. and Tkachov, F.V.", + title = "{Integration by Parts: The Algorithm to Calculate beta + Functions in 4 Loops}", + journal = "Nucl.Phys.", + volume = "B192", + pages = "159-204", + doi = "10.1016/0550-3213(81)90199-1", + year = "1981", + SLACcitation = "%%CITATION = NUPHA,B192,159;%%", +} + +@article{Chiappetta:1990jd, + author = "Chiappetta, P. and Perrottet, M.", + title = "{Possible bounds on compositeness from inclusive one jet + production in large hadron colliders}", + journal = "Phys.Lett.", + volume = "B253", + pages = "489-493", + doi = "10.1016/0370-2693(91)91757-M", + year = "1991", + reportNumber = "CPT-90-P-2440", + SLACcitation = "%%CITATION = PHLTA,B253,489;%%", +} + +@article{Chiesa:2013yma, + author = "Chiesa, Mauro and Montagna, Guido and Barzè, Luca and + Moretti, Mauro and Nicrosini, Oreste and others", + title = "{Electroweak Sudakov Corrections to New Physics Searches + at the LHC}", + journal = "Phys.Rev.Lett.", + number = "12", + volume = "111", + pages = "121801", + doi = "10.1103/PhysRevLett.111.121801", + year = "2013", + eprint = "1305.6837", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2013-110, FNT-2013-02, LPN13-033", + SLACcitation = "%%CITATION = ARXIV:1305.6837;%%", +} + +@ARTICLE{Cho:2006sx, + author = {Cho, G. -C. and others}, + title = "{Weak boson fusion production of supersymmetric particles at the + LHC}", + journal = {Phys. Rev.}, + year = {2006}, + volume = {D73}, + pages = {054002}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.73.054002}, + eprint = {hep-ph/0601063}, + file = {:Cho2006sx.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0601063;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0601063} +} + +@ARTICLE{Christensen:2008py, + author = {Christensen, Neil D. and Duhr, Claude}, + title = "{FeynRules - Feynman rules made easy}", + journal = {Comput. Phys. Commun.}, + year = {2009}, + volume = {180}, + pages = {1614-1641}, + archiveprefix = {arXiv}, + doi = {10.1016/j.cpc.2009.02.018}, + eprint = {0806.4194}, + file = {:Christensen2008py.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0806.4194} +} + +@ARTICLE{Christensen:2009jx, + author = {Christensen, Neil D. and others}, + title = "{A comprehensive approach to new physics simulations}", + year = {2009}, + archiveprefix = {arXiv}, + eprint = {0906.2474}, + file = {:Christensen2009jx.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0906.2474;%%}, + url = {http://inspirebeta.net/record/823106} +} + +@article{Christiansen:2014kba, + author = "Christiansen, Jesper Roy and Sjöstrand, Torbjörn", + title = "{Weak Gauge Boson Radiation in Parton Showers}", + journal = "JHEP", + volume = "1404", + pages = "115", + doi = "10.1007/JHEP04(2014)115", + year = "2014", + eprint = "1401.5238", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "LU-TP-14-02, MCNET-14-01", + SLACcitation = "%%CITATION = ARXIV:1401.5238;%%", +} + +@ARTICLE{Chudakov:55ce, + author = {A. E. Chudakov}, + journal ="{Ser. Fiz., Izv. Akad. Nauk {SSSR}}", + year = {1955}, + volume = {19}, + pages = {650} +} + +@ARTICLE{Chung:2006dv, + author = {Chung, Y. S.}, + title = "{$W$ / $Z$ + jets and $Z$ $p_\perp$ measurements at Tevatron}", + note = {FERMILAB-CONF-06-535-E}, + collaboration = {CDF}, + file = {:Chung2006dv.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?r=FERMILAB-CONF-06-535-E} +} + +@ARTICLE{Ciafaloni:1987ur, + author = {Ciafaloni, Marcello}, + title = "{Coherence effects in initial jets at small $Q^2/s$}", + journal = {Nucl. Phys.}, + year = {1988}, + volume = {B296}, + pages = {49-74}, + file = {:Ciafaloni1987ur.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B296,49} +} + +@article{Ciccolini:2007ec, + author = "Ciccolini, Mariano and Denner, Ansgar and Dittmaier, + Stefan", + title = "{Electroweak and QCD corrections to Higgs production via + vector-boson fusion at the LHC}", + journal = "Phys.Rev.", + volume = "D77", + pages = "013002", + doi = "10.1103/PhysRevD.77.013002", + year = "2008", + eprint = "0710.4749", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MPP-2007-152, PSI-PR-07-06, UWTHPH-2007-26", + SLACcitation = "%%CITATION = ARXIV:0710.4749;%%", +} + +@article{Cieri:2012uk, + author = "Cieri, Leandro", + title = "{Diphoton production at next--to-next--to--leading-order}", + year = "2012", + eprint = "1209.3143", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1209.3143;%%", +} + +@article{CMS:2009nxa, + key = "925379", + title = "{Particle-Flow Event Reconstruction in CMS and + Performance for Jets, Taus, and MET}", + collaboration = "CMS Collaboration", + year = "2009", + reportNumber = "CMS-PAS-PFT-09-001", + SLACcitation = "%%CITATION = CMS-PAS-PFT-09-001 ETC.;%%", +} + +@article{CMS:2011aa, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the Inclusive $W$ and $Z$ Production + Cross Sections in $pp$ Collisions at $\sqrt{s}=7$ TeV}", + collaboration = "CMS Collaboration", + journal = "JHEP", + volume = "1110", + pages = "132", + doi = "10.1007/JHEP10(2011)132", + year = "2011", + eprint = "1107.4789", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2011-107, CMS-EWK-10-005", + SLACcitation = "%%CITATION = ARXIV:1107.4789;%%", +} + +@article{CMS:2011ab, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the Inclusive Jet Cross Section in $pp$ + Collisions at $\sqrt{s}=7$ TeV}", + collaboration = "CMS Collaboration", + journal = "Phys.Rev.Lett.", + volume = "107", + pages = "132001", + doi = "10.1103/PhysRevLett.107.132001", + year = "2011", + eprint = "1106.0208", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2011-053, CMS-QCD-10-011", + SLACcitation = "%%CITATION = ARXIV:1106.0208;%%", +} + +@article{CMS:2013xfa, + key = "1244669", + title = "{Projected Performance of an Upgraded CMS Detector at the + LHC and HL-lHC: Contribution to the Snowmass Process}", + collaboration = " CMS Collaboration", + year = "2013", + eprint = "1307.7135", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-NOTE-13-002", + SLACcitation = "%%CITATION = ARXIV:1307.7135;%%", +} + +@techreport{CMS-PAS-HIG-13-016, + title = "{Properties of the observed Higgs-like resonance using the + diphoton channel}", + institution = "CERN", + collaboration = "CMS Collaboration", + address = "Geneva", + number = "CMS-PAS-HIG-13-016", + year = "2013", +} + +@techreport{CMS-PAS-QCD-11-006, + title = "{Study of Topological Distributions of Inclusive Three- + and Four-jet Events at the LHC}", + institution = "CERN", + collaboration = "CMS Collaboration", + address = "Geneva", + number = "CMS-PAS-QCD-11-006", + year = "2014", +} + +@article{CMS:2014mna, + author = "Khachatryan, Vardan and others", + title = "{Measurement of the inclusive 3-jet production + differential cross section in proton-proton collisions at + 7 TeV and determination of the strong coupling constant in + the TeV range}", + collaboration = "CMS Collaboration", + year = "2014", + eprint = "1412.1633", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-SMP-12-027, CERN-PH-EP-2014-287", + SLACcitation = "%%CITATION = ARXIV:1412.1633;%%", +} + + +@article{Colangelo:1992kh, + author = "Colangelo, G. and Nason, P.", + title = "{A theoretical study of the $c$ and $b$ fragmentation + function from $e^+ e^-$ annihilation}", + journal = "Phys.Lett.", + volume = "B285", + pages = "167-171", + doi = "10.1016/0370-2693(92)91317-3", + year = "1992", + reportNumber = "LNF-92-017-P", + SLACcitation = "%%CITATION = PHLTA,B285,167;%%", +} + +@ARTICLE{Coleman:1967ad, + author = {Coleman, Sidney R. and Mandula, J.}, + title = "{All possible symmetries of the S--matrix}", + journal = {Phys. Rev.}, + year = {1967}, + volume = {159}, + pages = {1251-1256}, + doi = {10.1103/PhysRev.159.1251}, + file = {:Coleman1967ad.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,159,1251;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,159,1251} +} + +@ARTICLE{Collaboration:2011kq, + author = {Collaboration, The ATLAS}, + title = "{Study of jet shapes in inclusive jet production in $pp$ collisions + at $\sqrt{s} = 7$ TeV using the ATLAS Detector}", + year = {2011}, + archiveprefix = {arXiv}, + eprint = {1101.0070}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 1101.0070;%%}, + url = {http://inspirebeta.net/record/882984} +} + +@ARTICLE{Collaboration:2010pg, + author = {Collaboration, The ATLAS}, + title = "{Measurement of the production cross section for $W$-bosons in association + with jets in $pp$ collisions at $\sqrt{s} = 7$ TeV with the ATLAS detector}", + year = {2010}, + note = {* Temporary entry *}, + archiveprefix = {arXiv}, + eprint = {1012.5382}, + primaryclass = {hep-ex}, + url = {http://inspirebeta.net/record/882534} +} + +@article{Collins:1984ms, + author = "Collins, P.D.B. and Spiller, T.P.", + title = "{The fragmentation of heavy quarks}", + journal = "J.Phys.", + volume = "G11", + pages = "1289", + doi = "10.1088/0305-4616/11/12/006", + year = "1985", + reportNumber = "DTP/84/32", + SLACcitation = "%%CITATION = JPHGB,G11,1289;%%", +} + +@article{Collins:1984kg, + author = "Collins, John C. and Soper, Davison E. and Sterman, + George F.", + title = "{Transverse momentum distribution in Drell-Yan pair and W + and $Z$ boson production}", + journal = "Nucl.Phys.", + volume = "B250", + pages = "199", + doi = "10.1016/0550-3213(85)90479-1", + year = "1985", + reportNumber = "CERN-TH-3923", + SLACcitation = "%%CITATION = NUPHA,B250,199;%%", +} + +@article{Collins:1985ue, + author = "Collins, John C. and Soper, Davison E. and Sterman, + George F.", + title = "{Factorization for short--distance hadron--hadron + scattering}", + journal = "Nucl.Phys.", + volume = "B261", + pages = "104", + doi = "10.1016/0550-3213(85)90565-6", + year = "1985", + reportNumber = "OITS-287", + SLACcitation = "%%CITATION = NUPHA,B261,104;%%", +} + +@ARTICLE{Collins:1991ty, + author = {Collins, John C. and Ellis, R. K.}, + title = "{Heavy quark production in very high energy hadron collisions}", + journal = {Nucl. Phys.}, + year = {1991}, + volume = {B360}, + pages = {3-30}, + file = {:Collins1991ty.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B360,3} +} + +@ARTICLE{Collins:1987pm, + author = {Collins, John C. and Soper, Davison E.}, + title = "{The theorems of perturbative QCD}", + journal = {Ann. Rev. Nucl. Part. Sci.}, + year = {1987}, + volume = {37}, + pages = {383-409}, + file = {:Collins1987pm.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ARNUA,37,383} +} + +@ARTICLE{Collins:1981uw, + author = {Collins, John C. and Soper, Davison E.}, + title = "{Parton distribution and decay functions}", + journal = {Nucl. Phys.}, + year = {1982}, + volume = {B194}, + pages = {445}, + file = {:Collins1981uw.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B194,445} +} + +@ARTICLE{Collins:1981uk, + author = {Collins, John C. and Soper, Davison E.}, + title = "{Back-to-back jets in QCD}", + journal = {Nucl. Phys.}, + year = {1981}, + volume = {B193}, + pages = {381}, + file = {:Collins1981uk.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B193,381} +} + +@ARTICLE{Collins:1988ig, + author = {Collins, J. C. and Soper, D. E. and Sterman, G.}, + title = "{Soft gluons and factorization}", + journal = {Nucl. Phys.}, + year = {1988}, + volume = {B308}, + pages = {833-856}, + file = {:Collins1988ig.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B308,833} +} + +@ARTICLE{Collins:1989gx, + author = {Collins, John C. and Soper, Davison E. and Sterman, George}, + title = "{Factorization of hard processes in QCD}", + journal = {Adv. Ser. Direct. High Energy Phys.}, + year = {1988}, + volume = {5}, + pages = {1-91}, + eprint = {hep-ph/0409313}, + file = {:Collin very brieflys1989gx.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0409313} +} + +@ARTICLE{Collins:1981ta, + author = {Collins, John C. and Sterman, George}, + title = "{Soft partons in QCD}", + journal = {Nucl. Phys.}, + year = {1981}, + volume = {B185}, + pages = {172}, + file = {:Collins1981ta.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B185,172} +} + +@article{CooperSarkar:2011aa, + author = "Cooper-Sarkar, A.M.", + title = "{PDF Fits at HERA}", + collaboration = "ZEUS Collaboration, H1 Collaboration", + journal = "PoS", + volume = "EPS-HEP2011", + pages = "320", + year = "2011", + eprint = "1112.2107", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1112.2107;%%", +} + +@ARTICLE{Corcella:2002jc, + author = {Corcella, G. and others}, + title = "{HERWIG 6.5 Release Note}", + year = {2002}, + eprint = {hep-ph/0210213}, + file = {:Corcella2002jc.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0210213} +} + +@ARTICLE{Corcella:2000bw, + author = {Corcella, G. and others}, + title = "{HERWIG 6: an event generator for hadron emission reactions with + interfering gluons (including supersymmetric processes)}", + journal = {JHEP}, + year = {2001}, + volume = {01}, + pages = {010}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0011363}, + file = {:Corcella2000bw.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0011363;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0011363} +} + +@ARTICLE{Corcella:1999gs, + author = {Corcella, Gennaro and Seymour, Michael H.}, + title = "{Initial state radiation in simulations of vector boson production + at hadron colliders}", + journal = {Nucl. Phys.}, + year = {2000}, + volume = {B565}, + pages = {227-244}, + archiveprefix = {arXiv}, + doi = {10.1016/S0550-3213(99)00672-0}, + eprint = {hep-ph/9908388}, + file = {:Corcella1999gs.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9908388;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9908388} +} + +@ARTICLE{Corcella:1998rs, + author = {Corcella, G. and Seymour, M. H.}, + title = "{Matrix element corrections to parton shower simulations of heavy + quark decay}", + journal = {Phys. Lett.}, + year = {1998}, + volume = {B442}, + pages = {417-426}, + eprint = {hep-ph/9809451}, + file = {:Corcella1998rs.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9809451} +} + +@Article{Cordero:2009kv, + author = "Febres Cordero, Fernando and Reina, L. and Wackeroth, D.", + title = "{$W$- and $Z$-boson production with a massive bottom-quark pair + at the Large Hadron Collider}", + journal = "Phys. Rev.", + volume = "D80", + year = "2009", + pages = "034015", + eprint = "0906.1923", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + doi = "10.1103/PhysRevD.80.034015", + SLACcitation = "%%CITATION = 0906.1923;%%" +} + +@ARTICLE{Corke:2010zj, + author = {Corke, Richard and Sj{\"o}strand, Torbj{\"o}rn}, + title = "{Improved parton showers at large transverse momenta}", + journal = {Eur. Phys. J.}, + year = {2010}, + volume = {C69}, + pages = {1-18}, + archiveprefix = {arXiv}, + doi = {10.1140/epjc/s10052-010-1409-0}, + eprint = {1003.2384}, + file = {:Corke2010zj.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 1003.2384;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1003.2384} +} + +@ARTICLE{Corke:2009tk, + author = {Corke, Richard and Sj{\"o}strand, Torbj{\"o}rn}, + title = "{Multiparton interactions and rescattering}", + journal = {JHEP}, + year = {2009}, + volume = {01}, + pages = {035}, + archiveprefix = {arXiv}, + doi = {10.1007/JHEP01(2010)035}, + eprint = {0911.1909}, + file = {:Corke2009tk.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0911.1909;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0911.1909} +} + +@article{Corke:2011yy, + author = "Corke, Richard and Sjostrand, Torbjorn", + title = "{Multiparton Interactions with an x-dependent Proton + Size}", + journal = "JHEP", + volume = "1105", + pages = "009", + doi = "10.1007/JHEP05(2011)009", + year = "2011", + eprint = "1101.5953", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "LU-TP-11-06, MCNET-11-03", + SLACcitation = "%%CITATION = ARXIV:1101.5953;%%", +} + +@ARTICLE{Cornwall:1975ty, + author = {Cornwall, John M. and Tiktopoulos, George}, + title = "{Infrared behavior of nonabelian gauge theories}", + journal = {Phys. Rev.}, + year = {1976}, + volume = {D13}, + pages = {3370}, + file = {:Cornwall1975ty.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D13,3370} +} + +@article{Cullen:2013saa, + author = "Cullen, G. and van Deurzen, H. and Greiner, N. and + Luisoni, G. and Mastrolia, P. and others", + title = "{NLO QCD corrections to Higgs boson production plus three + jets in gluon fusion}", + year = "2013", + eprint = "1307.4737", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-13-119, DF-06-2013, LPN-13-042, MPP-2013-193, + SFB-CPP-13-46", + SLACcitation = "%%CITATION = ARXIV:1307.4737;%%", +} + +@article{Cullen:2011ac, + author = "Cullen, Gavin and Greiner, Nicolas and Heinrich, Gudrun + and Luisoni, Gionata and Mastrolia, Pierpaolo and others", + title = "{Automated One-Loop Calculations with GoSam}", + journal = "Eur.Phys.J.", + volume = "C72", + pages = "1889", + doi = "10.1140/epjc/s10052-012-1889-1", + year = "2012", + eprint = "1111.2034", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2011-272, MPP-2011-132, DESY-11-203, + IPPP-11-72, DCPT-11-144, EDINBURGH-2011-32", + SLACcitation = "%%CITATION = ARXIV:1111.2034;%%", +} + +@ARTICLE{Curci:1980uw, + author = {Curci, G. and Furmanski, W. and Petronzio, R.}, + title = "{Evolution of parton densities beyond leading order: The non-singlet + case}", + journal = {Nucl. Phys.}, + year = {1980}, + volume = {B175}, + pages = {27}, + doi = {10.1016/0550-3213(80)90003-6}, + file = {:Curci1980uw.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B175,27;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=NUPHA,B175,27} +} + +@article{Currie:2013vh, + author = "Currie, James and Glover, E.W.N. and Wells, Steven", + title = "{Infrared structure at NNLO using antenna subtraction}", + journal = "JHEP", + volume = "1304", + pages = "066", + doi = "10.1007/JHEP04(2013)066", + year = "2013", + eprint = "1301.4693", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "IPPP-12-82, ZU-TH-26-12", + SLACcitation = "%%CITATION = ARXIV:1301.4693;%%", +} + +@article{Curtin:2012nn, + author = "Curtin, David and Jaiswal, Prerit and Meade, Patrick", + title = "{Charginos Hiding In Plain Sight}", + journal = "Phys.Rev.", + number = "3", + volume = "D87", + pages = "031701", + doi = "10.1103/PhysRevD.87.031701", + year = "2013", + eprint = "1206.6888", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1206.6888;%%", +} + + +@article{Curtin:2014zua, + author = "Curtin, David and Meade, Patrick and Tien, Pin-Ju", + title = "{Natural SUSY in Plain Sight}", + year = "2014", + eprint = "1406.0848", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1406.0848;%%", +} + + +@article{Czakon:2013goa, + author = "Czakon, Michal and Fiedler, Paul and Mitov, Alexander", + title = "{The total top quark pair production cross-section at + hadron colliders through $\mathcal{O}(\alpha_S^4)$}", + journal = "Phys.Rev.Lett.", + volume = "110", + pages = "252004", + doi = "10.1103/PhysRevLett.110.252004", + year = "2013", + eprint = "1303.6254", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2013-056, TTK-13-08", + SLACcitation = "%%CITATION = ARXIV:1303.6254;%%", +} + +@article{Czakon:2012pz, + author = "Czakon, Michal and Mitov, Alexander", + title = "{NNLO corrections to top pair production at hadron + colliders: the quark-gluon reaction}", + journal = "JHEP", + volume = "1301", + pages = "080", + doi = "10.1007/JHEP01(2013)080", + year = "2013", + eprint = "1210.6832", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1210.6832;%%", +} + +@article{Czakon:2011ve, + author = "Czakon, M.", + title = "{Double-real radiation in hadronic top quark pair + production as a proof of a certain concept}", + journal = "Nucl.Phys.", + volume = "B849", + pages = "250-295", + doi = "10.1016/j.nuclphysb.2011.03.020", + year = "2011", + eprint = "1101.0642", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "TTK-10-58, SFB-CPP-10-134", + SLACcitation = "%%CITATION = ARXIV:1101.0642;%%", +} + +@article{Czakon:2012zr, + author = "Czakon, Michal and Mitov, Alexander", + title = "{NNLO corrections to top-pair production at hadron + colliders: the all-fermionic scattering channels}", + journal = "JHEP", + volume = "1212", + pages = "054", + doi = "10.1007/JHEP12(2012)054", + year = "2012", + eprint = "1207.0236", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1207.0236;%%", +} + + + +@article{d'Enterria:2012yj, + author = "d'Enterria, David and Rojo, Juan", + title = "{Quantitative constraints on the gluon distribution + function in the proton from collider isolated-photon + data}", + journal = "Nucl.Phys.", + volume = "B860", + pages = "311-338", + doi = "10.1016/j.nuclphysb.2012.03.003", + year = "2012", + eprint = "1202.1762", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1202.1762;%%", +} + +@article{D0:2012qt, + author = "Abazov, V.M. and others", + title = "{Measurement of the $p\bar{p} \to W+b+X$ production cross + section at $\sqrt{s}=1.96$ TeV}", + collaboration = "D0 Collaboration", + journal = "Phys.Lett.", + volume = "B718", + pages = "1314-1320", + doi = "10.1016/j.physletb.2012.12.044", + year = "2013", + eprint = "1210.0627", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-12-541-E", + SLACcitation = "%%CITATION = ARXIV:1210.0627;%%", +} + + +@ARTICLE{Daleo:2006xa, + author = {Daleo, A. and Gehrmann, T. and Ma{\^i}tre, D.}, + title = "{Antenna subtraction with hadronic initial states}", + journal = {JHEP}, + year = {2007}, + volume = {04}, + pages = {016}, + eprint = {hep-ph/0612257}, + file = {:Daleo2006xa.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0612257} +} + +@article{Dashen:1969ez, + author = "Dashen, Roger F. and Weinstein, M.", + title = "{Soft pions, chiral symmetry, and phenomenological + lagrangians}", + journal = "Phys.Rev.", + volume = "183", + pages = "1261-1291", + doi = "10.1103/PhysRev.183.1261", + year = "1969", + SLACcitation = "%%CITATION = PHRVA,183,1261;%%", +} + +@article{Dashen:1969eg, + author = "Dashen, Roger F.", + title = "{Chiral $SU(3) \otimes SU(3)$ as a symmetry of the strong + interactions}", + journal = "Phys.Rev.", + volume = "183", + pages = "1245-1260", + doi = "10.1103/PhysRev.183.1245", + year = "1969", + SLACcitation = "%%CITATION = PHRVA,183,1245;%%", +} + +@article{Dashen:1970et, + author = "Dashen, Roger F.", + title = "{Some features of chiral symmetry breaking}", + journal = "Phys.Rev.", + volume = "D3", + pages = "1879-1889", + doi = "10.1103/PhysRevD.3.1879", + year = "1971", + SLACcitation = "%%CITATION = PHRVA,D3,1879;%%", +} + +@article{Davies:1984hs, + author = "Davies, C.T.H. and Stirling, W. James", + title = "{Nonleading corrections to the Drell-Yan cross section at + small transverse momentum}", + journal = "Nucl.Phys.", + volume = "B244", + pages = "337", + doi = "10.1016/0550-3213(84)90316-X", + year = "1984", + reportNumber = "CERN-TH-3853", + SLACcitation = "%%CITATION = NUPHA,B244,337;%%", +} + +@article{Davies:1984sp, + author = "Davies, C.T.H. and Webber, B.R. and Stirling, W. James", + title = "{Drell-Yan cross sections at small transverse momentum}", + journal = "Nucl.Phys.", + volume = "B256", + pages = "413", + doi = "10.1016/0550-3213(85)90402-X", + year = "1985", + reportNumber = "CERN-TH-3987/84", + SLACcitation = "%%CITATION = NUPHA,B256,413;%%", +} + +@ARTICLE{Davoudiasl:2000wi, + author = {Davoudiasl, H. and Hewett, J. L. and Rizzo, T. G.}, + title = "{Experimental probes of localized gravity: On and off the wall}", + journal = {Phys. Rev.}, + year = {2001}, + volume = {D63}, + pages = {075004}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.63.075004}, + eprint = {hep-ph/0006041}, + file = {:Davoudiasl2000wi.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0006041;%%} +} + +@ARTICLE{Dawson:1990zj, + author = {Dawson, S.}, + title = "{Radiative corrections to Higgs boson production}", + journal = {Nucl. Phys.}, + year = {1991}, + volume = {B359}, + pages = {283-300}, + doi = {10.1016/0550-3213(91)90061-2}, + file = {:Dawson1990zj.pdf:PDF} +} + +@article{Dawson:2003zu, + author = "Dawson, S. and Jackson, C. and Orr, L.H. and Reina, L. + and Wackeroth, D.", + title = "{Associated Higgs production with top quarks at the large + hadron collider: NLO QCD corrections}", + journal = "Phys.Rev.", + volume = "D68", + pages = "034022", + doi = "10.1103/PhysRevD.68.034022", + year = "2003", + eprint = "hep-ph/0305087", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "BNL-HET-03-9, FSU-HEP-2003-0503, UB-HET-03-02", + SLACcitation = "%%CITATION = HEP-PH/0305087;%%", +} + +@article{Dawson:2013bba, + author = "Dawson, Sally and Gritsan, Andrei and Logan, Heather and + Qian, Jianming and Tully, Chris and others", + title = "{Working Group Report: Higgs Boson}", + year = "2013", + eprint = "1310.8361", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-CONF-13-671-T", + SLACcitation = "%%CITATION = ARXIV:1310.8361;%%", +} + +@ARTICLE{Dedes:2008bf, + author = {Dedes, Athanasios and Figy, Terrance and H{\"o}che, Stefan and Krauss, + Frank and Underwood, Thomas E. J.}, + title = "{Searching for Nambu-Goldstone Bosons at the LHC}", + journal = {JHEP}, + year = {2008}, + volume = {11}, + pages = {036}, + archiveprefix = {arXiv}, + eprint = {0807.4666}, + file = {:Dedes2008bf.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0807.4666;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0807.4666} +} + +@ARTICLE{DelDuca:1999ha, + author = {Vittorio {del Duca} and Alberto Frizzo and Fabio Maltoni}, + title = "{Factorization of tree QCD amplitudes in the high-energy limit and + in the collinear limit}", + journal = {Nucl. Phys.}, + year = {2000}, + volume = {B568}, + pages = {211-262}, + eprint = {hep-ph/9909464}, + file = {:DelDuca1999ha.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9909464} +} + +@article{DelDuca:2001fn, + author = "Del Duca, V. and Kilgore, W. and Oleari, C. and Schmidt, + C. and Zeppenfeld, D.", + title = "{Gluon fusion contributions to $H + 2$ jet production}", + journal = "Nucl.Phys.", + volume = "B616", + pages = "367-399", + doi = "10.1016/S0550-3213(01)00446-1", + year = "2001", + eprint = "hep-ph/0108030", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MADPH-01-1235, BNL-HET-01-28, MSUHEP-10709, DFTT-19-2001", + SLACcitation = "%%CITATION = HEP-PH/0108030;%%", +} + +@ARTICLE{DelDuca:1999rs, + author = {Del Duca, Vittorio and Dixon, Lance J. and Maltoni, Fabio}, + title = "{New color decompositions for gauge amplitudes at tree and loop level}", + journal = {Nucl. Phys.}, + year = {2000}, + volume = {B571}, + pages = {51-70}, + eprint = {hep-ph/9910563}, + file = {:DelDuca1999rs.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9910563} +} + +@ARTICLE{DelDuca:2003uz, + author = {Del Duca, Vittorio and Maltoni, Fabio and Nagy, Zoltan and Trocsanyi, + Zoltan}, + title = "{QCD radiative corrections to prompt diphoton production in association + with a jet at hadron colliders}", + journal = {JHEP}, + year = {2003}, + volume = {04}, + pages = {059}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0303012}, + file = {:DelDuca2003uz.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0303012;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0303012} +} + +@ARTICLE{DelDuca:1994ng, + author = {Del Duca, Vittorio and Schmidt, Carl R.}, + title = "{Balitsky-Fadin-Kuraev-Lipatov approximation versus $\mathcal{O}(\alpha_s^3)$ + corrections to large-rapidity dijet production}", + journal = {Phys. Rev.}, + year = {1995}, + volume = {D51}, + pages = {2150-2158}, + eprint = {hep-ph/9407359}, + file = {:DelDuca1994ng.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9407359} +} + +@article{DelDuca:1999pa, + author = "Del Duca, Vittorio and Kilgore, William B. and Maltoni, + Fabio", + title = "{Multiphoton amplitudes for next--to--leading order QCD}", + journal = "Nucl.Phys.", + volume = "B566", + pages = "252-274", + doi = "10.1016/S0550-3213(99)00663-X", + year = "2000", + eprint = "hep-ph/9910253", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "BNL-HET-99-27, DFTT-50-99", + SLACcitation = "%%CITATION = HEP-PH/9910253;%%", +} + +@ARTICLE{DelPozo:1993th, + author = {Del Pozo, L. A.}, + title = {Tests of QCD from Jet and Hadron Production at LEP}, + year = {1993}, + note = {PhD Thesis, University of Cambridge (1993), RALT-002} +} + +@article{Denner:2014gla, + author = "Denner, Ansgar and Dittmaier, Stefan and Hofer, Lars", + title = "{COLLIER - A fortran-library for one-loop integrals}", + journal = "PoS", + volume = "LL2014", + pages = "071", + year = "2014", + eprint = "1407.0087", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1407.0087;%%", +} + +@article{Denner:2011mq, + author = "Denner, A. and Heinemeyer, S. and Puljak, I. and Rebuzzi, + D. and Spira, M.", + title = "{Standard Model Higgs-Boson branching ratios with + uncertainties}", + journal = "Eur.Phys.J.", + volume = "C71", + pages = "1753", + doi = "10.1140/epjc/s10052-011-1753-8", + year = "2011", + eprint = "1107.5909", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1107.5909;%%", +} + +@article{Denner:2011id, + author = "Denner, Ansgar and Dittmaier, Stefan and Kallweit, Stefan + and Muck, Alexander", + title = "{Electroweak corrections to Higgs-strahlung off $W/Z$ + bosons at the Tevatron and the LHC with HAWK}", + journal = "JHEP", + volume = "1203", + pages = "075", + doi = "10.1007/JHEP03(2012)075", + year = "2012", + eprint = "1112.5142", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FR-PHENO-2011-025, PSI-PR-11-04, ZU-TH-29-11, TTK-11-61", + SLACcitation = "%%CITATION = ARXIV:1112.5142;%%", +} + +@article{Denner:2010jp, + author = "Denner, A. and Dittmaier, S. and Kallweit, S. and + Pozzorini, S.", + title = "{NLO QCD corrections to $W^+W^-b\bar{b}$ production + at hadron colliders}", + journal = "Phys.Rev.Lett.", + volume = "106", + pages = "052001", + doi = "10.1103/PhysRevLett.106.052001", + year = "2011", + eprint = "1012.3975", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FR-PHENO-2010-041, PSI-PR-10-14, ZH-TH-19-10", + SLACcitation = "%%CITATION = ARXIV:1012.3975;%%", +} + +@ARTICLE{Denner:2006xx, + author = {Denner, Ansgar}, + note = {private communication}, + file = {:Denner2006xx.pdf:PDF} +} + +@ARTICLE{Denner:2010jp, + author = {Denner, A. and Dittmaier, S. and Kallweit, S. and Pozzorini, S.}, + title = "{NLO QCD corrections to $WWbb$ production at hadron colliders}", + year = {2010}, + archiveprefix = {arXiv}, + eprint = {1012.3975}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 1012.3975;%%}, + url = {http://inspirebeta.net/record/881934} +} + +@article{Denner:2005nn, + author = "Denner, Ansgar and Dittmaier, S.", + title = "{Reduction schemes for one-loop tensor integrals}", + journal = "Nucl.Phys.", + volume = "B734", + pages = "62-115", + doi = "10.1016/j.nuclphysb.2005.11.007", + year = "2006", + eprint = "hep-ph/0509141", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MPP-2005-84, PSI-PR-05-08", + SLACcitation = "%%CITATION = HEP-PH/0509141;%%", +} + +@article{Denner:2000jv, + author = "Denner, Ansgar and Pozzorini, Stefano", + title = "{One loop leading logarithms in electroweak radiative + corrections. 1. Results}", + journal = "Eur.Phys.J.", + volume = "C18", + pages = "461-480", + doi = "10.1007/s100520100551", + year = "2001", + eprint = "hep-ph/0010201", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "PSI-PR-00-15, ZU-TH-17-00", + SLACcitation = "%%CITATION = HEP-PH/0010201;%%", +} + +@ARTICLE{Denner:1999gp, + author = {Denner, Ansgar and Dittmaier, S. and Roth, M. and Wackeroth, D.}, + title = "{Predictions for all processes $e^+e^-$ $\to$ fermions + $\gamma$}", + journal = {Nucl. Phys.}, + year = {1999}, + volume = {B560}, + pages = {33-65}, + archiveprefix = {arXiv}, + doi = {10.1016/S0550-3213(99)00437-X}, + eprint = {hep-ph/9904472}, + file = {:Denner1999gp.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9904472;%%}, + url = {http://inspirebeta.net/record/499024} +} + +@ARTICLE{Denner:1992vza, + author = {Denner, Ansgar and Eck, H. and Hahn, O. and K{\"u}blbeck, J.}, + title = "{Feynman rules for fermion number violating interactions}", + journal = {Nucl. Phys.}, + year = {1992}, + volume = {B387}, + pages = {467-484}, + doi = {10.1016/0550-3213(92)90169-C}, + file = {:Denner1992vza.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B387,467;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B387,467} +} + +@ARTICLE{Deur:2008rf, + author = {Deur, A. and Burkert, V. and Chen, J. P. and Korsch, W.}, + title = "{Determination of the effective strong coupling constant $\alpha_{s,g_1}(Q^2)$ + from CLAS spin structure function data}", + journal = {Phys. Lett.}, + year = {2008}, + volume = {B665}, + pages = {349-351}, + archiveprefix = {arXiv}, + doi = {10.1016/j.physletb.2008.06.049}, + eprint = {0803.4119}, + file = {:Deur2008rf.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0803.4119;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0803.4119} +} + +@ARTICLE{Diana:2009xv, + author = {Diana, Giovanni}, + title = "{High-energy resummation in direct photon production}", + journal = {Nucl. Phys.}, + year = {2010}, + volume = {B824}, + pages = {154-167}, + archiveprefix = {arXiv}, + doi = {10.1016/j.nuclphysb.2009.09.001}, + eprint = {0906.4159}, + file = {:Diana2009xv.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0906.4159;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0906.4159} +} + +@article{Dicus:1987fk, + author = "Dicus, Duane A. and Willenbrock, Scott S.D.", + title = "{Photon pair production and the intermediate mass Higgs + boson}", + journal = "Phys.Rev.", + volume = "D37", + pages = "1801", + doi = "10.1103/PhysRevD.37.1801", + year = "1988", + reportNumber = "MAD/PH/389", + SLACcitation = "%%CITATION = PHRVA,D37,1801;%%", +} + +@article{Diehl:2011yj, + author = "Diehl, Markus and Ostermeier, Daniel and Schafer, + Andreas", + title = "{Elements of a theory for multiparton interactions in + QCD}", + journal = "JHEP", + volume = "1203", + pages = "089", + doi = "10.1007/JHEP03(2012)089", + year = "2012", + eprint = "1111.0910", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-11-196", + SLACcitation = "%%CITATION = ARXIV:1111.0910;%%", +} + +@article{Diehl:2011tt, + author = "Diehl, Markus and Schafer, Andreas", + title = "{Theoretical considerations on multiparton interactions + in QCD}", + journal = "Phys.Lett.", + volume = "B698", + pages = "389-402", + doi = "10.1016/j.physletb.2011.03.024", + year = "2011", + eprint = "1102.3081", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-11-021", + SLACcitation = "%%CITATION = ARXIV:1102.3081;%%", +} + +@ARTICLE{Dinsdale:2007mf, + author = {Dinsdale, Michael and Ternick, Marko and Weinzierl, Stefan}, + title = "{Parton showers from the dipole formalism}", + journal = {Phys. Rev.}, + year = {2007}, + volume = {D76}, + pages = {094003}, + archiveprefix = {arXiv}, + eprint = {0709.1026}, + file = {:Dinsdale2007mf.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0709.1026} +} + +@ARTICLE{Dinsdale:2006sq, + author = {Dinsdale, Michael and Ternick, Marko and Weinzierl, Stefan}, + title = "{A comparison of efficient methods for the computation of Born gluon + amplitudes}", + journal = {JHEP}, + year = {2006}, + volume = {03}, + pages = {056}, + eprint = {hep-ph/0602204}, + file = {:Dinsdale2006sq.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0602204} +} + +@article{Dissertori:2003pj, + author = "Dissertori, G. and Knowles, I.G. and Schmelling, M.", + title = "{High energy experiments and theory}", + year = "2003", + SLACcitation = "%%CITATION = INSPIRE-634577;%%", +} + +@ARTICLE{Dissertori:2009qa, + author = {Dissertori, G. and others}, + title = "{Precise determination of the strong coupling constant at NNLO in + QCD from the three-jet rate in electron--positron annihilation at + LEP}", + journal = {Phys. Rev. Lett.}, + year = {2010}, + volume = {104}, + pages = {072002}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevLett.104.072002}, + eprint = {0910.4283}, + file = {:Dissertori2009qa.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0910.4283;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0910.4283} +} + +@ARTICLE{Dissertori:2009ik, + author = {Dissertori, G. and others}, + title = "{Determination of the strong coupling constant using matched NNLO+NLLA + predictions for hadronic event shapes in $e^+e^-$ annihilations}", + journal = {JHEP}, + year = {2009}, + volume = {08}, + pages = {036}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/08/036}, + eprint = {0906.3436}, + file = {:Dissertori2009ik.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0906.3436;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0906.3436} +} + +@ARTICLE{Dissertori:2007xa, + author = {Dissertori, G. and others}, + title = "{First determination of the strong coupling constant using NNLO predictions + for hadronic event shapes in $e^+e^-$ annihilations}", + journal = {JHEP}, + year = {2008}, + volume = {02}, + pages = {040}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/02/040}, + eprint = {0712.0327}, + file = {:Dissertori2007xa.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0712.0327;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0712.0327} +} + + +@article{Dittmaier:2007wz, + author = "Dittmaier, S. and Uwer, P. and Weinzierl, S.", + title = "{NLO QCD corrections to $t\bar{t}$ + jet production at + hadron colliders}", + journal = "Phys.Rev.Lett.", + volume = "98", + pages = "262002", + doi = "10.1103/PhysRevLett.98.262002", + year = "2007", + eprint = "hep-ph/0703120", + archivePrefix = "arXiv", + primaryClass = "HEP-PH", + SLACcitation = "%%CITATION = HEP-PH/0703120;%%", +} + +@article{Dittmaier:2008uj, + author = "Dittmaier, S. and Uwer, P. and Weinzierl, S.", + title = "{Hadronic top-quark pair production in association with a + hard jet at next--to--leading order QCD: Phenomenological + studies for the Tevatron and the LHC}", + journal = "Eur.Phys.J.", + volume = "C59", + pages = "625-646", + doi = "10.1140/epjc/s10052-008-0816-y", + year = "2009", + eprint = "0810.0452", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MPP-2008-98, MZ-TH-08-28, TTP-08-44, SFB-CPP-08-79", + SLACcitation = "%%CITATION = ARXIV:0810.0452;%%", +} + +@ARTICLE{Dittmaier:1999mb, + author = {Dittmaier, Stefan}, + title = "{A general approach to photon radiation off fermions}", + journal = {Nucl. Phys.}, + year = {2000}, + volume = {B565}, + pages = {69-122}, + archiveprefix = {arXiv}, + doi = {10.1016/S0550-3213(99)00563-5}, + eprint = {hep-ph/9904440}, + file = {:Dittmaier1999mb.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9904440;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9904440} +} + +@ARTICLE{Dittmaier:1998nn, + author = {Dittmaier, Stefan}, + title = "{Weyl-van der Waerden formalism for helicity amplitudes of massive + particles}", + journal = {Phys. Rev.}, + year = {1999}, + volume = {D59}, + pages = {016007}, + eprint = {hep-ph/9805445}, + file = {:Dittmaier1998nn.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9805445} +} + +@ARTICLE{Dittmaier:2008md, + author = {Dittmaier, Stefan and Kabelschacht, Alois and Kasprzik, Tobias}, + title = "{Polarized QED splittings of massive fermions and dipole subtraction + for non-collinear-safe observables}", + journal = {Nucl. Phys.}, + year = {2008}, + volume = {B800}, + pages = {146-189}, + archiveprefix = {arXiv}, + doi = {10.1016/j.nuclphysb.2008.03.010}, + eprint = {0802.1405}, + file = {:Dittmaier2008md.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0802.1405;%%} +} + +@ARTICLE{Dittmaier:2002ap, + author = {Dittmaier, Stefan and Roth, Markus}, + title = "{LUSIFER: A LUcid approach to SIx FERmion production}", + journal = {Nucl. Phys.}, + year = {2002}, + volume = {B642}, + pages = {307-343}, + archiveprefix = {arXiv}, + doi = {10.1016/S0550-3213(02)00640-5}, + eprint = {hep-ph/0206070}, + file = {:Dittmaier2002ap.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0206070;%%} +} + +@article{Dittmar:2009ii, + author = "Dittmar, M. and Forte, S. and Glazov, A. and Moch, S. and + Altarelli, G. and others", + title = "{Parton Distributions}", + year = "2009", + eprint = "0901.2504", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "IFUM-936-FT", + SLACcitation = "%%CITATION = ARXIV:0901.2504;%%", +} + +@article{Dittmaier:2011ti, + author = "Dittmaier, S. and others", + title = "{Handbook of LHC Higgs Cross Sections: 1. Inclusive + Observables}", + collaboration = "LHC Higgs Cross Section Working Group", + year = "2011", + eprint = "1101.0593", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-2011-002", + SLACcitation = "%%CITATION = ARXIV:1101.0593;%%", +} + +@article{Dixon:2013haa, + author = "Dixon, Lance J. and Li, Ye", + title = "{Bounding the Higgs Boson Width Through Interferometry}", + journal = "Phys.Rev.Lett.", + volume = "111", + pages = "111802", + doi = "10.1103/PhysRevLett.111.111802", + year = "2013", + eprint = "1305.3854", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1305.3854;%%", +} + +@Article{Dixon:1999di, + author = "Dixon, Lance J. and Kunszt, Z. and Signer, A.", + title = "{Vector boson pair production in hadronic collisions at + $\mathcal{O}(\alphaS)$: Lepton correlations and anomalous + couplings}", + journal = "Phys. Rev.", + volume = "D60", + year = "1999", + pages = "114037", + eprint = "hep-ph/9907305", + archivePrefix = "arXiv", + doi = "10.1103/PhysRevD.60.114037", + SLACcitation = "%%CITATION = HEP-PH/9907305;%%" +} + +@Article{Dixon:1998py, + author = "Dixon, Lance J. and Kunszt, Z. and Signer, A.", + title = "{Helicity amplitudes for $\mathcal{O}(\alphaS)$ production of $W^{+} + W^{-}$, $W^\pm Z$, $Z Z$, $W^\pm \gamma$, or $Z \gamma$ + pairs at hadron colliders}", + journal = "Nucl. Phys.", + volume = "B531", + year = "1998", + pages = "3-23", + eprint = "hep-ph/9803250", + archivePrefix = "arXiv", + doi = "10.1016/S0550-3213(98)00421-0", + SLACcitation = "%%CITATION = HEP-PH/9803250;%%" +} + +@ARTICLE{Dixon:1996wi, + author = {Dixon, Lance J.}, + title = "{Calculating scattering amplitudes efficiently}", + year = {1996}, + eprint = {hep-ph/9601359}, + file = {:Dixon1996wi.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9601359} +} + +@ARTICLE{Dixon:2004za, + author = {Dixon, Lance J. and Glover, E. W. N. and Khoze, Valentin V. }, + title = "{MHV rules for Higgs plus multi-gluon amplitudes}", + journal = {JHEP}, + year = {2004}, + volume = {12}, + pages = {015}, + eprint = {hep-th/0411092}, + file = {:Dixon2004za.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0411092} +} + +@article{Djouadi:2005gi, + author = "Djouadi, Abdelhak", + title = "{The Anatomy of electro-weak symmetry breaking. I: The + Higgs boson in the standard model}", + journal = "Phys.Rept.", + volume = "457", + pages = "1-216", + doi = "10.1016/j.physrep.2007.10.004", + year = "2008", + eprint = "hep-ph/0503172", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "LPT-ORSAY-05-17", + SLACcitation = "%%CITATION = HEP-PH/0503172;%%", +} + +@ARTICLE{Djouadi:2002ze, + author = {Djouadi, Abdelhak and Kneur, Jean-loic and Moultaka, Gilbert}, + title = "{SuSpect: A Fortran code for the Supersymmetric and Higgs particle + spectrum in the MSSM}", + journal = {Comput. Phys. Commun.}, + year = {2007}, + volume = {176}, + pages = {426-455}, + archiveprefix = {arXiv}, + doi = {10.1016/j.cpc.2006.11.009}, + eprint = {hep-ph/0211331}, + file = {:Djouadi2002ze.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0211331;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0211331} +} + +@ARTICLE{Djouadi:1991tka, + author = {Djouadi, A. and Spira, M. and Zerwas, P.M.}, + title = "{Production of Higgs bosons in proton colliders: QCD corrections}", + journal = {Phys.Lett.}, + year = {1991}, + volume = {B264}, + pages = {440-446}, + doi = {10.1016/0370-2693(91)90375-Z}, + file = {:Djouadi1991tka.pdf:PDF}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHLTA,B264,440} +} + +@article{Dobrescu:2012td, + author = "Dobrescu, Bogdan A. and Lykken, Joseph D.", + title = "{Coupling spans of the Higgs-like boson}", + journal = "JHEP", + volume = "1302", + pages = "073", + doi = "10.1007/JHEP02(2013)073", + year = "2013", + eprint = "1210.3342", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-12-557-T", + SLACcitation = "%%CITATION = ARXIV:1210.3342;%%", +} + +@Article{Dokshitzer:1987nc, + Title = {{Collective QCD effects in the structure of final multi--hadron states. (in Russian)}}, + Author = {Dokshitzer, Yuri L. and Troian, S.I. and Khoze, Valery A.}, + Journal = {Sov.J.Nucl.Phys.}, + Year = {1987}, + Pages = {712-719}, + Volume = {46}, + + Slaccitation = {%%CITATION = SJNCA,46,712;%%} +} + +@article{Dokshitzer:1997in, + author = "Dokshitzer, Yuri L. and Leder, G.D. and Moretti, S. and + Webber, B.R.", + title = "{Better jet clustering algorithms}", + journal = "JHEP", + volume = "9708", + pages = "001", + year = "1997", + eprint = "hep-ph/9707323", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CAVENDISH-HEP-97-06", + SLACcitation = "%%CITATION = HEP-PH/9707323;%%", +} + +@Article{Dokshitzer:1995zt, + author = "Dokshitzer, Yuri L. and Webber, B. R.", + title = "{Calculation of power corrections to hadronic event + shapes}", + journal = "Phys. Lett.", + volume = "B352", + year = "1995", + pages = "451-455", + eprint = "hep-ph/9504219", + archivePrefix = "arXiv", + doi = "10.1016/0370-2693(95)00548-Y", + SLACcitation = "%%CITATION = HEP-PH/9504219;%%" +} + +@Article{Dokshitzer:1995qm, + author = "Dokshitzer, Yuri L. and Marchesini, G. and Webber, B. R.", + title = "{Dispersive approach to power--behaved contributions in QCD + hard processes}", + journal = "Nucl. Phys.", + volume = "B469", + year = "1996", + pages = "93-142", + eprint = "hep-ph/9512336", + archivePrefix = "arXiv", + doi = "10.1016/0550-3213(96)00155-1", + SLACcitation = "%%CITATION = HEP-PH/9512336;%%" +} + + +@ARTICLE{Dokshitzer:2009wd, + author = {Dokshitzer, Yu. L.}, + title = "{A new look for good old parton dynamics}", + year = {2009}, + archiveprefix = {arXiv}, + eprint = {0911.0847}, + file = {:Dokshitzer2009wd.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0911.0847;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0911.0847} +} + +@ARTICLE{Dokshitzer:1977sg, + author = {Dokshitzer, Y. L.}, + title = "{Calculation of the structure functions for deep--inelastic scattering + and $e^+e^-$ annihilation by perturbation theory in quantum chromodynamics}", + journal = {Sov. Phys. JETP}, + year = {1977}, + volume = {46}, + pages = {641-653}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SPHJA,46,641} +} + +@article{Dokshitzer:1978yd, + author = "Dokshitzer, Yuri L. and Diakonov, Dmitri and Troian, + S.I.", + title = "{On the transverse momentum distribution of massive + lepton pairs}", + journal = "Phys.Lett.", + volume = "B79", + pages = "269-272", + doi = "10.1016/0370-2693(78)90240-X", + year = "1978", + SLACcitation = "%%CITATION = PHLTA,B79,269;%%", +} + +@ARTICLE{Dokshitzer:1978hw, + author = {Dokshitzer, Yuri L. and Diakonov, Dmitri and Troian, S. I.}, + title = "{Hard processes in quantum chromodynamics}", + journal = {Phys. Rept.}, + year = {1980}, + volume = {58}, + pages = {269-395}, + doi = {10.1016/0370-1573(80)90043-5}, + file = {:Dokshitzer1978hw.pdf:PDF}, + slaccitation = {%%CITATION = PRPLC,58,269;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PRPLC,58,269} +} + +@ARTICLE{Dokshitzer:1982xr, + author = {Dokshitzer, Yuri L. and Fadin, Victor S. and Khoze, Valery A.}, + title = "{Double Logs of Perturbative QCD for Parton Jets and Soft Hadron + Spectra}", + journal = {Z. Phys.}, + year = {1982}, + volume = {C15}, + pages = {325}, + file = {:Dokshitzer1982xr.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C15,325} +} + +@article{Dokshitzer:1987nm, + author = "Dokshitzer, Yuri L. and Khoze, Valery A. and Troian, S.I. + and Mueller, Alfred H.", + title = "{QCD Coherence in high--energy reactions}", + journal = "Rev.Mod.Phys.", + volume = "60", + pages = "373", + doi = "10.1103/RevModPhys.60.373", + year = "1988", + reportNumber = "CU-TP-374", + SLACcitation = "%%CITATION = RMPHA,60,373;%%", +} + +@article{Dokshitzer:1988bq, + author = "Dokshitzer, Yuri L. and Khoze, Valery A. and Troian, + S.I.", + title = "{Coherence and physics of {QCD} jets}", + journal = "Adv.Ser.Direct.High Energy Phys.", + volume = "5", + pages = "241-410", + year = "1988", + reportNumber = "DESY-88-093", + SLACcitation = "%%CITATION = 00319,5,241;%%", +} + +@BOOK{Dokshitzer:1991wu, + title = "{Basics of perturbative QCD}", + publisher = {Gif-sur-Yvette, France: Ed. Frontieres}, + year = {1991}, + author = {Dokshitzer, Yuri L. and Khoze, Valery A. and Mueller, Alfred H. and + Troyan, S. I.}, + pages = {274}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?key=2556677} +} + +@ARTICLE{Dokshitzer:1995ev, + author = {Dokshitzer, Yuri L. and Khoze, Valery A. and Troian, S. I.}, + title = "{Specific features of heavy quark production. Local parton-hadron + duality approach to heavy particle spectra}", + journal = {Phys. Rev.}, + year = {1996}, + volume = {D53}, + pages = {89-119}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.53.89}, + eprint = {hep-ph/9506425}, + file = {:Dokshitzer1995ev.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9506425;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9506425} +} + +@Article{Dokshitzer:1991he, + Title = {{Rapidity gaps in Higgs production}}, + Author = {Dokshitzer, Yuri L. and Khoze, Valery A. and Sj\"ostrand, T.}, + Journal = {Phys.Lett.}, + Year = {1992}, + Pages = {116-121}, + Volume = {B274}, + + Doi = {10.1016/0370-2693(92)90312-R}, + Reportnumber = {DTP-91-66, CERN-TH-6269-91, LU-TP-91-24}, + Slaccitation = {%%CITATION = PHLTA,B274,116;%%} +} + +@ARTICLE{Dokshitzer:2008ia, + author = {Dokshitzer, Yu. L. and Marchesini, G.}, + title = "{Monte Carlo and large angle gluon radiation}", + journal = {JHEP}, + year = {2009}, + volume = {03}, + pages = {117}, + archiveprefix = {arXiv}, + eprint = {0809.1749}, + file = {:Dokshitzer2008ia.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0809.1749;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0809.1749} +} + +@article{Dokshitzer:1982fh, + author = "Dokshitzer, Yuri L. and Fadin, Victor S. and Khoze, + Valery A.", + title = "{Coherent effects in the perturbative QCD parton jets}", + journal = "Phys.Lett.", + volume = "B115", + pages = "242-246", + doi = "10.1016/0370-2693(82)90654-2", + year = "1982", + SLACcitation = "%%CITATION = PHLTA,B115,242;%%", +} + +@ARTICLE{Dokshitzer:2005bf, + author = {Dokshitzer, Yu. L. and Marchesini, G. and Salam, G. P.}, + title = "{Revisiting parton evolution and the large-$x$ limit}", + journal = {Phys. Lett.}, + year = {2006}, + volume = {B634}, + pages = {504-507}, + archiveprefix = {arXiv}, + doi = {10.1016/j.physletb.2006.02.023}, + eprint = {hep-ph/0511302}, + file = {:Dokshitzer2005bf.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0511302;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0511302} +} + +@article{Dokshitzer:1991fd, + author = "Dokshitzer, Yuri L. and Khoze, Valery A. and Troian, + S.I.", + title = "{On specific QCD properties of heavy quark fragmentation + ('dead cone')}", + journal = "J.Phys.", + volume = "G17", + pages = "1602-1604", + doi = "10.1088/0954-3899/17/10/023", + year = "1991", + SLACcitation = "%%CITATION = JPAGA,G17,1602;%%", +} + +@ARTICLE{Dokshitzer:1995qm, + author = {Dokshitzer, Yuri L. and Marchesini, G. and Webber, B.R.}, + title = "{Dispersive approach to power-behaved contributions in QCD hard processes}", + journal = {Nucl.Phys.}, + year = {1996}, + volume = {B469}, + pages = {93-142}, + archiveprefix = {arXiv}, + doi = {10.1016/0550-3213(96)00155-1}, + eprint = {hep-ph/9512336}, + file = {:Dokshitzer1995qm.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://inspirebeta.net/record/403747?ln=en} +} + +@ARTICLE{Donnachie:1992ny, + author = {A. Donnachie and P. V. Landshoff}, + title = "{Total cross sections}", + journal = {Phys. Lett.}, + year = {1992}, + volume = {B296}, + pages = {227-232}, + eprint = {hep-ph/9209205}, + file = {:Donnachie1992ny.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9209205} +} + +@article{Donnachie:2004pi, + author = "Donnachie, A. and Landshoff, P.V.", + title = "{Does the hard pomeron obey Regge factorization?}", + journal = "Phys.Lett.", + volume = "B595", + pages = "393-399", + doi = "10.1016/j.physletb.2004.05.068", + year = "2004", + eprint = "hep-ph/0402081", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = HEP-PH/0402081;%%", +} + +@article{Donoghue:1979vi, + author = "Donoghue, John F. and Low, F.E. and Pi, So-Young", + title = "{Tensor Analysis of Hadronic Jets in Quantum + Chromodynamics}", + journal = "Phys.Rev.", + volume = "D20", + pages = "2759", + doi = "10.1103/PhysRevD.20.2759", + year = "1979", + reportNumber = "MIT-CTP-771", + SLACcitation = "%%CITATION = PHRVA,D20,2759;%%", +} + +@ARTICLE{Draggiotis:2000gm, + author = {Draggiotis, Petros D. and van Hameren, Andre and Kleiss, Ronald}, + title = "{SARGE: An algorithm for generating QCD-antennas}", + journal = {Phys. Lett.}, + year = {2000}, + volume = {B483}, + pages = {124-130}, + eprint = {hep-ph/0004047}, + file = {:Draggiotis2000gm.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0004047} +} + +@ARTICLE{Draggiotis:2002hm, + author = {Draggiotis, Petros D. and Kleiss, Ronald H. P. and Papadopoulos, + Costas G.}, + title = "{Multi-jet production in hadron collisions}", + journal = {Eur. Phys. J.}, + year = {2002}, + volume = {C24}, + pages = {447-458}, + eprint = {hep-ph/0202201}, + file = {:Draggiotis2002hm.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0202201} +} + +@ARTICLE{Duhr:2006iq, + author = {Duhr, Claude and H{\"o}che, Stefan and Maltoni, Fabio}, + title = "{Color-dressed recursive relations for multi-parton amplitudes}", + journal = {JHEP}, + year = {2006}, + volume = {08}, + pages = {062}, + eprint = {hep-ph/0607057}, + file = {:Duhr2006iq.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0607057} +} + +@ARTICLE{Duhr:2008wc, + author = {Duhr, Claude and Maltoni, Fabio}, + title = "{Antenna functions from MHV rules}", + journal = {JHEP}, + year = {2008}, + volume = {11}, + pages = {002}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/11/002}, + eprint = {0808.3319}, + file = {:Duhr2008wc.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0808.3319} +} + +@article{Dulat:2015mca, + author = "Dulat, Sayipjamal and Hou, Tie Jiun and Gao, Jun and + Guzzi, Marco and Huston, Joey and others", + title = "{The CT14 Global Analysis of Quantum Chromodynamics}", + year = "2015", + eprint = "1506.07443", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1506.07443;%%", +} + +@article{Dumm:2009kj, + author = "Dumm, D. Gomez and Roig, P. and Pich, A. and Portoles, + J.", + title = "{Hadron structure in $\tau\to KK\pi\nu_\tau$ decays}", + journal = "Phys.Rev.", + volume = "D81", + pages = "034031", + doi = "10.1103/PhysRevD.81.034031", + year = "2010", + eprint = "0911.2640", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FTUV-09-1111, IFIC-09-53, LPT-ORSAY-09-90", + SLACcitation = "%%CITATION = ARXIV:0911.2640;%%", +} + +@article{Dumm:2009va, + author = "Dumm, D. Gomez and Roig, P. and Pich, A. and Portoles, + J.", + title = "{$\tau\to\pi\pi\pi\nu_\tau$ decays and the $a(1)(1260)$ + off-shell width revisited}", + journal = "Phys.Lett.", + volume = "B685", + pages = "158-164", + doi = "10.1016/j.physletb.2010.01.059", + year = "2010", + eprint = "0911.4436", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FTUV-09-1123, IFIC-09-54, LPT-ORSAY-09-91", + SLACcitation = "%%CITATION = ARXIV:0911.4436;%%", +} + +@ARTICLE{Duke:1982bj, + author = {Duke, D. W. and Owens, J. F.}, + title = "{Quantumchromodynamic corrections to deep-inelastic Compton scattering}", + journal = {Phys. Rev.}, + year = {1982}, + volume = {D26}, + pages = {1600}, + doi = {10.1103/PhysRevD.26.1600}, + file = {:Duke1982bj.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D26,1600;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHRVA,D26,1600} +} + +@article{Ecker:1989yg, + author = "Ecker, G. and Gasser, J. and Leutwyler, H. and Pich, A. + and de Rafael, E.", + title = "{Chiral Lagrangians for massive spin--1 fields}", + journal = "Phys.Lett.", + volume = "B223", + pages = "425", + doi = "10.1016/0370-2693(89)91627-4", + year = "1989", + reportNumber = "BUTP-89/4-BERN, UWThPh-1989-9, FTUV/89-7, CPT-89/PE-2243", + SLACcitation = "%%CITATION = PHLTA,B223,425;%%", +} +@ARTICLE{Ecker:1988te, + author = {Ecker, G. and Gasser, J. and Pich, A. and de Rafael, E.}, + title = "{The role of resonances in chiral perturbation theory}", + journal = {Nucl. Phys.}, + year = {1989}, + volume = {B321}, + pages = {311}, + doi = {10.1016/0550-3213(89)90346-5}, + file = {:Ecker1988te.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B321,311;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B321,311} +} + +@ARTICLE{Edin:1996mw, + author = {Edin, A. and Ingelman, G. and Rathsman, J.}, + title = "{Unified description of rapidity gaps and energy flows in DIS final + states}", + journal = {Z. Phys.}, + year = {1997}, + volume = {C75}, + pages = {57-70}, + archiveprefix = {arXiv}, + doi = {10.1007/s002880050447}, + eprint = {hep-ph/9605281}, + file = {:Edin1996mw.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9605281;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9605281} +} + +@ARTICLE{Edin:1995gi, + author = {Edin, A. and Ingelman, G. and Rathsman, J.}, + title = "{Soft colour interactions as the origin of rapidity gaps in DIS}", + journal = {Phys. Lett.}, + year = {1996}, + volume = {B366}, + pages = {371-378}, + archiveprefix = {arXiv}, + doi = {10.1016/0370-2693(95)01391-1}, + eprint = {hep-ph/9508386}, + file = {:Edin1995gi.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9508386;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9508386} +} + +@article{Eichten:1989zv, + author = "Eichten, Estia and Hill, Brian Russell", + title = "{An effective field theory for the calculation of matrix + elements involving heavy quarks}", + journal = "Phys.Lett.", + volume = "B234", + pages = "511", + doi = "10.1016/0370-2693(90)92049-O", + year = "1990", + reportNumber = "FERMILAB-PUB-89-184-T", + SLACcitation = "%%CITATION = PHLTA,B234,511;%%", +} + + +@article{KeithEllis:2009bu, + author = "Ellis, R. Keith and Melnikov, Kirill and Zanderighi, + Giulia", + title = "{$W+3$ jet production at the Tevatron}", + journal = "Phys.Rev.", + volume = "D80", + pages = "094002", + doi = "10.1103/PhysRevD.80.094002", + year = "2009", + eprint = "0906.1445", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-09-293-T, OUTP-09-12-P", + SLACcitation = "%%CITATION = ARXIV:0906.1445;%%", +} + + +@article{Ellis:1980wv, + author = "Ellis, R. Keith and Ross, D.A. and Terrano, A.E.", + title = "{The Perturbative Calculation of Jet Structure in e+ e- + Annihilation}", + journal = "Nucl.Phys.", + volume = "B178", + pages = "421", + doi = "10.1016/0550-3213(81)90165-6", + year = "1981", + reportNumber = "CALT-68-785", + SLACcitation = "%%CITATION = NUPHA,B178,421;%%", +} + +@article{Ellis:1983fg, + author = "Ellis, S.D. and Richards, D.G. and Stirling, W. James", + title = "{Fixed Order Perturbation Theory and Leading Logarithms}", + journal = "Phys.Lett.", + volume = "B136", + pages = "99", + doi = "10.1016/0370-2693(84)92064-1", + year = "1984", + reportNumber = "DAMTP 82/34", + SLACcitation = "%%CITATION = PHLTA,B136,99;%%", +} + +@article{Ellis:1985er, + author = "Ellis, R. Keith and Sexton, J.C.", + title = "{QCD Radiative Corrections to Parton Parton Scattering}", + journal = "Nucl.Phys.", + volume = "B269", + pages = "445", + doi = "10.1016/0550-3213(86)90232-4", + year = "1986", + reportNumber = "FERMILAB-PUB-85-152-T", + SLACcitation = "%%CITATION = NUPHA,B269,445;%%", +} + +@article{Ellis:1987xu, + author = "Ellis, R. Keith and Hinchliffe, I. and Soldate, M. and + van der Bij, J.J.", + title = "{Higgs Decay to tau+ tau-: A Possible Signature of + Intermediate Mass Higgs Bosons at the SSC}", + journal = "Nucl.Phys.", + volume = "B297", + pages = "221", + doi = "10.1016/0550-3213(88)90019-3", + year = "1988", + reportNumber = "FERMILAB-PUB-87-100-T, LBL-23504", + SLACcitation = "%%CITATION = NUPHA,B297,221;%%", +} + +@article{Ellis:1990ek, + author = "Ellis, Stephen D. and Kunszt, Zoltan and Soper, Davison + E.", + title = "{The one-jet inclusive cross section at order + $\alphaS^{3}$, quarks and gluons}", + journal = "Phys.Rev.Lett.", + volume = "64", + pages = "2121", + doi = "10.1103/PhysRevLett.64.2121", + year = "1990", + reportNumber = "OITS-436, DOE/ER/40423-03-P90, ETH-TH/90-3", + SLACcitation = "%%CITATION = PRLTA,64,2121;%%", +} + +@article{Ellis:1992qq, + author = "Ellis, Stephen D. and Kunszt, Zoltan and Soper, Davison + E.", + title = "{Jets at hadron colliders at order $\alpha-s^{3:}$ A Look + inside}", + journal = "Phys.Rev.Lett.", + volume = "69", + pages = "3615-3618", + doi = "10.1103/PhysRevLett.69.3615", + year = "1992", + eprint = "hep-ph/9208249", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "UW-PT-92-01, DOE-ER-40614-16", + SLACcitation = "%%CITATION = HEP-PH/9208249;%%", +} + + +@article{Ellis:1993tq, + author = "Ellis, Stephen D. and Soper, Davison E.", + title = "{Successive combination jet algorithm for hadron + collisions}", + journal = "Phys.Rev.", + volume = "D48", + pages = "3160-3166", + doi = "10.1103/PhysRevD.48.3160", + year = "1993", + eprint = "hep-ph/9305266", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-TH-6860-93", + SLACcitation = "%%CITATION = HEP-PH/9305266;%%", +} + + + +@article{Ellis:2007qk, + author = "Ellis, R.Keith and Zanderighi, Giulia", + title = "{Scalar one-loop integrals for QCD}", + journal = "JHEP", + volume = "0802", + pages = "002", + doi = "10.1088/1126-6708/2008/02/002", + year = "2008", + eprint = "0712.1851", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-07-633-T, OUTP-07-16P", + SLACcitation = "%%CITATION = ARXIV:0712.1851;%%", +} + +@article{Ellis:1980wv, + author = "Ellis, R. Keith and Ross, D.A. and Terrano, A.E.", + title = "{The Perturbative Calculation of Jet Structure in + $e^+ e^-$ Annihilation}", + journal = "Nucl.Phys.", + volume = "B178", + pages = "421", + doi = "10.1016/0550-3213(81)90165-6", + year = "1981", + reportNumber = "CALT-68-785", + SLACcitation = "%%CITATION = NUPHA,B178,421;%%", +} + +@article{Ellis:1997ii, + author = "Ellis, R. Keith and Veseli, Sinisa", + title = "{$W$ and $Z$ transverse momentum distributions: + Resummation in $q_{T}$ space}", + journal = "Nucl.Phys.", + volume = "B511", + pages = "649-669", + doi = "10.1016/S0550-3213(97)00655-X", + year = "1998", + eprint = "hep-ph/9706526", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-97-207-T", + SLACcitation = "%%CITATION = HEP-PH/9706526;%%", +} + +@article{Ellis:1981hk, + author = "Ellis, R. Keith and Martinelli, G. and Petronzio, R.", + title = "{Lepton--pair production at large transverse momentum in + second order QCD}", + journal = "Nucl.Phys.", + volume = "B211", + pages = "106", + doi = "10.1016/0550-3213(83)90188-8", + year = "1983", + reportNumber = "CERN-TH-3186", + SLACcitation = "%%CITATION = NUPHA,B211,106;%%", +} + +@article{Ellis:1976uc, + author = "Ellis, John R. and Gaillard, Mary K. and Ross, Graham G.", + title = "{Search for gluons in $e^+e^-$ annihilation}", + journal = "Nucl.Phys.", + volume = "B111", + pages = "253", + doi = "10.1016/0550-3213(76)90542-3", + year = "1976", + reportNumber = "CERN-TH-2161", + SLACcitation = "%%CITATION = NUPHA,B111,253;%%", +} + +@BOOK{Ellis:1991qj, + title = "{QCD and collider physics}", + publisher = {Cambridge Monogr. Part. Phys. Nucl. Phys. Cosmol.}, + year = {1996}, + author = {R. Keith Ellis and W. James Stirling and Brian R. Webber}, + volume = {8}, + pages = {435}, + edition = {1}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=CMPCE,8,1} +} + +@article{Ellis:2011cr, + author = "Ellis, R. Keith and Kunszt, Zoltan and Melnikov, Kirill + and Zanderighi, Giulia", + title = "{One-loop calculations in quantum field theory: from + Feynman diagrams to unitarity cuts}", + journal = "Phys.Rept.", + volume = "518", + pages = "141-250", + doi = "10.1016/j.physrep.2012.01.008", + year = "2012", + eprint = "1105.4319", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-11-195-T", + SLACcitation = "%%CITATION = ARXIV:1105.4319;%%", +} +@ARTICLE{Ellis:1985vn, + author = {Ellis, S. D. and Kleiss, R. and Stirling, W. James}, + title = "{$W$'s, $Z$'s and jets}", + journal = {Phys. Lett.}, + year = {1985}, + volume = {B154}, + pages = {435}, + doi = {10.1016/0370-2693(85)90425-3}, + file = {:Ellis1985vn.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B154,435;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B154,435} +} + +@ARTICLE{Ellis:1993tq, + author = {Ellis, Stephen D. and Soper, Davison E.}, + title = "{Successive combination jet algorithm for hadron collisions}", + journal = {Phys. Rev.}, + year = {1993}, + volume = {D48}, + pages = {3160-3166}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.48.3160}, + eprint = {hep-ph/9305266}, + file = {:Ellis1993tq.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9305266;%%} +} + +@article{Ellis:2001aa, + author = "Ellis, S.D. and Huston, J. and Tonnesmann, M.", + title = "{On building better cone jet algorithms}", + journal = "eConf", + volume = "C010630", + pages = "P513", + year = "2001", + eprint = "hep-ph/0111434", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "UW-PT-01-25, MSUHEP-11101, MPI-PHE-2001-16, + SNOWMASS-2001-P513", + SLACcitation = "%%CITATION = HEP-PH/0111434;%%", +} + +@article{Ellis:2009me, + author = "Ellis, Stephen D. and Vermilion, Christopher K. and + Walsh, Jonathan R.", + title = "{Recombination Algorithms and Jet Substructure: Pruning + as a Tool for Heavy Particle Searches}", + journal = "Phys.Rev.", + volume = "D81", + pages = "094023", + doi = "10.1103/PhysRevD.81.094023", + year = "2010", + eprint = "0912.0033", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:0912.0033;%%", +} + +@article{Ellis:2009su, + author = "Ellis, Stephen D. and Vermilion, Christopher K. and + Walsh, Jonathan R.", + title = "{Techniques for improved heavy particle searches with jet + substructure}", + journal = "Phys.Rev.", + volume = "D80", + pages = "051501", + doi = "10.1103/PhysRevD.80.051501", + year = "2009", + eprint = "0903.5081", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:0903.5081;%%", +} + + +% This file was created with JabRef 2.5. +% Encoding: ISO8859_1 + +%%%%%%%%%% this will need updating!!!! +%%%% PLEASE PLEASE PLEASE keep this alphabetical - if we ever want to merge +%%%% something in we are fairly screwed otherwise. + + + + +@article{:2012gu, + author = "Chatrchyan, Serguei and others", + title = "{Observation of a new boson at a mass of 125 GeV with the + CMS experiment at the LHC}", + collaboration = "CMS Collaboration", + journal = "Phys.Lett.", + volume = "B716", + pages = "30-61", + doi = "10.1016/j.physletb.2012.08.021", + year = "2012", + eprint = "1207.7235", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-HIG-12-028, CERN-PH-EP-2012-220", + SLACcitation = "%%CITATION = ARXIV:1207.7235;%%", +} + +@article{Aad:2014jgf, + author = "Aad, Georges and others", + title = "{Measurement of distributions sensitive to the underlying + event in inclusive Z-boson production in $pp$ collisions + at $\sqrt{s}=7$ TeV with the ATLAS detector}", + collaboration = "ATLAS", + journal = "Eur.Phys.J.", + number = "12", + volume = "C74", + pages = "3195", + doi = "10.1140/epjc/s10052-014-3195-6", + year = "2014", + eprint = "1409.3433", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2014-162", + SLACcitation = "%%CITATION = ARXIV:1409.3433;%%", +} + +@article{Aad:2010fh, + author = "Aad, Georges and others", + title = "{Measurement of underlying event characteristics using + charged particles in pp collisions at $\sqrt{s} = 900 GeV$ + and 7 TeV with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "Phys.Rev.", + volume = "D83", + pages = "112001", + doi = "10.1103/PhysRevD.83.112001", + year = "2011", + eprint = "1012.0791", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2010-063", + SLACcitation = "%%CITATION = ARXIV:1012.0791;%%", +} +@article{Aad:2011dm, + author = "Aad, Georges and others", + title = "{Measurement of the inclusive $W^\pm$ and Z/gamma cross + sections in the electron and muon decay channels in $pp$ + collisions at $\sqrt{s}=7$ TeV with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "Phys.Rev.", + volume = "D85", + pages = "072004", + doi = "10.1103/PhysRevD.85.072004", + year = "2012", + eprint = "1109.5141", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2011-143", + SLACcitation = "%%CITATION = ARXIV:1109.5141;%%", +} + + +@article{Aad:2011eu, + author = "Aad, Georges and others", + title = "{Measurement of the Inelastic Proton-Proton Cross-Section + at $\sqrt{s}=7$ TeV with the ATLAS Detector}", + collaboration = "ATLAS Collaboration", + journal = "Nature Commun.", + volume = "2", + pages = "463", + doi = "10.1038/ncomms1472", + year = "2011", + eprint = "1104.0326", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2011-047", + SLACcitation = "%%CITATION = ARXIV:1104.0326;%%", +} + +@article{Aad:2014dca, + author = "Aad, Georges and others", + title = "{Measurement of the total cross section from elastic + scattering in $pp$ collisions at $\sqrt{s}=7$ TeV with the + ATLAS detector}", + collaboration = "ATLAS Collaboration", + year = "2014", + eprint = "1408.5778", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2014-177", + SLACcitation = "%%CITATION = ARXIV:1408.5778;%%", +} + + + +@article{Aad:2012tfa, + author = "Aad, Georges and others", + title = "{Observation of a new particle in the search for the + Standard Model Higgs boson with the ATLAS detector at the + LHC}", + collaboration = "ATLAS Collaboration", + journal = "Phys.Lett.", + volume = "B716", + pages = "1-29", + doi = "10.1016/j.physletb.2012.08.020", + year = "2012", + eprint = "1207.7214", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-218", + SLACcitation = "%%CITATION = ARXIV:1207.7214;%%", +} + +@article{Aad:2014xaa, + author = "Aad, Georges and others", + title = "{Measurement of the $Z/\gamma^*$ boson transverse + momentum distribution in $pp$ collisions at $\sqrt{s}$ = 7 + TeV with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "JHEP", + volume = "1409", + pages = "145", + doi = "10.1007/JHEP09(2014)145", + year = "2014", + eprint = "1406.3660", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2014-075", + SLACcitation = "%%CITATION = ARXIV:1406.3660;%%", +} + + +@article{Aad:2010ac, + author = "Aad, G. and others", + title = "{Charged-particle multiplicities in pp interactions + measured with the ATLAS detector at the LHC}", + collaboration = "ATLAS Collaboration", + journal = "New J.Phys.", + volume = "13", + pages = "053033", + doi = "10.1088/1367-2630/13/5/053033", + year = "2011", + eprint = "1012.5104", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + SLACcitation = "%%CITATION = ARXIV:1012.5104;%%", +} + +@article{Aad:2012awa, + author = "Aad, Georges and others", + title = "{Measurement of $ZZ$ production in $pp$ collisions at + $\sqrt{s}=7$ TeV and limits on anomalous $ZZZ$ and + $ZZ\gamma$ couplings with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "JHEP", + volume = "1303", + pages = "128", + doi = "10.1007/JHEP03(2013)128", + year = "2013", + eprint = "1211.6096", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-318", + SLACcitation = "%%CITATION = ARXIV:1211.6096;%%", +} + + +@article{Aad:2012pw, + author = "Aad, Georges and others", + title = "{Rapidity gap cross sections measured with the ATLAS + detector in $pp$ collisions at $\sqrt{s}=7$ TeV}", + collaboration = "ATLAS Collaboration", + journal = "Eur.Phys.J.", + volume = "C72", + pages = "1926", + doi = "10.1140/epjc/s10052-012-1926-0", + year = "2012", + eprint = "1201.2808", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2011-220", + SLACcitation = "%%CITATION = ARXIV:1201.2808;%%", +} + +@article{Aad:2012tba, + author = "Aad, Georges and others", + title = "{Measurement of isolated-photon pair production in $pp$ + collisions at $\sqrt{s}=7$ TeV with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "JHEP", + volume = "1301", + pages = "086", + doi = "10.1007/JHEP01(2013)086", + year = "2013", + eprint = "1211.1913", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-300", + SLACcitation = "%%CITATION = ARXIV:1211.1913;%%", +} + +@article{Aad:2012ux, + author = "Aad, Georges and others", + title = "{Measurement of the $t$-channel single top-quark + production cross section in $pp$ collisions at + $\sqrt{s}=7$ TeV with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "Phys.Lett.", + volume = "B717", + pages = "330-350", + doi = "10.1016/j.physletb.2012.09.031", + year = "2012", + eprint = "1205.3130", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-082", + SLACcitation = "%%CITATION = ARXIV:1205.3130;%%", +} + + +@article{Aad:2012xca, + author = "Aad, Georges and others", + title = "{Evidence for the associated production of a $W$ boson + and a top quark in ATLAS at $\sqrt{s}=7$ TeV}", + collaboration = "ATLAS", + journal = "Phys.Lett.", + volume = "B716", + pages = "142-159", + doi = "10.1016/j.physletb.2012.08.011", + year = "2012", + eprint = "1205.5764", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-117", + SLACcitation = "%%CITATION = ARXIV:1205.5764;%%", +} + +@article{Aad:2012yr, + author = "Aad, Georges and others", + title = "{Search for light top squark pair production in final + states with leptons and $b^-$ jets with the ATLAS detector + in $\sqrt{s}=7$ TeV proton-proton collisions}", + collaboration = "ATLAS Collaboration", + journal = "Phys.Lett.", + volume = "B720", + pages = "13-31", + doi = "10.1016/j.physletb.2013.01.049", + year = "2013", + eprint = "1209.2102", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-207", + SLACcitation = "%%CITATION = ARXIV:1209.2102;%%", +} + +@article{Aad:2013, + author = "Aad, Georges and others", + title = "{Measurement of hard double-parton interactions in + $W\to\ell\nu + 2$ jet events at $\sqrt{s}=7 \UTeV$ + with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + year = "2013", + eprint = "1301.6872", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-355", + SLACcitation = "%%CITATION = ARXIV:1301.6872;%%", +} + +@article{Aad:2013cea, + author = "Aad, Georges and others", + title = "{Measurement of the top quark pair production charge + asymmetry in proton-proton collisions at $\sqrt{s}$ = 7 + TeV using the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "JHEP", + volume = "1402", + pages = "107", + doi = "10.1007/JHEP02(2014)107", + year = "2014", + eprint = "1311.6724", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2013-177", + SLACcitation = "%%CITATION = ARXIV:1311.6724;%%", +} + +@article{Aad:2013tea, + author = "Aad, Georges and others", + title = "{Measurement of dijet cross sections in $pp$ collisions + at 7 TeV centre-of-mass energy using the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "JHEP", + volume = "1405", + pages = "059", + doi = "10.1007/JHEP05(2014)059", + year = "2014", + eprint = "1312.3524", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2013-192", + SLACcitation = "%%CITATION = ARXIV:1312.3524;%%", +} + + +@article{Aad:2013vka, + author = "Aad, Georges and others", + title = "{Measurement of the cross-section for W boson production + in association with b-jets in pp collisions at $\sqrt{s}$ + = 7 TeV with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "JHEP", + volume = "1306", + pages = "084", + doi = "10.1007/JHEP06(2013)084", + year = "2013", + eprint = "1302.2929", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-357", + SLACcitation = "%%CITATION = ARXIV:1302.2929;%%", +} + +@article{Aad:2013ysa, + author = "Aad, Georges and others", + title = "{Measurement of the production cross section of jets in + association with a Z boson in pp collisions at $\sqrt{s}$ + = 7 TeV with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "JHEP", + volume = "1307", + pages = "032", + doi = "10.1007/JHEP07(2013)032", + year = "2013", + eprint = "1304.7098", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2013-023", + SLACcitation = "%%CITATION = ARXIV:1304.7098;%%", +} +@article{Aad:2013zba, + author = "Aad, Georges and others", + title = "{Measurement of the inclusive isolated prompt photons + cross section in pp collisions at $\sqrt{s}=7$  TeV + with the ATLAS detector using 4.6  fb$^{−1}$}", + collaboration = "ATLAS Collaboration", + journal = "Phys.Rev.", + number = "5", + volume = "D89", + pages = "052004", + doi = "10.1103/PhysRevD.89.052004", + year = "2014", + eprint = "1311.1440", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2013-164", + SLACcitation = "%%CITATION = ARXIV:1311.1440;%%", +} + +@article{Aad:2014iaa, + author = "Aad, Georges and others", + title = "{Measurement of the $t\bar{t}$ production cross-section + as a function of jet multiplicity and jet transverse + momentum in 7 TeV proton-proton collisions with the ATLAS + detector}", + collaboration = "ATLAS Collaboration", + year = "2014", + eprint = "1407.0891", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2014-114", + SLACcitation = "%%CITATION = ARXIV:1407.0891;%%", +} + +@article{Aad:2014aia, + author = "Aad, Georges and others", + title = "{Search for $s$-channel single top-quark production in + proton–proton collisions at $\sqrt s=8$ TeV with the + ATLAS detector}", + collaboration = "ATLAS", + journal = "Phys.Lett.", + volume = "B740", + pages = "118-136", + doi = "10.1016/j.physletb.2014.11.042", + year = "2015", + eprint = "1410.0647", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2014-224", + SLACcitation = "%%CITATION = ARXIV:1410.0647;%%", +} + +@article{Aad:2014dvb, + author = "Aad, Georges and others", + title = "{Measurement of differential production cross-sections + for a $Z$ boson in association with $b$-jets in 7 TeV + proton-proton collisions with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "JHEP", + volume = "1410", + pages = "141", + doi = "10.1007/JHEP10(2014)141", + year = "2014", + eprint = "1407.3643", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2014-118", + SLACcitation = "%%CITATION = ARXIV:1407.3643;%%", +} + + +@article{Aad:2014fwa, + author = "Aad, Georges and others", + title = "{Comprehensive measurements of $t$-channel single + top-quark production cross sections at $\sqrt{s} = 7$ TeV + with the ATLAS detector}", + collaboration = "ATLAS", + journal = "Phys.Rev.", + number = "11", + volume = "D90", + pages = "112006", + doi = "10.1103/PhysRevD.90.112006", + year = "2014", + eprint = "1406.7844", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2014-133", + SLACcitation = "%%CITATION = ARXIV:1406.7844;%%", +} + +@article{Aad:2014mda, + author = "Aad, Georges and others", + title = "{Measurement of the $WW+WZ$ cross section and limits on + anomalous triple gauge couplings using final states with + one lepton, missing transverse momentum, and two jets with + the ATLAS detector at $\sqrt{\rm{s}} = 7$ TeV}", + collaboration = "ATLAS Collaboration", + year = "2014", + eprint = "1410.7238", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2014-244", + SLACcitation = "%%CITATION = ARXIV:1410.7238;%%", +} + + +@article{Aad:2014pua, + author = "Aad, Georges and others", + title = "{Measurements of jet vetoes and azimuthal decorrelations + in dijet events produced in $pp$ collisions at $\sqrt{s}$ + = 7 TeV using the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "Eur.Phys.J.", + number = "11", + volume = "C74", + pages = "3117", + doi = "10.1140/epjc/s10052-014-3117-7", + year = "2014", + eprint = "1407.5756", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2014-132", + SLACcitation = "%%CITATION = ARXIV:1407.5756;%%", +} + +@article{Aad:2014qxa, + author = "Aad, Georges and others", + title = "{Measurements of the W production cross sections in + association with jets with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + year = "2014", + eprint = "1409.8639", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2014-199", + SLACcitation = "%%CITATION = ARXIV:1409.8639;%%", +} + + +@article{Aad:2014vwa, + author = "Aad, Georges and others", + title = "{Measurement of the inclusive jet cross-section in + proton-proton collisions at $\sqrt{s}=7$ TeV using 4.5 + fb$^{-1}$ of data with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + year = "2014", + eprint = "1410.8857", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2014-155", + SLACcitation = "%%CITATION = ARXIV:1410.8857;%%", +} + + +@ARTICLE{Aad:2009wy, + author = {Aad, G. and others}, + title = "{Expected Performance of the ATLAS Experiment - Detector, Trigger + and Physics}", + year = {2009}, + archiveprefix = {arXiv}, + collaboration = {The ATLAS}, + eprint = {0901.0512}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0901.0512;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0901.0512} +} + +@ARTICLE{Aad:2008zzm, + author = {Aad, G. and others}, + title = "{The ATLAS Experiment at the CERN Large Hadron Collider}", + journal = {JINST}, + year = {2008}, + volume = {3}, + pages = {S08003}, + collaboration = {The ATLAS}, + doi = {10.1088/1748-0221/3/08/S08003}, + file = {:Aad2008zzm.pdf:PDF} +} +@article{Aad:2011fc, + author = "Aad, Georges and others", + title = "{Measurement of inclusive jet and dijet production in + $pp$ collisions at $\sqrt{s}=7$ TeV using the ATLAS + detector}", + collaboration = "ATLAS Collaboration", + journal = "Phys.Rev.", + volume = "D86", + pages = "014022", + doi = "10.1103/PhysRevD.86.014022", + year = "2012", + eprint = "1112.6297", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2011-192", + SLACcitation = "%%CITATION = ARXIV:1112.6297;%%", +} + +@article{Aad:2011kp, + author = "Aad, Georges and others", + title = "{Measurement of the cross section for the production of a + $W$ boson in association with $b^-$ jets in $pp$ + collisions at $\sqrt{s}=7$ TeV with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "Phys.Lett.", + volume = "B707", + pages = "418-437", + doi = "10.1016/j.physletb.2011.12.046", + year = "2012", + eprint = "1109.1470", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2011-132", + SLACcitation = "%%CITATION = ARXIV:1109.1470;%%", +} + + + +@article{Aad:2011tqa, + author = "Aad, Georges and others", + title = "{Measurement of multi-jet cross sections in proton-proton + collisions at a 7 TeV center-of-mass energy}", + collaboration = "ATLAS Collaboration", + journal = "Eur.Phys.J.", + volume = "C71", + pages = "1763", + doi = "10.1140/epjc/s10052-011-1763-6", + year = "2011", + eprint = "1107.2092", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2011-098", + SLACcitation = "%%CITATION = ARXIV:1107.2092;%%", +} + +@techreport{Aaij:1750837, + author = “LHCb collaboration”, + title = "{Measurement of the forward $W$ boson cross-section in + $pp$ collisions at $\sqrt{s} = 7 {\rm \, TeV}$}", + institution = "CERN", + collaboration = "LHCb collaboration", + address = "Geneva", + number = "arXiv:1408.4354. LHCB-PAPER-2014-033. CERN-PH-EP-2014-175", + month = "Aug", + year = "2014", +} + + +@article{Aaltonen:2007ae, + author = "Aaltonen, T. and others", + title = "{Measurement of inclusive jet cross-sections in + Z/gamma*(---> $e^{+} e^{-)}$ + jets production in $p + \bar{p}$ collisions at $\sqrt{s}$ = 1.96-TeV}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.Lett.", + volume = "100", + pages = "102001", + doi = "10.1103/PhysRevLett.100.102001", + year = "2008", + eprint = "0711.3717", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-07-627-E", + SLACcitation = "%%CITATION = ARXIV:0711.3717;%%", +} + + +@article{Aaltonen:2007ip, + author = "Aaltonen, T. and others", + title = "{Measurement of the cross section for $W^-$ boson + production in association with jets in $p\bar{p}$ + collisions at $\sqrt{s}$ = 1.96-TeV}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D77", + pages = "011108", + doi = "10.1103/PhysRevD.77.011108", + year = "2008", + eprint = "0711.4044", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-07-622-E", + SLACcitation = "%%CITATION = ARXIV:0711.4044;%%", +} + + +@article{Aaltonen:2008eq, + author = "Aaltonen, T. and others", + title = "{Measurement of the Inclusive Jet Cross Section at the + Fermilab Tevatron p anti-p Collider Using a Cone-Based Jet + Algorithm}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D78", + pages = "052006", + doi = "10.1103/PhysRevD.79.119902, 10.1103/PhysRevD.78.052006", + year = "2008", + eprint = "0807.2204", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-08-243-E", + SLACcitation = "%%CITATION = ARXIV:0807.2204;%%", +} + + + +@ARTICLE{Aaltonen:2009ty, + author = {Aaltonen, T.}, + title = "{Measurement of the inclusive isolated prompt photon cross section + in $p\bar{p}$ collisions at $\sqrt{s} = 1.96$ TeV using the CDF detector}", + journal = {Phys. Rev.}, + year = {2009}, + volume = {D80}, + pages = {111106}, + archiveprefix = {arXiv}, + collaboration = {CDF}, + doi = {10.1103/PhysRevD.80.111106}, + eprint = {0910.3623}, + file = {:Aaltonen2009ty.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0910.3623;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0910.3623} +} + +@ARTICLE{Aaltonen:2009ga, + author = {Aaltonen, T. and others}, + title = "{Search for a Fermiophobic Higgs Boson Decaying into Diphotons in + $p\bar{p}$ Collisions at $\sqrt{s} = 1.96$ TeV}", + journal = {Phys. Rev. Lett.}, + year = {2009}, + volume = {103}, + pages = {061803}, + archiveprefix = {arXiv}, + collaboration = {CDF}, + doi = {10.1103/PhysRevLett.103.061803}, + eprint = {0905.0413}, + file = {:Aaltonen2009ga.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0905.0413;%%} +} + +@ARTICLE{Aaltonen:2009ne, + author = {Aaltonen, T. and others}, + title = "{Measurement of particle production and inclusive differential cross + sections in $p\bar{p}$ collisions at $\sqrt{s}=1.96$ TeV}", + journal = {Phys. Rev.}, + year = {2009}, + volume = {D79}, + pages = {112005}, + archiveprefix = {arXiv}, + collaboration = {CDF}, + doi = {10.1103/PhysRevD.79.112005}, + eprint = {0904.1098}, + file = {:Aaltonen2009ne.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0904.1098;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0904.1098} +} + +@article{Aaltonen:2009qi, + author = "Aaltonen, T. and others", + title = "{First Measurement of the b-jet Cross Section in Events + with a W Boson in p anti-p Collisions at s**(1/2) = + 1.96-TeV}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.Lett.", + volume = "104", + pages = "131801", + doi = "10.1103/PhysRevLett.104.131801", + year = "2010", + eprint = "0909.1505", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-09-416-E", + SLACcitation = "%%CITATION = ARXIV:0909.1505;%%", +} + + +@ARTICLE{:2007cp, + author = {Aaltonen, T. and others}, + title = "{Measurement of Inclusive Jet Cross Sections in $Z/\gamma^* (\to + ee)+$ jets Production in $p\bar{p}$ Collisions at $\sqrt{s}=1.96$ + TeV}", + journal = {Phys. Rev. Lett.}, + year = {2008}, + volume = {100}, + pages = {102001}, + archiveprefix = {arXiv}, + collaboration = {CDF - Run II}, + eprint = {0711.3717}, + file = {:Aaltonen2007cp.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0711.3717;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0711.3717} +} + +@ARTICLE{Aaltonen:2007ip, + author = {Aaltonen, T. and others}, + title = "{Measurement of the cross section for W-boson production in association + with jets in $p\bar{p}$ collisions at $\sqrt{s}=1.96$ TeV}", + journal = {Phys. Rev.}, + year = {2008}, + volume = {D77}, + pages = {011108}, + archiveprefix = {arXiv}, + collaboration = {CDF}, + doi = {10.1103/PhysRevD.77.011108}, + eprint = {0711.4044}, + file = {:Aaltonen2007ip.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0711.4044;%%} +} + +@article{Aaltonen:2013wca, + author = "Aaltonen, Timo Antero and others", + title = "{Combination of measurements of the top-quark pair + production cross section from the Tevatron Collider}", + collaboration = "CDF Collaboration, D0 Collaboration", + journal = "Phys.Rev.", + volume = "D89", + pages = "072001", + doi = "10.1103/PhysRevD.89.072001", + year = "2014", + eprint = "1309.7570", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-13-432-E", + SLACcitation = "%%CITATION = ARXIV:1309.7570;%%", +} + +@article{Aaltonen:2011pg, + author = "Aaltonen, T. and others", + title = "{Study of Substructure of High Transverse Momentum Jets + Produced in Proton-Antiproton Collisions at + $\sqrt{s}=1.96$ TeV}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D85", + pages = "091101", + doi = "10.1103/PhysRevD.85.091101", + year = "2012", + eprint = "1106.5952", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-11-297-E-PPD", + SLACcitation = "%%CITATION = ARXIV:1106.5952;%%", +} + + +@article{Aaltonen:2011ts, + author = "Aaltonen, T. and others", + title = "{A Search for resonant production of $t\bar{t}$ pairs in + $4.8\ \rm{fb}^{-1}$ of integrated luminosity of $p\bar{p}$ + collisions at $\sqrt{s}=1.96\ \rm{TeV}$}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D84", + pages = "072004", + doi = "10.1103/PhysRevD.84.072004", + year = "2011", + eprint = "1107.5063", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-11-350-E, CDF-PUB-TOP-CDFR-10468", + SLACcitation = "%%CITATION = ARXIV:1107.5063;%%", +} + +@article{Aaltonen:2011vk, + author = "Aaltonen, T. and others", + title = "{Measurement of the Cross Section for Prompt Isolated + Diphoton Production in $p\bar{p}$ Collisions at $\sqrt{s} + = 1.96$ TeV}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D84", + pages = "052006", + doi = "10.1103/PhysRevD.84.052006", + year = "2011", + eprint = "1106.5131", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-11-296-PPD", + SLACcitation = "%%CITATION = ARXIV:1106.5131;%%", +} + + +@article{Aaltonen:2012it, + author = "Aaltonen, T. and others", + title = "{Measurement of the top quark forward-backward production + asymmetry and its dependence on event kinematic + properties}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D87", + pages = "092002", + doi = "10.1103/PhysRevD.87.092002", + year = "2013", + eprint = "1211.1003", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-12-591-E", + SLACcitation = "%%CITATION = ARXIV:1211.1003;%%", +} + +@article{Aaltonen:2012jd, + author = "Aaltonen, T. and others", + title = "{Measurement of the cross section for prompt isolated + diphoton production using the full CDF Run II data + sample}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.Lett.", + number = "10", + volume = "110", + pages = "101801", + doi = "10.1103/PhysRevLett.110.101801", + year = "2013", + eprint = "1212.4204", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-12-655-E", + SLACcitation = "%%CITATION = ARXIV:1212.4204;%%", +} + + +@article{Aaltonen:2014eva, + author = "Aaltonen, Timo Antero and others", + title = "{Measurement of the inclusive leptonic asymmetry in + top-quark pairs that decay to two charged leptons at CDF}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.Lett.", + volume = "113", + pages = "042001", + doi = "10.1103/PhysRevLett.113.042001", + year = "2014", + eprint = "1404.3698", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-14-096-E", + SLACcitation = "%%CITATION = ARXIV:1404.3698;%%", +} + + +@ARTICLE{Aaron:2010uj, + author = {Aaron, F. D. and others}, + title = "{Prompt photons in photoproduction at HERA}", + journal = {Eur. Phys. J.}, + year = {2010}, + volume = {C66}, + pages = {17-33}, + note = {DESY-09-135}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1140/epjc/s10052-010-1240-7}, + eprint = {0910.5631}, + file = {:Aaron2010uj.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0910.5631;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0910.5631} +} + +@article{Aaron:2009aa, + author = "Aaron, F.D. and others", + title = "{Combined Measurement and QCD Analysis of the Inclusive + e+- p Scattering Cross Sections at HERA}", + collaboration = "H1 and ZEUS Collaboration", + journal = "JHEP", + volume = "1001", + pages = "109", + doi = "10.1007/JHEP01(2010)109", + year = "2010", + eprint = "0911.0884", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "DESY-09-158", + SLACcitation = "%%CITATION = ARXIV:0911.0884;%%", +} + +@ARTICLE{Aaron:2009vs, + author = {Aaron, F. D. and others}, + title = "{Jet production in $ep$ collisions at high $Q^2$ and determination + of $\alpha_s$}", + journal = {Eur. Phys. J.}, + year = {2009}, + volume = {C65}, + pages = {363-383}, + note = {DESY-09-032}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1140/epjc/s10052-009-1208-7}, + eprint = {0904.3870}, + file = {:Aaron2009vs.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0904.3870;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0904.3870} +} + +@ARTICLE{Aaron:2007xx, + author = {Aaron, F. D. and others}, + title = "{Three- and four-jet production at low $x$ at HERA}", + journal = {Eur. Phys. J.}, + year = {2008}, + volume = {C54}, + pages = {389-409}, + note = {DESY-07-200}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1140/epjc/s10052-008-0544-3}, + eprint = {0711.2606}, + file = {:Aaron2007xx.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0711.2606;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0711.2606} +} + +@article{Aaron:2010ac, + author = "Aaron, F.D. and others", + title = "{Jet Production in ep Collisions at Low Q**2 and + Determination of alpha(s)}", + collaboration = "H1 Collaboration", + journal = "Eur.Phys.J.", + volume = "C67", + pages = "1-24", + doi = "10.1140/epjc/s10052-010-1282-x", + year = "2010", + eprint = "0911.5678", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "DESY-09-162", + SLACcitation = "%%CITATION = ARXIV:0911.5678;%%", +} + +@article{Abachi:1995iq, + author = "Abachi, S. and others", + title = "{Observation of the top quark}", + collaboration = "D0 Collaboration", + journal = "Phys.Rev.Lett.", + volume = "74", + pages = "2632-2637", + doi = "10.1103/PhysRevLett.74.2632", + year = "1995", + eprint = "hep-ex/9503003", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-95-028-E", + SLACcitation = "%%CITATION = HEP-EX/9503003;%%", +} + + +@ARTICLE{Abachi:1995zv, + author = {Abachi, S. and others}, + title = "{Studies of topological distributions of the three- and four-jet + events in $\bar{p}p$ collisions at $\sqrt{s}=1800$ GeV with the D\O\ + detector}", + journal = {Phys. Rev.}, + year = {1996}, + volume = {D53}, + pages = {6000-6016}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1103/PhysRevD.53.6000}, + eprint = {hep-ex/9509005}, + file = {:Abachi1995zv.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9509005;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9509005} +} + +@ARTICLE{Abachi:1996et, + author = {Abachi, S. and others}, + title = "{Azimuthal Decorrelation of Jets Widely Separated in Rapidity}", + journal = {Phys. Rev. Lett.}, + year = {1996}, + volume = {77}, + pages = {595-600}, + collaboration = {D\O\}, + eprint = {hep-ex/9603010}, + file = {:Abachi1996et.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9603010} +} + +@ARTICLE{Abachi:1995jf, + author = {Abachi, S. and others}, + title = "{Study of the Strong Coupling Constant Using W + Jet Processes}", + journal = {Phys. Rev. Lett.}, + year = {1995}, + volume = {75}, + pages = {3226-3231}, + collaboration = {D\O\}, + file = {:Abachi1995jf.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRLTA,75,3226} +} + +@article{Abazov:2001af, + author = "Abazov, V.M. and others", + title = "{The ratio of the isolated photon cross sections at + $\sqrt{s} = 630$ GeV and 1800 GeV}", + collaboration = "D0 Collaboration", + journal = "Phys.Rev.Lett.", + volume = "87", + pages = "251805", + doi = "10.1103/PhysRevLett.87.251805", + year = "2001", + eprint = "hep-ex/0106026", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-01-239-E", + SLACcitation = "%%CITATION = HEP-EX/0106026;%%", +} + + +@ARTICLE{Abazov:2008yg, + author = {Abazov, : V. M.}, + title = "{Evidence of $WW+WZ$ Production with lepton + jets Final States in + $p\bar{p}$ Collisions at $\sqrt{s}$ =1.96 TeV}", + journal = {Phys. Rev. Lett.}, + year = {2009}, + volume = {102}, + pages = {161801}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1103/PhysRevLett.102.161801}, + eprint = {0810.3873}, + file = {:Abazov2008yg.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0810.3873;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0810.3873} +} + +@ARTICLE{Abazov:2010ah, + author = {Abazov, V. and others}, + title = "{Measurement of direct photon pair production cross sections in + $p\bar{p}$ collisions at $\sqrt{s}=1.96$ TeV}", + journal = {Phys. Lett.}, + year = {2010}, + volume = {B690}, + pages = {108-117}, + archiveprefix = {arXiv}, + collaboration = "{The D\O}", + doi = {10.1016/j.physletb.2010.05.017}, + eprint = {1002.4917}, + file = {:Abazov2010ah.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 1002.4917;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1002.4917} +} + +@article{Abazov:2009gc, + author = "Abazov, V.M. and others", + title = "{Double parton interactions in photon+3 jet events in + $p\bar{p}$ collisions $\sqrt{s}=1.96$ TeV}", + collaboration = "D0 Collaboration", + journal = "Phys.Rev.", + volume = "D81", + pages = "052012", + doi = "10.1103/PhysRevD.81.052012", + year = "2010", + eprint = "0912.5104", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-09-644-E", + SLACcitation = "%%CITATION = ARXIV:0912.5104;%%", +} + +@ARTICLE{Abazov:2009av, + author = {Abazov, V.M. and others}, + title = "{Measurements of differential cross sections of + $Z/\gamma^*+$jets$+X$ events in proton anti-proton collisions at +$\sqrt{s} = 1.96$~TeV}", + journal = {Phys.Lett.}, + year = {2009}, + volume = {B678}, + pages = {45-54}, + archiveprefix = {arXiv}, + collaboration = {D\O\ }, + doi = {10.1016/j.physletb.2009.05.058}, + eprint = {0903.1748}, + file = {:Abazov2009av.pdf:PDF}, + primaryclass = {hep-ex} +} + +@article{Abazov:2009cp, + author = "Abazov, Victor Mukhamedovich and others", + title = "{Measurement of the W boson mass}", + collaboration = "D0 Collaboration", + journal = "Phys.Rev.Lett.", + volume = "103", + pages = "141801", + doi = "10.1103/PhysRevLett.103.141801", + year = "2009", + eprint = "0908.0766", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-09-388-E", + SLACcitation = "%%CITATION = ARXIV:0908.0766;%%", +} + + +@ARTICLE{Abazov:2009pp, + author = {Abazov, Victor Mukhamedovich and others}, + title = "{Measurement of $Z / \gamma^\ast +$jet$+X$ angular distributions + in $p \bar{p}$ collisions at $\sqrt{s}=1.96$ TeV}", + journal = {Phys. Lett.}, + year = {2010}, + volume = {B682}, + pages = {370-380}, + archiveprefix = {arXiv}, + collaboration = {D\O\ }, + doi = {10.1016/j.physletb.2009.11.012}, + eprint = {0907.4286}, + file = {:Abazov2009pp.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0907.4286;%%} +} + +@ARTICLE{Abazov:2010kn, + author = {Abazov, Victor Mukhamedovich and others}, + title = "{Measurement of the normalized $Z/\gamma^*\to\mu^+\mu^-$ transverse + momentum distribution in $p\bar{p}$ collisions at $\sqrt{s}=1.96$ + TeV}", + journal = {Phys. Lett.}, + year = {2010}, + volume = {B693}, + pages = {522-530}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1016/j.physletb.2010.09.012}, + eprint = {1006.0618}, + file = {:Abazov2010kn.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 1006.0618;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1006.0618} +} + +@ARTICLE{Abazov:2009kq, + author = {Abazov, V. M. and others}, + title = "{Search for Resonant Diphoton Production with the D\O\ Detector}", + journal = {Phys. Rev. Lett.}, + year = {2009}, + volume = {102}, + pages = {231801}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1103/PhysRevLett.102.231801}, + eprint = {0901.1887}, + file = {:Abazov2009kq.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0901.1887;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0901.1887} +} + +@ARTICLE{Abazov:2006gs, + author = {Abazov, V. M. and others}, + title = "{Measurement of the ratios of the $Z/\gamma^* +\ge n$ jet production + cross sections to the total inclusive $Z/\gamma^*$ cross section + in $p\bar{p}$ collisions at $\sqrt{s}$=1.96 TeV}", + journal = {Phys. Lett.}, + year = {2008}, + volume = {B658}, + pages = {112-119}, + collaboration = {D\O\}, + eprint = {hep-ex/0608052}, + file = {:Abazov2006gs.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0608052} +} + +@article{Abazov:2007ab, + author = "Abazov, V.M. and others", + title = "{First measurement of the forward-backward charge + asymmetry in top quark pair production}", + collaboration = "D0 Collaboration", + journal = "Phys.Rev.Lett.", + volume = "100", + pages = "142002", + doi = "10.1103/PhysRevLett.100.142002", + year = "2008", + eprint = "0712.0851", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-07-645-E", + SLACcitation = "%%CITATION = ARXIV:0712.0851;%%", +} + + +@ARTICLE{Abazov:2007nt, + author = {Abazov, V. M. and others}, + title = "{Measurement of the shape of the boson transverse momentum distribution + in $p\bar p\to Z/\gamma^*\to ee+X$ events produced at $\sqrt{s}=1.96$ + TeV}", + journal = {Phys. Rev. Lett.}, + year = {2008}, + volume = {100}, + pages = {102002}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1103/PhysRevLett.100.102002}, + eprint = {0712.0803}, + file = {:Abazov2007nt.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0712.0803;%%} +} + +@ARTICLE{Abazov:2008er, + author = {Abazov, V. M. and others}, + title = "{Measurement of the differential cross section for the production + of an isolated photon with associated jet in $p \bar{p}$ collisions + at $\sqrt{s}$ = 1.96 TeV}", + journal = {Phys. Lett.}, + year = {2008}, + volume = {B666}, + pages = {435-445}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1016/j.physletb.2008.06.076}, + eprint = {0804.1107}, + file = {:Abazov2008er.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0804.1107;%%} +} + +@ARTICLE{Abazov:2008ez, + author = {Abazov, V. M. and others}, + title = "{Measurement of differential $Z / \gamma^{*}$ + jet + $X$ cross sections + in $p \bar{p}$ collisions at $\sqrt{s} = 1.96$~TeV}", + journal = {Phys. Lett.}, + year = {2008}, + volume = {B669}, + pages = {278-286}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1016/j.physletb.2008.09.060}, + eprint = {0808.1296}, + file = {:Abazov2008ez.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0808.1296;%%} +} + +@ARTICLE{Abazov:2008hua, + author = {Abazov, V. M. and others}, + title = "{Measurement of the Inclusive Jet Cross Section in $p \bar{p}$ Collisions + at $\sqrt{s}$ =1.96 TeV}", + journal = {Phys. Rev. Lett.}, + year = {2008}, + volume = {101}, + pages = {062001}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1103/PhysRevLett.101.062001}, + eprint = {0802.2400}, + file = {:Abazov2008hua.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0802.2400;%%}, + url = {http://durpdg.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0802.2400} +} + +@ARTICLE{Abazov:2008it, + author = {Abazov, V. M. and others}, + title = "{Search for Decay of a Fermiophobic Higgs Boson $h_f \to \gamma \gamma$ + with the D\O\ Detector at $\sqrt{s}$ = 1.96 TeV}", + journal = {Phys. Rev. Lett.}, + year = {2008}, + volume = {101}, + pages = {051801}, + archiveprefix = {arXiv}, + collaboration = {D\O\ }, + doi = {10.1103/PhysRevLett.101.051801}, + eprint = {0803.1514}, + file = {:Abazov2008it.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0803.1514;%%} +} + +@ARTICLE{Abazov:2007jy, + author = {Abazov, V. M. and others}, + title = "{Measurement of the shape of the boson rapidity distribution for + $p \bar{p} \to Z/\gamma^* \to e^{+} e^{-}$ + $X$ events produced + at $\sqrt{s}$ of 1.96 TeV}", + journal = {Phys. Rev.}, + year = {2007}, + volume = {D76}, + pages = {012003}, + archiveprefix = {arXiv}, + collaboration = {D\O\ }, + doi = {10.1103/PhysRevD.76.012003}, + eprint = {hep-ex/0702025}, + file = {:Abazov2007jy.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0702025;%%} +} + +@ARTICLE{Abazov:2005wc, + author = {Abazov, V. M. and others}, + title = "{Measurement of the isolated photon cross section in $p \bar{p}$ + collisions at $\sqrt{s}$ = 1.96 TeV}", + journal = {Phys. Lett.}, + year = {2006}, + volume = {B639}, + pages = {151-158}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1016/j.physletb.2006.04.048}, + eprint = {hep-ex/0511054}, + file = {:Abazov2005wc.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0511054;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0511054} +} + +@ARTICLE{Abazov:2004hm, + author = {Abazov, V. M. and others}, + title = "{Measurement of dijet azimuthal decorrelations at central rapidities + in $p\bar{p}$ Collisions at $\sqrt{s} = 1.96$ TeV}", + journal = {Phys. Rev. Lett.}, + year = {2005}, + volume = {94}, + pages = {221801}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1103/PhysRevLett.94.221801}, + eprint = {hep-ex/0409040}, + file = {:Abazov2004hm.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0409040;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0409040} +} + +@ARTICLE{Abazov:2001hb, + author = {Abazov, V. M. and others}, + title = "{The inclusive jet cross-section in $p\bar{p}$ collisions at $\sqrt{s} + = 1.8$ TeV using the $k_\perp$ algorithm}", + journal = {Phys. Lett.}, + year = {2002}, + volume = {B525}, + pages = {211-218}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1016/S0370-2693(01)01441-1}, + eprint = {hep-ex/0109041}, + file = {:Abazov2001hb.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0109041;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0109041} +} + +@article{Abazov:2008ad, + author = "Abazov, V.M. and others", + title = "{First study of the radiation-amplitude zero in $W + \gamma$ production and limits on anomalous $W W \gamma$ + couplings at $\sqrt{s}$ = 1.96- TeV}", + collaboration = "D0 Collaboration", + journal = "Phys.Rev.Lett.", + volume = "100", + pages = "241805", + doi = "10.1103/PhysRevLett.100.241805", + year = "2008", + eprint = "0803.0030", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-08-052-E", + SLACcitation = "%%CITATION = ARXIV:0803.0030;%%", +} + +@article{Abazov:2008ae, + author = "Abazov, V.M. and others", + title = "{Measurement of the inclusive jet cross-section in $p + \bar{p}$ collisions at $s^{(1/2)}$ =1.96-TeV}", + collaboration = "D0 Collaboration", + journal = "Phys.Rev.Lett.", + volume = "101", + pages = "062001", + doi = "10.1103/PhysRevLett.101.062001", + year = "2008", + eprint = "0802.2400", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-08-034-E", + SLACcitation = "%%CITATION = ARXIV:0802.2400;%%", +} + +@article{Abazov:2008ez, + author = "Abazov, V.M. and others", + title = "{Measurement of differential $Z / \gamma^{*}$ + jet + $X$ + cross sections in $p \bar{p}$ collisions at $\sqrt{s}$ = + 1.96-TeV}", + collaboration = "D0 Collaboration", + journal = "Phys.Lett.", + volume = "B669", + pages = "278-286", + doi = "10.1016/j.physletb.2008.09.060", + year = "2008", + eprint = "0808.1296", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-08-293-E", + SLACcitation = "%%CITATION = ARXIV:0808.1296;%%", +} + + +@article{Abazov:2009ae, + author = "Abazov, V.M. and others", + title = "{Combination of $t\bar{t}$ cross section measurements and + constraints on the mass of the top quark and its decays + into charged Higgs bosons}", + collaboration = "D0 Collaboration", + journal = "Phys.Rev.", + volume = "D80", + pages = "071102", + doi = "10.1103/PhysRevD.80.071102", + year = "2009", + eprint = "0903.5525", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-09-092-E", + SLACcitation = "%%CITATION = ARXIV:0903.5525;%%", +} + +@article{Abazov:2009av, + author = "Abazov, V.M. and others", + title = "{Measurements of differential cross sections of + Z/gamma*+jets+X events in proton anti-proton collisions at + s**(1/2) = 1.96-TeV}", + collaboration = "D0 Collaboration", + journal = "Phys.Lett.", + volume = "B678", + pages = "45-54", + doi = "10.1016/j.physletb.2009.05.058", + year = "2009", + eprint = "0903.1748", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-09-066-E", + SLACcitation = "%%CITATION = ARXIV:0903.1748;%%", +} + + +@article{Abazov:2011rf, + author = "Abazov, Victor Mukhamedovich and others", + title = "{Measurements of inclusive $W+$jets production rates as a + function of jet transverse momentum in $p\bar{p}$ + collisions at $\sqrt{s}=1.96$~TeV}", + collaboration = "D0 Collaboration", + journal = "Phys.Lett.", + volume = "B705", + pages = "200-207", + doi = "10.1016/j.physletb.2011.10.011", + year = "2011", + eprint = "1106.1457", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-11-246-E-PPD", + SLACcitation = "%%CITATION = ARXIV:1106.1457;%%", +} + +@article{Abazov:2011rk, + author = "Abazov, Victor Mukhamedovich and others", + title = "{$W\gamma$ production and limits on anomalous $WW\gamma$ + couplings in $p\bar{p}$ collisions}", + collaboration = "D0 Collaboration", + journal = "Phys.Rev.Lett.", + volume = "107", + pages = "241803", + doi = "10.1103/PhysRevLett.107.241803", + year = "2011", + eprint = "1109.4432", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-11-486-E", + SLACcitation = "%%CITATION = ARXIV:1109.4432;%%", +} + +@article{Abazov:2011vi, + author = "Abazov, Victor Mukhamedovich and others", + title = "{Measurement of the inclusive jet cross section in $p + \bar {p}$ collisions at $\sqrt{s}=1.96$ TeV}", + collaboration = "D0 Collaboration", + journal = "Phys.Rev.", + volume = "D85", + pages = "052006", + doi = "10.1103/PhysRevD.85.052006", + year = "2012", + eprint = "1110.3771", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-11-547-E", + SLACcitation = "%%CITATION = ARXIV:1110.3771;%%", +} + + +@article{Abazov:2013gpa, + author = "Abazov, Victor Mukhamedovich and others", + title = "{Studies of W boson plus jets production in $p\bar{p}$ + collisions at $\sqrt{s}=1.96$ TeV}", + collaboration = "D0 Collaboration", + journal = "Phys.Rev.", + number = "9", + volume = "D88", + pages = "092001", + doi = "10.1103/PhysRevD.88.092001", + year = "2013", + eprint = "1302.6508", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-13-051-E", + SLACcitation = "%%CITATION = ARXIV:1302.6508;%%", +} + +@article{Abazov:2013pua, + author = "Abazov, V.M. and others", + title = "{Measurement of the differential cross sections for + isolated direct photon pair production in $p \bar p$ + collisions at $\sqrt{s} = 1.96$ TeV}", + collaboration = "D0 Collaboration", + journal = "Phys.Lett.", + volume = "B725", + pages = "6-14", + doi = "10.1016/j.physletb.2013.06.036", + year = "2013", + eprint = "1301.4536", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-13-022-E", + SLACcitation = "%%CITATION = ARXIV:1301.4536;%%", +} + + +@article{Abbiendi:2004qz, + author = "Abbiendi, G. and others", + title = "{Measurement of event shape distributions and moments in + e+ e- $\to$ hadrons at 91-GeV - 209-GeV and a + determination of alpha(s)}", + collaboration = "OPAL Collaboration", + journal = "Eur.Phys.J.", + volume = "C40", + pages = "287-316", + doi = "10.1140/epjc/s2005-02120-6", + year = "2005", + eprint = "hep-ex/0503051", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2004-044", + SLACcitation = "%%CITATION = HEP-EX/0503051;%%", +} + +@article{Abazov:2014cca, + author = "Abazov, Victor Mukhamedovich and others", + title = "{Measurement of the forward-backward asymmetry in top + quark-antiquark production in ppbar collisions using the + lepton+jets channel}", + collaboration = "D0 Collaboration", + year = "2014", + eprint = "1405.0421", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-14-116-E", + SLACcitation = "%%CITATION = ARXIV:1405.0421;%%", +} + +@ARTICLE{Abbiendi:2001qn, + author = {Abbiendi, G. and others}, + title = "{A simultaneous measurement of the QCD colour factors and the strong + coupling}", + journal = {Eur. Phys. J.}, + year = {2001}, + volume = {C20}, + pages = {601-615}, + archiveprefix = {arXiv}, + collaboration = {OPAL}, + doi = {10.1007/s100520100699}, + eprint = {hep-ex/0101044}, + file = {:Abbiendi2001qn.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0101044;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0101044} +} + +@ARTICLE{Abbott:2000ew, + author = {Abbott, B. and others}, + title = "{Inclusive jet production in $p\bar{p}$ collisions}", + journal = {Phys. Rev. Lett.}, + year = {2001}, + volume = {86}, + pages = {1707-1712}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1103/PhysRevLett.86.1707}, + eprint = {hep-ex/0011036}, + file = {:Abbott2000ew.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0011036;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0011036} +} + +@ARTICLE{Abbott:2000ua, + author = {Abbott, B. and others}, + title = "{Ratios of multijet cross sections in $p\bar{p}$ collisions at $\sqrt{s} + = 1.8$ TeV}", + journal = {Phys. Rev. Lett.}, + year = {2001}, + volume = {86}, + pages = {1955-1960}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1103/PhysRevLett.86.1955}, + eprint = {hep-ex/0009012}, + file = {:Abbott2000ua.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0009012;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0009012} +} + +@ARTICLE{Abbott:2000xv, + author = {Abbott, B. and others}, + title = "{Differential cross section for $W$ boson production as a function + of transverse momentum in $p\bar{p}$ collisions at $\sqrt{s} = 1.8$ + TeV}", + journal = {Phys. Lett.}, + year = {2001}, + volume = {B513}, + pages = {292-300}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1016/S0370-2693(01)00628-1}, + eprint = {hep-ex/0010026}, + file = {:Abbott2000xv.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0010026;%%} +} + +@ARTICLE{Abbott:1998wh, + author = {Abbott, B. and others}, + title = "{The dijet mass spectrum and a search for quark compositeness in + $\bar{p}p$ collisions at $\sqrt{s} = 1.8$ TeV}", + journal = {Phys. Rev. Lett.}, + year = {1999}, + volume = {82}, + pages = {2457-2462}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1103/PhysRevLett.82.2457}, + eprint = {hep-ex/9807014}, + file = {:Abbott1998wh.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9807014;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9807014} +} + +@article{Abbott:1999kd, + author = "Abbott, B. and others", + title = "{The isolated photon cross-section in $p\bar{p}$ + collisions at $\sqrt{s} = 1.8$ TeV}", + collaboration = "D0 Collaboration", + journal = "Phys.Rev.Lett.", + volume = "84", + pages = "2786-2791", + doi = "10.1103/PhysRevLett.84.2786", + year = "2000", + eprint = "hep-ex/9912017", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-99-354-E", + SLACcitation = "%%CITATION = HEP-EX/9912017;%%", +} + + +@ARTICLE{Abbott:1998xw, + author = {Abbott, B. and others}, + title = "{Determination of the absolute jet energy scale in the D\O\ calorimeters}", + journal = {Nucl. Instrum. Meth.}, + year = {1999}, + volume = {A424}, + pages = {352-394}, + archiveprefix = {arXiv}, + collaboration = {D\O\}, + doi = {10.1016/S0168-9002(98)01368-0}, + eprint = {hep-ex/9805009}, + file = {:Abbott1998xw.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9805009;%%} +} + +@article{DELPHI:2011aa, + author = "Abdallah, J. and others", + title = "{A study of the b-quark fragmentation function with the + DELPHI detector at LEP I and an averaged distribution + obtained at the Z Pole}", + collaboration = "DELPHI Collaboration", + journal = "Eur.Phys.J.", + volume = "C71", + pages = "1557", + doi = "10.1140/epjc/s10052-011-1557-x", + year = "2011", + eprint = "1102.4748", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2010-057", + SLACcitation = "%%CITATION = ARXIV:1102.4748;%%", +} + +@ARTICLE{:2010tk, + author = {Abdallah, J. and others}, + title = "{Study of the dependence of direct soft photon production on the + jet characteristics in hadronic $Z^0$ Decays}", + journal = {Eur. Phys. J.}, + year = {2010}, + volume = {C67}, + pages = {343-366}, + archiveprefix = {arXiv}, + collaboration = {DELPHI}, + doi = {10.1140/epjc/s10052-010-1315-5}, + eprint = {1004.1587}, + file = {:Abdallah2010tk.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 1004.1587;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1004.1587} +} + +@article{Abdesselam:2010pt, + author = "Abdesselam, A. and Kuutmann, E. Bergeaas and Bitenc, U. + and Brooijmans, G. and Butterworth, J. and others", + title = "{Boosted objects: A probe of beyond the Standard Model + physics}", + journal = "Eur.Phys.J.", + volume = "C71", + pages = "1661", + doi = "10.1140/epjc/s10052-011-1661-y", + year = "2011", + eprint = "1012.5412", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-15081, FERMILAB-PUB-10-617-CMS", + SLACcitation = "%%CITATION = ARXIV:1012.5412;%%", +} + +@ARTICLE{Abdullin:1998er, + author = {Abdullin, S. and others}, + title = "{Higgs boson discovery potential of LHC in the channel $p p \to \gamma + \gamma + jet$}", + journal = {Phys. Lett.}, + year = {1998}, + volume = {B431}, + pages = {410-419}, + archiveprefix = {arXiv}, + doi = {10.1016/S0370-2693(98)00547-4}, + eprint = {hep-ph/9805341}, + file = {:Abdullin1998er.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9805341;%%} +} + +@article{PhysRevD.45.1448, + title = {Topology of three-jet events in $\overline{p}p$ collisions at $\sqrt{s}=1.8$ TeV}, + author = {Abe, F. and others}, + collaboration = {(CDF Collaboration)}, + journal = {Phys. Rev. D}, + volume = {45}, + issue = {5}, + pages = {1448--1458}, + year = {1992}, + month = {Mar}, + doi = {10.1103/PhysRevD.45.1448}, + url = {http://link.aps.org/doi/10.1103/PhysRevD.45.1448}, + publisher = {American Physical Society} +} + +@article{Abe:2003iy, + author = "Abe, Koya and others", + title = "{Production of pi+, pi-, K+, K-, p and anti-p in light + (uds), c and b jets from Z0 decays}", + collaboration = "SLD Collaboration", + journal = "Phys.Rev.", + volume = "D69", + pages = "072003", + doi = "10.1103/PhysRevD.69.072003", + year = "2004", + eprint = "hep-ex/0310017", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "SLAC-PUB-9949", + SLACcitation = "%%CITATION = HEP-EX/0310017;%%", +} + +@article{Abe:2002iq, + author = "Abe, Koya and others", + title = "{Measurement of the b quark fragmentation function in Z0 + decays}", + collaboration = "SLD Collaboration", + journal = "Phys.Rev.", + volume = "D65", + pages = "092006", + doi = "10.1103/PhysRevD.66.079905, 10.1103/PhysRevD.65.092006", + year = "2002", + eprint = "hep-ex/0202031", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "SLAC-PUB-9087", + SLACcitation = "%%CITATION = HEP-EX/0202031;%%", +} + +@article{Abe:1994nj, + author = "Abe, F. and others", + title = "{Evidence for color coherence in $p\bar{p}$ collisions at + $\sqrt{s} = 1.8$ TeV}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D50", + pages = "5562-5579", + doi = "10.1103/PhysRevD.50.5562", + year = "1994", + reportNumber = "FERMILAB-PUB-94-072-E, CDF-ANAL-JET-PUBLIC-2413", + SLACcitation = "%%CITATION = PHRVA,D50,5562;%%", +} +@article{Abe:1994rra, + author = "Abe, F. and others", + title = "{A Precision measurement of the prompt photon + cross-section in $p\bar{p}$ collisions at $\sqrt{s} = 1.8$ + TeV}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.Lett.", + volume = "73", + pages = "2662-2666", + doi = "10.1103/PhysRevLett.73.2662", + year = "1994", + reportNumber = "FERMILAB-PUB-94-208-E, CDF-PUB-JET-PUBLIC-2656, + ANL-HEP-PR-95-16", + SLACcitation = "%%CITATION = PRLTA,73,2662;%%", +} + + +@article{Abe:1995hr, + author = "Abe, F. and others", + title = "{Observation of top quark production in $\bar{p}p$ + collisions}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.Lett.", + volume = "74", + pages = "2626-2631", + doi = "10.1103/PhysRevLett.74.2626", + year = "1995", + eprint = "hep-ex/9503002", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-95-022-E, CDF-PUB-TOP-PUBLIC-3040, + ANL-HEP-PR-95-44", + SLACcitation = "%%CITATION = HEP-EX/9503002;%%", +} + + +@article{Abe:1998rv, + author = "Abe, F. and others", + title = "{Measurement of the lepton charge asymmetry in $W$ boson + decays produced in $p \bar{p}$ collisions}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.Lett.", + volume = "81", + pages = "5754-5759", + doi = "10.1103/PhysRevLett.81.5754", + year = "1998", + eprint = "hep-ex/9809001", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-98-256-E", + SLACcitation = "%%CITATION = HEP-EX/9809001;%%", +} + +@article{Abe:1993rv, + author = "Abe, F. and others", + title = "{Study of four jet events and evidence for double parton + interactions in $p\bar{p}$ collisions at $\sqrt{s} = 1.8$ + TeV}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D47", + pages = "4857-4871", + doi = "10.1103/PhysRevD.47.4857", + year = "1993", + reportNumber = "ANL-HEP-PR-93-58, FERMILAB-PUB-93-003-E", + SLACcitation = "%%CITATION = PHRVA,D47,4857;%%", +} + +@ARTICLE{Abe:1997bp, + author = {Abe, F. and others}, + title = "{Measurement of double parton scattering in $\bar{p}p$ collisions + at $\sqrt{s} = 1.8\,\rm TeV$}", + journal = {Phys. Rev. Lett.}, + year = {1997}, + volume = {79}, + pages = {584-589}, + collaboration = {CDF}, + file = {:Abe1997bp.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRLTA,79,584} +} + +@ARTICLE{Abe:1997eva, + author = {Abe, F. and others}, + title = "{Properties of Jets in W Boson Events from 1.8 TeV $\bar{p}p$ collisions}", + journal = {Phys. Rev. Lett.}, + year = {1997}, + volume = {79}, + pages = {4760-4765}, + collaboration = {CDF}, + eprint = {hep-ex/9709016}, + file = {:Abe1997eva.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9709016} +} + +@ARTICLE{Abe:1997xk, + author = {Abe, F. and others}, + title = "{Double parton scattering in $\bar{p}p$ collisions at $\sqrt{s} = + 1.8\,\rm TeV$}", + journal = {Phys. Rev.}, + year = {1997}, + volume = {D56}, + pages = {3811-3832}, + collaboration = {CDF}, + file = {:Abe1997xk.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D56,3811} +} + +@ARTICLE{Abe:1994nj, + author = {Abe, F. and others}, + title = "{Evidence for color coherence in $p\bar{p}$ collisions at $\sqrt{s} + = 1.8$ TeV}", + journal = {Phys. Rev.}, + year = {1994}, + volume = {D50}, + pages = {5562-5579}, + collaboration = {CDF}, + doi = {10.1103/PhysRevD.50.5562}, + file = {:Abe1994nj.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D50,5562;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D50,5562} +} + +@ARTICLE{Abe:1992cy, + author = {Abe, F. and others}, + title = "{Measurement of the Cross Section for Production of Two Isolated + Prompt Photons in $p\bar{p}$ Collisions at $\sqrt{s} = 1.8$ TeV}", + journal = {Phys. Rev. Lett.}, + year = {1993}, + volume = {70}, + pages = {2232-2236}, + collaboration = {CDF}, + doi = {10.1103/PhysRevLett.70.2232}, + file = {:Abe1992cy.pdf:PDF}, + slaccitation = {%%CITATION = PRLTA,70,2232;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PRLTA,70,2232} +} + +@ARTICLE{Abe:1993si, + author = {Abe, F. and others}, + title = "{Measurement of Jet Multiplicity in $W$ Events Produced in $p\bar{p}$ + Collisions at $\sqrt{s} = 1.8$ Tev}", + journal = {Phys. Rev. Lett.}, + year = {1993}, + volume = {70}, + pages = {4042-4046}, + collaboration = {CDF}, + file = {:Abe1993si.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRLTA,70,4042} +} + +@article{Abelev:2012sea, + author = "Abelev, Betty and others", + title = "{Measurement of inelastic, single- and double-diffraction + cross sections in proton--proton collisions at the LHC + with ALICE}", + collaboration = "ALICE Collaboration", + journal = "Eur.Phys.J.", + volume = "C73", + pages = "2456", + doi = "10.1140/epjc/s10052-013-2456-0", + year = "2013", + eprint = "1208.4968", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-138, CERN-PH-EP-2012-238", + SLACcitation = "%%CITATION = ARXIV:1208.4968;%%", +} + +@ARTICLE{abergthesis, + author = {{\AA}berg, C.}, + title = "{Correcting the colour dipole cascade with fixed order matrix elements + in deep--inelastic scattering}", + note = {Diploma thesis, Lund preprint LU-TP 04-25}, + file = {:abergthesis.pdf:PDF}, + url = {http://particle.thep.lu.se/pub/Preprints/04/lu_tp_04_25_abs.html} +} + +@ARTICLE{Abreu:1996na, + author = {Abreu, P. and others}, + title = "{Tuning and test of fragmentation models based on identified particles + and precision event shape data}", + journal = {Z. Phys.}, + year = {1996}, + volume = {C73}, + pages = {11-60}, + collaboration = {DELPHI}, + doi = {10.1007/s002880050295}, + file = {:Abreu1996na.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C73,11;%%} +} +@article{Abreu:1995qx, + author = "Abreu, P. and others", + title = "{Strange baryon production in Z hadronic decays}", + collaboration = "DELPHI Collaboration", + journal = "Z.Phys.", + volume = "C67", + pages = "543-554", + doi = "10.1007/BF01553980", + year = "1995", + reportNumber = "CERN-PPE-95-039, CERN-PPE-95-39", + SLACcitation = "%%CITATION = ZEPYA,C67,543;%%", +} + +@article{Abreu:1993vk, + author = "Abreu, P. and others", + title = "{Measurement of the triple gluon vertex from four - jet + events at LEP}", + collaboration = "DELPHI Collaboration", + journal = "Z.Phys.", + volume = "C59", + pages = "357-368", + doi = "10.1007/BF01498617", + year = "1993", + reportNumber = "CERN-PPE-93-29", + SLACcitation = "%%CITATION = ZEPYA,C59,357;%%", +} + +@ARTICLE{Abreu:1991nt, + author = {Abreu, P. and others}, + title = "{Study of final state photons in hadronic $Z^0$ decay and limits + on new phenomena}", + journal = {Z. Phys.}, + year = {1992}, + volume = {C53}, + pages = {555-566}, + collaboration = {DELPHI}, + doi = {10.1007/BF01559732}, + file = {:Abreu1991nt.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C53,555;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C53,555} +} +@article{Abulencia:2005aj, + author = "Abulencia, A. and others", + title = "{Top quark mass measurement using the template method in + the lepton + jets channel at CDF II}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D73", + pages = "032003", + doi = "10.1103/PhysRevD.73.032003", + year = "2006", + eprint = "hep-ex/0510048", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-05-472-E", + SLACcitation = "%%CITATION = HEP-EX/0510048;%%", +} + + +@article{Abulencia:2005jw, + author = "Abulencia, A. and others", + title = "{Measurement of the inclusive jet cross section using the + k(t) algorithm in p anti-p collisions at $\sqrt{s}=$ + 1.96-TeV.}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.Lett.", + volume = "96", + pages = "122001", + doi = "10.1103/PhysRevLett.96.122001", + year = "2006", + eprint = "hep-ex/0512062", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-05-555-E", + SLACcitation = "%%CITATION = HEP-EX/0512062;%%", +} + +@article{Abulencia:2005yg, + author = "Abulencia, A. and others", + title = "{Measurement of the inclusive jet cross section in + $p\bar{p}$ interactions at $\sqrt{s} =$ 1.96-TeV using a + cone-based jet algorithm.}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D74", + pages = "071103", + doi = "10.1103/PhysRevD.74.071103", + year = "2006", + eprint = "hep-ex/0512020", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-05-559-E", + SLACcitation = "%%CITATION = HEP-EX/0512020;%%", +} +@ARTICLE{Abulencia:2007ez, + author = {Abulencia, A. and others}, + title = "{Measurement of the inclusive jet cross section using the $k_{T}$ + algorithm in $p \bar{p}$ collisions at $\sqrt{s}$ = 1.96~TeV with + the CDF II detector}", + journal = {Phys. Rev.}, + year = {2007}, + volume = {D75}, + pages = {092006}, + collaboration = {CDF}, + doi = {10.1103/PhysRevD.75.092006}, + eprint = {hep-ex/0701051}, + file = {:Abulencia2007ez.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0701051;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0701051} +} + +@article{Ackerstaff:1998hz, + author = "Ackerstaff, K. and others", + title = "{Measurements of flavor dependent fragmentation functions + in Z0 $\to$ q anti-q events}", + collaboration = "OPAL Collaboration", + journal = "Eur.Phys.J.", + volume = "C7", + pages = "369-381", + doi = "10.1007/s100529901067", + year = "1999", + eprint = "hep-ex/9807004", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-EP-98-089, CERN-EP-98-89", + SLACcitation = "%%CITATION = HEP-EX/9807004;%%", +} + +@ARTICLE{Ackerstaff:1997nha, + author = {Ackerstaff, K. and others}, + title = "{Measurement of the quark to photon fragmentation function through + the inclusive production of prompt photons in hadronic $Z^0$ decays}", + journal = {Eur. Phys. J.}, + year = {1998}, + volume = {C2}, + pages = {39-48}, + archiveprefix = {arXiv}, + collaboration = {OPAL}, + doi = {10.1007/s100520050122}, + eprint = {hep-ex/9708020}, + file = {:Ackerstaff1997nha.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9708020;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9708020} +} + +@article{Acosta:2002ya, + author = "Acosta, D. and others", + title = "{Comparison of the isolated direct photon cross sections + in $p\bar{p}$ collisions at $\sqrt{s}=$ 1.8-TeV and + $\sqrt{s}=$ 0.63-TeV}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D65", + pages = "112003", + doi = "10.1103/PhysRevD.65.112003", + year = "2002", + eprint = "hep-ex/0201004", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-01-390-E, CDF-ANAL-JET-CDFR-5636", + SLACcitation = "%%CITATION = HEP-EX/0201004;%%", +} + + +@ARTICLE{Acosta:2005dn, + author = {Acosta, Darin E. and others}, + title = "{Measurement of the azimuthal angle distribution of leptons from + $W$ boson decays as a function of the $W$ transverse momentum in + $p\bar{p}$ collisions at $\sqrt{s}$ = 1.8 TeV}", + journal = {Phys.Rev.}, + year = {2006}, + volume = {D73}, + pages = {052002}, + archiveprefix = {arXiv}, + collaboration = {CDF Collaboration}, + doi = {10.1103/PhysRevD.73.052002}, + eprint = {hep-ex/0504020}, + file = {:Acosta2005dn.pdf:PDF}, + primaryclass = {hep-ex}, + url = {http://inspirebeta.net/record/680371} +} + +@ARTICLE{Acosta:2004sn, + author = {Acosta, Darin E. and others}, + title = "{Measurement of the Cross Section for Prompt Diphoton Production + in $p\bar{p}$ Collisions at $\sqrt{s} = 1.96$ TeV}", + journal = {Phys. Rev. Lett.}, + year = {2005}, + volume = {95}, + pages = {022003}, + archiveprefix = {arXiv}, + collaboration = {CDF}, + doi = {10.1103/PhysRevLett.95.022003}, + eprint = {hep-ex/0412050}, + file = {:Acosta2004sn.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0412050;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0412050} +} + +@article{Acosta:2004uq, + author = "Acosta, D. and others", + title = "{First measurements of inclusive $W$ and $Z$ cross + sections from Run II of the Tevatron collider}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.Lett.", + volume = "94", + pages = "091803", + doi = "10.1103/PhysRevLett.94.091803", + year = "2005", + eprint = "hep-ex/0406078", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-04-159-E", + SLACcitation = "%%CITATION = HEP-EX/0406078;%%", +} + +@article{Acosta:2004wq, + author = "Acosta, D. and others", + title = "{Measurement of the forward-backward charge asymmetry of + electron positron pairs in $p\bar{p}$ collisions at + $\sqrt{s} = 1.96$ TeV}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D71", + pages = "052002", + doi = "10.1103/PhysRevD.71.052002", + year = "2005", + eprint = "hep-ex/0411059", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-04-314-E", + SLACcitation = "%%CITATION = HEP-EX/0411059;%%", +} + +@ARTICLE{Acosta:2004wqa, + author = {Acosta, Darin E. and others}, + title = "{Underlying event in hard interactions at the Fermilab Tevatron $\bar{p}p$ + collider}", + journal = {Phys. Rev.}, + year = {2004}, + volume = {D70}, + pages = {072002}, + collaboration = {CDF}, + eprint = {hep-ex/0404004}, + file = {:Acosta2004wqa.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0404004} +} + +@article{Acosta:2005ix, + author = "Acosta, D. and others", + title = "{Study of jet shapes in inclusive jet production in + $p\bar{p}$ collisions at $\sqrt{s}=1.96$ TeV}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D71", + pages = "112002", + doi = "10.1103/PhysRevD.71.112002", + year = "2005", + eprint = "hep-ex/0505013", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-05-156-E", + SLACcitation = "%%CITATION = HEP-EX/0505013;%%", +} + + +@ARTICLE{Acosta:2002ya, + author = {Acosta, Darin E. and others}, + title = "{Comparison of the isolated direct photon cross sections in $p\bar{p}$ + collisions at $\sqrt{s}=$ 1.8 TeV and $\sqrt{s}=$ 0.63 TeV}", + journal = {Phys. Rev.}, + year = {2002}, + volume = {D65}, + pages = {112003}, + archiveprefix = {arXiv}, + collaboration = {CDF}, + doi = {10.1103/PhysRevD.65.112003}, + eprint = {hep-ex/0201004}, + file = {:Acosta2002ya.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0201004;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0201004} +} + +@article{Actis:2008ug, + author = "Actis, Stefano and Passarino, Giampiero and Sturm, + Christian and Uccirati, Sandro", + title = "{NLO Electroweak Corrections to Higgs Boson Production at + Hadron Colliders}", + journal = "Phys.Lett.", + volume = "B670", + pages = "12-17", + doi = "10.1016/j.physletb.2008.10.018", + year = "2008", + eprint = "0809.1301", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "PITHA-08-20, SFB-CPP-08-62, TTP08-38", + SLACcitation = "%%CITATION = ARXIV:0809.1301;%%", +} + +@ARTICLE{Acton:1992jk, + author = {Acton, P. D. and others}, + title = "{Studies of strong and electroweak interactions using final state + photon emission in hadronic $Z^0$ decays}", + journal = {Z. Phys.}, + year = {1993}, + volume = {C58}, + pages = {405-418}, + collaboration = {OPAL}, + doi = {10.1007/BF01557697}, + file = {:Acton1992jk.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C58,405;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C58,405} +} + +@ARTICLE{Acton:1991yu, + author = {Acton, P. D. and others}, + title = "{Properties of multihadronic events with a final state photon at + $\sqrt{s}=M_{Z^0}$}", + journal = {Z. Phys.}, + year = {1992}, + volume = {C54}, + pages = {193-210}, + collaboration = {OPAL}, + doi = {10.1007/BF01566648}, + file = {:Acton1991yu.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C54,193;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C54,193} +} + +@article{Ade:2013zuv, + author = "Ade, P.A.R. and others", + title = "{Planck 2013 results. XVI. Cosmological parameters}", + collaboration = "Planck Collaboration", + journal = "Astron.Astrophys.", + doi = "10.1051/0004-6361/201321591", + year = "2014", + eprint = "1303.5076", + archivePrefix = "arXiv", + primaryClass = "astro-ph.CO", + SLACcitation = "%%CITATION = ARXIV:1303.5076;%%", +} + +@ARTICLE{Adloff:2002ew, + author = {Adloff, C. and others}, + title = "{Measurement of inclusive jet cross-sections in deep-inelastic $ep$ + scattering at HERA}", + journal = {Phys. Lett.}, + year = {2002}, + volume = {B542}, + pages = {193-206}, + note = {DESY-02-079}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1016/S0370-2693(02)02375-4}, + eprint = {hep-ex/0206029}, + file = {:Adloff2002ew.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0206029;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0206029} +} + +@ARTICLE{Adloff:2000hm, + author = {Adloff, C. and others}, + title = "{Dijet production in charged and neutral current $e^+ p$ interactions + at high $Q^2$}", + journal = {Eur. Phys. J.}, + year = {2001}, + volume = {C19}, + pages = {429-440}, + note = {DESY-00-143}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1007/s100520100622}, + eprint = {hep-ex/0010016}, + file = {:Adloff2000hm.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0010016;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0010016} +} + +@ARTICLE{Adloff:2000qk, + author = {Adloff, C. and others}, + title = "{Deep--inelastic inclusive $ep$ scattering at low $x$ and a determination + of $\alpha_s$}", + journal = {Eur. Phys. J.}, + year = {2001}, + volume = {C21}, + pages = {33-61}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1007/s100520100720}, + eprint = {hep-ex/0012053}, + file = {:Adloff2000qk.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0012053;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0012053} +} + +@ARTICLE{Adloff:2000tq, + author = {Adloff, C. and others}, + title = "{Measurement and QCD analysis of jet cross sections in deep-inelastic + positron-proton collisions at $\sqrt{s}$ of 300 GeV}", + journal = {Eur. Phys. J.}, + year = {2001}, + volume = {C19}, + pages = {289-311}, + note = {DESY-00-145}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1007/s100520100621}, + eprint = {hep-ex/0010054}, + file = {:Adloff2000tq.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0010054;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0010054} +} + +@ARTICLE{Adloff:2001kg, + author = {Adloff, C. and others}, + title = "{Three-jet production in deep-inelastic scattering at HERA}", + journal = {Phys. Lett.}, + year = {2001}, + volume = {B515}, + pages = {17-29}, + note = {DESY-01-073}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1016/S0370-2693(01)00805-X}, + eprint = {hep-ex/0106078}, + file = {:Adloff2001kg.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0106078;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0106078} +} + +@ARTICLE{Adloff:1999ws, + author = {Adloff, C. and others}, + title = "{Measurements of transverse energy flow in deep-inelastic scattering + at HERA}", + journal = {Eur. Phys. J.}, + year = {2000}, + volume = {C12}, + pages = {595-607}, + note = {DESY-99-091}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1007/s100520000287}, + eprint = {hep-ex/9907027}, + file = {:Adloff1999ws.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9907027;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9907027} +} + +@ARTICLE{Adloff:1998fa, + author = {Adloff, C. and others}, + title = "{Forward jet and particle production at HERA}", + journal = {Nucl. Phys.}, + year = {1999}, + volume = {B538}, + pages = {3-22}, + note = {DESY-98-143}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1016/S0550-3213(98)00745-7}, + eprint = {hep-ex/9809028}, + file = {:Adloff1998fa.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9809028;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9809028} +} + +@ARTICLE{Adloff:1998kh, + author = {Adloff, C. and others}, + title = "{Multi-jet event rates in deep--inelastic scattering and determination + of the strong coupling constant}", + journal = {Eur. Phys. J.}, + year = {1999}, + volume = {C6}, + pages = {575-585}, + note = {DESY-98-087}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1007/s100529901014}, + eprint = {hep-ex/9807019}, + file = {:Adloff1998kh.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9807019;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9807019} +} + +@ARTICLE{Adloff:1998ni, + author = {Adloff, C. and others}, + title = "{Measurement of internal jet structure in dijet production in deep-inelastic + scattering at HERA}", + journal = {Nucl. Phys.}, + year = {1999}, + volume = {B545}, + pages = {3-20}, + note = {DESY-98-210}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1016/S0550-3213(99)00118-2}, + eprint = {hep-ex/9901010}, + file = {:Adloff1998ni.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9901010;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9901010} +} + +@ARTICLE{Adloff:1996dy, + author = {Adloff, C. and others}, + title = "{Measurement of charged particle transverse momentum spectra in deep + inelastic scattering}", + journal = {Nucl. Phys.}, + year = {1997}, + volume = {B485}, + pages = {3-24}, + note = {DESY-96-215}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1016/S0550-3213(96)00675-X}, + eprint = {hep-ex/9610006}, + file = {:Adloff1996dy.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9610006;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9610006} +} + +@ARTICLE{Adloff:1997fr, + author = {Adloff, C. and others}, + title = "{Evolution of $ep$ fragmentation and multiplicity distributions in + the Breit frame}", + journal = {Nucl. Phys.}, + year = {1997}, + volume = {B504}, + pages = {3-23}, + note = {DESY-97-108}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1016/S0550-3213(97)00585-3}, + eprint = {hep-ex/9707005}, + file = {:Adloff1997fr.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9707005;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9707005} +} + +@ARTICLE{Adloff:1997gq, + author = {Adloff, C. and others}, + title = "{Measurement of event shape variables in deep--inelastic $e$ $p$ scattering}", + journal = {Phys. Lett.}, + year = {1997}, + volume = {B406}, + pages = {256-270}, + note = {DESY-97-098}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1016/S0370-2693(97)00754-5}, + eprint = {hep-ex/9706002}, + file = {:Adloff1997gq.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9706002;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9706002} +} + +@ARTICLE{Adriani:1992zm, + author = {Adriani, O. and others}, + title = "{Isolated hard photon emission in hadronic $Z^0$ decays}", + journal = {Phys. Lett.}, + year = {1992}, + volume = {B292}, + pages = {472-484}, + collaboration = {L3}, + doi = {10.1016/0370-2693(92)91205-N}, + file = {:Adriani1992zm.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B292,472;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHLTA,B292,472} +} + +@ARTICLE{Affolder:2000mz, + author = {Affolder, Anthony Allen and others}, + title = "{Test of enhanced leading order QCD in W boson plus jets events from + 1.8 TeV $\bar{p}p$ collisions}", + journal = {Phys. Rev.}, + year = {2001}, + volume = {D63}, + pages = {072003}, + collaboration = {CDF}, + file = {:Affolder2000mz.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D63,072003} +} + +@article{Affolder:2001fa, + author = "Affolder, T. and others", + title = "{Measurement of the inclusive jet cross section in + $\bar{p}p$ collisions at $\sqrt{s} = 1.8$ TeV}", + collaboration = "CDF Collaboration", + journal = "Phys.Rev.", + volume = "D64", + pages = "032001", + doi = "10.1103/PhysRevD.65.039903, 10.1103/PhysRevD.64.032001", + year = "2001", + eprint = "hep-ph/0102074", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-01-008-E", + SLACcitation = "%%CITATION = HEP-PH/0102074;%%", +} + +@ARTICLE{Affolder:2001xt, + author = {Affolder, T. and others}, + title = "{Charged jet evolution and the underlying event in proton-antiproton + collisions at 1.8 TeV}", + journal = {Phys. Rev.}, + year = {2002}, + volume = {D65}, + pages = {092002}, + collaboration = {CDF}, + file = {:Affolder2001xt.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D65,092002} +} + +@ARTICLE{Agashe:2006hk, + author = {Agashe, Kaustubh and Belyaev, Alexander and Krupovnickas, Tadas and + Perez, Gilad and Virzi, Joseph}, + title = "{LHC signals from warped extra dimensions}", + journal = {Phys. Rev.}, + year = {2008}, + volume = {D77}, + pages = {015003}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.77.015003}, + eprint = {hep-ph/0612015}, + file = {:Agashi2006hk.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0612015;%%} +} + +@article{AguilarSaavedra:2011cp, + author = "Aguilar-Saavedra, J.A. and Juste, A. and Rubbo, F.", + title = "{Boosting the t tbar charge asymmetry}", + journal = "Phys.Lett.", + volume = "B707", + pages = "92-98", + doi = "10.1016/j.physletb.2011.12.007", + year = "2012", + eprint = "1109.3710", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1109.3710;%%", +} + + +@article{Ahmed:2014uya, + author = "Ahmed, Taushif and Mandal, M.K. and Rana, Narayan and + Ravindran, V.", + title = "{Rapidity distributions in Drell-Yan and Higgs + productions at threshold in N$^3$LO QCD}", + year = "2014", + eprint = "1404.6504", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "HRI-RECAPP-2014-008", + SLACcitation = "%%CITATION = ARXIV:1404.6504;%%", +} + +@article{Ahrens:2008qu, + author = "Ahrens, Valentin and Becher, Thomas and Neubert, Matthias + and Yang, Li Lin", + title = "{Origin of the large perturbative corrections to Higgs + production at hadron colliders}", + journal = "Phys.Rev.", + volume = "D79", + pages = "033013", + doi = "10.1103/PhysRevD.79.033013", + year = "2009", + eprint = "0808.3008", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-08-310-T, MZ-TH-08-25", + SLACcitation = "%%CITATION = ARXIV:0808.3008;%%", +} + + +@ARTICLE{Aid:1996cb, + author = {Aid, S. and others}, + title = "{Charged particle multiplicities in deep--inelastic scattering at + HERA}", + journal = {Z. Phys.}, + year = {1996}, + volume = {C72}, + pages = {573-592}, + note = {DESY-96-160}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1007/s002880050280}, + eprint = {hep-ex/9608011}, + file = {:Aid1996cb.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9608011;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9608011} +} + +@ARTICLE{Aid:1995we, + author = {Aid, S. and others}, + title = "{Transverse energy and forward jet production in the low x regime + at HERA}", + journal = {Phys. Lett.}, + year = {1995}, + volume = {B356}, + pages = {118-128}, + note = {DESY-95-108}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1016/0370-2693(95)00804-T}, + eprint = {hep-ex/9506012}, + file = {:Aid1995we.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9506012;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9506012} +} + +@ARTICLE{Aivazis:1993pi, + author = {Aivazis, M. A. G. and Collins, John C. and Olness, Fredrick I. and + Tung, Wu-Ki}, + title = "{Leptoproduction of heavy quarks. II. A unified QCD formulation of + charged and neutral current processes from fixed-target to collider + energies}", + journal = {Phys. Rev.}, + year = {1994}, + volume = {D50}, + pages = {3102-3118}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.50.3102}, + eprint = {hep-ph/9312319}, + file = {:Aivazis1993pi.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9312319;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9312319} +} + +@ARTICLE{Aivazis:1993kh, + author = {Aivazis, M. A. G. and Olness, Frederick I. and Tung, Wu-Ki}, + title = "{Leptoproduction of heavy quarks. I. General formalism and kinematics + of charged current and neutral current production processes}", + journal = {Phys. Rev.}, + year = {1994}, + volume = {D50}, + pages = {3085-3101}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.50.3085}, + eprint = {hep-ph/9312318}, + file = {:Aivazis1993kh.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9312318;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9312318} +} + +@ARTICLE{Akers:1994vx, + author = {Akers, R. and others}, + title = "{A Measurement of the QCD color factor ratios C(A) / C(F) and T(F) + / C(F) from angular correlations in four jet events}", + journal = {Z. Phys.}, + year = {1995}, + volume = {C65}, + pages = {367-378}, + collaboration = {OPAL}, + doi = {10.1007/BF01556127}, + file = {:Akers1994vx.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C65,367;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C65,367} +} + +@ARTICLE{Akers:1994wj, + author = {Akers, R. and others}, + title = "{QCD studies using a cone-based jet finding algorithm for $e^+e^-$ + collisions at LEP}", + journal = {Z. Phys.}, + year = {1994}, + volume = {C63}, + pages = {197-212}, + collaboration = {OPAL}, + doi = {10.1007/BF01411011}, + file = {:Akers1994wj.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C63,197;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C63,197} +} + +@article{Akrawy:1990ha, + author = "Akrawy, M.Z. and others", + title = "{A Study of coherence of soft gluons in hadron jets}", + collaboration = "OPAL", + journal = "Phys.Lett.", + volume = "B247", + pages = "617-628", + doi = "10.1016/0370-2693(90)91911-T", + year = "1990", + reportNumber = "CERN-EP-90-94", + SLACcitation = "%%CITATION = PHLTA,B247,617;%%", +} + +@ARTICLE{Aktas:2007pb, + author = {Aktas, A. and others}, + title = "{Measurement of inclusive jet production in deep-inelastic scattering + at high $Q^2$ and determination of the strong coupling}", + journal = {Phys. Lett.}, + year = {2007}, + volume = {B653}, + pages = {134-144}, + note = {DESY-07-073}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1016/j.physletb.2007.07.050}, + eprint = {0706.3722}, + file = {:Aktas2007pb.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0706.3722;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0706.3722} +} + +@ARTICLE{Aktas:2005up, + author = {Aktas, A. and others}, + title = "{Forward jet production in deep--inelastic scattering at HERA}", + journal = {Eur. Phys. J.}, + year = {2006}, + volume = {C46}, + pages = {27-42}, + note = {DESY-05-135}, + collaboration = {H1}, + eprint = {hep-ex/0508055}, + file = {:Aktas2005up.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0508055} +} + +@ARTICLE{Aktas:2004uv, + author = {Aktas, A. and others}, + title = "{Measurement of prompt photon cross sections in photoproduction at + HERA}", + journal = {Eur. Phys. J.}, + year = {2005}, + volume = {C38}, + pages = {437-445}, + note = {DESY-04-118}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1140/epjc/s2004-02085-x}, + eprint = {hep-ex/0407018}, + file = {:Aktas2004uv.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0407018;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0407018} +} + +@ARTICLE{Aktas:2003ja, + author = {Aktas, A. and others}, + title = "{Inclusive dijet production at low Bj{\o}rken-$x$ in deep--inelastic + scattering}", + journal = {Eur. Phys. J.}, + year = {2004}, + volume = {C33}, + pages = {477-493}, + note = {DESY-03-160}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1140/epjc/s2004-01644-5}, + eprint = {hep-ex/0310019}, + file = {:Aktas2003ja.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0310019;%%}, + url = {http://www-library.desy.de/spires/find/hep/www?eprint=hep-ex/0310019} +} + +@ARTICLE{Aktas:2004px, + author = {Aktas, A. and others}, + title = "{Measurement of dijet production at low $Q^2$ at HERA}", + journal = {Eur. Phys. J.}, + year = {2004}, + volume = {C37}, + pages = {141-159}, + note = {DESY-03-206}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1140/epjc/s2004-01957-3}, + eprint = {hep-ex/0401010}, + file = {:Aktas2004px.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0401010;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0401010} +} + +@article{AlcarazMaestre:2012vp, + author = "Alcaraz Maestre, J. and others", + title = "{The SM and NLO Multileg and SM MC Working Groups: + Summary Report}", + collaboration = "SM AND NLO MULTILEG and SM MC Working Groups", + year = "2012", + eprint = "1203.6803", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1203.6803;%%", +} + +@ARTICLE{Alekhin:2002fv, + author = {Alekhin, Sergey}, + title = "{Parton distributions from deep-inelastic-scattering data}", + journal = {Phys. Rev.}, + year = {2003}, + volume = {D68}, + pages = {014002}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.68.014002}, + eprint = {hep-ph/0211096}, + file = {:Alekhin2002fv.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0211096;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0211096} +} + +@ARTICLE{Alekhin:2005dx, + author = {Alekhin, S. and others}, + title = "{HERA and the LHC - A workshop on the implications of HERA for LHC + physics: Proceedings Part A}", + year = {2006}, + eprint = {hep-ph/0601012}, + file = {:Alekhin2005dx.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0601012} +} + +@ARTICLE{Alekhin:2005dy, + author = {Alekhin, S. and others}, + title = "{HERA and the LHC - A workshop on the implications of HERA for LHC + physics: Proceedings Part B}", + year = {2006}, + eprint = {hep-ph/0601013}, + file = {:Alekhin2005dy.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0601013} +} + +@article{Alexander:1995qb, + author = "Alexander, G. and others", + title = "{$J/\psi$ and $\psi^\prime$ production in hadronic $Z^0$ + decays}", + collaboration = "OPAL Collaboration", + journal = "Z.Phys.", + volume = "C70", + pages = "197-210", + doi = "10.1007/s002880050096", + year = "1996", + reportNumber = "CERN-PPE-95-153", + SLACcitation = "%%CITATION = ZEPYA,C70,197;%%", +} + +@Article{Ali:1979em, + author = "Ali, Ahmed and Pietarinen, E. and Kramer, G. and Willrodt, + J.", + title = "{A QCD analysis of the high-energy $e^+ e^-$ data from +PETRA}", + journal = "Phys. Lett.", + volume = "B93", + year = "1980", + pages = "155", + doi = "10.1016/0370-2693(80)90116-1", + SLACcitation = "%%CITATION = PHLTA,B93,155;%%" +} + +@ARTICLE{Aliev:2007uu, + author = {Aliev, T. M. and Savci, M.}, + title = "{Semileptonic decays of pseudoscalar mesons to scalar $f_0$ meson}", + journal = {Europhys. Lett.}, + year = {2010}, + volume = {90}, + pages = {61001}, + archiveprefix = {arXiv}, + doi = {10.1209/0295-5075/90/61001}, + eprint = {hep-ph/0701108}, + file = {:Aliev2007uu.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0701108;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0701108} +} + +@article{Alioli:2013nda, + author = "Alioli, S. and Badger, S. and Bellm, J. and Biedermann, + B. and Boudjema, F. and others", + title = "{Update of the Binoth Les Houches Accord for a standard + interface between Monte Carlo tools and one-loop + programs}", + journal = "Comput.Phys.Commun.", + volume = "185", + pages = "560-571", + doi = "10.1016/j.cpc.2013.10.020", + year = "2014", + eprint = "1308.3462", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MPP-2013-237", + SLACcitation = "%%CITATION = ARXIV:1308.3462;%%", +} + +@ARTICLE{Alioli:2010qp, + author = {Alioli, Simone and Nason, Paolo and Oleari, Carlo and Re, Emanuele}, + title = "{Vector boson plus one jet production in POWHEG}", + year = {2010}, + archiveprefix = {arXiv}, + eprint = {1009.5594}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 1009.5594;%%}, + url = {http://inspirebeta.net/record/871058} +} + +@ARTICLE{Alioli:2010xd, + author = {Alioli, Simone and Nason, Paolo and Oleari, Carlo and Re, Emanuele}, + title = "{A general framework for implementing NLO calculations in shower + Monte Carlo programs: the POWHEG BOX}", + journal = {JHEP}, + year = {2010}, + volume = {06}, + pages = {043}, + archiveprefix = {arXiv}, + doi = {10.1007/JHEP06(2010)043}, + eprint = {1002.2581}, + file = {:Alioli2010xd.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 1002.2581;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1002.2581} +} + +@ARTICLE{Alioli:2008tz, + author = {Alioli, Simone and Nason, Paolo and Oleari, Carlo and Re, Emanuele}, + title = "{NLO Higgs boson production via gluon fusion matched with shower + in POWHEG}", + journal = {JHEP}, + year = {2009}, + volume = {04}, + pages = {002}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/04/002}, + eprint = {0812.0578}, + file = {:Alioli2008tz.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0812.0578;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0812.0578} +} + +@ARTICLE{Alioli:2009je, + author = {Alioli, Simone and Nason, Paolo and Oleari, Carlo and Re, Emanuele}, + title = "{NLO single-top production matched with shower in POWHEG: $s$- and + $t$-channel contributions}", + journal = {JHEP}, + year = {2009}, + volume = {09}, + pages = {111}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/09/111}, + eprint = {0907.4076}, + file = {:Alioli2009je.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0907.4076;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0907.4076} +} + +@ARTICLE{Alioli:2008gx, + author = {Alioli, Simone and Nason, Paolo and Oleari, Carlo and Re, Emanuele}, + title = "{NLO vector-boson production matched with shower in POWHEG}", + journal = {JHEP}, + year = {2008}, + volume = {07}, + pages = {060}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/07/060}, + eprint = {0805.4802}, + file = {:Alioli2008gx.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0805.4802;%%} +} + +@ARTICLE{Alitti:1990cn, + author = {Alitti, J. and others}, + title = "{Measurement of the transverse momentum distributions of $W$ and + $Z$ bosons at the CERN $\bar{p}p$ collider}", + journal = {Z. Phys.}, + year = {1990}, + volume = {C47}, + pages = {523-532}, + note = {CERN-EP-90-52}, + collaboration = {UA2}, + doi = {10.1007/BF01552316}, + file = {:Alitti1990cn.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C47,523;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C47,523} +} + +@ARTICLE{Allanach:2008qq, + author = {Allanach, B. and others}, + title = "{SUSY Les Houches Accord 2}", + journal = {Comp. Phys. Commun.}, + year = {2009}, + volume = {180}, + pages = {8-25}, + archiveprefix = {arXiv}, + doi = {10.1016/j.cpc.2008.08.004}, + eprint = {0801.0045}, + file = {:Allanach2008qq.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0801.0045;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0801.0045} +} + +@ARTICLE{Allanach:2001kg, + author = {Allanach, B. C.}, + title = "{SOFTSUSY: A program for calculating supersymmetric spectra}", + journal = {Comput. Phys. Commun.}, + year = {2002}, + volume = {143}, + pages = {305-331}, + archiveprefix = {arXiv}, + doi = {10.1016/S0010-4655(01)00460-X}, + eprint = {hep-ph/0104145}, + file = {:Allanach2001kg.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0104145;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0104145} +} + +@ARTICLE{Allanach:2002nj, + author = {Allanach, B. C. and others}, + title = "{The Snowmass Points and Slopes: benchmarks for SUSY searches}", + journal = {Eur. Phys. J.}, + year = {2002}, + volume = {C25}, + pages = {113-123}, + archiveprefix = {arXiv}, + doi = {10.1007/s10052-002-0949-3}, + eprint = {hep-ph/0202233}, + file = {:Allanach2002nj.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0202233;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0202233} +} + +@article{Altarelli:1984pt, + author = "Altarelli, Guido and Ellis, R. Keith and Greco, Mario and + Martinelli, G.", + title = "{Vector boson production at colliders: A theoretical + reappraisal}", + journal = "Nucl.Phys.", + volume = "B246", + pages = "12", + doi = "10.1016/0550-3213(84)90112-3", + year = "1984", + reportNumber = "CERN-TH-3851", + SLACcitation = "%%CITATION = NUPHA,B246,12;%%", +} + +@ARTICLE{Altarelli:1979kv, + author = {Altarelli, Guido and Ellis, R. Keith and Martinelli, G. and Pi, So-Young}, + title = "{Processes involving fragmentation functions beyond the leading order + in QCD}", + journal = {Nucl. Phys.}, + year = {1979}, + volume = {B160}, + pages = {301}, + doi = {10.1016/0550-3213(79)90062-2}, + file = {:Altarelli1979kv.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B160,301;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=NUPHA,B160,301} +} + +@article{Altarelli:1979ub, + author = "Altarelli, Guido and Ellis, R. Keith and Martinelli, G.", + title = "{Large perturbative corrections to the Drell-Yan process + in QCD}", + journal = "Nucl.Phys.", + volume = "B157", + pages = "461", + doi = "10.1016/0550-3213(79)90116-0", + year = "1979", + reportNumber = "MIT-CTP-776", + SLACcitation = "%%CITATION = NUPHA,B157,461;%%", +} + +@ARTICLE{Altarelli:1977zs, + author = {Guido Altarelli and Parisi, G.}, + title = "{Asymptotic freedom in parton language}", + journal = {Nucl. Phys.}, + year = {1977}, + volume = {B126}, + pages = {298-318}, + file = {:Altarelli1977zs.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B126,298} +} + +@article{Altheimer:2012mn, + author = "Altheimer, A. and Arora, S. and Asquith, L. and + Brooijmans, G. and Butterworth, J. and others", + title = "{Jet Substructure at the Tevatron and LHC: New results, + new tools, new benchmarks}", + journal = "J.Phys.", + volume = "G39", + pages = "063001", + doi = "10.1088/0954-3899/39/6/063001", + year = "2012", + eprint = "1201.0008", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-R-990", + SLACcitation = "%%CITATION = ARXIV:1201.0008;%%", +} + +@ARTICLE{Alwall:2008ve, + author = {Alwall, Johan and Le, My-Phuong and Lisanti, Mariangela and Wacker, + Jay G.}, + title = "{Searching for directly decaying gluinos at the Tevatron}", + journal = {Phys. Lett.}, + year = {2008}, + volume = {B666}, + pages = {34-37}, + archiveprefix = {arXiv}, + doi = {10.1016/j.physletb.2008.06.065}, + eprint = {0803.0019}, + file = {:Alwall2008ve.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0803.0019;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0803.0019} +} + +@ARTICLE{Alwall:2007fs, + author = {Alwall, J. and others}, + title = "{Comparative study of various algorithms for the merging of parton + showers and matrix elements in hadronic collisions}", + journal = {Eur. Phys. J.}, + year = {2008}, + volume = {C53}, + pages = {473-500}, + archiveprefix = {arXiv}, + eprint = {0706.2569}, + file = {:Alwall2007fs.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0706.2569} +} + +@article{Alwall:2011uj, + author = "Alwall, Johan and Herquet, Michel and Maltoni, Fabio and + Mattelaer, Olivier and Stelzer, Tim", + title = "{MadGraph 5 : Going Beyond}", + journal = "JHEP", + volume = "1106", + pages = "128", + doi = "10.1007/JHEP06(2011)128", + year = "2011", + eprint = "1106.0522", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-11-448-T", + SLACcitation = "%%CITATION = ARXIV:1106.0522;%%", +} + +@ARTICLE{Alwall:2006yp, + author = {Alwall, J. and others}, + title = "{A standard format for Les Houches Event Files}", + journal = {Comput. Phys. Commun.}, + year = {2007}, + volume = {176}, + pages = {300-304}, + eprint = {hep-ph/0609017}, + file = {:Alwall2006yp.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0609017} +} + +@ARTICLE{Alwall:2007st, + author = {Alwall, Johan and others}, + title = "{MadGraph/MadEvent v4: The new web generation}", + journal = {JHEP}, + year = {2007}, + volume = {09}, + pages = {028}, + archiveprefix = {arXiv}, + eprint = {0706.2334}, + file = {:Alwall2007st.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0706.2334} +} + +@ARTICLE{Alwall:2008qv, + author = {Alwall, Johan and de Visscher, Simon and Maltoni, Fabio}, + title = "{QCD radiation in the production of heavy colored particles at the + LHC}", + journal = {JHEP}, + year = {2009}, + volume = {02}, + pages = {017}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/02/017}, + eprint = {0810.5350}, + file = {:Alwall2008qv.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0810.5350;%%} +} + +@ARTICLE{Amati:1980ch, + author = {Amati, D. and Bassetto, A. and Ciafaloni, M. and Marchesini, G. and + Veneziano, G.}, + title = "{A treatment of hard processes sensitive to the infrared structure + of QCD}", + journal = {Nucl. Phys.}, + year = {1980}, + volume = {B173}, + pages = {429}, + doi = {10.1016/0550-3213(80)90012-7}, + file = {:Amati1980ch.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B173,429;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=NUPHA,B173,429} +} + +@ARTICLE{Amati:1978by, + author = {Amati, D. and Petronzio, R. and Veneziano, G.}, + title = "{Relating hard QCD processes through universality of mass singularities. + 2}", + journal = {Nucl. Phys.}, + year = {1978}, + volume = {B146}, + pages = {29-49}, + file = {:Amati1978by.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B146,29} +} + +@ARTICLE{Amati:1978wx, + author = {Amati, D. and Petronzio, R. and Veneziano, G.}, + title = "{Relating hard QCD processes through universality of mass singularities}", + journal = {Nucl. Phys.}, + year = {1978}, + volume = {B140}, + pages = {54}, + file = {:Amati1978wx.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B140,54} +} + +@Article{Amati:1979fg, + author = "Amati, D. and Veneziano, G.", + title = "{Preconfinement as a property of perturbative QCD}", + journal = "Phys. Lett.", + volume = "B83", + year = "1979", + pages = "87", + doi = "10.1016/0370-2693(79)90896-7", + SLACcitation = "%%CITATION = PHLTA,B83,87;%%" +} + +@Article{Ametller:1985di, + author = "Ametller, L. and Gava, E. and Paver, N. and Treleani, D.", + title = "{Role of the QCD induced gluon - gluon coupling to gauge + boson pairs in the multi - TeV region}", + journal = "Phys. Rev.", + volume = "D32", + year = "1985", + pages = "1699", + doi = "10.1103/PhysRevD.32.1699", + SLACcitation = "%%CITATION = PHRVA,D32,1699;%%" +} + +@article{Ametller:1985tp, + author = "Ametller, L. and Paver, N. and Treleani, D.", + title = "{Possible signature of multiple parton interactions in + collider four jet events}", + journal = "Phys.Lett.", + volume = "B169", + pages = "289", + doi = "10.1016/0370-2693(86)90668-4", + year = "1986", + reportNumber = "IC/85/118", + SLACcitation = "%%CITATION = PHLTA,B169,289;%%", +} + +@article{Beringer:1900zz, + author = "Beringer, J. and others", + title = "{Review of Particle Physics (RPP)}", + collaboration = "Particle Data Group", + journal = "Phys.Rev.", + volume = "D86", + pages = "010001", + doi = "10.1103/PhysRevD.86.010001", + year = "2012", + SLACcitation = "%%CITATION = PHRVA,D86,010001;%%", +} + +@ARTICLE{Amsler:2008zz, + author = {Amsler, C. and others}, + title = "{Review of particle physics}", + journal = {Phys. Lett.}, + year = {2008}, + volume = {B667}, + pages = {1}, + collaboration = {Particle Data Group}, + doi = {10.1016/j.physletb.2008.07.018}, + file = {:Amsler2008zz.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B667,1;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B667,1} +} + +@article{Anastasiou:2002yz, + author = "Anastasiou, Charalampos and Melnikov, Kirill", + title = "{Higgs boson production at hadron colliders in NNLO QCD}", + journal = "Nucl.Phys.", + volume = "B646", + pages = "220-256", + doi = "10.1016/S0550-3213(02)00837-4", + year = "2002", + eprint = "hep-ph/0207004", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-9273", + SLACcitation = "%%CITATION = HEP-PH/0207004;%%", +} + +@article{Anastasiou:2003ds, + author = "Anastasiou, Charalampos and Dixon, Lance J. and Melnikov, + Kirill and Petriello, Frank", + title = "{High precision QCD at hadron colliders: Electroweak + gauge boson rapidity distributions at NNLO}", + journal = "Phys.Rev.", + volume = "D69", + pages = "094008", + doi = "10.1103/PhysRevD.69.094008", + year = "2004", + eprint = "hep-ph/0312266", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-10288, UH-511-1042-03", + SLACcitation = "%%CITATION = HEP-PH/0312266;%%", +} + +@article{Anastasiou:2003gr, + author = "Anastasiou, Charalampos and Melnikov, Kirill and + Petriello, Frank", + title = "{A new method for real radiation at NNLO}", + journal = "Phys.Rev.", + volume = "D69", + pages = "076010", + doi = "10.1103/PhysRevD.69.076010", + year = "2004", + eprint = "hep-ph/0311311", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-10252, UH-511-1039-03", + SLACcitation = "%%CITATION = HEP-PH/0311311;%%", +} + +@article{Anastasiou:2003yy, + author = "Anastasiou, Charalampos and Dixon, Lance J. and Melnikov, + Kirill and Petriello, Frank", + title = "{Dilepton rapidity distribution in the Drell-Yan process + at NNLO in QCD}", + journal = "Phys.Rev.Lett.", + volume = "91", + pages = "182002", + doi = "10.1103/PhysRevLett.91.182002", + year = "2003", + eprint = "hep-ph/0306192", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-10000, UH-511-1029-03", + SLACcitation = "%%CITATION = HEP-PH/0306192;%%", +} + + +@article{Anastasiou:2004xq, + author = "Anastasiou, Charalampos and Melnikov, Kirill and + Petriello, Frank", + title = "{Higgs boson production at hadron colliders: Differential + cross sections through next--to-next--to--leading order}", + journal = "Phys.Rev.Lett.", + volume = "93", + pages = "262002", + doi = "10.1103/PhysRevLett.93.262002", + year = "2004", + eprint = "hep-ph/0409088", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-10673", + SLACcitation = "%%CITATION = HEP-PH/0409088;%%", +} + +@ARTICLE{Anastasiou:2008tj, + author = {Anastasiou, Charalampos and Boughezal, Radja and Petriello, Frank}, + title = "{Mixed QCD-electroweak corrections to Higgs boson production in gluon + fusion}", + journal = {JHEP}, + year = {2009}, + volume = {04}, + pages = {003}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/04/003}, + eprint = {0811.3458}, + file = {:Anastasiou2008tj.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0811.3458;%%} +} + +@ARTICLE{Anastasiou:2007mz, + author = {Anastasiou, Charalampos and Dissertori, Gunther and St{\"o}ckli, + Fabian}, + title = "{NNLO QCD predictions for the $H \to WW \to l\nu l\nu$ signal at + the LHC}", + journal = {JHEP}, + year = {2007}, + volume = {09}, + pages = {018}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2007/09/018}, + eprint = {0707.2373}, + file = {:Anastasiou2007mz.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0707.2373;%%} +} + +@ARTICLE{Anastasiou:2005qj, + author = {Anastasiou, Charalampos and Melnikov, Kirill and Petriello, Frank}, + title = "{Fully differential Higgs boson production and the di-photon signal + through next--to-next--to--leading order}", + journal = {Nucl. Phys.}, + year = {2005}, + volume = {B724}, + pages = {197-246}, + archiveprefix = {arXiv}, + doi = {10.1016/j.nuclphysb.2005.06.036}, + eprint = {hep-ph/0501130}, + file = {:Anastasiou2005qj.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0501130;%%} +} + +@article{Anastasiou:2012hx, + author = "Anastasiou, Charalampos and Buehler, Stephan and Herzog, + Franz and Lazopoulos, Achilleas", + title = "{Inclusive Higgs boson cross-section for the LHC at 8 + TeV}", + journal = "JHEP", + volume = "1204", + pages = "004", + doi = "10.1007/JHEP04(2012)004", + year = "2012", + eprint = "1202.3638", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1202.3638;%%", +} + +@article{Anastasiou:2014vaa, + author = "Anastasiou, Charalampos and Duhr, Claude and Dulat, Falko + and Furlan, Elisabetta and Gehrmann, Thomas and others", + title = "{Higgs boson gluon–fusion production at threshold in + $N^3LO$ $QCD$}", + journal = "Phys.Lett.", + volume = "B737", + pages = "325-328", + doi = "10.1016/j.physletb.2014.08.067", + year = "2014", + eprint = "1403.4616", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "IPPP-14-17, DCPT-14-34, ZU-TH-07-14, CERN-PH-TH-2014-042, + FERMILAB-PUB-14-052-T", + SLACcitation = "%%CITATION = ARXIV:1403.4616;%%", +} + +@ARTICLE{Andersen:2006kp, + author = {Andersen, Jeppe R.}, + title = "{Quark-antiquark contribution to the fully exclusive BFKL Evolution + at next--to--leading logarithmic accuracy}", + journal = {Phys. Rev.}, + year = {2006}, + volume = {D74}, + pages = {114008}, + eprint = {hep-ph/0611011}, + file = {:Andersen2006kp.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0611011} +} + +@ARTICLE{Andersen:2006sp, + author = {Andersen, Jeppe R.}, + title = "{On the role of NLL corrections and energy conservation in the high + energy evolution of QCD}", + journal = {Phys. Lett.}, + year = {2006}, + volume = {B639}, + pages = {290-293}, + eprint = {hep-ph/0602182}, + file = {:Andersen2006sp.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0602182} +} + +@ARTICLE{Andersen:2008gc, + author = {Andersen, Jeppe R. and Del Duca, Vittorio and White, Chris D.}, + title = "{Higgs boson production in association with multiple hard jets}", + journal = {JHEP}, + year = {2009}, + volume = {02}, + pages = {015}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/02/015}, + eprint = {0808.3696}, + file = {:Andersen2008gc.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0808.3696;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0808.3696} +} + +@ARTICLE{Andersen:2003wy, + author = {Jeppe R. Andersen and Sabio-Vera, Agustin}, + title = "{The gluon Green's function in the BFKL approach at next--to--leading + logarithmic accuracy}", + journal = {Nucl. Phys.}, + year = {2004}, + volume = {B679}, + pages = {345-362}, + eprint = {hep-ph/0309331}, + file = {:Andersen2003wy.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0309331} +} + +@ARTICLE{Andersen:2003an, + author = {Jeppe R. Andersen and Sabio-Vera, Agustin}, + title = "{Solving the BFKL equation in the next--to--leading approximation}", + journal = {Phys. Lett.}, + year = {2003}, + volume = {B567}, + pages = {116-124}, + eprint = {hep-ph/0305236}, + file = {:Andersen2003an.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0305236} +} + +@ARTICLE{Anderson:1999ui, + author = {Anderson, S. and others}, + title = "{Hadronic structure in the decay $\tau^- \to \pi^- \pi^0 \nu_\tau$}", + journal = {Phys. Rev.}, + year = {2000}, + volume = {D61}, + pages = {112002}, + archiveprefix = {arXiv}, + collaboration = {CLEO}, + doi = {10.1103/PhysRevD.61.112002}, + eprint = {hep-ex/9910046}, + file = {:Anderson1999ui.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9910046;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9910046} +} + +@BOOK{Andersson:1998tv, + title = "{The Lund model}", + publisher = {Camb. Monogr. Part. Phys. Nucl. Phys. Cosmol.}, + year = {1997}, + author = {Andersson, Bo}, + volume = {7}, + pages = {1-471}, + slaccitation = {%%CITATION = CMPCE,7,1;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=CMPCE,7,1} +} + +@ARTICLE{Andersson:1983ia, + author = {Andersson, Bo and Gustafson, G. and Ingelman, G. and Sj{\"o}strand, + T.}, + title = "{Parton fragmentation and string dynamics}", + journal = {Phys. Rept.}, + year = {1983}, + volume = {97}, + pages = {31-145}, + doi = {10.1016/0370-1573(83)90080-7}, + file = {:Andersson1983ia.pdf:PDF}, + slaccitation = {%%CITATION = PRPLC,97,31;%%} +} + +@ARTICLE{Andersson:1995jt, + author = {Andersson, Bo and Gustafson, G. and Kharraziha, H. and Samuelsson, + J.}, + title = "{Structure functions and general final state properties in the linked + dipole chain model}", + journal = {Z. Phys.}, + year = {1996}, + volume = {C71}, + pages = {613-624}, + file = {:Andersson1995jt.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C71,613} +} + +@ARTICLE{Andersson:1989ki, + author = {Andersson, Bo and Gustafson, Gosta and L{\"o}nnblad, Leif}, + title = "{Gluon splitting in the color dipole cascades}", + journal = {Nucl. Phys.}, + year = {1990}, + volume = {B339}, + pages = {393-406}, + file = {:Andersson1989ki.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B339,393} +} + +@ARTICLE{Andersson:1988gp, + author = {Andersson, Bo and Gustafson, Gosta and L{\"o}nnblad, Leif and Pettersson, + Ulf}, + title = "{Coherence effects in deep--inelastic scattering}", + journal = {Z. Phys.}, + year = {1989}, + volume = {C43}, + pages = {625}, + file = {:Andersson1988gp.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C43,625} +} + +@ARTICLE{Andersson:1995ju, + author = {Andersson, Bo and Gustafson, G. and Samuelsson, J.}, + title = "{The linked dipole chain model for DIS}", + journal = {Nucl. Phys.}, + year = {1996}, + volume = {B467}, + pages = {443-478}, + file = {:Andersson1995ju.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B467,443} +} + +@ARTICLE{Andersson:1984af, + author = {Andersson, Bo and Gustafson, G. and Sj{\"o}strand, T.}, + title = "{Baryon Production in Jet Fragmentation and Upsilon-Decay}", + journal = {Phys. Scripta}, + year = {1985}, + volume = {32}, + pages = {574}, + doi = {10.1088/0031-8949/32/6/003}, + file = {:Andersson1984af.pdf:PDF}, + slaccitation = {%%CITATION = PHSTB,32,574;%%} +} + +@ARTICLE{Andersson:1981ce, + author = {Andersson, Bo and Gustafson, G. and Sj{\"o}strand, T.}, + title = "{A Model for Baryon Production in Quark and Gluon Jets}", + journal = {Nucl. Phys.}, + year = {1982}, + volume = {B197}, + pages = {45}, + doi = {10.1016/0550-3213(82)90153-5}, + file = {:Andersson1981ce.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B197,45;%%} +} + +@ARTICLE{Andersson:1983jt, + author = {Andersson, B. and Gustafson, G. and S{\"o}derberg, B.}, + title = "{A general model for jet fragmentation}", + journal = {Z. Phys.}, + year = {1983}, + volume = {C20}, + pages = {317}, + file = {:Andersson1983jt.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C20,317} +} + +@ARTICLE{Andersson:2002cf, + author = {Andersson, Bo and others}, + title = "{Small $x$ phenomenology: summary and status}", + journal = {Eur. Phys. J.}, + year = {2002}, + volume = {C25}, + pages = {77-101}, + collaboration = {Small $x$}, + eprint = {hep-ph/0204115}, + file = {:Andersson2002cf.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0204115} +} + +@ARTICLE{Andre:1997vh, + author = {Andr\'e, J. and Sj{\"o}strand, T.}, + title = "{Matching of matrix elements and parton showers}", + journal = {Phys. Rev.}, + year = {1998}, + volume = {D57}, + pages = {5767-5772}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.57.5767}, + eprint = {hep-ph/9708390}, + file = {:Andre1997vh.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9708390;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9708390} +} + +@ARTICLE{Andreeva:2008zz, + author = {Andreeva, Julia and Campana, Simone and Fanzago, Federica and Herrala, + Juha}, + title = "{High-energy physics on the Grid: The ATLAS and CMS experience}", + journal = {J. Grid Comput.}, + year = {2008}, + volume = {6}, + pages = {3-13}, + file = {:Andreeva2008zz.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=JGCOA,6,3} +} + +@article{Antchev:2013iaa, + author = "Antchev, G. and others", + title = "{Luminosity-independent measurements of total, elastic + and inelastic cross-sections at $\sqrt{s} = 7$ TeV}", + collaboration = "TOTEM", + journal = "Europhys.Lett.", + volume = "101", + pages = "21004", + doi = "10.1209/0295-5075/101/21004", + year = "2013", + SLACcitation = "%%CITATION = EULEE,101,21004;%%", +} + +@article{Antchev:2013paa, + author = "Antchev, G. and others", + title = "{Luminosity-Independent Measurement of the Proton-Proton + Total Cross Section at $\sqrt{s}=8$  TeV}", + collaboration = "TOTEM Collaboration", + journal = "Phys.Rev.Lett.", + number = "1", + volume = "111", + pages = "012001", + doi = "10.1103/PhysRevLett.111.012001", + year = "2013", + reportNumber = "TOTEM-2012-005, CERN-PH-EP-2012-354", + SLACcitation = "%%CITATION = PRLTA,111,012001;%%", +} + +@ARTICLE{Antoniadis:1998ig, + author = {Antoniadis, Ignatios and Arkani-Hamed, Nima and Dimopoulos, Savas + and Dvali, G. R.}, + title = "{New dimensions at a millimeter to a fermi and superstrings at a + TeV}", + journal = {Phys. Lett.}, + year = {1998}, + volume = {B436}, + pages = {257-263}, + doi = {10.1016/S0370-2693(98)00860-0}, + eprint = {hep-ph/9804398}, + file = {:Antoniadis1998ig.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9804398;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9804398} +} + +@ARTICLE{Antreasyan:1981eg, + author = {Antreasyan, D. and others}, + title = "{Dimuon Scaling Comparison at 44-Gev And 62-Gev}", + journal = {Phys. Rev. Lett.}, + year = {1982}, + volume = {48}, + pages = {302}, + note = {CERN-R209}, + doi = {10.1103/PhysRevLett.48.302}, + file = {:Antreasyan1981eg.pdf:PDF}, + slaccitation = {%%CITATION = PRLTA,48,302;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRLTA,48,302} +} + +@ARTICLE{Antreasyan:1981uv, + author = {Antreasyan, D. and others}, + title = "{Production Dynamics of High-Mass Muon Pairs}", + journal = {Phys. Rev. Lett.}, + year = {1981}, + volume = {47}, + pages = {12-15}, + note = {CERN-R209}, + doi = {10.1103/PhysRevLett.47.12}, + file = {:Antreasyan1981uv.pdf:PDF}, + slaccitation = {%%CITATION = PRLTA,47,12;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRLTA,47,12} +} + +@ARTICLE{Antunano:2007da, + author = {Antunano, Oscar and Kuhn, Johann H. and Rodrigo, German}, + title = "{Top Quarks, Axigluons and Charge Asymmetries at Hadron Colliders}", + journal = {Phys. Rev.}, + year = {2008}, + volume = {D77}, + pages = {014003}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.77.014003}, + eprint = {0709.1652}, + file = {:Antunano2007da.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0709.1652;%%} +} + +@article{Appell:1988ie, + author = "Appell, David and Sterman, George F. and Mackenzie, Paul + B.", + title = "{Soft Gluons and the Normalization of the {Drell-Yan} + Cross-section}", + journal = "Nucl.Phys.", + volume = "B309", + pages = "259", + doi = "10.1016/0550-3213(88)90082-X", + year = "1988", + reportNumber = "ITP-SB-88-06", + SLACcitation = "%%CITATION = NUPHA,B309,259;%%", +} + +@article{Apanasevich:1998ki, + author = "Apanasevich, L. and Balazs, C. and Bromberg, C. and + Huston, J. and Maul, A. and others", + title = "{$k_{T}$ effects in direct photon production}", + journal = "Phys.Rev.", + volume = "D59", + pages = "074007", + doi = "10.1103/PhysRevD.59.074007", + year = "1999", + eprint = "hep-ph/9808467", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CTEQ-805, MSUHEP-80501, UR-1539", + SLACcitation = "%%CITATION = HEP-PH/9808467;%%", +} + + +@ARTICLE{Appelquist:1980vg, + author = {Appelquist, Thomas and Bernard, Claude W.}, + title = "{Strongly interacting Higgs bosons}", + journal = {Phys. Rev.}, + year = {1980}, + volume = {D22}, + pages = {200}, + doi = {10.1103/PhysRevD.22.200}, + file = {:Appelquist1980vg.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D22,200;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D22,200} +} + +@ARTICLE{Appelquist:1993ka, + author = {Appelquist, Thomas and Wu, Guo-Hong}, + title = "{Electroweak chiral Lagrangian and new precision measurements}", + journal = {Phys. Rev.}, + year = {1993}, + volume = {D48}, + pages = {3235-3241}, + doi = {10.1103/PhysRevD.48.3235}, + eprint = {hep-ph/9304240}, + file = {:Appelquist1993ka.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9304240;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9304240} +} + +@ARTICLE{Archibald:2008aa, + author = {Archibald, Jennifer and Gleisberg, Tanju and H{\"o}che, Stefan and + Krauss, Frank and Sch{\"o}nherr, Marek and Schumann, Steffen and + Siegert, Frank and Winter, Jan-Christopher}, + title = "{Simulation of photon-photon interactions in hadron collisions with + \Sherpa}", + journal = {Nucl. Phys.}, + year = {2008}, + volume = {179}, + pages = {218-225}, + file = {:Archibald2008aa.pdf:PDF}, + url = {http://dx.doi.org/10.1016/j.nuclphysbps.2008.07.027} +} + +@ARTICLE{ArkaniHamed:1998rs, + author = {Arkani-Hamed, Nima and Dimopoulos, Savas and Dvali, G. R.}, + title = "{The hierarchy problem and new dimensions at a millimeter}", + journal = {Phys. Lett.}, + year = {1998}, + volume = {B429}, + pages = {263-272}, + doi = {10.1016/S0370-2693(98)00466-3}, + eprint = {hep-ph/9803315}, + file = {:ArkaniHamed1998rs.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9803315;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9803315} +} +@article{Arneodo:1996kd, + author = "Arneodo, M. and others", + title = "{Accurate measurement of F2(d) / F2(p) and R**d - R**p}", + collaboration = "New Muon Collaboration", + journal = "Nucl.Phys.", + volume = "B487", + pages = "3-26", + doi = "10.1016/S0550-3213(96)00673-6", + year = "1997", + eprint = "hep-ex/9611022", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + SLACcitation = "%%CITATION = HEP-EX/9611022;%%", +} + +@article{Arneodo:1996qe, + author = "Arneodo, M. and others", + title = "{Measurement of the proton and deuteron structure + functions, F2(p) and F2(d), and of the ratio sigma-L / + sigma-T}", + collaboration = "New Muon Collaboration", + journal = "Nucl.Phys.", + volume = "B483", + pages = "3-43", + doi = "10.1016/S0550-3213(96)00538-X", + year = "1997", + eprint = "hep-ph/9610231", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = HEP-PH/9610231;%%", +} +@ARTICLE{Artru:1974hr, + author = {Artru, X. and Mennessier, G.}, + title = "{String model and multiproduction}", + journal = {Nucl. Phys.}, + year = {1974}, + volume = {B70}, + pages = {93-115}, + file = {:Artru1974hr.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B70,93} +} + +@article{Arnold:2008rz, + author = "Arnold, K. and Bahr, M. and Bozzi, Giuseppe and + Campanario, F. and Englert, C. and others", + title = "{VBFNLO: A parton level Monte Carlo for processes with + electroweak bosons}", + journal = "Comput.Phys.Commun.", + volume = "180", + pages = "1661-1670", + doi = "10.1016/j.cpc.2009.03.006", + year = "2009", + eprint = "0811.4559", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "KA-TP-31-2008, SFB-CPP-08-95", + SLACcitation = "%%CITATION = ARXIV:0811.4559;%%", +} + +@article{ATLAS:2012am, + author = "Aad, Georges and others", + title = "{Jet mass and substructure of inclusive jets in + $\sqrt{s}=7$ TeV $pp$ collisions with the ATLAS + experiment}", + collaboration = "ATLAS Collaboration", + journal = "JHEP", + volume = "1205", + pages = "128", + doi = "10.1007/JHEP05(2012)128", + year = "2012", + eprint = "1203.4606", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-031", + SLACcitation = "%%CITATION = ARXIV:1203.4606;%%", +} + + +@article{ATLAS:2012an, + author = "Aad, Georges and others", + title = "{Measurement of the charge asymmetry in top quark pair + production in $pp$ collisions at $\sqrt{s}=7$ TeV using + the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "Eur.Phys.J.", + volume = "C72", + pages = "2039", + doi = "10.1140/epjc/s10052-012-2039-5", + year = "2012", + eprint = "1203.4211", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-015", + SLACcitation = "%%CITATION = ARXIV:1203.4211;%%", +} + +@article{ATLAS:2012ar, + author = "Aad, Georges and others", + title = "{Measurement of the production cross section of an + isolated photon associated with jets in proton-proton + collisions at $\sqrt{s}=7$ TeV with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "Phys.Rev.", + volume = "D85", + pages = "092014", + doi = "10.1103/PhysRevD.85.092014", + year = "2012", + eprint = "1203.3161", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-009", + SLACcitation = "%%CITATION = ARXIV:1203.3161;%%", +} + + +@article{ATLAS:2012jpa, + key = "1204355", + title = "{Measurement of the inclusive jet cross section in pp + collisions at $\sqrt{s}=2.76$TeV and comparison to the + inclusive jet cross section at $\sqrt{s}=7$TeV using the + ATLAS detector}", + collaboration = "ATLAS Collaboration", + year = "2012", + reportNumber = "ATLAS-CONF-2012-128, ATLAS-COM-CONF-2012-173", + SLACcitation = "%%CITATION = ATLAS-CONF-2012-128 ETC.;%%", +} + +@article{ATLAS:2012mec, + author = "Aad, Georges and others", + title = "{Measurement of $W^+W^-$ production in pp collisions at + $\sqrt{s}$=7  TeV with the ATLAS detector and limits + on anomalous WWZ and WWγ couplings}", + collaboration = "ATLAS Collaboration", + journal = "Phys.Rev.", + number = "11", + volume = "D87", + pages = "112001", + doi = "10.1103/PhysRevD.87.112001, 10.1103/PhysRevD.88.079906", + year = "2013", + eprint = "1210.2979", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2012-242", + SLACcitation = "%%CITATION = ARXIV:1210.2979;%%", +} + + +@techreport{ATLAS-CONF-2014-042, + title = "{Determination of the off-shell Higgs boson signal + strength in the high-mass ZZ final state with the ATLAS + detector}", + institution = "CERN", + address = "Geneva", + number = "ATLAS-CONF-2014-042", + month = "Jul", + year = "2014", +} + +@ARTICLE{Aubert:2006px, + author = {Aubert, B. and others}, + title = "{Measurement of the $B^0 \to \pi^- l^+ \nu$ form-factor shape and + branching fraction, and determination of $|V_{ub}|$ with a loose + neutrino reconstruction technique}", + journal = {Phys. Rev. Lett.}, + year = {2007}, + volume = {98}, + pages = {091801}, + archiveprefix = {arXiv}, + collaboration = {BABAR}, + doi = {10.1103/PhysRevLett.98.091801}, + eprint = {hep-ex/0612020}, + file = {:Aubert2006px.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0612020;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0612020} +} + +@ARTICLE{Aubert:1988xb, + author = {Aubert, J. J. and others}, + title = "{Evidence for anomalous prompt photons in deep--inelastic muon scattering + at 200 GeV}", + journal = {Phys. Lett.}, + year = {1989}, + volume = {B218}, + pages = {248}, + collaboration = {European Muon}, + doi = {10.1016/0370-2693(89)91428-7}, + file = {:Aubert1988xb.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B218,248;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHLTA,B218,248} +} + +@ARTICLE{Aurenche:1989gv, + author = {Aurenche, P. and Baier, R. and Fontannaz, M.}, + title = "{Prompt photon production at colliders}", + journal = {Phys. Rev.}, + year = {1990}, + volume = {D42}, + pages = {1440-1449}, + doi = {10.1103/PhysRevD.42.1440}, + file = {:Aurenche1989gv.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D42,1440;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHRVA,D42,1440} +} + +@ARTICLE{Aurenche:1988vi, + author = {Aurenche, P. and Baier, R. and Fontannaz, M. and Owens, J. F. and + Werlen, M.}, + title = "{Gluon content of the nucleon probed with real and virtual photons}", + journal = {Phys. Rev.}, + year = {1989}, + volume = {D39}, + pages = {3275}, + doi = {10.1103/PhysRevD.39.3275}, + file = {:Aurenche1988vi.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D39,3275;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHRVA,D39,3275} +} + +@ARTICLE{Aurenche:1987fs, + author = {Aurenche, P. and Baier, R. and Fontannaz, M. and Schiff, D.}, + title = "{Prompt photon production at large $p_T$ Scheme invariant QCD predictions + and comparison with experiment}", + journal = {Nucl. Phys.}, + year = {1988}, + volume = {B297}, + pages = {661}, + doi = {10.1016/0550-3213(88)90553-6}, + file = {:Aurenche1987fs.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B297,661;%%} +} + +@ARTICLE{Aurenche:1985yk, + author = {Aurenche, P. and Douiri, A. and Baier, R. and Fontannaz, M. and Schiff, + D.}, + title = "{Large--$p_T$ double photon production in hadronic collisions --- + beyond leading logarithm QCD calculation}", + journal = {Z. Phys.}, + year = {1985}, + volume = {C29}, + pages = {459-475}, + doi = {10.1007/BF01565195}, + file = {:Aurenche1985yk.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C29,459;%%} +} + +@ARTICLE{Aurenche:2006vj, + author = {Aurenche, Patrick and Fontannaz, Michel and Guillet, Jean-Philippe + and Pilon, Eric and Werlen, Monique}, + title = "{Recent critical study of photon production in hadronic collisions}", + journal = {Phys. Rev.}, + year = {2006}, + volume = {D73}, + pages = {094007}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.73.094007}, + eprint = {hep-ph/0602133}, + file = {:Aurenche2006vj.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0602133;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0602133} +} + +@article{Azimov:1984np, + author = "Azimov, Yakov I. and Dokshitzer, Yuri L. and Khoze, + Valery A. and Troyan, S.I.", + title = "{Similarity of parton and hadron Spectra in QCD jets}", + journal = "Z.Phys.", + volume = "C27", + pages = "65-72", + doi = "10.1007/BF01642482", + year = "1985", + reportNumber = "LENINGRAD-84-942", + SLACcitation = "%%CITATION = ZEPYA,C27,65;%%", +} + +@article{Azimov:1985by, + author = "Azimov, Yakov I. and Dokshitzer, Yuri L. and Khoze, + Valery A. and Troyan, S.I.", + title = "{Hump--\-backed QCD plateau in hadron spectra}", + journal = "Z.Phys.", + volume = "C31", + pages = "213", + doi = "10.1007/BF01479529", + year = "1986", + reportNumber = "CERN-TH-4345-85", + SLACcitation = "%%CITATION = ZEPYA,C31,213;%%", +} + +@article{Azimov:1986sf, + author = "Azimov, Yakov I. and Dokshitzer, Yuri L. and Khoze, + Valery A. and Troian, S.I.", + title = "{The string effect and QCD coherence}", + journal = "Phys.Lett.", + volume = "B165", + pages = "147-150", + doi = "10.1016/0370-2693(85)90709-9", + year = "1985", + SLACcitation = "%%CITATION = PHLTA,B165,147;%%", +} + +@ARTICLE{Badelek:2001xb, + author = {Badelek, B. and others}, + title = "{TESLA technical design report, part VI, chapter 1: Photon collider + at TESLA}", + journal = {Int. J. Mod. Phys.}, + year = {2004}, + volume = {A19}, + pages = {5097-5186}, + collaboration = {ECFA/DESY Photon Collider Working Group}, + eprint = {hep-ex/0108012}, + file = {:Badelek2001xb.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0108012} +} + +@article{Badger:2013ava, + author = "Badger, Simon and Guffanti, Alberto and Yundin, Valery", + title = "{Next-to-leading order QCD corrections to di-photon + production in association with up to three jets at the + Large Hadron Collider}", + journal = "JHEP", + volume = "1403", + pages = "122", + doi = "10.1007/JHEP03(2014)122", + year = "2014", + eprint = "1312.5927", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MPP-2013-319, CERN-PH-TH-2013-318", + SLACcitation = "%%CITATION = ARXIV:1312.5927;%%", +} + +@article{Badger:2013yda, + author = "Badger, Simon and Biedermann, Benedikt and Uwer, Peter + and Yundin, Valery", + title = "{Next-to-leading order QCD corrections to five jet + production at the LHC}", + journal = "Phys.Rev.", + volume = "D89", + pages = "034019", + doi = "10.1103/PhysRevD.89.034019", + year = "2014", + eprint = "1309.6585", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1309.6585;%%", +} + +@article{Badger:2012pf, + author = "Badger, Simon and Biedermann, Benedikt and Uwer, Peter + and Yundin, Valery", + title = "{NLO QCD corrections to multi-jet production at the LHC + with a centre-of-mass energy of $\sqrt{s}=8$ TeV}", + journal = "Phys.Lett.", + volume = "B718", + pages = "965-978", + doi = "10.1016/j.physletb.2012.11.029", + year = "2013", + eprint = "1209.0098", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "HU-EP-12-28", + SLACcitation = "%%CITATION = ARXIV:1209.0098;%%", +} + +@article{Badger:2012pg, + author = "Badger, Simon and Biedermann, Benedikt and Uwer, Peter + and Yundin, Valery", + title = "{Numerical evaluation of virtual corrections to multi-jet + production in massless QCD}", + year = "2012", + eprint = "1209.0100", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "HU-EP-12-29", + SLACcitation = "%%CITATION = ARXIV:1209.0100;%%", +} + +@article{Badger:2011yu, + author = "Badger, Simon and Sattler, Ralf and Yundin, Valery", + title = "{One--loop helicity amplitudes for $t\bar{t}$ production + at hadron colliders}", + journal = "Phys.Rev.", + volume = "D83", + pages = "074020", + doi = "10.1103/PhysRevD.83.074020", + year = "2011", + eprint = "1101.5947", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-11-012, LPN-11-06, HU-EP-11-06, SFB-CPP-11-04", + SLACcitation = "%%CITATION = ARXIV:1101.5947;%%", +} + +@article{Badger:2009vh, + author = "Badger, Simon and Campbell, John M. and Ellis, R. Keith + and Williams, Ciaran", + title = "{Analytic results for the one-loop NMHV Hqqgg amplitude}", + journal = "JHEP", + volume = "0912", + pages = "035", + doi = "10.1088/1126-6708/2009/12/035", + year = "2009", + eprint = "0910.4481", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-09-180, FERMILAB-PUB-09-505-T, IPPP-09-86", + SLACcitation = "%%CITATION = ARXIV:0910.4481;%%", +} + +@article{Badger:2008cm, + author = "Badger, S.D.", + title = "{Direct extraction of one--loop rational terms}", + journal = "JHEP", + volume = "0901", + pages = "049", + doi = "10.1088/1126-6708/2009/01/049", + year = "2009", + eprint = "0806.4600", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "IPHT-T08-106", + SLACcitation = "%%CITATION = ARXIV:0806.4600;%%", +} + +@ARTICLE{Badger:2005zh, + author = {Badger, S. D. and Glover, E. W. N. and Khoze, V. V. and Svr{\v{c}}ek, + P.}, + title = "{Recursion relations for gauge theory amplitudes with massive particles}", + journal = {JHEP}, + year = {2005}, + volume = {07}, + pages = {025}, + eprint = {hep-th/0504159}, + file = {:Badger2005zh.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0504159} +} + +@article{Badger:2013vpa, + author = "Badger, Simon and Biedermann, Benedikt and Uwer, Peter + and Yundin, Valery", + title = "{Computation of multi-leg amplitudes with NJet}", + journal = "J.Phys.Conf.Ser.", + volume = "523", + pages = "012057", + doi = "10.1088/1742-6596/523/1/012057", + year = "2014", + eprint = "1312.7140", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1312.7140;%%", +} + + +@ARTICLE{Baer:1990ra, + author = {Baer, H. and Ohnemus, J. and Owens, J. F.}, + title = "{Next--to--leading-logarithm calculation of direct photon production}", + journal = {Phys. Rev.}, + year = {1990}, + volume = {D42}, + pages = {61-71}, + doi = {10.1103/PhysRevD.42.61}, + file = {:Baer1990ra.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D42,61;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHRVA,D42,61} +} + + +@article{Baernreuther:2012ws, + author = "Baernreuther, Peter and Czakon, Michal and Mitov, + Alexander", + title = "{Percent--level precision physics at the Tevatron: First + genuine NNLO QCD corrections to $q \bar{q} \to t \bar{t} + + X$}", + journal = "Phys.Rev.Lett.", + volume = "109", + pages = "132001", + doi = "10.1103/PhysRevLett.109.132001", + year = "2012", + eprint = "1204.5201", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1204.5201;%%", +} + +@ARTICLE{Bagger:1987fz, + author = {Bagger, Jonathan and Schmidt, Carl and King, Stephen}, + title = "{Axigluon production in hadronic collisions}", + journal = {Phys. Rev.}, + year = {1988}, + volume = {D37}, + pages = {1188}, + doi = {10.1103/PhysRevD.37.1188}, + file = {:Bagger1987fz.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D37,1188;%%} +} + +@article{Baglio:2014uba, + author = "Baglio, J. and Bellm, J. and Campanario, F. and Feigl, B. + and Frank, J. and others", + title = "{Release Note - VBFNLO 2.7.0}", + year = "2014", + eprint = "1404.3940", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FTUV-14-2903, IFIC-14-26, KA-TP-10-2014, LPN14-062, + MAN-HEP-2014-03", + SLACcitation = "%%CITATION = ARXIV:1404.3940;%%", +} + +@ARTICLE{Bailey:1992br, + author = {Bailey, B. and Owens, J. F. and Ohnemus, J.}, + title = "{Order $\alpha_s$ Monte Carlo calculation of hadronic double-photon + production}", + journal = {Phys. Rev.}, + year = {1992}, + volume = {D46}, + pages = {2018-2027}, + doi = {10.1103/PhysRevD.46.2018}, + file = {:Bailey1992br.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D46,2018;%%} +} + +@ARTICLE{Balazs:1997hv, + author = {Balazs, C. and Berger, Edmond L. and Mrenna, S. and Yuan, C. P.}, + title = "{Photon pair production with soft gluon resummation in hadronic interactions}", + journal = {Phys. Rev.}, + year = {1998}, + volume = {D57}, + pages = {6934-6947}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.57.6934}, + eprint = {hep-ph/9712471}, + file = {:Balazs1997hv.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9712471;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9712471} +} + +@ARTICLE{Balazs:2007hr, + author = {Balazs, C. and Berger, Edmond L. and Nadolsky, Pavel M. and Yuan, + C. -P.}, + title = "{Calculation of prompt diphoton production cross sections at Fermilab + Tevatron and CERN LHC energies}", + journal = {Phys. Rev.}, + year = {2007}, + volume = {D76}, + pages = {013009}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.76.013009}, + eprint = {0704.0001}, + file = {:Balazs2007hr.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0704.0001;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0704.0001} +} + +@ARTICLE{Balazs:2006cc, + author = {Balazs, Csaba and Berger, Edmond L. and Nadolsky, Pavel M. and Yuan, + C. -P.}, + title = "{All-orders resummation for diphoton production at hadron colliders}", + journal = {Phys. Lett.}, + year = {2006}, + volume = {B637}, + pages = {235-240}, + archiveprefix = {arXiv}, + doi = {10.1016/j.physletb.2006.04.017}, + eprint = {hep-ph/0603037}, + file = {:Balazs2006cc.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0603037;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0603037} +} + +@ARTICLE{Balazs:1999yf, + author = {Balazs, C. and Nadolsky, Pavel M. and Schmidt, C. and Yuan, C. P.}, + title = "{Diphoton background to Higgs boson production at the LHC with soft + gluon effects}", + journal = {Phys. Lett.}, + year = {2000}, + volume = {B489}, + pages = {157-162}, + archiveprefix = {arXiv}, + doi = {10.1016/S0370-2693(00)00934-5}, + eprint = {hep-ph/9905551}, + file = {:Balazs1999yf.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9905551;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9905551} +} + +@ARTICLE{Balitsky:1978ic, + author = {I. I. Balitsky and L. N. Lipatov}, + title = "{The Pomeranchuk singularity in quantum chromodynamics}", + journal = {Sov. J. Nucl. Phys.}, + year = {1978}, + volume = {28}, + pages = {822-829}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SJNCA,28,822} +} + +@article{Ball:2013bra, + author = "Ball, Richard D. and Bonvini, Marco and Forte, Stefano + and Marzani, Simone and Ridolfi, Giovanni", + title = "{Higgs production in gluon fusion beyond NNLO}", + journal = "Nucl.Phys.", + volume = "B874", + pages = "746-772", + doi = "10.1016/j.nuclphysb.2013.06.012", + year = "2013", + eprint = "1303.3590", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DCPT-13-30, DESY-13-001, EDINBURGH-2012-25, IFUM-1010-FT, + IPPP-13-15, --IPPP-13-15, ", + SLACcitation = "%%CITATION = ARXIV:1303.3590;%%", +} + +@ARTICLE{Ball:2007zza, + author = {Bayatian, G. L. and others}, + title = "{CMS technical design report, volume II: Physics performance}", + journal = {J. Phys.}, + year = {2007}, + volume = {G34}, + pages = {995-1579}, + collaboration = {CMS}, + doi = {10.1088/0954-3899/34/6/S01}, + file = {:Ball2007zza.pdf:PDF}, + slaccitation = {%%CITATION = JPHGB,G34,995;%%} +} + +@ARTICLE{Ball:2007hb, + author = {Ball, Patricia and Jones, G. W.}, + title = "{$B \to \eta^{(')}$ form factors in QCD}", + journal = {JHEP}, + year = {2007}, + volume = {08}, + pages = {025}, + archiveprefix = {arXiv}, + eprint = {0706.3628}, + file = {:Ball2007hb.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0706.3628;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0706.3628} +} + +@ARTICLE{Ball:2004rg, + author = {Ball, Patricia and Zwicky, Roman}, + title = "{$B_{d,s} \to \rho, \omega, K^*, \Phi$ decay form factors from light-cone + sum rules reexamined}", + journal = {Phys. Rev.}, + year = {2005}, + volume = {D71}, + pages = {014029}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.71.014029}, + eprint = {hep-ph/0412079}, + file = {:Ball2004rg.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0412079;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0412079} +} + +@ARTICLE{Ball:2004ye, + author = {Ball, Patricia and Zwicky, Roman}, + title = "{New results on $B \to \pi, K, \eta$ decay form factors from light-cone + sum rules}", + journal = {Phys. Rev.}, + year = {2005}, + volume = {D71}, + pages = {014015}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.71.014015}, + eprint = {hep-ph/0406232}, + file = {:Ball2004ye.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0406232;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0406232} +} + +@ARTICLE{Ball:2008by, + author = {Ball, Richard D. and others}, + title = "{A determination of parton distributions with faithful uncertainty + estimation}", + journal = {Nucl. Phys.}, + year = {2009}, + volume = {B809}, + pages = {1-63}, + archiveprefix = {arXiv}, + collaboration = {NNPDF}, + doi = {10.1016/j.nuclphysb.2008.09.037}, + eprint = {0808.1231}, + file = {:Ball2008by.pdf:PDF;:Ball2008bya.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0808.1231;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0808.1231} +} + +@ARTICLE{Ball:2009mk, + author = {Ball, Richard D. and others}, + title = "{Precision determination of electroweak parameters and the strange + content of the proton from neutrino deep-inelastic scattering}", + journal = {Nucl. Phys.}, + year = {2009}, + volume = {B823}, + pages = {195-233}, + archiveprefix = {arXiv}, + collaboration = {The NNPDF}, + doi = {10.1016/j.nuclphysb.2009.08.003}, + eprint = {0906.1958}, + file = {:Ball2009mk.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0906.1958;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0906.1958} +} +@article{Ball:2011uy, + author = "Ball, Richard D. and others", + title = "{Unbiased global determination of parton distributions + and their uncertainties at NNLO and at LO}", + collaboration = "NNPDF Collaboration", + journal = "Nucl.Phys.", + volume = "B855", + pages = "153-221", + doi = "10.1016/j.nuclphysb.2011.09.024", + year = "2012", + eprint = "1107.2652", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "EDINBURGH-2011-14, IFUM-979-FT, FR-PHENO-2011-010, + RWTH-TTK-11-24", + SLACcitation = "%%CITATION = ARXIV:1107.2652;%%", +} + +@article{Ball:2012wy, + author = "Ball, Richard D. and Carrazza, Stefano and Del Debbio, + Luigi and Forte, Stefano and Gao, Jun and others", + title = "{Parton Distribution Benchmarking with LHC Data}", + journal = "JHEP", + volume = "1304", + pages = "125", + doi = "10.1007/JHEP04(2013)125", + year = "2013", + eprint = "1211.5142", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2012-263", + SLACcitation = "%%CITATION = ARXIV:1211.5142;%%", +} + +@article{Ball:2013hta, + author = "Ball, Richard D. and others", + title = "{Parton distributions with QED corrections}", + collaboration = "NNPDF", + journal = "Nucl.Phys.", + volume = "B877", + pages = "290-320", + doi = "10.1016/j.nuclphysb.2013.10.010", + year = "2013", + eprint = "1308.0598", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "EDINBURGH-2013-20, IFUM-1014-FT, FR-PHENO-2013-008, + CERN-PH-TH-2013-075", + SLACcitation = "%%CITATION = ARXIV:1308.0598;%%", +} + +@article{Ball:2014uwa, + author = "Ball, Richard D. and others", + title = "{Parton distributions for the LHC Run II}", + collaboration = "The NNPDF Collaboration", + year = "2014", + eprint = "1410.8849", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "EDINBURGH-2014-15, IFUM-1034-FT, CERN-PH-TH-2013-253, + OUTP-14-11P, CAVENDISH-HEP-14-11", + SLACcitation = "%%CITATION = ARXIV:1410.8849;%%", +} + + +@ARTICLE{Ballestrero:1994jn, + author = {Ballestrero, Alessandro and Maina, Ezio}, + title = "{A new method for helicity calculations}", + journal = {Phys. Lett.}, + year = {1995}, + volume = {B350}, + pages = {225-233}, + eprint = {hep-ph/9403244}, + file = {:Ballestrero1994jn.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9403244} +} + +@ARTICLE{Ballestrero:1992dv, + author = {Ballestrero, Alessandro and Maina, Ezio and Moretti, Stefano}, + title = "{Heavy quarks and leptons at $e^+e^-$ colliders}", + journal = {Nucl. Phys.}, + year = {1994}, + volume = {B415}, + pages = {265-292}, + doi = {10.1016/0550-3213(94)90112-0}, + eprint = {hep-ph/9212246}, + file = {:Ballestrero1992dv.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9212246;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9212246} +} + +@ARTICLE{Banfi:2010cf, + author = {Banfi, A. and Redford, S. and Vesterinen, M. and Waller, P. and Wyatt, + T. R.}, + title = "{Optimisation of variables for studying dilepton transverse momentum + distributions at hadron colliders}", + year = {2010}, + archiveprefix = {arXiv}, + eprint = {1009.1580}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 1009.1580;%%}, + url = {http://inspirebeta.net/record/867998} +} + +@ARTICLE{Banfi:2006hf, + author = {Banfi, Andrea and Salam, Gavin P. and Zanderighi, Giulia}, + title = "{Infrared-safe definition of jet flavour}", + journal = {Eur. Phys. J.}, + year = {2006}, + volume = {C47}, + pages = {113-124}, + eprint = {hep-ph/0601139}, + file = {:Banfi2006hf.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0601139} +} + +@article{Barate:1996fi, + author = "Barate, R. and others", + title = "{Studies of quantum chromodynamics with the ALEPH + detector}", + collaboration = "ALEPH Collaboration", + journal = "Phys.Rept.", + volume = "294", + pages = "1-165", + doi = "10.1016/S0370-1573(97)00045-8", + year = "1998", + reportNumber = "CERN-PPE-96-186", + SLACcitation = "%%CITATION = PRPLC,294,1;%%", +} + +@article{Barate:1999bg, + author = "Barate, R. and others", + title = "{Study of charm production in Z decays}", + collaboration = "ALEPH Collaboration", + journal = "Eur.Phys.J.", + volume = "C16", + pages = "597-611", + doi = "10.1007/s100520000421", + year = "2000", + eprint = "hep-ex/9909032", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-EP-99-094", + SLACcitation = "%%CITATION = HEP-EX/9909032;%%", +} + +@ARTICLE{Barate:1997ha, + author = {Barate, R. and others}, + title = "{A measurement of the QCD colour factors and a limit on the light + gluino}", + journal = {Z. Phys.}, + year = {1997}, + volume = {C76}, + pages = {1-14}, + collaboration = {ALEPH}, + doi = {10.1007/s002880050522}, + file = {:Barate1997ha.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C76,1;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C76,1} +} + +@ARTICLE{Barberio:1993qi, + author = {Barberio, Elisabetta and W{\c a}s, Zbigniew}, + title = "{PHOTOS - a universal monte carlo for QED radiative corrections: + version 2.0}", + journal = {Comput. Phys. Commun.}, + year = {1994}, + volume = {79}, + pages = {291-308}, + doi = {10.1016/0010-4655(94)90074-4}, + file = {:Barberio1993qi.pdf:PDF}, + slaccitation = {%%CITATION = CPHCB,79,291;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=CPHCB,79,291} +} + +@BOOK{Barone:2002dc, + title = "{High-energy particle diffraction}", + publisher = {Berlin, Germany: Springer}, + year = {2002}, + author = {Barone, Vincenzo and Predazzi, Enrico}, + pages = {407}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?key=4960041} +} + +@ARTICLE{Bartel:1986ua, + author = {Bartel, W. and others}, + title = "{Experimental Studies on Multijet Production in $e^+$ $e^-$ Annihilation + at PETRA Energies}", + journal = {Z. Phys.}, + year = {1986}, + volume = {C33}, + pages = {23}, + collaboration = {JADE}, + doi = {10.1007/BF01410449}, + file = {:Bartel1986ua.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C33,23;%%} +} + +@ARTICLE{Bartels:2005wa, + author = {Bartels, J. and Salvadore, M. and Vacca, G. P.}, + title = "{AGK cutting rules and multiple scattering in hadronic collisions}", + journal = {Eur. Phys. J.}, + year = {2005}, + volume = {C42}, + pages = {53-71}, + eprint = {hep-ph/0503049}, + file = {:Bartels2005wa.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0503049} +} + +@ARTICLE{Basham:1978bw, + author = {Basham, C. Louis and Brown, Lowell S. and Ellis, Stephen D. and Love, + Sherwin T.}, + title = "{Energy Correlations in electron - Positron Annihilation: Testing + QCD}", + journal = {Phys. Rev. Lett.}, + year = {1978}, + volume = {41}, + pages = {1585}, + doi = {10.1103/PhysRevLett.41.1585}, + file = {:Basham1978bw.pdf:PDF}, + slaccitation = {%%CITATION = PRLTA,41,1585;%%} +} + +@ARTICLE{Bassetto:1984ik, + author = {Bassetto, A. and Ciafaloni, M. and Marchesini, G.}, + title = "{Jet structure and infrared sensitive quantities in perturbative + QCD}", + journal = {Phys. Rept.}, + year = {1983}, + volume = {100}, + pages = {201-272}, + file = {:Bassetto1984ik.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRPLC,100,201} +} + +@ARTICLE{Bassetto:1982ma, + author = {Bassetto, A. and Ciafaloni, M. and Marchesini, G. and Mueller, Alfred + H.}, + title = "{Jet multiplicity and soft gluon factorization}", + journal = {Nucl. Phys.}, + year = {1982}, + volume = {B207}, + pages = {189}, + file = {:Bassetto1982ma.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B207,189} +} + +@ARTICLE{Bauer:2008qh, + author = {Bauer, Christian W. and Tackmann, Frank J. and Thaler, Jesse}, + title = "{GenEvA. (I). a new framework for event generation}", + journal = {JHEP}, + year = {2008}, + volume = {12}, + pages = {010}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/12/010}, + eprint = {0801.4026}, + file = {:Bauer2008qh.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0801.4026;%%} +} + +@ARTICLE{Bauer:2008qj, + author = {Bauer, Christian W. and Tackmann, Frank J. and Thaler, Jesse}, + title = "{GenEvA (II): a phase space generator from a reweighted parton shower}", + journal = {JHEP}, + year = {2008}, + volume = {12}, + pages = {011}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/12/011}, + eprint = {0801.4028}, + file = {:Bauer2008qj.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0801.4028;%%} +} + +@Article{Baur:1997kz, + author = "Baur, U. and Han, Tao and Ohnemus, J.", + title = "{QCD corrections and anomalous couplings in $Z \gamma$ + production at hadron colliders}", + journal = "Phys. Rev.", + volume = "D57", + year = "1998", + pages = "2823-2836", + eprint = "hep-ph/9710416", + archivePrefix = "arXiv", + doi = "10.1103/PhysRevD.57.2823", + SLACcitation = "%%CITATION = HEP-PH/9710416;%%" +} + +@ARTICLE{Baur:1988qt, + author = {Baur, U. and Zeppenfeld, D.}, + title = "{Probing the $WW\gamma$ vertex at future hadron colliders}", + journal = {Nucl. Phys.}, + year = {1988}, + volume = {B308}, + pages = {127}, + doi = {10.1016/0550-3213(88)90045-4}, + file = {:Baur1988qt.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B308,127;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B308,127} +} + +@article{Baur:2006sn, + author = "Baur, U.", + title = "{Weak Boson Emission in Hadron Collider Processes}", + journal = "Phys.Rev.", + volume = "D75", + pages = "013005", + doi = "10.1103/PhysRevD.75.013005", + year = "2007", + eprint = "hep-ph/0611241", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "UB-HET-06-02", + SLACcitation = "%%CITATION = HEP-PH/0611241;%%", +} + +@article{Becattini:2001fg, + author = "Becattini, F. and Passaleva, G.", + title = "{Statistical hadronization model and transverse momentum + spectra of hadrons in high-energy collisions}", + journal = "Eur.Phys.J.", + volume = "C23", + pages = "551-583", + doi = "10.1007/s100520100869", + year = "2002", + eprint = "hep-ph/0110312", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DFF-376-09-2001", + SLACcitation = "%%CITATION = HEP-PH/0110312;%%", +} + +@ARTICLE{Becher:2009cu, + author = {Becher, Thomas and Neubert, Matthias}, + title = "{Infrared singularities of scattering amplitudes in perturbative + QCD}", + journal = {Phys. Rev. Lett.}, + year = {2009}, + volume = {102}, + pages = {162001}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevLett.102.162001}, + eprint = {0901.0722}, + file = {:Becher2009cu.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0901.0722;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0901.0722} +} + +@ARTICLE{Becher:2009qa, + author = {Becher, Thomas and Neubert, Matthias}, + title = "{On the structure of infrared singularities of gauge-theory amplitudes}", + journal = {JHEP}, + year = {2009}, + volume = {06}, + pages = {081}, + archiveprefix = {arXiv}, + eprint = {0903.1126}, + file = {:Becher2009qa.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0903.1126;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0903.1126} +} + +@ARTICLE{Becher:2009th, + author = {Becher, Thomas and Schwartz, Matthew D.}, + title = "{Direct photon production with effective field theory}", + journal = {JHEP}, + year = {2010}, + volume = {02}, + pages = {040}, + archiveprefix = {arXiv}, + doi = {10.1007/JHEP02(2010)040}, + eprint = {0911.0681}, + file = {:Becher2009th.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0911.0681;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0911.0681} +} + +@ARTICLE{Becker:2010ng, + author = {Becker, Sebastian and Reuschle, Christian and Weinzierl, Stefan}, + title = "{Numerical NLO QCD calculations}", + year = {2010}, + archiveprefix = {arXiv}, + eprint = {1010.4187}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 1010.4187;%%}, + url = {http://inspirebeta.net/record/873502} +} + +@ARTICLE{Belanger:2003sd, + author = {Belanger, G. and others}, + title = "{Automatic calculations in high energy physics and {\tt GRACE} at + one-loop}", + journal = {Phys. Rept.}, + year = {2006}, + volume = {430}, + pages = {117-209}, + eprint = {hep-ph/0308080}, + file = {:Belanger2003sd.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0308080} +} + +@ARTICLE{Belghobsi:2009hx, + author = {Belghobsi, Z. and others}, + title = "{Photon-jet correlations and constraints on fragmentation functions}", + journal = {Phys. Rev.}, + year = {2009}, + volume = {D79}, + pages = {114024}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.79.114024}, + eprint = {0903.4834}, + file = {:Belghobsi2009hx.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0903.4834;%%} +} + +@ARTICLE{Bell:2003ak, + author = {Bell, Mairi Siobhan}, + title = "{Prompt photon production in deep--inelastic scattering at HERA}", + year = {2003}, + file = {:Bell2003ak.pdf:PDF}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?key=6566510} +} + +@ARTICLE{Belokurov:1980ba, + author = {Belokurov, V. V. and Usyukina, N. I.}, + title = "{On exponentiation of the singlet quark form-factor in the leading + logarithm approximation}", + journal = {Phys. Lett.}, + year = {1980}, + volume = {B94}, + pages = {251-253}, + file = {:Belokurov1980ba.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B94,251} +} + +@article{Belyaev:2012qa, + author = "Belyaev, Alexander and Christensen, Neil D. and Pukhov, + Alexander", + title = "{CalcHEP 3.4 for collider physics within and beyond the + Standard Model}", + journal = "Comput.Phys.Commun.", + volume = "184", + pages = "1729-1769", + doi = "10.1016/j.cpc.2013.01.014", + year = "2013", + eprint = "1207.6082", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "PITT-PACC-1209", + SLACcitation = "%%CITATION = ARXIV:1207.6082;%%", +} + +@ARTICLE{Bena:2004ry, + author = {Bena, Iosif and Bern, Zvi and Kosower, David A.}, + title = "{Twistor-space recursive formulation of gauge-theory amplitudes}", + journal = {Phys. Rev.}, + year = {2005}, + volume = {D71}, + pages = {045008}, + eprint = {hep-th/0406133}, + file = {:Bena2004ry.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0406133} +} + +@article{Beneke:1999br, + author = "Beneke, M. and Buchalla, G. and Neubert, M. and + Sachrajda, Christopher T.", + title = "{QCD factorization for $B \to \pi \pi$ decays: Strong + phases and CP violation in the heavy quark limit}", + journal = "Phys.Rev.Lett.", + volume = "83", + pages = "1914-1917", + doi = "10.1103/PhysRevLett.83.1914", + year = "1999", + eprint = "hep-ph/9905312", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-8146, CERN-TH-99-126, SHEP-99-04", + SLACcitation = "%%CITATION = HEP-PH/9905312;%%", +} + +@article{Beneke:2000ry, + author = "Beneke, M. and Buchalla, G. and Neubert, M. and + Sachrajda, Christopher T.", + title = "{QCD factorization for exclusive, nonleptonic B meson + decays: General arguments and the case of heavy light + final states}", + journal = "Nucl.Phys.", + volume = "B591", + pages = "313-418", + doi = "10.1016/S0550-3213(00)00559-9", + year = "2000", + eprint = "hep-ph/0006124", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-TH-2000-159, CLNS-00-1675, PITHA-00-06, SHEP-00-06", + SLACcitation = "%%CITATION = HEP-PH/0006124;%%", +} + +@ARTICLE{Beneke:2000ry, + author = {Beneke, M. and Buchalla, G. and Neubert, M. and Sachrajda, Christopher + T.}, + title = "{QCD factorization for exclusive, non-leptonic B meson decays: General + arguments and the case of heavy-light final states}", + journal = {Nucl. Phys.}, + year = {2000}, + volume = {B591}, + pages = {313-418}, + archiveprefix = {arXiv}, + doi = {10.1016/S0550-3213(00)00559-9}, + eprint = {hep-ph/0006124}, + file = {:Beneke2000ry.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0006124;%%} +} + +@ARTICLE{Bengtsson:1986et, + author = {Bengtsson, Mats and Torbj{\"o}rn Sj{\"o}strand}, + title = "{A comparative study of coherent and non-coherent parton shower evolution}", + journal = {Nucl. Phys.}, + year = {1987}, + volume = {B289}, + pages = {810}, + file = {:Bengtsson1986et.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B289,810} +} + +@ARTICLE{Bengtsson:1986hr, + author = {Bengtsson, Mats and Sj{\"o}strand, Torbjorn}, + title = "{Coherent parton showers versus matrix elements: Implications of + PETRA - PEP data}", + journal = {Phys. Lett.}, + year = {1987}, + volume = {B185}, + pages = {435}, + doi = {10.1016/0370-2693(87)91031-8}, + file = {:Bengtsson1986hr.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B185,435;%%} +} + +@ARTICLE{Bengtsson:1986gz, + author = {Bengtsson, Mats and Sj{\"o}strand, Torbj{\"o}rn and van Zijl, Maria}, + title = "{Initial state radiation effects on $W$ and jet production}", + journal = {Z. Phys.}, + year = {1986}, + volume = {C32}, + pages = {67}, + doi = {10.1007/BF01441353}, + file = {:Bengtsson1986gz.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C32,67;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C32,67} +} + +@ARTICLE{Bengtsson:1988qg, + author = {Bengtsson, M. and Zerwas, P. M.}, + title = "{Four-jet events in $e^+ e^-$ annihilation: Testing the three-gluon + vertex}", + journal = {Phys. Lett.}, + year = {1988}, + volume = {B208}, + pages = {306}, + doi = {10.1016/0370-2693(88)90435-2}, + file = {:Bengtsson1988qg.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B208,306;%%} +} + +@article{Benvenuti:1989rh, + author = "Benvenuti, A.C. and others", + title = "{A High Statistics Measurement of the Proton Structure + Functions F(2) (x, Q**2) and R from Deep Inelastic Muon + Scattering at High Q**2}", + collaboration = "BCDMS Collaboration", + journal = "Phys.Lett.", + volume = "B223", + pages = "485", + doi = "10.1016/0370-2693(89)91637-7", + year = "1989", + reportNumber = "CERN-EP-89-06, JINR-E1-89-540", + SLACcitation = "%%CITATION = PHLTA,B223,485;%%", +} + +@ARTICLE{Berdine:2007uv, + author = {Berdine, D. and Kauer, N. and Rainwater, D.}, + title = "{Breakdown of the narrow width approximation for New Physics}", + journal = {Phys. Rev. Lett.}, + year = {2007}, + volume = {99}, + pages = {111601}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevLett.99.071801}, + eprint = {hep-ph/0703058}, + file = {:Berdine2007uv.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0703058;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0703058} +} + +@article{Berends:1990ax, + author = "Berends, Frits A. and Kuijf, H. and Tausk, B. and Giele, + W.T.", + title = "{On the production of a $W$ and jets at hadron colliders}", + journal = "Nucl.Phys.", + volume = "B357", + pages = "32-64", + doi = "10.1016/0550-3213(91)90458-A", + year = "1991", + reportNumber = "FERMILAB-PUB-90-213-T", + SLACcitation = "%%CITATION = NUPHA,B357,32;%%", +} + +@article{Berends:1987me, + author = "Berends, Frits A. and Giele, W.T.", + title = "{Recursive calculations for processes with $n$ gluons}", + journal = "Nucl.Phys.", + volume = "B306", + pages = "759", + doi = "10.1016/0550-3213(88)90442-7", + year = "1988", + reportNumber = "Print-88-0100 (LEIDEN)", + SLACcitation = "%%CITATION = NUPHA,B306,759;%%", +} + +@article{Berends:1988yn, + author = "Berends, Frits A. and Giele, W.T. and Kuijf, H.", + title = "{Exact expressions for processes involving a vector boson + and up to five partons}", + journal = "Nucl.Phys.", + volume = "B321", + pages = "39", + doi = "10.1016/0550-3213(89)90242-3", + year = "1989", + reportNumber = "Print-89-0055 (LEIDEN)", + SLACcitation = "%%CITATION = NUPHA,B321,39;%%", +} + +@ARTICLE{Berends:1987cv, + author = {Berends, Frits A. and Giele, W.}, + title = "{The six-gluon process as an example of Weyl-van der Waerden spinor + calculus}", + journal = {Nucl. Phys.}, + year = {1987}, + volume = {B294}, + pages = {700}, + file = {:Berends1987cv.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B294,700} +} + +@ARTICLE{Berends:1989ie, + author = {Berends, Frits A. and Giele, W. T. and Kuijf, H.}, + title = "{On six-jet production at hadron colliders}", + journal = {Phys. Lett.}, + year = {1989}, + volume = {B232}, + pages = {266}, + file = {:Berends1989ie.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B232,266} +} + +@ARTICLE{Berends:1989cf, + author = {Berends, Frits A. and Giele, W. T. and Kuijf, H. and Kleiss, R. and + Stirling, W. James}, + title = "{Multi-jet production in $W$, $Z$ events at $p\bar p$ colliders}", + journal = {Phys. Lett.}, + year = {1989}, + volume = {B224}, + pages = {237}, + doi = {10.1016/0370-2693(89)91081-2}, + file = {:Berends1989cf.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B224,237;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B224,237} +} + +@ARTICLE{Berends:1994pv, + author = {F.~A.~Berends and R.~Pittau and R.~Kleiss}, + title = "{All electroweak four-fermion processes in electron-positron collisions}", + journal = {Nucl. Phys.}, + year = {1994}, + volume = {B424}, + pages = {308}, + eprint = {hep-ph/9404313}, + file = {:Berends1994pv.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9404313} +} + + +@article{Berger:2009zg, + author = "Berger, C.F. and Bern, Z. and Dixon, Lance J. and Febres + Cordero, Fernando and Forde, D. and others", + title = "{Precise predictions for $W$ + 3 jet production at hadron + colliders}", + journal = "Phys.Rev.Lett.", + volume = "102", + pages = "222001", + doi = "10.1103/PhysRevLett.102.222001", + year = "2009", + eprint = "0902.2760", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-13539, UCLA-09-TEP-35, MIT-CTP-4013, + SACLAY-IPHT-T09-019, IPPP-09-08", + SLACcitation = "%%CITATION = ARXIV:0902.2760;%%", +} + +@article{Berger:2010zx, + author = "Berger, C.F. and Bern, Z. and Dixon, Lance J. and Febres + Cordero, F. and Forde, D. and others", + title = "{Precise predictions for $W$ + 4 jet production at the + large hadron collider}", + journal = "Phys.Rev.Lett.", + volume = "106", + pages = "092001", + doi = "10.1103/PhysRevLett.106.092001", + year = "2011", + eprint = "1009.2338", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-14222, SB-F-385-10, UCLA-10-TEP-106, + MIT-CTP-4169, IPPP-10-68, SACLAY-IPHT-T10-111, + NIKHEF-2010-022, CERN-TH-2010-184", + SLACcitation = "%%CITATION = ARXIV:1009.2338;%%", +} + +@article{Berger:2009ep, + author = "Berger, C.F. and Bern, Z. and Dixon, Lance J. and Febres + Cordero, Fernando and Forde, D. and others", + title = "{Next--to--leading order QCD predictions for $W$+3-jet + distributions at hadron colliders}", + journal = "Phys.Rev.", + volume = "D80", + pages = "074036", + doi = "10.1103/PhysRevD.80.074036", + year = "2009", + eprint = "0907.1984", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-13680, UCLA-09-TEP-53, MIT-CTP-4047, + SACLAY-IPHT-T09-078, IPPP-09-46", + SLACcitation = "%%CITATION = ARXIV:0907.1984;%%", +} + +@article{Berger:2009cm, + author = "Berger, Edmond L. and Jackson, C.B. and Shaughnessy, + Gabe", + title = "{Characteristics and estimates of double parton + scattering at the Large Hadron Collider}", + journal = "Phys.Rev.", + volume = "D81", + pages = "014014", + doi = "10.1103/PhysRevD.81.014014", + year = "2010", + eprint = "0911.5348", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ANL-HEP-PR-09-109, NU-HEP-TH-09-14", + SLACcitation = "%%CITATION = ARXIV:0911.5348;%%", +} + +@ARTICLE{Berger:2010vm, + author = {Berger, C. F. and others}, + title = "{Next--to--leading order QCD predictions for $Z,\gamma^*$+3-Jet distributions + at the Tevatron}", + journal = {Phys. Rev.}, + year = {2010}, + volume = {D82}, + pages = {074002}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.82.074002}, + eprint = {1004.1659}, + file = {:Berger2010vm.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1004.1659} +} + +@ARTICLE{Berger:2009dq, + author = {Berger, C. F. and others}, + title = "{NLO jet physics with BlackHat}", + journal = {PoS}, + year = {2009}, + volume = {RADCOR2009}, + pages = {002}, + archiveprefix = {arXiv}, + eprint = {0912.4927}, + file = {:Berger2009dq.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0912.4927;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0912.4927} +} + +@ARTICLE{Berger:2009zg, + author = {Berger, C. F. and others}, + title = "{Precise predictions for $W$ + 3 jet production at hadron colliders}", + journal = {Phys. Rev. Lett.}, + year = {2009}, + volume = {102}, + pages = {222001}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevLett.102.222001}, + eprint = {0902.2760}, + file = {:Berger2009fg.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0902.2760;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0902.2760} +} + +@ARTICLE{Berger:2008sj, + author = {Berger, C. F. and others}, + title = "{Automated implementation of on-shell methods for one-loop amplitudes}", + journal = {Phys.Rev.}, + year = {2008}, + volume = {D78}, + pages = {036003}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.78.036003}, + eprint = {arXiv:0803.4180}, + file = {:Berger2008sj.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://inspirebeta.net/record/782271} +} + +@article{Berger:2004pca, + author = "Berger, Edmond L. and Campbell, John M.", + title = "{Higgs boson production in weak boson fusion at + next-to-leading order}", + journal = "Phys.Rev.", + volume = "D70", + pages = "073011", + doi = "10.1103/PhysRevD.70.073011", + year = "2004", + eprint = "hep-ph/0403194", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ANL-HEP-PR-04-4, NSF-KITP-04-13", + SLACcitation = "%%CITATION = HEP-PH/0403194;%%", +} + +@ARTICLE{Berger:1983yi, + author = {Berger, Edmond L. and Braaten, E. and Field, R. D.}, + title = "{Large-$p_\mathrm{T}$ production of single and double photons in + proton-proton and pion-proton collisions}", + journal = {Nucl. Phys.}, + year = {1984}, + volume = {B239}, + pages = {52}, + doi = {10.1016/0550-3213(84)90084-1}, + file = {:Berger1983yi.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B239,52;%%} +} + +@article{Bern:1997sc, + author = "Bern, Zvi and Dixon, Lance J. and Kosower, David A.", + title = "{One-loop amplitudes for $e^+e^-\to$ four partons}", + journal = "Nucl.Phys.", + volume = "B513", + pages = "3-86", + doi = "10.1016/S0550-3213(97)00703-7", + year = "1998", + eprint = "hep-ph/9708239", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-7529, SACLAY-SPH-T-97-090, UCLA-97-TEP-10", + SLACcitation = "%%CITATION = HEP-PH/9708239;%%", +} + +@article{Bern:1996ka, + author = "Bern, Zvi and Dixon, Lance J. and Kosower, David A. and + Weinzierl, Stefan", + title = "{One--loop amplitudes for $e^+e^-\to \bar{q}q\bar{Q}Q$}", + journal = "Nucl.Phys.", + volume = "B489", + pages = "3-23", + doi = "10.1016/S0550-3213(96)00703-1", + year = "1997", + eprint = "hep-ph/9610370", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-7316, SACLAY-SPH-T-96-111, UCLA-96-TEP-33", + SLACcitation = "%%CITATION = HEP-PH/9610370;%%", +} + +@article{Bern:2001df, + author = "Bern, Z. and De Freitas, A. and Dixon, Lance J.", + title = "{Two--\-loop amplitudes for gluon fusion into two photons}", + journal = "JHEP", + volume = "0109", + pages = "037", + year = "2001", + eprint = "hep-ph/0109078", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-8976, UCLA-01-TEP-16", + SLACcitation = "%%CITATION = HEP-PH/0109078;%%", +} + +@article{Bern:2002jx, + author = "Bern, Zvi and Dixon, Lance J. and Schmidt, Carl", + title = "{Isolating a light Higgs boson from the diphoton + background at the CERN LHC}", + journal = "Phys.Rev.", + volume = "D66", + pages = "074018", + doi = "10.1103/PhysRevD.66.074018", + year = "2002", + eprint = "hep-ph/0206194", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-9198, UCLA-02-TEP-8, DAMTP-2002-41, + MSUHEP-20522", + SLACcitation = "%%CITATION = HEP-PH/0206194;%%", +} + +@article{Bern:1997sc, + author = "Bern, Zvi and Dixon, Lance J. and Kosower, David A.", + title = "{One--loop amplitudes for $e^+ e^-$ to four partons}", + journal = "Nucl.Phys.", + volume = "B513", + pages = "3-86", + doi = "10.1016/S0550-3213(97)00703-7", + year = "1998", + eprint = "hep-ph/9708239", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-7529, SACLAY-SPH-T-97-090, UCLA-97-TEP-10", + SLACcitation = "%%CITATION = HEP-PH/9708239;%%", +} + + +@article{Bern:2011ep, + author = "Bern, Z. and Diana, G. and Dixon, L.J. and Febres + Cordero, F. and Hoeche, S. and others", + title = "{Four-jet production at the Large Hadron Collider at + next--to--leading order in QCD}", + journal = "Phys.Rev.Lett.", + volume = "109", + pages = "042001", + doi = "10.1103/PhysRevLett.109.042001", + year = "2012", + eprint = "1112.3940", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SB-F-402-11, UCLA-11-TEP-111, SLAC-PUB-14837, IPPP-11-82, + CERN-PH-TH-2011-304, --CERN-PH-TH-2011-304", + SLACcitation = "%%CITATION = ARXIV:1112.3940;%%", +} + +@article{Bern:2013gka, + author = "Bern, Z. and Dixon, L.J. and Febres Cordero, F. and + Hoeche, S. and Ita, H. and others", + title = "{Next--to--leading order $W + 5$-jet production at the + LHC}", + journal = "Phys.Rev.", + volume = "D88", + pages = "014025", + doi = "10.1103/PhysRevD.88.014025", + year = "2013", + eprint = "1304.1253", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-15395, UCLA-13-TEP-101, SB-F-420-13, IPPP-13-16, + --FR-PHENO-2013-004, --FR-PHENO-2013-004", + SLACcitation = "%%CITATION = ARXIV:1304.1253;%%", +} + +@article{Bern:2013zja, + author = "Bern, Z. and Dixon, L.J. and Febres Cordero, F. and + Höche, S. and Ita, H. and others", + title = "{Ntuples for NLO Events at Hadron Colliders}", + journal = "Comput.Phys.Commun.", + volume = "185", + pages = "1443-1460", + doi = "10.1016/j.cpc.2014.01.011", + year = "2014", + eprint = "1310.7439", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "UCLA-13-TEP-108, SLAC--PUB--15739, SB-F-422-13, + IPHT--T13-228, --IPPP-13-86, CERN--PH--TH-2013-243", + SLACcitation = "%%CITATION = ARXIV:1310.7439;%%", +} + + +@article{Bernreuther:2004jv, + author = "Bernreuther, W. and Brandenburg, A. and Si, Z.G. and + Uwer, P.", + title = "{Top quark pair production and decay at hadron + colliders}", + journal = "Nucl.Phys.", + volume = "B690", + pages = "81-137", + doi = "10.1016/j.nuclphysb.2004.04.019", + year = "2004", + eprint = "hep-ph/0403035", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2004-046, DESY-04-026, PITHA-04-06, TTP04-03", + SLACcitation = "%%CITATION = HEP-PH/0403035;%%", +} + +@article{Bernreuther:2010ny, + author = "Bernreuther, Werner and Si, Zong-Guo", + title = "{Distributions and correlations for top quark pair + production and decay at the Tevatron and LHC.}", + journal = "Nucl.Phys.", + volume = "B837", + pages = "90-121", + doi = "10.1016/j.nuclphysb.2010.05.001", + year = "2010", + eprint = "1003.3926", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "TTK-10-22", + SLACcitation = "%%CITATION = ARXIV:1003.3926;%%", +} + +@ARTICLE{Bernicot:2008th, + author = {Bernicot, Christophe}, + title = "{Light-light amplitude from generalized unitarity in massive QED}", + year = {2008}, + archiveprefix = {arXiv}, + eprint = {0804.0749}, + file = {:Bernicot2008th.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0804.0749;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0804.0749} +} + +@article{Bethke:1988zc, + author = "Bethke, S. and others", + title = "{Experimental Investigation of the Energy Dependence of + the Strong Coupling Strength}", + collaboration = "JADE Collaboration", + journal = "Phys.Lett.", + volume = "B213", + pages = "235", + doi = "10.1016/0370-2693(88)91032-5", + year = "1988", + reportNumber = "DESY-88-105", + SLACcitation = "%%CITATION = PHLTA,B213,235;%%", +} + +@article{Bethke:2012jm, + author = "Bethke, Siegfried", + title = "{World Summary of $\alpha_s$ (2012)}", + journal = "Nucl.Phys.Proc.Suppl.", + volume = "234", + pages = "229-234", + doi = "10.1016/j.nuclphysbps.2012.12.020", + year = "2013", + eprint = "1210.0325", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "MPP-2012-132", + SLACcitation = "%%CITATION = ARXIV:1210.0325;%%", +} + +@article{Bevilacqua:2011xh, + author = "Bevilacqua, G. and Czakon, M. and Garzelli, M.V. and van + Hameren, A. and Kardos, A. and others", + title = "{HELAC-NLO}", + journal = "Comput.Phys.Commun.", + volume = "184", + pages = "986-997", + doi = "10.1016/j.cpc.2012.10.033", + year = "2013", + eprint = "1110.1499", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DEMO-INP-HEPP-2011-4, WUB-11-13, TTK-11-43, + IFJPAN-IV-2011-7", + SLACcitation = "%%CITATION = ARXIV:1110.1499;%%", +} + +@article{Bevilacqua:2011aa, + author = "Bevilacqua, G. and Czakon, M. and Papadopoulos, C.G. and + Worek, M.", + title = "{Hadronic top-quark pair production in association with + two jets at next--to--leading order QCD}", + journal = "Phys.Rev.", + volume = "D84", + pages = "114017", + doi = "10.1103/PhysRevD.84.114017", + year = "2011", + eprint = "1108.2851", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "TTK-11-30, WUB-11-08", + SLACcitation = "%%CITATION = ARXIV:1108.2851;%%", +} + +@article{Bevilacqua:2010ve, + author = "Bevilacqua, G. and Czakon, M. and Papadopoulos, C.G. and + Worek, M.", + title = "{Dominant QCD backgrounds in Higgs boson analyses at the + LHC: A Study of $pp\to t\bar{t} + 2$ jets at + next--to--leading order}", + journal = "Phys.Rev.Lett.", + volume = "104", + pages = "162002", + doi = "10.1103/PhysRevLett.104.162002", + year = "2010", + eprint = "1002.4009", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "TTK-10-19, WUB-10-05", + SLACcitation = "%%CITATION = ARXIV:1002.4009;%%", +} + +@article{Bevilacqua:2009zn, + author = "Bevilacqua, G. and Czakon, M. and Papadopoulos, C.G. and + Pittau, R. and Worek, M.", + title = "{Assault on the NLO Wishlist: + $pp \to t\bar{t}b\bar{b}$}", + journal = "JHEP", + volume = "0909", + pages = "109", + doi = "10.1088/1126-6708/2009/09/109", + year = "2009", + eprint = "0907.4723", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "PITHA-09-18, WUB-09-09", + SLACcitation = "%%CITATION = ARXIV:0907.4723;%%", +} + +@article{Bevilacqua:2010qb, + author = "Bevilacqua, Giuseppe and Czakon, Michal and van Hameren, + Andreas and Papadopoulos, Costas G. and Worek, Malgorzata", + title = "{Complete off-shell effects in top quark pair + hadroproduction with leptonic decay at next--to--leading + order}", + journal = "JHEP", + volume = "1102", + pages = "083", + doi = "10.1007/JHEP02(2011)083", + year = "2011", + eprint = "1012.4230", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "TTK-10-56, IFJPAN-IV-2010-9, WUB-10-26", + SLACcitation = "%%CITATION = ARXIV:1012.4230;%%", +} + +@ARTICLE{Bhatti:2005ai, + author = {Bhatti, A. and others}, + title = "{Determination of the jet energy scale at the Collider Detector at + Fermilab}", + journal = {Nucl. Instrum. Meth.}, + year = {2006}, + volume = {A566}, + pages = {375-412}, + archiveprefix = {arXiv}, + doi = {10.1016/j.nima.2006.05.269}, + eprint = {hep-ex/0510047}, + file = {:Bhatti2005ai.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0510047;%%} +} + +@article{Bigi:1992su, + author = "Bigi, Ikaros I.Y. and Uraltsev, N.G. and Vainshtein, + A.I.", + title = "{Nonperturbative corrections to inclusive beauty and + charm decays: QCD versus phenomenological models}", + journal = "Phys.Lett.", + volume = "B293", + pages = "430-436", + doi = "10.1016/0370-2693(92)90908-M", + year = "1992", + eprint = "hep-ph/9207214", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-92-158-T, UND-HEP-92-BIG04, + TPI-MINN-92-30-T", + SLACcitation = "%%CITATION = HEP-PH/9207214;%%", +} + +@article{Bigi:1993fe, + author = "Bigi, Ikaros I.Y. and Shifman, Mikhail A. and Uraltsev, + N.G. and Vainshtein, Arkady I.", + title = "{QCD predictions for lepton spectra in inclusive heavy + flavor decays}", + journal = "Phys.Rev.Lett.", + volume = "71", + pages = "496-499", + doi = "10.1103/PhysRevLett.71.496", + year = "1993", + eprint = "hep-ph/9304225", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "UND-HEP-93-BIG01, TPI-MINN-93-12-T, UMN-TH-1149-93", + SLACcitation = "%%CITATION = HEP-PH/9304225;%%", +} + +@article{Binoth:1999qq, + author = "Binoth, T. and Guillet, J.P. and Pilon, E. and Werlen, + M.", + title = "{A Full next-to-leading order study of direct photon pair + production in hadronic collisions}", + journal = "Eur.Phys.J.", + volume = "C16", + pages = "311-330", + doi = "10.1007/s100520050024", + year = "2000", + eprint = "hep-ph/9911340", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "LAPTH-760-99", + SLACcitation = "%%CITATION = HEP-PH/9911340;%%", +} + + +@article{Binoth:2000zt, + author = "Binoth, T. and Guillet, J. Ph. and Pilon, E. and Werlen, + M.", + title = "{Beyond leading order effects in photon pair production + at the Tevatron}", + journal = "Phys.Rev.", + volume = "D63", + pages = "114016", + doi = "10.1103/PhysRevD.63.114016", + year = "2001", + eprint = "hep-ph/0012191", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "LAPTH-820-00, EDINBURGH-2000-28", + SLACcitation = "%%CITATION = HEP-PH/0012191;%%", +} + + +@article{Binoth:2009rv, + author = "Binoth, T. and Greiner, N. and Guffanti, A. and Reuter, + J. and Guillet, J.-Ph. and others", + title = "{Next--to--leading order QCD corrections to pp --> b + anti-b b anti-b + X at the LHC: the quark induced case}", + journal = "Phys.Lett.", + volume = "B685", + pages = "293-296", + doi = "10.1016/j.physletb.2010.02.010", + year = "2010", + eprint = "0910.4379", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "EDINBURGH-2009-16, FREIBURG-PHENO-09-05, LAPTH-1358-09, + NIKHEF-2009-026, ZU-TH-16-09", + SLACcitation = "%%CITATION = ARXIV:0910.4379;%%", +} + +@ARTICLE{Binoth:2009wk, + author = {Binoth, T. and Gleisberg, T. and Karg, S. and Kauer, N. and Sanguinetti, + G.}, + title = "{NLO QCD corrections to $ZZ+$ jet production at hadron colliders}", + journal = {Phys. Lett.}, + year = {2010}, + volume = {B683}, + pages = {154-159}, + archiveprefix = {arXiv}, + doi = {10.1016/j.physletb.2009.12.013}, + eprint = {0911.3181}, + file = {:Binoth2009wk.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0911.3181;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0911.3181} +} + +@ARTICLE{Binoth:2008uq, + author = {Binoth, T. and Guillet, J. -Ph. and Heinrich, G. and Pilon, E. and + Reiter, T.}, + title = "{Golem95: A numerical program to calculate one-loop tensor integrals + with up to six external legs}", + journal = {Comput. Phys. Commun.}, + year = {2009}, + volume = {180}, + pages = {2317-2330}, + archiveprefix = {arXiv}, + doi = {10.1016/j.cpc.2009.06.024}, + eprint = {0810.0992}, + file = {:Binoth2008uq.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0810.0992;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0810.0992} +} + +@ARTICLE{Binoth:2003xk, + author = {Binoth, T. and Guillet, J. P. and Mahmoudi, F.}, + title = "{A compact representation of the $\gamma \gamma g g g \to 0$ amplitude}", + journal = {JHEP}, + year = {2004}, + volume = {02}, + pages = {057}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0312334}, + file = {:Binoth2003xk.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0312334;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0312334} +} + +@ARTICLE{Binoth:2000zt, + author = {Binoth, T. and Guillet, J. Ph. and Pilon, E. and Werlen, M.}, + title = "{Beyond leading order effects in photon pair production at the Fermilab + Tevatron}", + journal = {Phys. Rev.}, + year = {2001}, + volume = {D63}, + pages = {114016}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.63.114016}, + eprint = {hep-ph/0012191}, + file = {:Binoth2000zt.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0012191;%%} +} + +@ARTICLE{Binoth:1999qq, + author = {Binoth, T. and Guillet, J. P. and Pilon, E. and Werlen, M.}, + title = "{A full next--to--leading order study of direct photon pair production + in hadronic collisions}", + journal = {Eur. Phys. J.}, + year = {2000}, + volume = {C16}, + pages = {311-330}, + archiveprefix = {arXiv}, + doi = {10.1007/s100520050024}, + eprint = {hep-ph/9911340}, + file = {:Binoth1999qq.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9911340;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9911340} +} + +@ARTICLE{Binoth:2010ra, + author = {Binoth, T and others}, + title = "{The SM and NLO multileg working group: Summary report}", + year = {2010}, + note = {Proceedings of the Workshop ``Physics at TeV Colliders'', Les Houches, + France, 8-26 June, 2009}, + archiveprefix = {arXiv}, + eprint = {1003.1241}, + file = {:Binoth2010ra.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 1003.1241;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1003.1241} +} + +@ARTICLE{Binoth:2010xt, + author = {Binoth, T. and others}, + title = "{A proposal for a standard interface between Monte Carlo tools and + one-loop programs}", + journal = {Comput. Phys. Commun.}, + year = {2010}, + volume = {181}, + pages = {1612-1622}, + archiveprefix = {arXiv}, + doi = {10.1016/j.cpc.2010.05.016}, + eprint = {1001.1307}, + file = {:Binoth2010xt.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 1001.1307;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1001.1307} +} + +@article{Binoth:2009rv, + author = "Binoth, T. and Greiner, N. and Guffanti, A. and Reuter, + J. and Guillet, J.-Ph. and others", + title = "{Next--to--leading order QCD corrections to + $pp\to b\bar{b}b\bar{b}b + X$ at the LHC: + the quark induced case}", + journal = "Phys.Lett.", + volume = "B685", + pages = "293-296", + doi = "10.1016/j.physletb.2010.02.010", + year = "2010", + eprint = "0910.4379", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "EDINBURGH-2009-16, FREIBURG-PHENO-09-05, LAPTH-1358-09, + NIKHEF-2009-026, ZU-TH-16-09", + SLACcitation = "%%CITATION = ARXIV:0910.4379;%%", +} + +@ARTICLE{Bird:2005js, + author = {Bird, I. and others}, + title = "{LHC computing Grid. Technical design report}", + year = {2005}, + note = {CERN-lHCC-2005-024}, + file = {:Bird2005js.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?r=CERN-lHCC-2005-024} +} + +@ARTICLE{Birthwright:2005ak, + author = {Birthwright, T. G. and Glover, E. W. N. and Khoze, V. V. and Marquard, + P.}, + title = "{Multi-gluon collinear limits from MHV diagrams}", + journal = {JHEP}, + year = {2005}, + volume = {05}, + pages = {013}, + eprint = {hep-ph/0503063}, + file = {:Birthwright2005ak.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0503063} +} + +@ARTICLE{Birthwright:2005vi, + author = {Birthwright, T. G. and Glover, E. W. N. and Khoze, V. V. and Marquard, + P.}, + title = "{Collinear limits in QCD from MHV rules}", + journal = {JHEP}, + year = {2005}, + volume = {07}, + pages = {068}, + eprint = {hep-ph/0505219}, + file = {:Birthwright2005vi.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0505219} +} + +@article{Biswas:2010sa, + author = "Biswas, Sandip and Melnikov, Kirill and Schulze, Markus", + title = "{Next--to--leading order QCD effects and the top quark mass + measurements at the LHC}", + journal = "JHEP", + volume = "1008", + pages = "048", + doi = "10.1007/JHEP08(2010)048", + year = "2010", + eprint = "1006.0910", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1006.0910;%%", +} + +@article{Bjorken:1969wi, + author = "Bjorken, J.D. and Brodsky, Stanley J.", + title = "{Statistical Model for electron-Positron Annihilation + Into Hadrons}", + journal = "Phys.Rev.", + volume = "D1", + pages = "1416-1420", + doi = "10.1103/PhysRevD.1.1416", + year = "1970", + reportNumber = "SLAC-PUB-0662", + SLACcitation = "%%CITATION = PHRVA,D1,1416;%%", +} + +@ARTICLE{Blazey:2000qt, + author = {Blazey, Gerald C. and others}, + title = "{Run II jet physics}", + year = {2000}, + eprint = {hep-ex/0005012}, + file = {:Blazey2000qt.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0005012} +} + +@ARTICLE{Bloch:1937pw, + author = {Bloch, F. and Nordsieck, A.}, + title = "{Note on the radiation field of the electron}", + journal = {Phys. Rev.}, + year = {1937}, + volume = {52}, + pages = {54-59}, + doi = {10.1103/PhysRev.52.54}, + file = {:Bloch1937pw.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,52,54;%%} +} + +@article{Blok:1993va, + author = "Blok, B. and Koyrakh, L. and Shifman, Mikhail A. and + Vainshtein, A.I.", + title = "{Differential distributions in semileptonic decays of the + heavy flavors in QCD}", + journal = "Phys.Rev.", + volume = "D49", + pages = "3356", + doi = "10.1103/PhysRevD.50.3572, 10.1103/PhysRevD.49.3356", + year = "1994", + eprint = "hep-ph/9307247", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "NSF-ITP-93-68, TPI-MINN-93-33-T, UMN-TH-1208-93", + SLACcitation = "%%CITATION = HEP-PH/9307247;%%", +} + +@article{Blok:2010ge, + author = "Blok, B. and Dokshitzer, Yu. and Frankfurt, L. and + Strikman, M.", + title = "{The Four jet production at LHC and Tevatron in QCD}", + journal = "Phys.Rev.", + volume = "D83", + pages = "071501", + doi = "10.1103/PhysRevD.83.071501", + year = "2011", + eprint = "1009.2714", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1009.2714;%%", +} + +@article{Blok:2013bpa, + author = "Blok, B. and Dokshitzer, Yu. and Frankfurt, L. and + Strikman, M.", + title = "{Perturbative QCD correlations in multi-parton + collisions}", + journal = "Eur.Phys.J.", + volume = "C74", + pages = "2926", + doi = "10.1140/epjc/s10052-014-2926-z", + year = "2014", + eprint = "1306.3763", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1306.3763;%%", +} + +@article{Blok:2011bu, + author = "Blok, B. and Dokshitser, Yu. and Frankfurt, L. and + Strikman, M.", + title = "{pQCD physics of multiparton interactions}", + journal = "Eur.Phys.J.", + volume = "C72", + pages = "1963", + doi = "10.1140/epjc/s10052-012-1963-8", + year = "2012", + eprint = "1106.5533", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1106.5533;%%", +} + +@article{Blok:2010ge, + author = "Blok, B. and Dokshitzer, Yu. and Frankfurt, L. and + Strikman, M.", + title = "{The four--jet production at LHC and Tevatron in QCD}", + journal = "Phys.Rev.", + volume = "D83", + pages = "071501", + doi = "10.1103/PhysRevD.83.071501", + year = "2011", + eprint = "1009.2714", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1009.2714;%%", +} + +@article{Blumlein:1996rp, + author = "Blumlein, J. and Riemersma, S. and Botje, M. and Pascaud, + C. and Zomer, F. and others", + title = "{A Detailed comparison of NLO QCD evolution codes}", + year = "1996", + eprint = "hep-ph/9609400", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-96-199, INLO-PUB-20-96, WUE-ITP-96-018, C95-09-25.2, + C96-02-07, C96-05-30.1", + SLACcitation = "%%CITATION = HEP-PH/9609400;%%", +} + +@article{Bolzoni:2010as, + author = "Bolzoni, Paolo and Zaro, Marco and Maltoni, Fabio and + Moch, Sven-Olaf", + title = "{Higgs production at NNLO in QCD: The VBF channel}", + journal = "Nucl.Phys.Proc.Suppl.", + volume = "205-206", + pages = "314-319", + doi = "10.1016/j.nuclphysbps.2010.09.012", + year = "2010", + eprint = "1006.2323", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-10-082", + SLACcitation = "%%CITATION = ARXIV:1006.2323;%%", +} + +@article{Bolzoni:2011cu, + author = "Bolzoni, Paolo and Maltoni, Fabio and Moch, Sven-Olaf and + Zaro, Marco", + title = "{Vector boson fusion at NNLO in QCD: SM Higgs and + beyond}", + journal = "Phys.Rev.", + volume = "D85", + pages = "035002", + doi = "10.1103/PhysRevD.85.035002", + year = "2012", + eprint = "1109.3717", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-11-153, CP3-11-28, LPN-11-51, SFB-CPP-11-50", + SLACcitation = "%%CITATION = ARXIV:1109.3717;%%", +} + +@article{Bonvini:2013jha, + author = "Bonvini, Marco and Caola, Fabrizio and Forte, Stefano and + Melnikov, Kirill and Ridolfi, Giovanni", + title = "{Signal-background interference effects for + $gg→H→W^+W^-$ beyond leading order}", + journal = "Phys.Rev.", + number = "3", + volume = "D88", + pages = "034032", + doi = "10.1103/PhysRevD.88.034032", + year = "2013", + eprint = "1304.3053", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-13-059, IFUM-1011-FT", + SLACcitation = "%%CITATION = ARXIV:1304.3053;%%", +} + + +@ARTICLE{Boos:2004kh, + author = {Boos, E. and others}, + title = "{CompHEP 4.4 - automatic computations from Lagrangians to events}", + journal = {Nucl. Instrum. Meth.}, + year = {2004}, + volume = {A534}, + pages = {250-259}, + archiveprefix = {arXiv}, + collaboration = {CompHEP}, + doi = {10.1016/j.nima.2004.07.096}, + eprint = {hep-ph/0403113}, + file = {:Boos2004kh.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0403113;%%} +} + +@ARTICLE{Borozan:2002fk, + author = {Borozan, I. and Seymour, M. H.}, + title = "{An eikonal model for multiparticle production in hadron-hadron interactions}", + journal = {JHEP}, + year = {2002}, + volume = {09}, + pages = {015}, + eprint = {hep-ph/0207283}, + file = {:Borozan2002fk.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0207283} +} + +@ARTICLE{Botella:1985gb, + author = {Botella, F. J. and Chau, Ling-lie}, + title = "{Anticipating the Higher Generations of Quarks from Rephasing Invariance + of the Mixing Matrix}", + journal = {Phys. Lett.}, + year = {1986}, + volume = {B168}, + pages = {97}, + doi = {10.1016/0370-2693(86)91468-1}, + file = {:Botella1985gb.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B168,97;%%} +} + +@article{Boughezal:2015dra, + author = "Boughezal, Radja and Caola, Fabrizio and Melnikov, Kirill + and Petriello, Frank and Schulze, Markus", + title = "{Higgs boson production in association with a jet at + next-to-next-to-leading order}", + year = "2015", + eprint = "1504.07922", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2015-056, TTP15-017", + SLACcitation = "%%CITATION = ARXIV:1504.07922;%%", +} + +@article{Boughezal:2013cwa, + author = "Boughezal, Radja and Li, Ye and Petriello, Frank", + title = "{Disentangling radiative corrections using high-mass + Drell-Yan at the LHC}", + journal = "Phys.Rev.", + volume = "D89", + pages = "034030", + doi = "10.1103/PhysRevD.89.034030", + year = "2014", + eprint = "1312.3972", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1312.3972;%%", +} + +@article{Boughezal:2013uia, + author = "Boughezal, Radja and Caola, Fabrizio and Melnikov, Kirill + and Petriello, Frank and Schulze, Markus", + title = "{Higgs boson production in association with a jet at + next--to-next--to--leading order in perturbative QCD}", + year = "2013", + eprint = "1302.6216", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ANL-HEP-PR-13-13", + SLACcitation = "%%CITATION = ARXIV:1302.6216;%%", +} + +@ARTICLE{Bourhis:1997yu, + author = {Bourhis, L. and Fontannaz, M. and Guillet, J. P.}, + title = "{Quark and gluon fragmentation functions into photons}", + journal = {Eur. Phys. J.}, + year = {1998}, + volume = {C2}, + pages = {529-537}, + archiveprefix = {arXiv}, + doi = {10.1007/s100520050158}, + eprint = {hep-ph/9704447}, + file = {:Bourhis1997yu.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9704447;%%}, + url = {http://www-spires.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9704447} +} + +@article{Bourhis:2000gs, + author = "Bourhis, L. and Fontannaz, M. and Guillet, J.P. and + Werlen, M.", + title = "{Next--to--leading order determination of fragmentation + functions}", + journal = "Eur.Phys.J.", + volume = "C19", + pages = "89-98", + doi = "10.1007/s100520100579", + year = "2001", + eprint = "hep-ph/0009101", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DURHAM-00-28, LAPTH-802-00, LPT-ORSAY-99-94", + SLACcitation = "%%CITATION = HEP-PH/0009101;%%", +} + +@article{Bourilkov:2006cj, + author = "Bourilkov, D and Group, R C and Whalley, M R", + title = "{LHAPDF: PDF use from the Tevatron to the LHC}", + year = "2006", + eprint = "hep-ph/0605240", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = HEP-PH/0605240;%%", +} + +@ARTICLE{Bowler:1981sb, + author = {Bowler, M. G.}, + title = "{$e^+e^-$ production of heavy quarks in the string model}", + journal = {Z. Phys.}, + year = {1981}, + volume = {C11}, + pages = {169}, + file = {:Bowler1981sb.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C11,169} +} + +@ARTICLE{Bozzi:2005wk, + author = {Bozzi, Giuseppe and Catani, Stefano and de Florian, Daniel and Grazzini, + Massimiliano}, + title = "{Transverse-momentum resummation and the spectrum of the Higgs boson + at the LHC}", + journal = {Nucl. Phys.}, + year = {2006}, + volume = {B737}, + pages = {73-120}, + archiveprefix = {arXiv}, + doi = {10.1016/j.nuclphysb.2005.12.022}, + eprint = {hep-ph/0508068}, + file = {:Bozzi2005wk.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0508068;%%} +} + +@article{Brandt:1964sa, + author = "Brandt, S. and Peyrou, C. and Sosnowski, R. and + Wroblewski, A.", + title = "{The Principal axis of jets. An Attempt to analyze + high-energy collisions as two-body processes}", + journal = "Phys.Lett.", + volume = "12", + pages = "57-61", + doi = "10.1016/0031-9163(64)91176-X", + year = "1964", + SLACcitation = "%%CITATION = PHLTA,12,57;%%", +} + +@article{Braunschweig:1990yd, + author = "Braunschweig, W. and others", + title = "{Global Jet Properties at 14-{GeV} to 44-{GeV} + Center-of-mass Energy in $e^+ e^-$ Annihilation}", + collaboration = "TASSO", + journal = "Z.Phys.", + volume = "C47", + pages = "187-198", + doi = "10.1007/BF01552339", + year = "1990", + reportNumber = "DESY-90-013", + SLACcitation = "%%CITATION = ZEPYA,C47,187;%%", +} + +@article{Bredenstein:2009aj, + author = "Bredenstein, A. and Denner, A. and Dittmaier, S. and + Pozzorini, S.", + title = "{NLO QCD corrections to $pp\to t\bar{t}b\bar{b}+X$ + at the LHC}", + journal = "Phys.Rev.Lett.", + volume = "103", + pages = "012002", + doi = "10.1103/PhysRevLett.103.012002", + year = "2009", + eprint = "0905.0110", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MPP-2009-53, CERN-PH-TH-2009-055, PSI-PR-09-04", + SLACcitation = "%%CITATION = ARXIV:0905.0110;%%", +} + +@article{Bredenstein:2010rs, + author = "Bredenstein, A. and Denner, A. and Dittmaier, S. and + Pozzorini, S.", + title = "{NLO QCD Corrections to $t\bar{t}b\bar{b}$ + Production at the LHC: 2. full hadronic results}", + journal = "JHEP", + volume = "1003", + pages = "021", + doi = "10.1007/JHEP03(2010)021", + year = "2010", + eprint = "1001.4006", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2009-008, FR-PHENO-2010-003, PSI-PR-10-02", + SLACcitation = "%%CITATION = ARXIV:1001.4006;%%", +} + +@ARTICLE{Bredenstein:2004ef, + author = {Bredenstein, A. and Dittmaier, S. and Roth, M.}, + title = "{Four-fermion production at $\gamma\gamma$ colliders: I. Lowest-order + predictions and anomalous couplings}", + journal = {Eur. Phys. J.}, + year = {2004}, + volume = {C36}, + pages = {341-363}, + archiveprefix = {arXiv}, + doi = {10.1140/epjc/s2004-01948-4}, + eprint = {hep-ph/0405169}, + file = {:Bredenstein2004ef.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0405169;%%} +} + +@ARTICLE{Breitweg:1999ss, + author = {Breitweg, J. and others}, + title = "{Measurement of the $E_{T,jet}^2/Q^2$ dependence of forward-jet production + at HERA}", + journal = {Phys. Lett.}, + year = {2000}, + volume = {B474}, + pages = {223-233}, + note = {DESY-99-162}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1016/S0370-2693(99)01478-1}, + eprint = {hep-ex/9910043}, + file = {:Breitweg1999ss.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9910043;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9910043} +} + +@ARTICLE{Breitweg:1999su, + author = {Breitweg, J. and others}, + title = "{Measurement of inclusive prompt photon photoproduction at HERA}", + journal = {Phys. Lett.}, + year = {2000}, + volume = {B472}, + pages = {175-188}, + note = {DESY-99-161}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1016/S0370-2693(99)01450-1}, + eprint = {hep-ex/9910045}, + file = {:Breitweg1999su.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9910045;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9910045} +} + +@ARTICLE{Breitweg:1998ed, + author = {Breitweg, J. and others}, + title = "{Forward jet production in deep--inelastic scattering at HERA}", + journal = {Eur. Phys. J.}, + year = {1999}, + volume = {C6}, + pages = {239-252}, + note = {DESY-98-050}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1007/s100529801018}, + eprint = {hep-ex/9805016}, + file = {:Breitweg1998ed.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9805016;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9805016} +} + +@ARTICLE{Breitweg:1998gf, + author = {Breitweg, J. and others}, + title = "{Measurement of jet shapes in high-$Q^{2}$ deep--inelastic scattering + at HERA}", + journal = {Eur. Phys. J.}, + year = {1999}, + volume = {C8}, + pages = {367-380}, + note = {DESY-98-038}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1007/s100520050471}, + eprint = {hep-ex/9804001}, + file = {:Breitweg1998gf.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9804001;%%}, + url = {http://www-library.desy.de/spires/find/hep/www?eprint=hep-ex/9804001} +} + +@ARTICLE{Breitweg:1999nt, + author = {Breitweg, J. and others}, + title = "{Measurement of multiplicity and momentum spectra in the current + and target regions of the Breit frame in deep--inelastic scattering + at HERA}", + journal = {Eur. Phys. J.}, + year = {1999}, + volume = {C11}, + pages = {251-270}, + note = {DESY-99-041}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1007/s100520050630}, + eprint = {hep-ex/9903056}, + file = {:Breitweg1999nt.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9903056;%%}, + url = {http://www-library.desy.de/spires/find/hep/www?eprint=hep-ex/9903056} +} + +@article{Britto:2004nc, + author = "Britto, Ruth and Cachazo, Freddy and Feng, Bo", + title = "{Generalized unitarity and one-loop amplitudes in $N=4$ + super-Yang-Mills}", + journal = "Nucl.Phys.", + volume = "B725", + pages = "275-305", + doi = "10.1016/j.nuclphysb.2005.07.014", + year = "2005", + eprint = "hep-th/0412103", + archivePrefix = "arXiv", + primaryClass = "hep-th", + SLACcitation = "%%CITATION = HEP-TH/0412103;%%", +} + +@ARTICLE{Britto:2004ap, + author = {Britto, Ruth and Cachazo, Freddy and Feng, Bo}, + title = "{New recursion relations for tree amplitudes of gluons}", + journal = {Nucl. Phys.}, + year = {2005}, + volume = {B715}, + pages = {499-522}, + eprint = {hep-th/0412308}, + file = {:Britto2004ap.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0412308} +} + +@article{Britto:2004nc, + author = "Britto, Ruth and Cachazo, Freddy and Feng, Bo", + title = "{Generalized unitarity and one-loop amplitudes in $N=4$ + super-Yang-Mills}", + journal = "Nucl.Phys.", + volume = "B725", + pages = "275-305", + doi = "10.1016/j.nuclphysb.2005.07.014", + year = "2005", + eprint = "hep-th/0412103", + archivePrefix = "arXiv", + primaryClass = "hep-th", + SLACcitation = "%%CITATION = HEP-TH/0412103;%%", +} + +@ARTICLE{Britto:2005fq, + author = {Britto, Ruth and Cachazo, Freddy and Feng, Bo and Witten, Edward}, + title = "{Direct proof of the tree-level scattering amplitude recursion relation + in Yang-Mills theory}", + journal = {Phys. Rev. Lett.}, + year = {2005}, + volume = {94}, + pages = {181602}, + eprint = {hep-th/0501052}, + file = {:Britto2005fq.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0501052} +} + +@ARTICLE{Brodsky:1982gc, + author = {Brodsky, Stanley J. and Lepage, G. Peter and Mackenzie, Paul B.}, + title = "{On the elimination of scale ambiguities in perturbative quantum + chromodynamics}", + journal = {Phys. Rev.}, + year = {1983}, + volume = {D28}, + pages = {228}, + doi = {10.1103/PhysRevD.28.228}, + file = {:Brodsky1982gc.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D28,228;%%}, + url = {http://inspirebeta.net/record/181524?ln=en} +} + +@ARTICLE{Brook:1995nn, + author = {Brook, N. and Waugh, R. G. and Carli, T. and Mohr, R. and Sutton, + M.}, + title = "{Tuning Monte Carlo event generators to HERA data}", + year = {1996}, + note = {In Hamburg 1995/96, Future physics at HERA, vol. 1, 613-619}, + file = {:Brook1995nn.pdf:PDF}, + url = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.48.4310} +} + +@ARTICLE{Brook:1998jd, + author = {Brook, N. H. and others}, + title = "{A comparison of deep--inelastic scattering Monte Carlo event generators + to HERA data}", + year = {1998}, + note = {In Hamburg 1998/1999, Monte Carlo generators for HERA physics, 10-35}, + archiveprefix = {arXiv}, + eprint = {hep-ex/9912053}, + file = {:Brook1998jd.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9912053;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9912053} +} + +@Article{Brown:1978mq, + author = "Brown, R. W. and Mikaelian, K. O.", + title = "{$W^+$ $W^-$ and $Z^0 Z^0$ pair production in + $e^+ e^-$, $p p$, $p \bar{p}$ + colliding beams}", + journal = "Phys. Rev.", + volume = "D19", + year = "1979", + pages = "922", + doi = "10.1103/PhysRevD.19.922", + SLACcitation = "%%CITATION = PHRVA,D19,922;%%" +} + +@article{Brown:1979ux, + author = "Brown, R.W. and Sahdev, D. and Mikaelian, K.O.", + title = "{$W^\pm$ $Z^0$ and $W^\pm$ $\gamma$ pair production in + $\nu e$, $p p$, $p \bar{p}$ collisions}", + journal = "Phys.Rev.", + volume = "D20", + pages = "1164", + doi = "10.1103/PhysRevD.20.1164", + year = "1979", +} + +@ARTICLE{Brown:1991hx, + author = {Brown, N. and Stirling, W. James}, + title = "{Finding jets and summing soft gluons: a new algorithm}", + journal = {Z. Phys.}, + year = {1992}, + volume = {C53}, + pages = {629-636}, + doi = {10.1007/BF01559740}, + file = {:Brown1991hx.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C53,629;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C53,629} +} + +@article{Brucherseifer:2014ama, + author = "Brucherseifer, Mathias and Caola, Fabrizio and Melnikov, + Kirill", + title = "{On the NNLO QCD corrections to single-top production at + the LHC}", + journal = "Phys.Lett.", + volume = "B736", + pages = "58-63", + doi = "10.1016/j.physletb.2014.06.075", + year = "2014", + eprint = "1404.7116", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SFB-CPP-14-23", + SLACcitation = "%%CITATION = ARXIV:1404.7116;%%", +} + +@ARTICLE{Buckley:2008vh, + author = {Buckley, Andy}, + title = "{Tools for event generator tuning and validation}", + year = {2008}, + archiveprefix = {arXiv}, + eprint = {0809.4638}, + file = {:Buckley2008vh.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0809.4638;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0809.4638} +} + +@ARTICLE{Buckley:2009bj, + author = {Buckley, Andy and Hoeth, Hendrik and Lacker, Heiko and Schulz, Holger + and von Seggern, Jan Eike}, + title = "{Systematic event generator tuning for the LHC}", + journal = {Eur. Phys. J.}, + year = {2010}, + volume = {C65}, + pages = {331-357}, + archiveprefix = {arXiv}, + doi = {10.1140/epjc/s10052-009-1196-7}, + eprint = {0907.2973}, + file = {:Buckley2009bj.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0907.2973;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0907.2973} +} + +@ARTICLE{Buckley:2009ad, + author = {Buckley, Andy and Hoeth, Hendrik and Schulz, Holger and von Seggern, + Jan Eike}, + title = "{Monte Carlo event generator validation and tuning for the LHC}", + journal = {PoS}, + year = {2008}, + volume = {ACAT08}, + pages = {112}, + archiveprefix = {arXiv}, + eprint = {0902.4403}, + file = {:Buckley2009ad.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0902.4403;%%}, + url = {http://inspirebeta.net/record/814174} +} + +@article{Buckley:2010ar, + author = "Buckley, Andy and Butterworth, Jonathan and Lonnblad, + Leif and Grellscheid, David and Hoeth, Hendrik and Monk, + James and Schulz, Holger and Siegert, Frank", + title = "{Rivet user manual}", + journal = "Comput. Phys. Commun.", + volume = "184", + year = "2013", + pages = "2803-2819", + doi = "10.1016/j.cpc.2013.05.021", + eprint = "1003.0694", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MCNET-10-03", + SLACcitation = "%%CITATION = ARXIV:1003.0694;%%" +} + +@article{Buckley:2014ana, + author = "Buckley, Andy and Ferrando, James and Lloyd, Stephen and + Nordström, Karl and Page, Ben and Rüfenacht, Martin and + Schönherr, Marek and Watt, Graeme", + title = "{LHAPDF6: parton density access in the LHC precision + era}", + journal = "Eur. Phys. J.", + volume = "C75", + year = "2015", + number = "3", + pages = "132", + doi = "10.1140/epjc/s10052-015-3318-8", + eprint = "1412.7420", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "GLAS-PPE-2014-05, MCNET-14-29, IPPP-14-111, DCPT-14-222", + SLACcitation = "%%CITATION = ARXIV:1412.7420;%%" +} + +@ARTICLE{Budnev:1974de, + author = {Budnev, V. M. and Ginzburg, I. F. and Meledin, G. V. and Serbo, V. + G.}, + title = "{The two photon particle production mechanism. Physical problems. + Applications. Equivalent photon approximation}", + journal = {Phys. Rept.}, + year = {1974}, + volume = {15}, + pages = {181-281}, + file = {:Budnev1974de.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRPLC,15,181} +} + +@ARTICLE{Buescher:2005re, + author = {Buescher, V. and Jakobs, Karl}, + title = "{Higgs boson searches at hadron colliders}", + journal = {Int. J. Mod. Phys.}, + year = {2005}, + volume = {A20}, + pages = {2523-2602}, + archiveprefix = {arXiv}, + doi = {10.1142/S0217751X05022457}, + eprint = {hep-ph/0504099}, + file = {:Buescher2005re.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0504099;%%} +} + +@article{Buchalla:1995vs, + author = "Buchalla, Gerhard and Buras, Andrzej J. and Lautenbacher, + Markus E.", + title = "{Weak decays beyond leading logarithms}", + journal = "Rev.Mod.Phys.", + volume = "68", + pages = "1125-1144", + doi = "10.1103/RevModPhys.68.1125", + year = "1996", + eprint = "hep-ph/9512380", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-7009, SLAC-PUB-95-7009, MPI-PH-95-104, + TUM-T31-100-95, FERMILAB-PUB-95-305-T", + SLACcitation = "%%CITATION = HEP-PH/9512380;%%", +} + +@article{Burdman:1992gh, + author = "Burdman, Gustavo and Donoghue, John F.", + title = "{Union of chiral and heavy quark symmetries}", + journal = "Phys.Lett.", + volume = "B280", + pages = "287-291", + doi = "10.1016/0370-2693(92)90068-F", + year = "1992", + reportNumber = "UMHEP-365", + SLACcitation = "%%CITATION = PHLTA,B280,287;%%", +} + +@ARTICLE{Buskulic:1995au, + author = {Buskulic, D. and others}, + title = "{First measurement of the quark-to-photon fragmentation function}", + journal = {Z. Phys.}, + year = {1996}, + volume = {C69}, + pages = {365-378}, + collaboration = {ALEPH}, + doi = {10.1007/s002880050037}, + file = {:Buskulic1995au.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C69,365;%%}, + url = {http://www-spires.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C69,365} +} + +@ARTICLE{Buskulic:1992ji, + author = {Buskulic, D. and others}, + title = "{Measurement of prompt photon production in hadronic $Z$ decays}", + journal = {Z. Phys.}, + year = {1993}, + volume = {C57}, + pages = {17-36}, + collaboration = {ALEPH}, + doi = {10.1007/BF01555735}, + file = {:Buskulic1992ji.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C57,17;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C57,17} +} + +@article{Buttar:2006zd, + author = "Buttar, C. and Dittmaier, S. and Drollinger, V. and + Frixione, S. and Nikitenko, A. and others", + title = "{Les houches physics at TeV colliders 2005, standard + model and Higgs working group: Summary report}", + year = "2006", + eprint = "hep-ph/0604120", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = HEP-PH/0604120;%%", +} + +@ARTICLE{Butterworth:1996zw, + author = {John M. Butterworth and Jeffrey R. Forshaw and Mike H. Seymour}, + title = "{Multiparton interactions in photoproduction at HERA}", + journal = {Z. Phys.}, + year = {1996}, + volume = {C72}, + pages = {637-646}, + eprint = {hep-ph/9601371}, + file = {:Butterworth1996zw.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9601371} +} + +@article{Butterworth:2008iy, + author = "Butterworth, Jonathan M. and Davison, Adam R. and Rubin, + Mathieu and Salam, Gavin P.", + title = "{Jet substructure as a new Higgs search channel at the + LHC}", + journal = "Phys.Rev.Lett.", + volume = "100", + pages = "242001", + doi = "10.1103/PhysRevLett.100.242001", + year = "2008", + eprint = "0802.2470", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:0802.2470;%%", +} + +@ARTICLE{Butterworth:2010ym, + author = {Butterworth, J. M. and others}, + title = "{The Tools and Monte Carlo working group: Summary report}", + year = {2010}, + note = {Proceedings of the Workshop ``Physics at TeV Colliders'', Les Houches, + France, 8-26 June, 2009}, + archiveprefix = {arXiv}, + eprint = {1003.1643}, + file = {:Butterworth2010ym.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 1003.1643;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1003.1643} +} + +@ARTICLE{Butterworth:2005aq, + author = {Butterworth, J. M. and Wing, M.}, + title = "{High energy photoproduction}", + journal = {Rept. Prog. Phys.}, + year = {2005}, + volume = {68}, + pages = {2773-2828}, + archiveprefix = {arXiv}, + doi = {10.1088/0034-4885/68/12/R03}, + eprint = {hep-ex/0509018}, + file = {:Butterworth2005aq.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0509018;%%} +} + +@article{Butterworth:2014efa, + author = "Butterworth, J. and Dissertori, G. and Dittmaier, S. and + de Florian, D. and Glover, N. and others", + title = "{Les Houches 2013: Physics at TeV Colliders: Standard + Model Working Group Report}", + year = "2014", + eprint = "1405.1067", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1405.1067;%%", +} + +@ARTICLE{Byckling:1969sx, + author = {Byckling, E. and Kajantie, K.}, + title = "{$N$-particle phase space in terms of invariant momentum transfers}", + journal = {Nucl. Phys.}, + year = {1969}, + volume = {B9}, + pages = {568-576}, + file = {:Byckling1969sx.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B9,568} +} + +@article{Badger:2004uk, + author = "Badger, S.D. and Glover, E.W. Nigel", + title = "{Two loop splitting functions in QCD}", + journal = "JHEP", + volume = "0407", + pages = "040", + doi = "10.1088/1126-6708/2004/07/040", + year = "2004", + eprint = "hep-ph/0405236", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DCPT-04-42, IPPP-04-21", + SLACcitation = "%%CITATION = HEP-PH/0405236;%%", +} + +@ARTICLE{Bahr:2008wk, + author = {B{\"a}hr, Manuel and Butterworth, Jonathan M. and Seymour, Michael + H.}, + title = "{The underlying event and the total cross section from Tevatron to + the LHC}", + journal = {JHEP}, + year = {2009}, + volume = {01}, + pages = {065}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/01/065}, + eprint = {0806.2949}, + file = {:Bahr2008wk.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0806.2949;%%} +} + +@ARTICLE{Bahr:2008dy, + author = {B{\"a}hr, Manuel and Gieseke, Stefan and Seymour, Michael H.}, + title = "{Simulation of multiple partonic interactions in {\Herwig}++}", + journal = {JHEP}, + year = {2008}, + volume = {07}, + pages = {076}, + archiveprefix = {arXiv}, + eprint = {0803.3633}, + file = {:Bahr2008dy.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0803.3633} +} + +@ARTICLE{Bahr:2008pv, + author = {B{\"a}hr, M. and others}, + title = "{Herwig++ Physics and Manual}", + journal = {Eur. Phys. J.}, + year = {2008}, + volume = {C58}, + pages = {639-707}, + archiveprefix = {arXiv}, + doi = {10.1140/epjc/s10052-008-0798-9}, + eprint = {0803.0883}, + file = {:Bahr2008pv.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0803.0883;%%} +} + +@Article{Banfi:2007gu, + author = "Banfi, Andrea and Salam, Gavin P. and Zanderighi, Giulia", + title = "{Accurate QCD predictions for heavy-quark jets at the + Tevatron and LHC}", + journal = "JHEP", + volume = "07", + year = "2007", + pages = "026", + eprint = "0704.2999", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + doi = "10.1088/1126-6708/2007/07/026", + SLACcitation = "%%CITATION = 0704.2999;%%" +} + +@article{Bartel:1986ua, + author = "Bartel, W. and others", + title = "{Experimental Studies on Multi-Jet Production in e+ e- + Annihilation at PETRA Energies}", + collaboration = "JADE Collaboration", + journal = "Z.Phys.", + volume = "C33", + pages = "23", + doi = "10.1007/BF01410449", + year = "1986", + reportNumber = "DESY-86-086", + SLACcitation = "%%CITATION = ZEPYA,C33,23;%%", +} + +@Article{Bauer:2009km, + author = "Bauer, Christian W. and Lange, Bjorn O.", + title = "{Scale setting and resummation of logarithms in $pp \to V +$ + jets}", + year = "2009", + eprint = "0905.4739", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = 0905.4739;%%" +} + +@article{Beenakker:2002nc, + author = "Beenakker, W. and Dittmaier, S. and Kramer, M. and + Plumper, B. and Spira, M. and others", + title = "{NLO QCD corrections to $t\bar{t}H$ production in hadron + collisions}", + journal = "Nucl.Phys.", + volume = "B653", + pages = "151-203", + doi = "10.1016/S0550-3213(03)00044-0", + year = "2003", + eprint = "hep-ph/0211352", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-02-177, EDINBURGH-2002-18, MPI-PHT-2002-70, + PSI-PR-02-22", + SLACcitation = "%%CITATION = HEP-PH/0211352;%%", +} + +@article{Beringer:1900zz, + author = "Beringer, J. and others", + title = "{Review of Particle Physics (RPP)}", + collaboration = "Particle Data Group", + journal = "Phys.Rev.", + volume = "D86", + pages = "010001", + doi = "10.1103/PhysRevD.86.010001", + year = "2012", + SLACcitation = "%%CITATION = PHRVA,D86,010001;%%", +} + +@article{Butterworth:2014efa, + author = "Butterworth, J. and Dissertori, G. and Dittmaier, S. and + de Florian, D. and Glover, N. and others", + title = "{Les Houches 2013: Physics at TeV Colliders: Standard + Model Working Group Report}", + year = "2014", + eprint = "1405.1067", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1405.1067;%%", +} + + +@article{Cacciari:1998it, + author = "Cacciari, Matteo and Greco, Mario and Nason, Paolo", + title = "{The P(T) spectrum in heavy flavor hadroproduction}", + journal = "JHEP", + volume = "9805", + pages = "007", + doi = "10.1088/1126-6708/1998/05/007", + year = "1998", + eprint = "hep-ph/9803400", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-TH-98-77, LPTHE-ORSAY-98-11, IFUM-613-FT, + LNF-98-008-P", + SLACcitation = "%%CITATION = HEP-PH/9803400;%%", +} + +@article{Cacciari:2007fd, + author = "Cacciari, Matteo and Salam, Gavin P.", + title = "{Pileup subtraction using jet areas}", + journal = "Phys.Lett.", + volume = "B659", + pages = "119-126", + doi = "10.1016/j.physletb.2007.09.077", + year = "2008", + eprint = "0707.1378", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "LPTHE-07-01", + SLACcitation = "%%CITATION = ARXIV:0707.1378;%%", +} + + +@article{Cacciari:2011ma, + author = "Cacciari, Matteo and Salam, Gavin P. and Soyez, Gregory", + title = "{FastJet user manual}", + journal = "Eur.Phys.J.", + volume = "C72", + pages = "1896", + doi = "10.1140/epjc/s10052-012-1896-2", + year = "2012", + eprint = "1111.6097", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2011-297", + SLACcitation = "%%CITATION = ARXIV:1111.6097;%%", +} + +@article{Cacciari:2008gp, + author = "Cacciari, Matteo and Salam, Gavin P. and Soyez, Gregory", + title = "{The Anti-k(t) jet clustering algorithm}", + journal = "JHEP", + volume = "0804", + pages = "063", + doi = "10.1088/1126-6708/2008/04/063", + year = "2008", + eprint = "0802.1189", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "LPTHE-07-03", + SLACcitation = "%%CITATION = ARXIV:0802.1189;%%", +} + +@ARTICLE{Cacciari:2005hq, + author = {Cacciari, Matteo and Salam, Gavin P.}, + title = "{Dispelling the $N^{3}$ myth for the $k_t$ jet-finder}", + journal = {Phys. Lett.}, + year = {2006}, + volume = {B641}, + pages = {57-61}, + archiveprefix = {arXiv}, + doi = {10.1016/j.physletb.2006.08.037}, + eprint = {hep-ph/0512210}, + file = {:Cacciari2005hq.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0512210;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0512210} +} + +@ARTICLE{Cachazo:2004kj, + author = {Cachazo, Freddy and Svr\v{c}ek, Peter and Witten, Edward}, + title = "{MHV vertices and tree amplitudes in gauge theory}", + journal = {JHEP}, + year = {2004}, + volume = {09}, + pages = {006}, + eprint = {hep-th/0403047}, + file = {:Cachazo2004kj.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0403047} +} + +@ARTICLE{Cachazo:2005ga, + author = {Cachazo, Freddy and Svr{\v{c}}ek, Peter}, + title = "{Lectures on twistor strings and perturbative Yang-Mills theory}", + journal = {PoS}, + year = {2005}, + volume = {RTN2005}, + pages = {004}, + eprint = {hep-th/0504194}, + file = {:Cachazo2005ga.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0504194} +} + +@ARTICLE{Cafarella:2007pc, + author = {Cafarella, Alessandro and Papadopoulos, Costas G. and Worek, Malgorzata}, + title = "{\Helac-\Phegas: A generator for all parton level processes}", + journal = {Comput. Phys. Commun.}, + year = {2009}, + volume = {180}, + pages = {1941-1955}, + archiveprefix = {arXiv}, + doi = {10.1016/j.cpc.2009.04.023}, + eprint = {0710.2427}, + file = {:Cafarella2007pc.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0710.2427} +} + +@ARTICLE{MCFM, + author = {Campbell, John and Ellis, R. Keith}, + title = "{MCFM -- Monte Carlo for FeMtobarn processes}", + url = {http://mcfm.fnal.gov} +} + + +@article{Campbell:1997hg, + author = "Campbell, John M. and Glover, E.W. Nigel", + title = "{Double unresolved approximations to multiparton + scattering amplitudes}", + journal = "Nucl.Phys.", + volume = "B527", + pages = "264-288", + doi = "10.1016/S0550-3213(98)00295-8", + year = "1998", + eprint = "hep-ph/9710255", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DTP-97-82", + SLACcitation = "%%CITATION = HEP-PH/9710255;%%", +} + +@article{Campbell:2012uf, + author = "Campbell, John M. and Ellis, R. Keith", + title = "{Top-quark processes at NLO in production and decay}", + year = "2012", + eprint = "1204.1513", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-12-078-T", + SLACcitation = "%%CITATION = ARXIV:1204.1513;%%", +} + +@article{Campbell:2003hd, + author = "Campbell, John M. and Ellis, R. Keith and Rainwater, + David L.", + title = "{Next--to--leading order QCD predictions for $W$ + 2 jet + and $Z$ + 2 jet production at the CERN LHC}", + journal = "Phys.Rev.", + volume = "D68", + pages = "094021", + doi = "10.1103/PhysRevD.68.094021", + year = "2003", + eprint = "hep-ph/0308195", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ANL-HEP-PR-03-063, FERMILAB-PUB-03-234-T, DESY-03-036", + SLACcitation = "%%CITATION = HEP-PH/0308195;%%", +} + +@article{Campbell:2002tg, + author = "Campbell, John M. and Ellis, R. Keith", + title = "{Next--to--leading order corrections to $W^+$ 2 jet and + $Z^+$ 2 jet production at hadron colliders}", + journal = "Phys.Rev.", + volume = "D65", + pages = "113007", + doi = "10.1103/PhysRevD.65.113007", + year = "2002", + eprint = "hep-ph/0202176", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ANL-HEP-PR-02-020, FERMILAB-PUB-02-032-T", + SLACcitation = "%%CITATION = HEP-PH/0202176;%%", +} + +@article{Campbell:2011bn, + author = "Campbell, John M. and Ellis, R. Keith and Williams, + Ciaran", + title = "{Vector boson pair production at the LHC}", + journal = "JHEP", + volume = "1107", + pages = "018", + doi = "10.1007/JHEP07(2011)018", + year = "2011", + eprint = "1105.0020", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-11-182-T", + SLACcitation = "%%CITATION = ARXIV:1105.0020;%%", +} + +@article{Campbell:2012cz, + author = "Campbell, John M. and Giele, Walter T. and Williams, + Ciaran", + title = "{The Matrix Element Method at Next-to-Leading Order}", + journal = "JHEP", + volume = "1211", + pages = "043", + doi = "10.1007/JHEP11(2012)043", + year = "2012", + eprint = "1204.4424", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-12-087-T", + SLACcitation = "%%CITATION = ARXIV:1204.4424;%%", +} + +@article{Campbell:2013qaa, + author = "Campbell, J.M. and Hatakeyama, K. and Huston, J. and + Petriello, F. and Andersen, Jeppe R. and others", + title = "{Working Group Report: Quantum Chromodynamics}", + year = "2013", + eprint = "1310.5189", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ANL-HEP-CP-13-48, FERMILAB-FN-0967-CMS-T", + SLACcitation = "%%CITATION = ARXIV:1310.5189;%%", +} + + +@article{Campbell:1997tv, + author = "Campbell, John M. and Glover, E.W. Nigel and Miller, + D.J., 2", + title = "{The one--loop QCD corrections for + $\gamma^*\to q\bar qgg$}", + journal = "Phys.Lett.", + volume = "B409", + pages = "503-508", + doi = "10.1016/S0370-2693(97)00909-X", + year = "1997", + eprint = "hep-ph/9706297", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DTP-97-44, RAL-TR-97-027", + SLACcitation = "%%CITATION = HEP-PH/9706297;%%", +} + +@ARTICLE{Campbell:1999ah, + author = {Campbell, John M. and Ellis, R. Keith}, + title = "{Update on vector boson pair production at hadron colliders}", + journal = {Phys. Rev.}, + year = {1999}, + volume = {D60}, + pages = {113006}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.60.113006}, + eprint = {hep-ph/9905386}, + file = {:Campbell1999ah.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9905386;%%} +} + +@article{Campbell:2006wx, + author = "Campbell, John M. and Huston, J.W. and Stirling, W.J.", + title = "{Hard Interactions of Quarks and Gluons: A Primer for LHC + Physics}", + journal = "Rept.Prog.Phys.", + volume = "70", + pages = "89", + doi = "10.1088/0034-4885/70/1/R02", + year = "2007", + eprint = "hep-ph/0611148", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = HEP-PH/0611148;%%", +} + +@Article{Campbell:2007ws, + author = "Campbell, John M. and Maltoni, F. and Tramontano, F.", + title = "{QCD corrections to $J/\psi$ and $\Upsilon$ production at hadron + colliders}", + journal = "Phys. Rev. Lett.", + volume = "98", + year = "2007", + pages = "252002", + eprint = "hep-ph/0703113", + archivePrefix = "arXiv", + doi = "10.1103/PhysRevLett.98.252002", + SLACcitation = "%%CITATION = HEP-PH/0703113;%%" +} + +@article{Caola:2013yja, + author = "Caola, Fabrizio and Melnikov, Kirill", + title = "{Constraining the Higgs boson width with ZZ production at + the LHC}", + journal = "Phys.Rev.", + volume = "D88", + pages = "054024", + doi = "10.1103/PhysRevD.88.054024", + year = "2013", + eprint = "1307.4935", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1307.4935;%%", +} + +@ARTICLE{Caprini:1997mu, + author = {Caprini, Irinel and Lellouch, Laurent and Neubert, Matthias }, + title = "{Dispersive bounds on the shape of $\bar{B} \to D^{(*)} l \bar{\nu}$ + form factors}", + journal = {Nucl. Phys.}, + year = {1998}, + volume = {B530}, + pages = {153-181}, + archiveprefix = {arXiv}, + doi = {10.1016/S0550-3213(98)00350-2}, + eprint = {hep-ph/9712417}, + file = {:Caprini1997mu.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9712417;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9712417} +} + +@article{Caravaglios:1995cd, + author = "Caravaglios, Francesco and Moretti, Mauro", + title = "{An algorithm to compute Born scattering amplitudes + without Feynman graphs}", + journal = "Phys.Lett.", + volume = "B358", + pages = "332-338", + doi = "10.1016/0370-2693(95)00971-M", + year = "1995", + eprint = "hep-ph/9507237", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "OUTP-95-28-P, SHEP-95-22", + SLACcitation = "%%CITATION = HEP-PH/9507237;%%", +} + +@ARTICLE{Caravaglios:1998yr, + author = {Caravaglios, F. and Mangano, Michelangelo L. and Moretti, M. and + Pittau, R.}, + title = "{A new approach to multi-jet calculations in hadron collisions}", + journal = {Nucl. Phys.}, + year = {1999}, + volume = {B539}, + pages = {215-232}, + eprint = {hep-ph/9807570}, + file = {:Caravaglios1998yr.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9807570} +} + +@ARTICLE{Carli:2004up, + author = {Carli, Tancredi and Dannheim, Dominik and Bellagamba, Lorenzo}, + title = "{Events with isolated charged leptons and large missing transverse + momentum at HERA}", + journal = {Mod. Phys. Lett.}, + year = {2004}, + volume = {A19}, + pages = {1881-1902}, + archiveprefix = {arXiv}, + doi = {10.1142/S0217732304015142}, + eprint = {hep-ph/0402012}, + file = {:Carli2004up.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0402012;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0402012} +} + +@ARTICLE{Carli:2010jb, + author = {Carli, Tancredi and Gehrmann, Thomas and Hoeche, Stefan}, + title = "{Hadronic final states in DIS with Sherpa}", + journal = {PoS}, + year = {2010}, + volume = {DIS2010}, + pages = {112}, + archiveprefix = {arXiv}, + eprint = {1006.5696}, + file = {:Carli2010jb.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 1006.5696;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1006.5696} +} + +@ARTICLE{Carli:2010cg, + author = {Tancredi Carli and Thomas Gehrmann and Stefan H{\"o}che}, + title = "{Hadronic final states in deep-inelastic scattering with \Sherpa}", + journal = {Eur. Phys. J.}, + year = {2010}, + volume = {C67}, + pages = {73}, + archiveprefix = {arXiv}, + doi = {10.1140/epjc/s10052-010-1261-2}, + eprint = {0912.3715}, + file = {:Carli2009cg.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0912.3715;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?rawcmd=f+eprint+0912.3715} +} + +@ARTICLE{Carli:2010rw, + author = {Carli, Tancredi and others}, + title = "{A posteriori inclusion of parton density functions in NLO QCD final-state + calculations at hadron colliders: The APPLGRID Project}", + journal = {Eur. Phys. J.}, + year = {2010}, + volume = {C}, + pages = {503-524}, + archiveprefix = {arXiv}, + doi = {10.1140/epjc/s10052-010-1255-0}, + eprint = {0911.2985}, + file = {:Carli2010rw.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0911.2985;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0911.2985} +} + +@article{Carrazza:2014hra, + author = "Carrazza, Stefano and Pires, Joao", + title = "{Perturbative QCD description of jet data from LHC Run-I + and Tevatron Run-II}", + journal = "JHEP", + volume = "1410", + pages = "145", + doi = "10.1007/JHEP10(2014)145", + year = "2014", + eprint = "1407.7031", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1407.7031;%%", +} + +@article{Cascioli:2011va, + author = "Cascioli, Fabio and Maierhofer, Philipp and Pozzorini, + Stefano", + title = "{Scattering Amplitudes with Open Loops}", + journal = "Phys.Rev.Lett.", + volume = "108", + pages = "111601", + doi = "10.1103/PhysRevLett.108.111601", + year = "2012", + eprint = "1111.5206", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ZU-TH-23-11, LPN11-66", + SLACcitation = "%%CITATION = ARXIV:1111.5206;%%", +} + +@article{Catani:1996pk, + author = "Catani, S. and Seymour, M.H. and Trocsanyi, Z.", + title = "{Regularization scheme independence and unitarity in QCD + cross-sections}", + journal = "Phys.Rev.", + volume = "D55", + pages = "6819-6829", + doi = "10.1103/PhysRevD.55.6819", + year = "1997", + eprint = "hep-ph/9610553", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-TH-96-303", + SLACcitation = "%%CITATION = HEP-PH/9610553;%%", +} + +@article{Catani:1999ss, + author = "Catani, Stefano and Grazzini, Massimiliano", + title = "{Infrared factorization of tree level QCD amplitudes at + the next-to-next-to-leading order and beyond}", + journal = "Nucl.Phys.", + volume = "B570", + pages = "287-325", + doi = "10.1016/S0550-3213(99)00778-6", + year = "2000", + eprint = "hep-ph/9908523", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-TH-99-263, ETH-TH-99-22", + SLACcitation = "%%CITATION = HEP-PH/9908523;%%", +} + +@ARTICLE{Catani:1998bh, + author = {Catani, Stefano}, + title = "{The singular behaviour of QCD amplitudes at two-loop order}", + journal = {Phys. Lett.}, + year = {1998}, + volume = {B427}, + pages = {161-171}, + archiveprefix = {arXiv}, + doi = {10.1016/S0370-2693(98)00332-3}, + eprint = {hep-ph/9802439}, + file = {:Catani1998bh.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9802439;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9802439} +} + +@ARTICLE{Catani:1983bz, + author = {Catani, S. and Ciafaloni, M.}, + title = "{Many-gluon correlations and the quark form factor in QCD}", + journal = {Nucl. Phys.}, + year = {1984}, + volume = {B236}, + pages = {61}, + doi = {10.1016/0550-3213(84)90525-X}, + file = {:Catani1983bz.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B236,61;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B236,61} +} + +@ARTICLE{Catani:1990eg, + author = {Stefano Catani and M. Ciafaloni and F. Hautmann}, + title = "{High energy factorization and small-$x$ heavy flavour production}", + journal = {Nucl. Phys.}, + year = {1991}, + volume = {B366}, + pages = {135-188}, + file = {:Catani1990eg.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B366,135} +} + +@article{Catani:2002ny, + author = "Catani, S. and Fontannaz, M. and Guillet, J.P. and Pilon, + E.", + title = "{Cross-section of isolated prompt photons in hadron + hadron collisions}", + journal = "JHEP", + volume = "0205", + pages = "028", + doi = "10.1088/1126-6708/2002/05/028", + year = "2002", + eprint = "hep-ph/0204023", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-TH-2002-017, LPT-ORSAY-02-24, LAPTH-907-02", + SLACcitation = "%%CITATION = HEP-PH/0204023;%%", +} + + +@article{Catani:2007vq, + author = "Catani, Stefano and Grazzini, Massimiliano", + title = "{An NNLO subtraction formalism in hadron collisions and + its application to Higgs boson production at the LHC}", + journal = "Phys.Rev.Lett.", + volume = "98", + pages = "222002", + doi = "10.1103/PhysRevLett.98.222002", + year = "2007", + eprint = "hep-ph/0703012", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = HEP-PH/0703012;%%", +} + +@article{Catani:2009sm, + author = "Catani, Stefano and Cieri, Leandro and Ferrera, Giancarlo + and de Florian, Daniel and Grazzini, Massimiliano", + title = "{Vector boson production at hadron colliders: a fully + exclusive QCD calculation at NNLO}", + journal = "Phys.Rev.Lett.", + volume = "103", + pages = "082001", + doi = "10.1103/PhysRevLett.103.082001", + year = "2009", + eprint = "0903.2120", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:0903.2120;%%", +} + +@article{Catani:2012iw, + author = "Catani, Stefano and de Florian, Daniel and Rodrigo, + German", + title = "{Factorization violation in the multiparton collinear + limit}", + journal = "PoS", + volume = "LL2012", + pages = "035", + year = "2012", + eprint = "1211.7274", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "LPN-12-128, IFIC-12-82", + SLACcitation = "%%CITATION = ARXIV:1211.7274;%%", +} + +@ARTICLE{Catani:2002hc, + author = {Catani, Stefano and Dittmaier, Stefan and Seymour, Michael H. and + Trocsanyi, Zoltan}, + title = "{The dipole formalism for next--to--leading order QCD calculations + with massive partons}", + journal = {Nucl. Phys.}, + year = {2002}, + volume = {B627}, + pages = {189-265}, + eprint = {hep-ph/0201036}, + file = {:Catani2002hc.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0201036} +} + +@ARTICLE{Catani:2000ef, + author = {Catani, Stefano and Dittmaier, Stefan and Trocsanyi, Zoltan}, + title = "{One-loop singular behaviour of QCD and SUSY QCD amplitudes with + massive partons}", + journal = {Phys. Lett.}, + year = {2001}, + volume = {B500}, + pages = {149-160}, + eprint = {hep-ph/0011222}, + file = {:Catani2000ef.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0011222} +} + +@ARTICLE{Catani:1991hj, + author = {Catani, S. and Dokshitzer, Yuri L. and Olsson, M. and Turnock, G. + and Webber, B. R.}, + title = "{New clustering algorithm for multijet cross sections in $e^+e^-$ + annihilation}", + journal = {Phys. Lett.}, + year = {1991}, + volume = {B269}, + pages = {432-438}, + file = {:Catani1991hj.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B269,432} +} + +@ARTICLE{Catani:1993hr, + author = {Stefano Catani and Yuri L. Dokshitzer and Mike H. Seymour and Brian + R. Webber}, + title = "{Longitudinally-invariant $k_\perp$-clustering algorithms for hadron--hadron + collisions}", + journal = {Nucl. Phys.}, + year = {1993}, + volume = {B406}, + pages = {187-224}, + file = {:Catani1993hr.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B406,187} +} + +@ARTICLE{Catani:1992zp, + author = {Stefano Catani and Yuri L. Dokshitzer and Brian R. Webber}, + title = "{The $k_\perp$ clustering algorithm for jets in deep--inelastic scattering + and hadron collisions}", + journal = {Phys. Lett.}, + year = {1992}, + volume = {B285}, + pages = {291-299}, + file = {:Catani1992zp.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B285,291} +} + +@ARTICLE{Catani:1989sg, + author = {Stefano Catani and F. Fiorani and G. Marchesini}, + title = "{Small-$x$ behavior of initial state radiation in perturbative QCD}", + journal = {Nucl. Phys.}, + year = {1990}, + volume = {B336}, + pages = {18-85}, + file = {:Catani1989sg.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B336,18} +} + +@ARTICLE{Catani:1989yc, + author = {Stefano Catani and F. Fiorani and G. Marchesini}, + title = "{QCD coherence in initial state radiation}", + journal = {Phys. Lett.}, + year = {1990}, + volume = {B234}, + pages = {339-345}, + file = {:Catani1989yc.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B234,339} +} + +@ARTICLE{Catani:2001ic, + author = {Catani, Stefano and de Florian, Daniel and Grazzini, Massimiliano}, + title = "{Higgs production in hadron collisions: Soft and virtual QCD corrections + at NNLO}", + journal = {JHEP}, + year = {2001}, + volume = {05}, + pages = {025}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0102227}, + file = {:Catani2001ic.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0102227;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0102227} +} + +@ARTICLE{Catani:2003zt, + author = {Catani, Stefano and de Florian, Daniel and Grazzini, Massimiliano + and Nason, Paolo}, + title = "{Soft-gluon resummation for Higgs boson production at hadron colliders}", + journal = {JHEP}, + year = {2003}, + volume = {07}, + pages = {028}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0306211}, + file = {:Catani2003zt.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0306211;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0306211} +} + +@ARTICLE{Catani:2002ny, + author = {Catani, S. and Fontannaz, M. and Guillet, J. P. and Pilon, E.}, + title = "{Cross section of isolated prompt photons in hadron-hadron collisions}", + journal = {JHEP}, + year = {2002}, + volume = {05}, + pages = {028}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0204023}, + file = {:Catani2002ny.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0204023;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0204023} +} + +@ARTICLE{Catani:2008me, + author = {Catani, Stefano and Grazzini, Massimiliano}, + title = "{HNNLO: a Monte Carlo program to compute Higgs boson production at + hadron colliders}", + journal = {PoS}, + year = {2007}, + volume = {RADCOR2007}, + pages = {046}, + archiveprefix = {arXiv}, + eprint = {0802.1410}, + file = {:Catani2008me.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0802.1410;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0802.1410} +} + +@ARTICLE{Catani:2001cc, + author = {Stefano Catani and Frank Krauss and Ralf Kuhn and Brian R. Webber}, + title = "{QCD matrix elements + parton showers}", + journal = {JHEP}, + year = {2001}, + volume = {11}, + pages = {063}, + eprint = {hep-ph/0109231}, + file = {:Catani2001cc.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0109231} +} + +@ARTICLE{Catani:1996dj, + author = {Catani, Stefano and Mangano, Michelangelo L. and Nason, Paolo and + Trentadue, Luca}, + title = "{The top cross section in hadronic collisions}", + journal = {Phys. Lett.}, + year = {1996}, + volume = {B378}, + pages = {329-336}, + archiveprefix = {arXiv}, + doi = {10.1016/0370-2693(96)00387-5}, + eprint = {hep-ph/9602208}, + file = {:Catani1996dj.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9602208;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9602208} +} + +@ARTICLE{Catani:1996yz, + author = {Catani, Stefano and Mangano, Michelangelo L. and Nason, Paolo and + Trentadue, Luca}, + title = "{The resummation of soft gluon in hadronic collisions}", + journal = {Nucl. Phys.}, + year = {1996}, + volume = {B478}, + pages = {273-310}, + archiveprefix = {arXiv}, + doi = {10.1016/0550-3213(96)00399-9}, + eprint = {hep-ph/9604351}, + file = {:Catani1996yz.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9604351;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9604351} +} + +@ARTICLE{Catani:1996vz, + author = {Catani, S. and Seymour, M. H.}, + title = "{A general algorithm for calculating jet cross sections in NLO QCD}", + journal = {Nucl. Phys.}, + year = {1997}, + volume = {B485}, + pages = {291-419}, + archiveprefix = {arXiv}, + eprint = {hep-ph/9605323}, + file = {:Catani1996vz.ps.gz:PostScript;:Catani1996vz.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9605323} +} + +@ARTICLE{Catani:1996jh, + author = {Catani, S. and Seymour, M. H.}, + title = "{The dipole formalism for the calculation of QCD jet cross sections + at next--to--leading order}", + journal = {Phys. Lett.}, + year = {1996}, + volume = {B378}, + pages = {287-301}, + archiveprefix = {arXiv}, + doi = {10.1016/0370-2693(96)00425-X}, + eprint = {hep-ph/9602277}, + file = {:Catani1996jh.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9602277;%%} +} + +@ARTICLE{Catani:1989et, + author = {Catani, S. and Trentadue, L.}, + title = "{Fermion pair exponentiation in QED}", + journal = {JETP Lett.}, + year = {1990}, + volume = {51}, + pages = {83}, + file = {:Catani1989et.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=JTPLA,51,83} +} + +@ARTICLE{Catani:1988tn, + author = {Catani, S. and Trentadue, L.}, + title = "{Inhibited radiation dynamics in QCD}", + journal = {Phys. Lett.}, + year = {1989}, + volume = {B217}, + pages = {539-544}, + doi = {10.1016/0370-2693(89)90093-2}, + file = {:Catani1988tn.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B217,539;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHLTA,B217,539} +} + +@ARTICLE{Catani:1989ne, + author = {Catani, S. and Trentadue, L.}, + title = "{Resummation of the QCD perturbative series for hard processes}", + journal = {Nucl. Phys.}, + year = {1989}, + volume = {B327}, + pages = {323}, + file = {:Catani1989ne.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B327,323} +} + +@article{Catani:1992jc, + author = "Catani, S. and Turnock, G. and Webber, B.R.", + title = "{Jet broadening measures in $e^{+} e^{-}$ annihilation}", + journal = "Phys.Lett.", + volume = "B295", + pages = "269-276", + doi = "10.1016/0370-2693(92)91565-Q", + year = "1992", + reportNumber = "CERN-TH-6570-92", + SLACcitation = "%%CITATION = PHLTA,B295,269;%%", +} + +@ARTICLE{Catani:1992ua, + author = {Catani, S. and Trentadue, L. and Turnock, G. and Webber, B. R.}, + title = "{Resummation of large logarithms in $e^+ e^-$ event shape distributions}", + journal = {Nucl. Phys.}, + year = {1993}, + volume = {B407}, + pages = {3-42}, + doi = {10.1016/0550-3213(93)90271-P}, + file = {:Catani1992ua.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B407,3;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=NUPHA,B407,3} +} + +@ARTICLE{Catani:1990rr, + author = {Catani, S. and Webber, B. R. and Marchesini, G.}, + title = "{QCD coherent branching and semiinclusive processes at large $x$}", + journal = {Nucl. Phys.}, + year = {1991}, + volume = {B349}, + pages = {635-654}, + doi = {10.1016/0550-3213(91)90390-J}, + file = {:Catani1990rr.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B349,635;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B349,635} +} + +@article{Catani:2011qz, + author = "Catani, Stefano and Cieri, Leandro and de Florian, Daniel + and Ferrera, Giancarlo and Grazzini, Massimiliano", + title = "{Diphoton production at hadron colliders: a + fully-differential QCD calculation at NNLO}", + journal = "Phys.Rev.Lett.", + volume = "108", + pages = "072001", + doi = "10.1103/PhysRevLett.108.072001", + year = "2012", + eprint = "1110.2375", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ZU-TH-18-11, IFUM-984-FT", + SLACcitation = "%%CITATION = ARXIV:1110.2375;%%", +} + +@article{Chaichian:1995kq, + author = "Chaichian, M. and Ermolaev, B.", + title = "{Factorization theorem for photons and gluons in hard + processes}", + journal = "Nucl.Phys.", + volume = "B451", + pages = "194-206", + doi = "10.1016/0550-3213(95)00305-C", + year = "1995", + SLACcitation = "%%CITATION = NUPHA,B451,194;%%", +} + +@article{Charles:2004jd, + author = "Charles, J. and others", + title = "{CP violation and the CKM matrix: Assessing the impact of + the asymmetric $B$ factories}", + collaboration = "CKMfitter Group", + journal = "Eur.Phys.J.", + volume = "C41", + pages = "1-131", + doi = "10.1140/epjc/s2005-02169-1", + year = "2005", + eprint = "hep-ph/0406184", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CPT-2004-P-030, LAL-04-21, LAPP-EXP-2004-01, + LPNHE-2004-01", + SLACcitation = "%%CITATION = HEP-PH/0406184;%%", +} + +@article{Chatrchyan:2011hk, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the charge asymmetry in top-quark pair + production in proton-proton collisions at $\sqrt{s}=7$ + TeV}", + collaboration = "CMS Collaboration", + journal = "Phys.Lett.", + volume = "B709", + pages = "28-49", + doi = "10.1016/j.physletb.2012.01.078", + year = "2012", + eprint = "1112.5100", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2011-217, CMS-TOP-11-014", + SLACcitation = "%%CITATION = ARXIV:1112.5100;%%", +} + + +@article{Chatrchyan:2012cxa, + author = "Chatrchyan, Serguei and others", + title = "{Inclusive and differential measurements of the $t + \bar{t}$ charge asymmetry in proton-proton collisions at 7 + TeV}", + collaboration = "CMS Collaboration", + journal = "Phys.Lett.", + volume = "B717", + pages = "129-150", + doi = "10.1016/j.physletb.2012.09.028", + year = "2012", + eprint = "1207.0065", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-TOP-11-030, CERN-PH-EP-2012-175", + SLACcitation = "%%CITATION = ARXIV:1207.0065;%%", +} + + +@article{Chatrchyan:2012ufa, + author = "Chatrchyan, Serguei and others", + title = "{Observation of a new boson at a mass of 125 GeV with the + CMS experiment at the LHC}", + collaboration = "CMS Collaboration", + journal = "Phys.Lett.", + volume = "B716", + pages = "30-61", + doi = "10.1016/j.physletb.2012.08.021", + year = "2012", + eprint = "1207.7235", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-HIG-12-028, CERN-PH-EP-2012-220", + SLACcitation = "%%CITATION = ARXIV:1207.7235;%%", +} + +@article{Chatrchyan:2012nj, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the inelastic proton-proton cross section + at $\sqrt{s}=7$ TeV}", + collaboration = "CMS Collaboration", + journal = "Phys.Lett.", + volume = "B722", + pages = "5-27", + doi = "10.1016/j.physletb.2013.03.024", + year = "2013", + eprint = "1210.6718", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-FWD-11-001, CERN-PH-EP-2012-293", + SLACcitation = "%%CITATION = ARXIV:1210.6718;%%", +} + +@article{Chatrchyan:2012vr, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the Z/gamma*+b-jet cross section in pp + collisions at 7 TeV}", + collaboration = "CMS Collaboration", + journal = "JHEP", + volume = "1206", + pages = "126", + doi = "10.1007/JHEP06(2012)126", + year = "2012", + eprint = "1204.1643", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-EWK-11-012, CERN-PH-EP-2012-049", + SLACcitation = "%%CITATION = ARXIV:1204.1643;%%", +} + + +@article{Chatrchyan:2011id, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the Underlying Event Activity at the LHC + with $\sqrt{s}= 7$ TeV and Comparison with $\sqrt{s} = + 0.9$ TeV}", + collaboration = "CMS Collaboration", + journal = "JHEP", + volume = "1109", + pages = "109", + doi = "10.1007/JHEP09(2011)109", + year = "2011", + eprint = "1107.0330", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2011-059, CMS-QCD-10-010", + SLACcitation = "%%CITATION = ARXIV:1107.0330;%%", +} + +@article{Chatrchyan:2013mwa, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the triple-differential cross section for + photon+jets production in proton-proton collisions at + $\sqrt{s}$=7 TeV}", + collaboration = "CMS Collaboration", + journal = "JHEP", + volume = "1406", + pages = "009", + doi = "10.1007/JHEP06(2014)009", + year = "2014", + eprint = "1311.6141", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-QCD-11-005, CERN-PH-EP-2013-194", + SLACcitation = "%%CITATION = ARXIV:1311.6141;%%", +} + +@article{Chatrchyan:2013qca, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of associated production of vector bosons + and top quark-antiquark pairs at sqrt(s) = 7 TeV}", + collaboration = "CMS Collaboration", + journal = "Phys.Rev.Lett.", + volume = "110", + pages = "172002", + doi = "10.1103/PhysRevLett.110.172002", + year = "2013", + eprint = "1303.3239", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-TOP-12-014, CERN-PH-EP-2013-033", + SLACcitation = "%%CITATION = ARXIV:1303.3239;%%", +} + +@article{Chatrchyan:2013oev, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of W+W- and ZZ production cross sections in + pp collisions at sqrt(s) = 8 TeV}", + collaboration = "CMS Collaboration", + journal = "Phys.Lett.", + volume = "B721", + pages = "190-211", + doi = "10.1016/j.physletb.2013.03.027", + year = "2013", + eprint = "1301.4698", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-SMP-12-024, CERN-PH-EP-2012-376", + SLACcitation = "%%CITATION = ARXIV:1301.4698;%%", +} + + +@article{Chatrchyan:2013qza, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of four-jet production in proton-proton + collisions at $\sqrt{s}=7$  TeV}", + collaboration = "CMS", + journal = "Phys.Rev.", + number = "9", + volume = "D89", + pages = "092010", + doi = "10.1103/PhysRevD.89.092010", + year = "2014", + eprint = "1312.6440", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-FSQ-12-013, CERN-PH-EP-2013-229", + SLACcitation = "%%CITATION = ARXIV:1312.6440;%%", +} + +@article{Chatrchyan:2013txa, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the ratio of the inclusive 3-jet cross + section to the inclusive 2-jet cross section in pp + collisions at $\sqrt{s}$ = 7 TeV and first determination + of the strong coupling constant in the TeV range}", + collaboration = "CMS Collaboration", + journal = "Eur.Phys.J.", + volume = "C73", + pages = "2604", + doi = "10.1140/epjc/s10052-013-2604-6", + year = "2013", + eprint = "1304.7498", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-QCD-11-003, CERN-PH-EP-2013-057", + SLACcitation = "%%CITATION = ARXIV:1304.7498;%%", +} + +@article{Chatrchyan:2013uza, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the production cross section for a W + boson and two b jets in pp collisions at $\sqrt{s}$=7 + TeV}", + collaboration = "CMS Collaboration", + journal = "Phys.Lett.", + volume = "B735", + pages = "204-225", + doi = "10.1016/j.physletb.2014.06.041", + year = "2014", + eprint = "1312.6608", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-SMP-12-026, CERN-PH-EP-2013-223, + CERN-PH-EP-2013-2223", + SLACcitation = "%%CITATION = ARXIV:1312.6608;%%", +} + +@article{Chatrchyan:2013vbb, + author = "Chatrchyan, Serguei and others", + title = "{Studies of jet mass in dijet and W/Z + jet events}", + collaboration = "CMS Collaboration", + journal = "JHEP", + volume = "1305", + pages = "090", + doi = "10.1007/JHEP05(2013)090", + year = "2013", + eprint = "1303.4811", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-SMP-12-019, CERN-PH-EP-2013-016", + SLACcitation = "%%CITATION = ARXIV:1303.4811;%%", +} + + + +@article{Chatrchyan:2013zja, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the cross section and angular + correlations for associated production of a Z boson with b + hadrons in pp collisions at $\sqrt{s} =$ 7 TeV}", + collaboration = "CMS Collaboration", + journal = "JHEP", + volume = "1312", + pages = "039", + doi = "10.1007/JHEP12(2013)039", + year = "2013", + eprint = "1310.1349", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-EWK-11-015, CERN-PH-EP-2013-153", + SLACcitation = "%%CITATION = ARXIV:1310.1349;%%", +} + +@article{Khachatryan:2014dia, + author = "Khachatryan, Vardan and others", + title = "{Measurement of the pp to ZZ production cross section and + constraints on anomalous triple gauge couplings in + four-lepton final states at sqrt(s) = 8 TeV}", + collaboration = "CMS Collaboration", + journal = "Phys.Lett.", + volume = "B740", + pages = "250", + doi = "10.1016/j.physletb.2014.11.059", + year = "2015", + eprint = "1406.0113", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-SMP-13-005, CERN-PH-EP-2014-080", + SLACcitation = "%%CITATION = ARXIV:1406.0113;%%", +} + + +@article{Khachatryan:2014iia, + author = "Khachatryan, Vardan and others", + title = "{Measurement of prompt $J/\psi$ pair production in pp + collisions at $ \sqrt{s} $ = 7 Tev}", + collaboration = "CMS", + journal = "JHEP", + volume = "1409", + pages = "094", + doi = "10.1007/JHEP09(2014)094", + year = "2014", + eprint = "1406.0484", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-BPH-11-021, CERN-PH-EP-2014-111", + SLACcitation = "%%CITATION = ARXIV:1406.0484;%%", +} + +@article{Chatrchyan:2013xxa, + author = "Chatrchyan, Serguei and others", + title = "{Study of double parton scattering using $W$ + 2-jet events + in proton-proton collisions at $\sqrt{s}$ = 7 TeV}", + collaboration = "CMS Collaboration", + journal = "JHEP", + volume = "1403", + pages = "032", + doi = "10.1007/JHEP03(2014)032", + year = "2014", + eprint = "1312.5729", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-FSQ-12-028, CERN-PH-EP-2013-224", + SLACcitation = "%%CITATION = ARXIV:1312.5729;%%", +} + +@article{Chatrchyan:2014dha, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the production cross sections for a Z + boson and one or more b jets in pp collisions at sqrt(s) = + 7 TeV}", + collaboration = "CMS Collaboration", + journal = "JHEP", + volume = "1406", + pages = "120", + doi = "10.1007/JHEP06(2014)120", + year = "2014", + eprint = "1402.1521", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-SMP-13-004, CERN-PH-EP-2014-005", + SLACcitation = "%%CITATION = ARXIV:1402.1521;%%", +} + + +@article{Chatrchyan:2014lfa, + author = "Chatrchyan, Serguei and others", + title = "{Search for new physics in the multijet and missing + transverse momentum final state in proton-proton + collisions at $\sqrt{s}$= 8 TeV}", + collaboration = "CMS Collaboration", + journal = "JHEP", + volume = "1406", + pages = "055", + doi = "10.1007/JHEP06(2014)055", + year = "2014", + eprint = "1402.4770", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-SUS-13-012, CERN-PH-EP-2014-015", + SLACcitation = "%%CITATION = ARXIV:1402.4770;%%", +} + +@article{Chatrchyan:2014fsa, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of differential cross sections for the + production of a pair of isolated photons in pp collisions + at $\sqrt{s}=7\,\text {TeV} $}", + collaboration = "CMS Collaboration", + journal = "Eur.Phys.J.", + number = "11", + volume = "C74", + pages = "3129", + doi = "10.1140/epjc/s10052-014-3129-3", + year = "2014", + eprint = "1405.7225", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-SMP-13-001, CERN-PH-EP-2014-067", + SLACcitation = "%%CITATION = ARXIV:1405.7225;%%", +} + + +@article{Chatrchyan:2014gia, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the ratio of inclusive jet cross sections + using the anti-$k_T$ algorithm with radius parameters + R=0.5 and 0.7 in pp collisions at $\sqrt{s}=7$  TeV}", + collaboration = "CMS Collaboration", + journal = "Phys.Rev.", + number = "7", + volume = "D90", + pages = "072006", + doi = "10.1103/PhysRevD.90.072006", + year = "2014", + eprint = "1406.0324", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-SMP-13-002, CERN-PH-EP-2014-068", + SLACcitation = "%%CITATION = ARXIV:1406.0324;%%", +} + +@article{Chatrchyan:2014mua, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of inclusive W and Z boson production cross + sections in pp collisions at $\sqrt{s}$ = 8 TeV}", + collaboration = "CMS Collaboration", + journal = "Phys.Rev.Lett.", + volume = "112", + pages = "191802", + doi = "10.1103/PhysRevLett.112.191802", + year = "2014", + eprint = "1402.0923", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-SMP-12-011, CERN-PH-EP-2013-217", + SLACcitation = "%%CITATION = ARXIV:1402.0923;%%", +} + + + +@article{Chatrchyan:2011qt, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the production cross section for pairs of + isolated photons in $pp$ collisions at $\sqrt{s}=7$ TeV}", + collaboration = "CMS Collaboration", + journal = "JHEP", + volume = "1201", + pages = "133", + doi = "10.1007/JHEP01(2012)133", + year = "2012", + eprint = "1110.6461", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2011-171, CMS-QCD-10-035", + SLACcitation = "%%CITATION = ARXIV:1110.6461;%%", +} + +@article{Chay:1990da, + author = "Chay, Junegone and Georgi, Howard and Grinstein, + Benjamin", + title = "{Lepton energy distributions in heavy meson decays from + QCD}", + journal = "Phys.Lett.", + volume = "B247", + pages = "399-405", + doi = "10.1016/0370-2693(90)90916-T", + year = "1990", + reportNumber = "HUTP-90-A035", + SLACcitation = "%%CITATION = PHLTA,B247,399;%%", +} +@article{Chekanov:2002be, + author = "Chekanov, S. and others", + title = "{Inclusive jet cross-sections in the Breit frame in + neutral current deep inelastic scattering at HERA and + determination of alpha(s)}", + collaboration = "ZEUS Collaboration", + journal = "Phys.Lett.", + volume = "B547", + pages = "164-180", + doi = "10.1016/S0370-2693(02)02763-6", + year = "2002", + eprint = "hep-ex/0208037", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "DESY-02-112", + SLACcitation = "%%CITATION = HEP-EX/0208037;%%", +} + +@ARTICLE{Chekanov:2008wt, + author = {Chekanov, Sergei and others}, + title = "{Multijet cross sections in charged current $e^\pm p$ scattering + at HERA}", + journal = {Phys. Rev.}, + year = {2008}, + volume = {D78}, + pages = {032004}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1103/PhysRevD.78.032004}, + eprint = {0802.3955}, + file = {:Chekanov2008wt.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0802.3955;%%}, + url = {http://durpdg.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0802.3955} +} + +@ARTICLE{Chekanov:2006un, + author = {Chekanov, S. and others}, + title = "{Measurement of prompt photons with associated jets in photoproduction + at HERA}", + journal = {Eur. Phys. J.}, + year = {2007}, + volume = {C49}, + pages = {511-522}, + note = {DESY-06-125}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1140/epjc/s10052-006-0134-1}, + eprint = {hep-ex/0608028}, + file = {:Chekanov2006un.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0608028;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0608028} +} + +@ARTICLE{Chekanov:2006xr, + author = {Chekanov, S. and others}, + title = "{Inclusive-jet and dijet cross sections in deep--inelastic scattering + at HERA}", + journal = {Nucl. Phys.}, + year = {2007}, + volume = {B765}, + pages = {1-30}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1016/j.nuclphysb.2006.09.018}, + eprint = {hep-ex/0608048}, + file = {:Chekanov2006xr.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0608048;%%} +} + +@ARTICLE{Chekanov:2007dx, + author = {Chekanov, S. and others}, + title = "{Multijet production at low $x_{Bj}$ in deep--inelastic scattering + at HERA}", + journal = {Nucl. Phys.}, + year = {2007}, + volume = {B786}, + pages = {152-180}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1016/j.nuclphysb.2007.05.027}, + eprint = {0705.1931}, + file = {:Chekanov2007dx.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0705.1931;%%}, + url = {http://durpdg.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0705.1931} +} + +@ARTICLE{Chekanov:2007pa, + author = {Chekanov, S. and others}, + title = "{Forward-jet production in deep--inelastic $ep$ scattering at HERA}", + journal = {Eur. Phys. J.}, + year = {2007}, + volume = {C52}, + pages = {515-530}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1140/epjc/s10052-007-0418-0}, + eprint = {0707.3093}, + file = {:Chekanov2007pa.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0707.3093;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0707.3093} +} + +@ARTICLE{Chekanov:2004hz, + author = {Chekanov, S. and others}, + title = "{The dependence of dijet production on photon virtuality in $ep$ + collisions at HERA}", + journal = {Eur. Phys. J.}, + year = {2004}, + volume = {C35}, + pages = {487-500}, + note = {DESY-04-053}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1140/epjc/s2004-01885-2}, + eprint = {hep-ex/0404033}, + file = {:Chekanov2004hz.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0404033;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0404033} +} + +@ARTICLE{Chekanov:2001aq, + author = {Chekanov, S. and others}, + title = "{Study of the effective transverse momentum of partons in the proton + using prompt photons in photoproduction at HERA}", + journal = {Phys. Lett.}, + year = {2001}, + volume = {B511}, + pages = {19-32}, + note = {DESY-01-043}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1016/S0370-2693(01)00615-3}, + eprint = {hep-ex/0104001}, + file = {:Chekanov2001aq.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0104001;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0104001} +} + +@ARTICLE{Chen:1973kf, + author = {Chen, M-S. and Peierls, R. F.}, + title = "{A mapping technique for efficient random event generation with constraints}", + journal = {J. Comput. Phys.}, + year = {1974}, + volume = {16}, + pages = {195}, + doi = {10.1016/0021-9991(74)90091-6}, + file = {:Chen1973kf.pdf:PDF}, + slaccitation = {%%CITATION = JCTPA,16,195;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=JCTPA,16,195} +} + +@ARTICLE{Chen:1997gg, + author = {Chen, Wei}, + title = "{Isolated direct double photon production in $p\bar{p}$ collisions + at 1.8 TeV with the D\O\ detector}", + note = {FERMILAB-THESIS-1997-31} +} + +@article{Chen:2014gva, + author = "Chen, X. and Gehrmann, T. and Glover, E.W.N. and Jaquier, + M.", + title = "{Precise QCD predictions for the production of Higgs+jet + final states}", + year = "2014", + eprint = "1408.5325", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "IPPP-14-64, ZU-TH-27-14", + SLACcitation = "%%CITATION = ARXIV:1408.5325;%%", +} + +@article{Chetyrkin:1981qh, + author = "Chetyrkin, K.G. and Tkachov, F.V.", + title = "{Integration by Parts: The Algorithm to Calculate beta + Functions in 4 Loops}", + journal = "Nucl.Phys.", + volume = "B192", + pages = "159-204", + doi = "10.1016/0550-3213(81)90199-1", + year = "1981", + SLACcitation = "%%CITATION = NUPHA,B192,159;%%", +} + +@article{Chiappetta:1990jd, + author = "Chiappetta, P. and Perrottet, M.", + title = "{Possible bounds on compositeness from inclusive one jet + production in large hadron colliders}", + journal = "Phys.Lett.", + volume = "B253", + pages = "489-493", + doi = "10.1016/0370-2693(91)91757-M", + year = "1991", + reportNumber = "CPT-90-P-2440", + SLACcitation = "%%CITATION = PHLTA,B253,489;%%", +} + +@article{Chiesa:2013yma, + author = "Chiesa, Mauro and Montagna, Guido and Barzè, Luca and + Moretti, Mauro and Nicrosini, Oreste and others", + title = "{Electroweak Sudakov Corrections to New Physics Searches + at the LHC}", + journal = "Phys.Rev.Lett.", + number = "12", + volume = "111", + pages = "121801", + doi = "10.1103/PhysRevLett.111.121801", + year = "2013", + eprint = "1305.6837", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2013-110, FNT-2013-02, LPN13-033", + SLACcitation = "%%CITATION = ARXIV:1305.6837;%%", +} + +@ARTICLE{Cho:2006sx, + author = {Cho, G. -C. and others}, + title = "{Weak boson fusion production of supersymmetric particles at the + LHC}", + journal = {Phys. Rev.}, + year = {2006}, + volume = {D73}, + pages = {054002}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.73.054002}, + eprint = {hep-ph/0601063}, + file = {:Cho2006sx.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0601063;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0601063} +} + +@ARTICLE{Christensen:2008py, + author = {Christensen, Neil D. and Duhr, Claude}, + title = "{FeynRules - Feynman rules made easy}", + journal = {Comput. Phys. Commun.}, + year = {2009}, + volume = {180}, + pages = {1614-1641}, + archiveprefix = {arXiv}, + doi = {10.1016/j.cpc.2009.02.018}, + eprint = {0806.4194}, + file = {:Christensen2008py.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0806.4194} +} + +@ARTICLE{Christensen:2009jx, + author = {Christensen, Neil D. and others}, + title = "{A comprehensive approach to new physics simulations}", + year = {2009}, + archiveprefix = {arXiv}, + eprint = {0906.2474}, + file = {:Christensen2009jx.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0906.2474;%%}, + url = {http://inspirebeta.net/record/823106} +} + +@article{Christiansen:2014kba, + author = "Christiansen, Jesper Roy and Sjöstrand, Torbjörn", + title = "{Weak Gauge Boson Radiation in Parton Showers}", + journal = "JHEP", + volume = "1404", + pages = "115", + doi = "10.1007/JHEP04(2014)115", + year = "2014", + eprint = "1401.5238", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "LU-TP-14-02, MCNET-14-01", + SLACcitation = "%%CITATION = ARXIV:1401.5238;%%", +} + +@ARTICLE{Chudakov:55ce, + author = {A. E. Chudakov}, + journal ="{Ser. Fiz., Izv. Akad. Nauk {SSSR}}", + year = {1955}, + volume = {19}, + pages = {650} +} + +@ARTICLE{Chung:2006dv, + author = {Chung, Y. S.}, + title = "{$W$ / $Z$ + jets and $Z$ $p_\perp$ measurements at Tevatron}", + note = {FERMILAB-CONF-06-535-E}, + collaboration = {CDF}, + file = {:Chung2006dv.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?r=FERMILAB-CONF-06-535-E} +} + +@ARTICLE{Ciafaloni:1987ur, + author = {Ciafaloni, Marcello}, + title = "{Coherence effects in initial jets at small $Q^2/s$}", + journal = {Nucl. Phys.}, + year = {1988}, + volume = {B296}, + pages = {49-74}, + file = {:Ciafaloni1987ur.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B296,49} +} + +@article{Ciccolini:2007ec, + author = "Ciccolini, Mariano and Denner, Ansgar and Dittmaier, + Stefan", + title = "{Electroweak and QCD corrections to Higgs production via + vector-boson fusion at the LHC}", + journal = "Phys.Rev.", + volume = "D77", + pages = "013002", + doi = "10.1103/PhysRevD.77.013002", + year = "2008", + eprint = "0710.4749", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MPP-2007-152, PSI-PR-07-06, UWTHPH-2007-26", + SLACcitation = "%%CITATION = ARXIV:0710.4749;%%", +} + +@article{Cieri:2012uk, + author = "Cieri, Leandro", + title = "{Diphoton production at next--to-next--to--leading-order}", + year = "2012", + eprint = "1209.3143", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1209.3143;%%", +} + +@article{CMS:2009nxa, + key = "925379", + title = "{Particle-Flow Event Reconstruction in CMS and + Performance for Jets, Taus, and MET}", + collaboration = "CMS Collaboration", + year = "2009", + reportNumber = "CMS-PAS-PFT-09-001", + SLACcitation = "%%CITATION = CMS-PAS-PFT-09-001 ETC.;%%", +} + +@article{CMS:2011aa, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the Inclusive $W$ and $Z$ Production + Cross Sections in $pp$ Collisions at $\sqrt{s}=7$ TeV}", + collaboration = "CMS Collaboration", + journal = "JHEP", + volume = "1110", + pages = "132", + doi = "10.1007/JHEP10(2011)132", + year = "2011", + eprint = "1107.4789", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2011-107, CMS-EWK-10-005", + SLACcitation = "%%CITATION = ARXIV:1107.4789;%%", +} + +@article{CMS:2011ab, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the Inclusive Jet Cross Section in $pp$ + Collisions at $\sqrt{s}=7$ TeV}", + collaboration = "CMS Collaboration", + journal = "Phys.Rev.Lett.", + volume = "107", + pages = "132001", + doi = "10.1103/PhysRevLett.107.132001", + year = "2011", + eprint = "1106.0208", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2011-053, CMS-QCD-10-011", + SLACcitation = "%%CITATION = ARXIV:1106.0208;%%", +} + +@article{CMS:2013xfa, + key = "1244669", + title = "{Projected Performance of an Upgraded CMS Detector at the + LHC and HL-lHC: Contribution to the Snowmass Process}", + collaboration = " CMS Collaboration", + year = "2013", + eprint = "1307.7135", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-NOTE-13-002", + SLACcitation = "%%CITATION = ARXIV:1307.7135;%%", +} + +@techreport{CMS-PAS-HIG-13-016, + title = "{Properties of the observed Higgs-like resonance using the + diphoton channel}", + institution = "CERN", + collaboration = "CMS Collaboration", + address = "Geneva", + number = "CMS-PAS-HIG-13-016", + year = "2013", +} + +@techreport{CMS-PAS-QCD-11-006, + title = "{Study of Topological Distributions of Inclusive Three- + and Four-jet Events at the LHC}", + institution = "CERN", + collaboration = "CMS Collaboration", + address = "Geneva", + number = "CMS-PAS-QCD-11-006", + year = "2014", +} + +@article{CMS:2014mna, + author = "Khachatryan, Vardan and others", + title = "{Measurement of the inclusive 3-jet production + differential cross section in proton-proton collisions at + 7 TeV and determination of the strong coupling constant in + the TeV range}", + collaboration = "CMS Collaboration", + year = "2014", + eprint = "1412.1633", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-SMP-12-027, CERN-PH-EP-2014-287", + SLACcitation = "%%CITATION = ARXIV:1412.1633;%%", +} + + +@article{Colangelo:1992kh, + author = "Colangelo, G. and Nason, P.", + title = "{A theoretical study of the $c$ and $b$ fragmentation + function from $e^+ e^-$ annihilation}", + journal = "Phys.Lett.", + volume = "B285", + pages = "167-171", + doi = "10.1016/0370-2693(92)91317-3", + year = "1992", + reportNumber = "LNF-92-017-P", + SLACcitation = "%%CITATION = PHLTA,B285,167;%%", +} + +@ARTICLE{Coleman:1967ad, + author = {Coleman, Sidney R. and Mandula, J.}, + title = "{All possible symmetries of the S--matrix}", + journal = {Phys. Rev.}, + year = {1967}, + volume = {159}, + pages = {1251-1256}, + doi = {10.1103/PhysRev.159.1251}, + file = {:Coleman1967ad.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,159,1251;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,159,1251} +} + +@ARTICLE{Collaboration:2011kq, + author = {Collaboration, The ATLAS}, + title = "{Study of jet shapes in inclusive jet production in $pp$ collisions + at $\sqrt{s} = 7$ TeV using the ATLAS Detector}", + year = {2011}, + archiveprefix = {arXiv}, + eprint = {1101.0070}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 1101.0070;%%}, + url = {http://inspirebeta.net/record/882984} +} + +@ARTICLE{Collaboration:2010pg, + author = {Collaboration, The ATLAS}, + title = "{Measurement of the production cross section for $W$-bosons in association + with jets in $pp$ collisions at $\sqrt{s} = 7$ TeV with the ATLAS detector}", + year = {2010}, + note = {* Temporary entry *}, + archiveprefix = {arXiv}, + eprint = {1012.5382}, + primaryclass = {hep-ex}, + url = {http://inspirebeta.net/record/882534} +} + +@article{Collins:1984ms, + author = "Collins, P.D.B. and Spiller, T.P.", + title = "{The fragmentation of heavy quarks}", + journal = "J.Phys.", + volume = "G11", + pages = "1289", + doi = "10.1088/0305-4616/11/12/006", + year = "1985", + reportNumber = "DTP/84/32", + SLACcitation = "%%CITATION = JPHGB,G11,1289;%%", +} + +@article{Collins:1984kg, + author = "Collins, John C. and Soper, Davison E. and Sterman, + George F.", + title = "{Transverse momentum distribution in Drell-Yan pair and W + and $Z$ boson production}", + journal = "Nucl.Phys.", + volume = "B250", + pages = "199", + doi = "10.1016/0550-3213(85)90479-1", + year = "1985", + reportNumber = "CERN-TH-3923", + SLACcitation = "%%CITATION = NUPHA,B250,199;%%", +} + +@article{Collins:1985ue, + author = "Collins, John C. and Soper, Davison E. and Sterman, + George F.", + title = "{Factorization for short--distance hadron--hadron + scattering}", + journal = "Nucl.Phys.", + volume = "B261", + pages = "104", + doi = "10.1016/0550-3213(85)90565-6", + year = "1985", + reportNumber = "OITS-287", + SLACcitation = "%%CITATION = NUPHA,B261,104;%%", +} + +@ARTICLE{Collins:1991ty, + author = {Collins, John C. and Ellis, R. K.}, + title = "{Heavy quark production in very high energy hadron collisions}", + journal = {Nucl. Phys.}, + year = {1991}, + volume = {B360}, + pages = {3-30}, + file = {:Collins1991ty.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B360,3} +} + +@ARTICLE{Collins:1987pm, + author = {Collins, John C. and Soper, Davison E.}, + title = "{The theorems of perturbative QCD}", + journal = {Ann. Rev. Nucl. Part. Sci.}, + year = {1987}, + volume = {37}, + pages = {383-409}, + file = {:Collins1987pm.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ARNUA,37,383} +} + +@ARTICLE{Collins:1981uw, + author = {Collins, John C. and Soper, Davison E.}, + title = "{Parton distribution and decay functions}", + journal = {Nucl. Phys.}, + year = {1982}, + volume = {B194}, + pages = {445}, + file = {:Collins1981uw.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B194,445} +} + +@ARTICLE{Collins:1981uk, + author = {Collins, John C. and Soper, Davison E.}, + title = "{Back-to-back jets in QCD}", + journal = {Nucl. Phys.}, + year = {1981}, + volume = {B193}, + pages = {381}, + file = {:Collins1981uk.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B193,381} +} + +@ARTICLE{Collins:1988ig, + author = {Collins, J. C. and Soper, D. E. and Sterman, G.}, + title = "{Soft gluons and factorization}", + journal = {Nucl. Phys.}, + year = {1988}, + volume = {B308}, + pages = {833-856}, + file = {:Collins1988ig.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B308,833} +} + +@ARTICLE{Collins:1989gx, + author = {Collins, John C. and Soper, Davison E. and Sterman, George}, + title = "{Factorization of hard processes in QCD}", + journal = {Adv. Ser. Direct. High Energy Phys.}, + year = {1988}, + volume = {5}, + pages = {1-91}, + eprint = {hep-ph/0409313}, + file = {:Collin very brieflys1989gx.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0409313} +} + +@ARTICLE{Collins:1981ta, + author = {Collins, John C. and Sterman, George}, + title = "{Soft partons in QCD}", + journal = {Nucl. Phys.}, + year = {1981}, + volume = {B185}, + pages = {172}, + file = {:Collins1981ta.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B185,172} +} + +@article{CooperSarkar:2011aa, + author = "Cooper-Sarkar, A.M.", + title = "{PDF Fits at HERA}", + collaboration = "ZEUS Collaboration, H1 Collaboration", + journal = "PoS", + volume = "EPS-HEP2011", + pages = "320", + year = "2011", + eprint = "1112.2107", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1112.2107;%%", +} + +@ARTICLE{Corcella:2002jc, + author = {Corcella, G. and others}, + title = "{HERWIG 6.5 Release Note}", + year = {2002}, + eprint = {hep-ph/0210213}, + file = {:Corcella2002jc.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0210213} +} + +@ARTICLE{Corcella:2000bw, + author = {Corcella, G. and others}, + title = "{HERWIG 6: an event generator for hadron emission reactions with + interfering gluons (including supersymmetric processes)}", + journal = {JHEP}, + year = {2001}, + volume = {01}, + pages = {010}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0011363}, + file = {:Corcella2000bw.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0011363;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0011363} +} + +@ARTICLE{Corcella:1999gs, + author = {Corcella, Gennaro and Seymour, Michael H.}, + title = "{Initial state radiation in simulations of vector boson production + at hadron colliders}", + journal = {Nucl. Phys.}, + year = {2000}, + volume = {B565}, + pages = {227-244}, + archiveprefix = {arXiv}, + doi = {10.1016/S0550-3213(99)00672-0}, + eprint = {hep-ph/9908388}, + file = {:Corcella1999gs.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9908388;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9908388} +} + +@ARTICLE{Corcella:1998rs, + author = {Corcella, G. and Seymour, M. H.}, + title = "{Matrix element corrections to parton shower simulations of heavy + quark decay}", + journal = {Phys. Lett.}, + year = {1998}, + volume = {B442}, + pages = {417-426}, + eprint = {hep-ph/9809451}, + file = {:Corcella1998rs.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9809451} +} + +@Article{Cordero:2009kv, + author = "Febres Cordero, Fernando and Reina, L. and Wackeroth, D.", + title = "{$W$- and $Z$-boson production with a massive bottom-quark pair + at the Large Hadron Collider}", + journal = "Phys. Rev.", + volume = "D80", + year = "2009", + pages = "034015", + eprint = "0906.1923", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + doi = "10.1103/PhysRevD.80.034015", + SLACcitation = "%%CITATION = 0906.1923;%%" +} + +@ARTICLE{Corke:2010zj, + author = {Corke, Richard and Sj{\"o}strand, Torbj{\"o}rn}, + title = "{Improved parton showers at large transverse momenta}", + journal = {Eur. Phys. J.}, + year = {2010}, + volume = {C69}, + pages = {1-18}, + archiveprefix = {arXiv}, + doi = {10.1140/epjc/s10052-010-1409-0}, + eprint = {1003.2384}, + file = {:Corke2010zj.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 1003.2384;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1003.2384} +} + +@ARTICLE{Corke:2009tk, + author = {Corke, Richard and Sj{\"o}strand, Torbj{\"o}rn}, + title = "{Multiparton interactions and rescattering}", + journal = {JHEP}, + year = {2009}, + volume = {01}, + pages = {035}, + archiveprefix = {arXiv}, + doi = {10.1007/JHEP01(2010)035}, + eprint = {0911.1909}, + file = {:Corke2009tk.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0911.1909;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0911.1909} +} + +@ARTICLE{Cornwall:1975ty, + author = {Cornwall, John M. and Tiktopoulos, George}, + title = "{Infrared behavior of nonabelian gauge theories}", + journal = {Phys. Rev.}, + year = {1976}, + volume = {D13}, + pages = {3370}, + file = {:Cornwall1975ty.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D13,3370} +} + +@article{Cullen:2013saa, + author = "Cullen, G. and van Deurzen, H. and Greiner, N. and + Luisoni, G. and Mastrolia, P. and others", + title = "{NLO QCD corrections to Higgs boson production plus three + jets in gluon fusion}", + year = "2013", + eprint = "1307.4737", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-13-119, DF-06-2013, LPN-13-042, MPP-2013-193, + SFB-CPP-13-46", + SLACcitation = "%%CITATION = ARXIV:1307.4737;%%", +} + +@article{Cullen:2011ac, + author = "Cullen, Gavin and Greiner, Nicolas and Heinrich, Gudrun + and Luisoni, Gionata and Mastrolia, Pierpaolo and others", + title = "{Automated One-Loop Calculations with GoSam}", + journal = "Eur.Phys.J.", + volume = "C72", + pages = "1889", + doi = "10.1140/epjc/s10052-012-1889-1", + year = "2012", + eprint = "1111.2034", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2011-272, MPP-2011-132, DESY-11-203, + IPPP-11-72, DCPT-11-144, EDINBURGH-2011-32", + SLACcitation = "%%CITATION = ARXIV:1111.2034;%%", +} + +@ARTICLE{Curci:1980uw, + author = {Curci, G. and Furmanski, W. and Petronzio, R.}, + title = "{Evolution of parton densities beyond leading order: The non-singlet + case}", + journal = {Nucl. Phys.}, + year = {1980}, + volume = {B175}, + pages = {27}, + doi = {10.1016/0550-3213(80)90003-6}, + file = {:Curci1980uw.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B175,27;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=NUPHA,B175,27} +} + +@article{Currie:2013vh, + author = "Currie, James and Glover, E.W.N. and Wells, Steven", + title = "{Infrared structure at NNLO using antenna subtraction}", + journal = "JHEP", + volume = "1304", + pages = "066", + doi = "10.1007/JHEP04(2013)066", + year = "2013", + eprint = "1301.4693", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "IPPP-12-82, ZU-TH-26-12", + SLACcitation = "%%CITATION = ARXIV:1301.4693;%%", +} + +@article{Curtin:2012nn, + author = "Curtin, David and Jaiswal, Prerit and Meade, Patrick", + title = "{Charginos Hiding In Plain Sight}", + journal = "Phys.Rev.", + number = "3", + volume = "D87", + pages = "031701", + doi = "10.1103/PhysRevD.87.031701", + year = "2013", + eprint = "1206.6888", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1206.6888;%%", +} + + +@article{Curtin:2014zua, + author = "Curtin, David and Meade, Patrick and Tien, Pin-Ju", + title = "{Natural SUSY in Plain Sight}", + year = "2014", + eprint = "1406.0848", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1406.0848;%%", +} + + +@article{Czakon:2013goa, + author = "Czakon, Michal and Fiedler, Paul and Mitov, Alexander", + title = "{The total top quark pair production cross-section at + hadron colliders through $\mathcal{O}(\alpha_S^4)$}", + journal = "Phys.Rev.Lett.", + volume = "110", + pages = "252004", + doi = "10.1103/PhysRevLett.110.252004", + year = "2013", + eprint = "1303.6254", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2013-056, TTK-13-08", + SLACcitation = "%%CITATION = ARXIV:1303.6254;%%", +} + +@article{Czakon:2012pz, + author = "Czakon, Michal and Mitov, Alexander", + title = "{NNLO corrections to top pair production at hadron + colliders: the quark-gluon reaction}", + journal = "JHEP", + volume = "1301", + pages = "080", + doi = "10.1007/JHEP01(2013)080", + year = "2013", + eprint = "1210.6832", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1210.6832;%%", +} + +@article{Czakon:2011ve, + author = "Czakon, M.", + title = "{Double-real radiation in hadronic top quark pair + production as a proof of a certain concept}", + journal = "Nucl.Phys.", + volume = "B849", + pages = "250-295", + doi = "10.1016/j.nuclphysb.2011.03.020", + year = "2011", + eprint = "1101.0642", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "TTK-10-58, SFB-CPP-10-134", + SLACcitation = "%%CITATION = ARXIV:1101.0642;%%", +} + +@article{Czakon:2012zr, + author = "Czakon, Michal and Mitov, Alexander", + title = "{NNLO corrections to top-pair production at hadron + colliders: the all-fermionic scattering channels}", + journal = "JHEP", + volume = "1212", + pages = "054", + doi = "10.1007/JHEP12(2012)054", + year = "2012", + eprint = "1207.0236", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1207.0236;%%", +} + + + +@article{d'Enterria:2012yj, + author = "d'Enterria, David and Rojo, Juan", + title = "{Quantitative constraints on the gluon distribution + function in the proton from collider isolated-photon + data}", + journal = "Nucl.Phys.", + volume = "B860", + pages = "311-338", + doi = "10.1016/j.nuclphysb.2012.03.003", + year = "2012", + eprint = "1202.1762", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1202.1762;%%", +} + +@article{D0:2012qt, + author = "Abazov, V.M. and others", + title = "{Measurement of the $p\bar{p} \to W+b+X$ production cross + section at $\sqrt{s}=1.96$ TeV}", + collaboration = "D0 Collaboration", + journal = "Phys.Lett.", + volume = "B718", + pages = "1314-1320", + doi = "10.1016/j.physletb.2012.12.044", + year = "2013", + eprint = "1210.0627", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-12-541-E", + SLACcitation = "%%CITATION = ARXIV:1210.0627;%%", +} + + +@ARTICLE{Daleo:2006xa, + author = {Daleo, A. and Gehrmann, T. and Ma{\^i}tre, D.}, + title = "{Antenna subtraction with hadronic initial states}", + journal = {JHEP}, + year = {2007}, + volume = {04}, + pages = {016}, + eprint = {hep-ph/0612257}, + file = {:Daleo2006xa.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0612257} +} + +@article{Dashen:1969ez, + author = "Dashen, Roger F. and Weinstein, M.", + title = "{Soft pions, chiral symmetry, and phenomenological + lagrangians}", + journal = "Phys.Rev.", + volume = "183", + pages = "1261-1291", + doi = "10.1103/PhysRev.183.1261", + year = "1969", + SLACcitation = "%%CITATION = PHRVA,183,1261;%%", +} + +@article{Dashen:1969eg, + author = "Dashen, Roger F.", + title = "{Chiral $SU(3) \otimes SU(3)$ as a symmetry of the strong + interactions}", + journal = "Phys.Rev.", + volume = "183", + pages = "1245-1260", + doi = "10.1103/PhysRev.183.1245", + year = "1969", + SLACcitation = "%%CITATION = PHRVA,183,1245;%%", +} + +@article{Dashen:1970et, + author = "Dashen, Roger F.", + title = "{Some features of chiral symmetry breaking}", + journal = "Phys.Rev.", + volume = "D3", + pages = "1879-1889", + doi = "10.1103/PhysRevD.3.1879", + year = "1971", + SLACcitation = "%%CITATION = PHRVA,D3,1879;%%", +} + +@article{Davies:1984hs, + author = "Davies, C.T.H. and Stirling, W. James", + title = "{Nonleading corrections to the Drell-Yan cross section at + small transverse momentum}", + journal = "Nucl.Phys.", + volume = "B244", + pages = "337", + doi = "10.1016/0550-3213(84)90316-X", + year = "1984", + reportNumber = "CERN-TH-3853", + SLACcitation = "%%CITATION = NUPHA,B244,337;%%", +} + +@article{Davies:1984sp, + author = "Davies, C.T.H. and Webber, B.R. and Stirling, W. James", + title = "{Drell-Yan cross sections at small transverse momentum}", + journal = "Nucl.Phys.", + volume = "B256", + pages = "413", + doi = "10.1016/0550-3213(85)90402-X", + year = "1985", + reportNumber = "CERN-TH-3987/84", + SLACcitation = "%%CITATION = NUPHA,B256,413;%%", +} + +@ARTICLE{Davoudiasl:2000wi, + author = {Davoudiasl, H. and Hewett, J. L. and Rizzo, T. G.}, + title = "{Experimental probes of localized gravity: On and off the wall}", + journal = {Phys. Rev.}, + year = {2001}, + volume = {D63}, + pages = {075004}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.63.075004}, + eprint = {hep-ph/0006041}, + file = {:Davoudiasl2000wi.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0006041;%%} +} + +@ARTICLE{Dawson:1990zj, + author = {Dawson, S.}, + title = "{Radiative corrections to Higgs boson production}", + journal = {Nucl. Phys.}, + year = {1991}, + volume = {B359}, + pages = {283-300}, + doi = {10.1016/0550-3213(91)90061-2}, + file = {:Dawson1990zj.pdf:PDF} +} + +@article{Dawson:2003zu, + author = "Dawson, S. and Jackson, C. and Orr, L.H. and Reina, L. + and Wackeroth, D.", + title = "{Associated Higgs production with top quarks at the large + hadron collider: NLO QCD corrections}", + journal = "Phys.Rev.", + volume = "D68", + pages = "034022", + doi = "10.1103/PhysRevD.68.034022", + year = "2003", + eprint = "hep-ph/0305087", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "BNL-HET-03-9, FSU-HEP-2003-0503, UB-HET-03-02", + SLACcitation = "%%CITATION = HEP-PH/0305087;%%", +} + +@article{Dawson:2013bba, + author = "Dawson, Sally and Gritsan, Andrei and Logan, Heather and + Qian, Jianming and Tully, Chris and others", + title = "{Working Group Report: Higgs Boson}", + year = "2013", + eprint = "1310.8361", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-CONF-13-671-T", + SLACcitation = "%%CITATION = ARXIV:1310.8361;%%", +} + +@ARTICLE{Dedes:2008bf, + author = {Dedes, Athanasios and Figy, Terrance and H{\"o}che, Stefan and Krauss, + Frank and Underwood, Thomas E. J.}, + title = "{Searching for Nambu-Goldstone Bosons at the LHC}", + journal = {JHEP}, + year = {2008}, + volume = {11}, + pages = {036}, + archiveprefix = {arXiv}, + eprint = {0807.4666}, + file = {:Dedes2008bf.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0807.4666;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0807.4666} +} + +@ARTICLE{DelDuca:1999ha, + author = {Vittorio {del Duca} and Alberto Frizzo and Fabio Maltoni}, + title = "{Factorization of tree QCD amplitudes in the high-energy limit and + in the collinear limit}", + journal = {Nucl. Phys.}, + year = {2000}, + volume = {B568}, + pages = {211-262}, + eprint = {hep-ph/9909464}, + file = {:DelDuca1999ha.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9909464} +} + +@article{DelDuca:2001fn, + author = "Del Duca, V. and Kilgore, W. and Oleari, C. and Schmidt, + C. and Zeppenfeld, D.", + title = "{Gluon fusion contributions to $H + 2$ jet production}", + journal = "Nucl.Phys.", + volume = "B616", + pages = "367-399", + doi = "10.1016/S0550-3213(01)00446-1", + year = "2001", + eprint = "hep-ph/0108030", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MADPH-01-1235, BNL-HET-01-28, MSUHEP-10709, DFTT-19-2001", + SLACcitation = "%%CITATION = HEP-PH/0108030;%%", +} + +@ARTICLE{DelDuca:1999rs, + author = {Del Duca, Vittorio and Dixon, Lance J. and Maltoni, Fabio}, + title = "{New color decompositions for gauge amplitudes at tree and loop level}", + journal = {Nucl. Phys.}, + year = {2000}, + volume = {B571}, + pages = {51-70}, + eprint = {hep-ph/9910563}, + file = {:DelDuca1999rs.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9910563} +} + +@ARTICLE{DelDuca:2003uz, + author = {Del Duca, Vittorio and Maltoni, Fabio and Nagy, Zoltan and Trocsanyi, + Zoltan}, + title = "{QCD radiative corrections to prompt diphoton production in association + with a jet at hadron colliders}", + journal = {JHEP}, + year = {2003}, + volume = {04}, + pages = {059}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0303012}, + file = {:DelDuca2003uz.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0303012;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0303012} +} + +@ARTICLE{DelDuca:1994ng, + author = {Del Duca, Vittorio and Schmidt, Carl R.}, + title = "{Balitsky-Fadin-Kuraev-Lipatov approximation versus $\mathcal{O}(\alpha_s^3)$ + corrections to large-rapidity dijet production}", + journal = {Phys. Rev.}, + year = {1995}, + volume = {D51}, + pages = {2150-2158}, + eprint = {hep-ph/9407359}, + file = {:DelDuca1994ng.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9407359} +} + +@article{DelDuca:1999pa, + author = "Del Duca, Vittorio and Kilgore, William B. and Maltoni, + Fabio", + title = "{Multiphoton amplitudes for next--to--leading order QCD}", + journal = "Nucl.Phys.", + volume = "B566", + pages = "252-274", + doi = "10.1016/S0550-3213(99)00663-X", + year = "2000", + eprint = "hep-ph/9910253", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "BNL-HET-99-27, DFTT-50-99", + SLACcitation = "%%CITATION = HEP-PH/9910253;%%", +} + +@ARTICLE{DelPozo:1993th, + author = {Del Pozo, L. A.}, + title = {Tests of QCD from Jet and Hadron Production at LEP}, + year = {1993}, + note = {PhD Thesis, University of Cambridge (1993), RALT-002} +} + +@article{Denner:2014gla, + author = "Denner, Ansgar and Dittmaier, Stefan and Hofer, Lars", + title = "{COLLIER - A fortran-library for one-loop integrals}", + journal = "PoS", + volume = "LL2014", + pages = "071", + year = "2014", + eprint = "1407.0087", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1407.0087;%%", +} + +@article{Denner:2011mq, + author = "Denner, A. and Heinemeyer, S. and Puljak, I. and Rebuzzi, + D. and Spira, M.", + title = "{Standard Model Higgs-Boson branching ratios with + uncertainties}", + journal = "Eur.Phys.J.", + volume = "C71", + pages = "1753", + doi = "10.1140/epjc/s10052-011-1753-8", + year = "2011", + eprint = "1107.5909", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1107.5909;%%", +} + +@article{Denner:2011id, + author = "Denner, Ansgar and Dittmaier, Stefan and Kallweit, Stefan + and Muck, Alexander", + title = "{Electroweak corrections to Higgs-strahlung off $W/Z$ + bosons at the Tevatron and the LHC with HAWK}", + journal = "JHEP", + volume = "1203", + pages = "075", + doi = "10.1007/JHEP03(2012)075", + year = "2012", + eprint = "1112.5142", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FR-PHENO-2011-025, PSI-PR-11-04, ZU-TH-29-11, TTK-11-61", + SLACcitation = "%%CITATION = ARXIV:1112.5142;%%", +} + +@article{Denner:2010jp, + author = "Denner, A. and Dittmaier, S. and Kallweit, S. and + Pozzorini, S.", + title = "{NLO QCD corrections to $W^+W^-b\bar{b}$ production + at hadron colliders}", + journal = "Phys.Rev.Lett.", + volume = "106", + pages = "052001", + doi = "10.1103/PhysRevLett.106.052001", + year = "2011", + eprint = "1012.3975", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FR-PHENO-2010-041, PSI-PR-10-14, ZH-TH-19-10", + SLACcitation = "%%CITATION = ARXIV:1012.3975;%%", +} + +@ARTICLE{Denner:2006xx, + author = {Denner, Ansgar}, + note = {private communication}, + file = {:Denner2006xx.pdf:PDF} +} + +@ARTICLE{Denner:2010jp, + author = {Denner, A. and Dittmaier, S. and Kallweit, S. and Pozzorini, S.}, + title = "{NLO QCD corrections to $WWbb$ production at hadron colliders}", + year = {2010}, + archiveprefix = {arXiv}, + eprint = {1012.3975}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 1012.3975;%%}, + url = {http://inspirebeta.net/record/881934} +} + +@article{Denner:2005nn, + author = "Denner, Ansgar and Dittmaier, S.", + title = "{Reduction schemes for one-loop tensor integrals}", + journal = "Nucl.Phys.", + volume = "B734", + pages = "62-115", + doi = "10.1016/j.nuclphysb.2005.11.007", + year = "2006", + eprint = "hep-ph/0509141", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MPP-2005-84, PSI-PR-05-08", + SLACcitation = "%%CITATION = HEP-PH/0509141;%%", +} + +@article{Denner:2000jv, + author = "Denner, Ansgar and Pozzorini, Stefano", + title = "{One loop leading logarithms in electroweak radiative + corrections. 1. Results}", + journal = "Eur.Phys.J.", + volume = "C18", + pages = "461-480", + doi = "10.1007/s100520100551", + year = "2001", + eprint = "hep-ph/0010201", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "PSI-PR-00-15, ZU-TH-17-00", + SLACcitation = "%%CITATION = HEP-PH/0010201;%%", +} + +@ARTICLE{Denner:1999gp, + author = {Denner, Ansgar and Dittmaier, S. and Roth, M. and Wackeroth, D.}, + title = "{Predictions for all processes $e^+e^-$ $\to$ fermions + $\gamma$}", + journal = {Nucl. Phys.}, + year = {1999}, + volume = {B560}, + pages = {33-65}, + archiveprefix = {arXiv}, + doi = {10.1016/S0550-3213(99)00437-X}, + eprint = {hep-ph/9904472}, + file = {:Denner1999gp.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9904472;%%}, + url = {http://inspirebeta.net/record/499024} +} + +@ARTICLE{Denner:1992vza, + author = {Denner, Ansgar and Eck, H. and Hahn, O. and K{\"u}blbeck, J.}, + title = "{Feynman rules for fermion number violating interactions}", + journal = {Nucl. Phys.}, + year = {1992}, + volume = {B387}, + pages = {467-484}, + doi = {10.1016/0550-3213(92)90169-C}, + file = {:Denner1992vza.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B387,467;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B387,467} +} + +@ARTICLE{Deur:2008rf, + author = {Deur, A. and Burkert, V. and Chen, J. P. and Korsch, W.}, + title = "{Determination of the effective strong coupling constant $\alpha_{s,g_1}(Q^2)$ + from CLAS spin structure function data}", + journal = {Phys. Lett.}, + year = {2008}, + volume = {B665}, + pages = {349-351}, + archiveprefix = {arXiv}, + doi = {10.1016/j.physletb.2008.06.049}, + eprint = {0803.4119}, + file = {:Deur2008rf.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0803.4119;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0803.4119} +} + +@ARTICLE{Diana:2009xv, + author = {Diana, Giovanni}, + title = "{High-energy resummation in direct photon production}", + journal = {Nucl. Phys.}, + year = {2010}, + volume = {B824}, + pages = {154-167}, + archiveprefix = {arXiv}, + doi = {10.1016/j.nuclphysb.2009.09.001}, + eprint = {0906.4159}, + file = {:Diana2009xv.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0906.4159;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0906.4159} +} + +@article{Dicus:1987fk, + author = "Dicus, Duane A. and Willenbrock, Scott S.D.", + title = "{Photon pair production and the intermediate mass Higgs + boson}", + journal = "Phys.Rev.", + volume = "D37", + pages = "1801", + doi = "10.1103/PhysRevD.37.1801", + year = "1988", + reportNumber = "MAD/PH/389", + SLACcitation = "%%CITATION = PHRVA,D37,1801;%%", +} + +@article{Diehl:2011yj, + author = "Diehl, Markus and Ostermeier, Daniel and Schafer, + Andreas", + title = "{Elements of a theory for multiparton interactions in + QCD}", + journal = "JHEP", + volume = "1203", + pages = "089", + doi = "10.1007/JHEP03(2012)089", + year = "2012", + eprint = "1111.0910", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-11-196", + SLACcitation = "%%CITATION = ARXIV:1111.0910;%%", +} + +@article{Diehl:2011tt, + author = "Diehl, Markus and Schafer, Andreas", + title = "{Theoretical considerations on multiparton interactions + in QCD}", + journal = "Phys.Lett.", + volume = "B698", + pages = "389-402", + doi = "10.1016/j.physletb.2011.03.024", + year = "2011", + eprint = "1102.3081", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-11-021", + SLACcitation = "%%CITATION = ARXIV:1102.3081;%%", +} + +@ARTICLE{Dinsdale:2007mf, + author = {Dinsdale, Michael and Ternick, Marko and Weinzierl, Stefan}, + title = "{Parton showers from the dipole formalism}", + journal = {Phys. Rev.}, + year = {2007}, + volume = {D76}, + pages = {094003}, + archiveprefix = {arXiv}, + eprint = {0709.1026}, + file = {:Dinsdale2007mf.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0709.1026} +} + +@ARTICLE{Dinsdale:2006sq, + author = {Dinsdale, Michael and Ternick, Marko and Weinzierl, Stefan}, + title = "{A comparison of efficient methods for the computation of Born gluon + amplitudes}", + journal = {JHEP}, + year = {2006}, + volume = {03}, + pages = {056}, + eprint = {hep-ph/0602204}, + file = {:Dinsdale2006sq.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0602204} +} + +@article{Dissertori:2003pj, + author = "Dissertori, G. and Knowles, I.G. and Schmelling, M.", + title = "{High energy experiments and theory}", + year = "2003", + SLACcitation = "%%CITATION = INSPIRE-634577;%%", +} + +@ARTICLE{Dissertori:2009qa, + author = {Dissertori, G. and others}, + title = "{Precise determination of the strong coupling constant at NNLO in + QCD from the three-jet rate in electron--positron annihilation at + LEP}", + journal = {Phys. Rev. Lett.}, + year = {2010}, + volume = {104}, + pages = {072002}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevLett.104.072002}, + eprint = {0910.4283}, + file = {:Dissertori2009qa.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0910.4283;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0910.4283} +} + +@ARTICLE{Dissertori:2009ik, + author = {Dissertori, G. and others}, + title = "{Determination of the strong coupling constant using matched NNLO+NLLA + predictions for hadronic event shapes in $e^+e^-$ annihilations}", + journal = {JHEP}, + year = {2009}, + volume = {08}, + pages = {036}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/08/036}, + eprint = {0906.3436}, + file = {:Dissertori2009ik.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0906.3436;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0906.3436} +} + +@ARTICLE{Dissertori:2007xa, + author = {Dissertori, G. and others}, + title = "{First determination of the strong coupling constant using NNLO predictions + for hadronic event shapes in $e^+e^-$ annihilations}", + journal = {JHEP}, + year = {2008}, + volume = {02}, + pages = {040}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/02/040}, + eprint = {0712.0327}, + file = {:Dissertori2007xa.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0712.0327;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0712.0327} +} + + +@article{Dittmaier:2007wz, + author = "Dittmaier, S. and Uwer, P. and Weinzierl, S.", + title = "{NLO QCD corrections to $t\bar{t}$ + jet production at + hadron colliders}", + journal = "Phys.Rev.Lett.", + volume = "98", + pages = "262002", + doi = "10.1103/PhysRevLett.98.262002", + year = "2007", + eprint = "hep-ph/0703120", + archivePrefix = "arXiv", + primaryClass = "HEP-PH", + SLACcitation = "%%CITATION = HEP-PH/0703120;%%", +} + +@article{Dittmaier:2008uj, + author = "Dittmaier, S. and Uwer, P. and Weinzierl, S.", + title = "{Hadronic top-quark pair production in association with a + hard jet at next--to--leading order QCD: Phenomenological + studies for the Tevatron and the LHC}", + journal = "Eur.Phys.J.", + volume = "C59", + pages = "625-646", + doi = "10.1140/epjc/s10052-008-0816-y", + year = "2009", + eprint = "0810.0452", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MPP-2008-98, MZ-TH-08-28, TTP-08-44, SFB-CPP-08-79", + SLACcitation = "%%CITATION = ARXIV:0810.0452;%%", +} + +@ARTICLE{Dittmaier:1999mb, + author = {Dittmaier, Stefan}, + title = "{A general approach to photon radiation off fermions}", + journal = {Nucl. Phys.}, + year = {2000}, + volume = {B565}, + pages = {69-122}, + archiveprefix = {arXiv}, + doi = {10.1016/S0550-3213(99)00563-5}, + eprint = {hep-ph/9904440}, + file = {:Dittmaier1999mb.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9904440;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9904440} +} + +@ARTICLE{Dittmaier:1998nn, + author = {Dittmaier, Stefan}, + title = "{Weyl-van der Waerden formalism for helicity amplitudes of massive + particles}", + journal = {Phys. Rev.}, + year = {1999}, + volume = {D59}, + pages = {016007}, + eprint = {hep-ph/9805445}, + file = {:Dittmaier1998nn.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9805445} +} + +@ARTICLE{Dittmaier:2008md, + author = {Dittmaier, Stefan and Kabelschacht, Alois and Kasprzik, Tobias}, + title = "{Polarized QED splittings of massive fermions and dipole subtraction + for non-collinear-safe observables}", + journal = {Nucl. Phys.}, + year = {2008}, + volume = {B800}, + pages = {146-189}, + archiveprefix = {arXiv}, + doi = {10.1016/j.nuclphysb.2008.03.010}, + eprint = {0802.1405}, + file = {:Dittmaier2008md.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0802.1405;%%} +} + +@ARTICLE{Dittmaier:2002ap, + author = {Dittmaier, Stefan and Roth, Markus}, + title = "{LUSIFER: A LUcid approach to SIx FERmion production}", + journal = {Nucl. Phys.}, + year = {2002}, + volume = {B642}, + pages = {307-343}, + archiveprefix = {arXiv}, + doi = {10.1016/S0550-3213(02)00640-5}, + eprint = {hep-ph/0206070}, + file = {:Dittmaier2002ap.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0206070;%%} +} + +@article{Dittmar:2009ii, + author = "Dittmar, M. and Forte, S. and Glazov, A. and Moch, S. and + Altarelli, G. and others", + title = "{Parton Distributions}", + year = "2009", + eprint = "0901.2504", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "IFUM-936-FT", + SLACcitation = "%%CITATION = ARXIV:0901.2504;%%", +} + +@article{Dittmaier:2011ti, + author = "Dittmaier, S. and others", + title = "{Handbook of LHC Higgs Cross Sections: 1. Inclusive + Observables}", + collaboration = "LHC Higgs Cross Section Working Group", + year = "2011", + eprint = "1101.0593", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-2011-002", + SLACcitation = "%%CITATION = ARXIV:1101.0593;%%", +} + +@article{Dixon:2013haa, + author = "Dixon, Lance J. and Li, Ye", + title = "{Bounding the Higgs Boson Width Through Interferometry}", + journal = "Phys.Rev.Lett.", + volume = "111", + pages = "111802", + doi = "10.1103/PhysRevLett.111.111802", + year = "2013", + eprint = "1305.3854", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1305.3854;%%", +} + +@Article{Dixon:1999di, + author = "Dixon, Lance J. and Kunszt, Z. and Signer, A.", + title = "{Vector boson pair production in hadronic collisions at + $\mathcal{O}(\alphaS)$: Lepton correlations and anomalous + couplings}", + journal = "Phys. Rev.", + volume = "D60", + year = "1999", + pages = "114037", + eprint = "hep-ph/9907305", + archivePrefix = "arXiv", + doi = "10.1103/PhysRevD.60.114037", + SLACcitation = "%%CITATION = HEP-PH/9907305;%%" +} + +@Article{Dixon:1998py, + author = "Dixon, Lance J. and Kunszt, Z. and Signer, A.", + title = "{Helicity amplitudes for $\mathcal{O}(\alphaS)$ production of $W^{+} + W^{-}$, $W^\pm Z$, $Z Z$, $W^\pm \gamma$, or $Z \gamma$ + pairs at hadron colliders}", + journal = "Nucl. Phys.", + volume = "B531", + year = "1998", + pages = "3-23", + eprint = "hep-ph/9803250", + archivePrefix = "arXiv", + doi = "10.1016/S0550-3213(98)00421-0", + SLACcitation = "%%CITATION = HEP-PH/9803250;%%" +} + +@ARTICLE{Dixon:1996wi, + author = {Dixon, Lance J.}, + title = "{Calculating scattering amplitudes efficiently}", + year = {1996}, + eprint = {hep-ph/9601359}, + file = {:Dixon1996wi.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9601359} +} + +@ARTICLE{Dixon:2004za, + author = {Dixon, Lance J. and Glover, E. W. N. and Khoze, Valentin V. }, + title = "{MHV rules for Higgs plus multi-gluon amplitudes}", + journal = {JHEP}, + year = {2004}, + volume = {12}, + pages = {015}, + eprint = {hep-th/0411092}, + file = {:Dixon2004za.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0411092} +} + +@article{Djouadi:2005gi, + author = "Djouadi, Abdelhak", + title = "{The Anatomy of electro-weak symmetry breaking. I: The + Higgs boson in the standard model}", + journal = "Phys.Rept.", + volume = "457", + pages = "1-216", + doi = "10.1016/j.physrep.2007.10.004", + year = "2008", + eprint = "hep-ph/0503172", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "LPT-ORSAY-05-17", + SLACcitation = "%%CITATION = HEP-PH/0503172;%%", +} + +@ARTICLE{Djouadi:2002ze, + author = {Djouadi, Abdelhak and Kneur, Jean-loic and Moultaka, Gilbert}, + title = "{SuSpect: A Fortran code for the Supersymmetric and Higgs particle + spectrum in the MSSM}", + journal = {Comput. Phys. Commun.}, + year = {2007}, + volume = {176}, + pages = {426-455}, + archiveprefix = {arXiv}, + doi = {10.1016/j.cpc.2006.11.009}, + eprint = {hep-ph/0211331}, + file = {:Djouadi2002ze.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0211331;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0211331} +} + +@ARTICLE{Djouadi:1991tka, + author = {Djouadi, A. and Spira, M. and Zerwas, P.M.}, + title = "{Production of Higgs bosons in proton colliders: QCD corrections}", + journal = {Phys.Lett.}, + year = {1991}, + volume = {B264}, + pages = {440-446}, + doi = {10.1016/0370-2693(91)90375-Z}, + file = {:Djouadi1991tka.pdf:PDF}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHLTA,B264,440} +} + +@article{Dobrescu:2012td, + author = "Dobrescu, Bogdan A. and Lykken, Joseph D.", + title = "{Coupling spans of the Higgs-like boson}", + journal = "JHEP", + volume = "1302", + pages = "073", + doi = "10.1007/JHEP02(2013)073", + year = "2013", + eprint = "1210.3342", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-12-557-T", + SLACcitation = "%%CITATION = ARXIV:1210.3342;%%", +} + +@Article{Dokshitzer:1987nc, + Title = {{Collective QCD effects in the structure of final multi--hadron states. (in Russian)}}, + Author = {Dokshitzer, Yuri L. and Troian, S.I. and Khoze, Valery A.}, + Journal = {Sov.J.Nucl.Phys.}, + Year = {1987}, + Pages = {712-719}, + Volume = {46}, + + Slaccitation = {%%CITATION = SJNCA,46,712;%%} +} + +@article{Dokshitzer:1997in, + author = "Dokshitzer, Yuri L. and Leder, G.D. and Moretti, S. and + Webber, B.R.", + title = "{Better jet clustering algorithms}", + journal = "JHEP", + volume = "9708", + pages = "001", + year = "1997", + eprint = "hep-ph/9707323", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CAVENDISH-HEP-97-06", + SLACcitation = "%%CITATION = HEP-PH/9707323;%%", +} + +@Article{Dokshitzer:1995zt, + author = "Dokshitzer, Yuri L. and Webber, B. R.", + title = "{Calculation of power corrections to hadronic event + shapes}", + journal = "Phys. Lett.", + volume = "B352", + year = "1995", + pages = "451-455", + eprint = "hep-ph/9504219", + archivePrefix = "arXiv", + doi = "10.1016/0370-2693(95)00548-Y", + SLACcitation = "%%CITATION = HEP-PH/9504219;%%" +} + +@Article{Dokshitzer:1995qm, + author = "Dokshitzer, Yuri L. and Marchesini, G. and Webber, B. R.", + title = "{Dispersive approach to power--behaved contributions in QCD + hard processes}", + journal = "Nucl. Phys.", + volume = "B469", + year = "1996", + pages = "93-142", + eprint = "hep-ph/9512336", + archivePrefix = "arXiv", + doi = "10.1016/0550-3213(96)00155-1", + SLACcitation = "%%CITATION = HEP-PH/9512336;%%" +} + + +@ARTICLE{Dokshitzer:2009wd, + author = {Dokshitzer, Yu. L.}, + title = "{A new look for good old parton dynamics}", + year = {2009}, + archiveprefix = {arXiv}, + eprint = {0911.0847}, + file = {:Dokshitzer2009wd.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0911.0847;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0911.0847} +} + +@ARTICLE{Dokshitzer:1977sg, + author = {Dokshitzer, Y. L.}, + title = "{Calculation of the structure functions for deep--inelastic scattering + and $e^+e^-$ annihilation by perturbation theory in quantum chromodynamics}", + journal = {Sov. Phys. JETP}, + year = {1977}, + volume = {46}, + pages = {641-653}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SPHJA,46,641} +} + +@article{Dokshitzer:1978yd, + author = "Dokshitzer, Yuri L. and Diakonov, Dmitri and Troian, + S.I.", + title = "{On the transverse momentum distribution of massive + lepton pairs}", + journal = "Phys.Lett.", + volume = "B79", + pages = "269-272", + doi = "10.1016/0370-2693(78)90240-X", + year = "1978", + SLACcitation = "%%CITATION = PHLTA,B79,269;%%", +} + +@ARTICLE{Dokshitzer:1978hw, + author = {Dokshitzer, Yuri L. and Diakonov, Dmitri and Troian, S. I.}, + title = "{Hard processes in quantum chromodynamics}", + journal = {Phys. Rept.}, + year = {1980}, + volume = {58}, + pages = {269-395}, + doi = {10.1016/0370-1573(80)90043-5}, + file = {:Dokshitzer1978hw.pdf:PDF}, + slaccitation = {%%CITATION = PRPLC,58,269;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PRPLC,58,269} +} + +@ARTICLE{Dokshitzer:1982xr, + author = {Dokshitzer, Yuri L. and Fadin, Victor S. and Khoze, Valery A.}, + title = "{Double Logs of Perturbative QCD for Parton Jets and Soft Hadron + Spectra}", + journal = {Z. Phys.}, + year = {1982}, + volume = {C15}, + pages = {325}, + file = {:Dokshitzer1982xr.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C15,325} +} + +@article{Dokshitzer:1987nm, + author = "Dokshitzer, Yuri L. and Khoze, Valery A. and Troian, S.I. + and Mueller, Alfred H.", + title = "{QCD Coherence in high--energy reactions}", + journal = "Rev.Mod.Phys.", + volume = "60", + pages = "373", + doi = "10.1103/RevModPhys.60.373", + year = "1988", + reportNumber = "CU-TP-374", + SLACcitation = "%%CITATION = RMPHA,60,373;%%", +} + +@article{Dokshitzer:1988bq, + author = "Dokshitzer, Yuri L. and Khoze, Valery A. and Troian, + S.I.", + title = "{Coherence and physics of {QCD} jets}", + journal = "Adv.Ser.Direct.High Energy Phys.", + volume = "5", + pages = "241-410", + year = "1988", + reportNumber = "DESY-88-093", + SLACcitation = "%%CITATION = 00319,5,241;%%", +} + +@BOOK{Dokshitzer:1991wu, + title = "{Basics of perturbative QCD}", + publisher = {Gif-sur-Yvette, France: Ed. Frontieres}, + year = {1991}, + author = {Dokshitzer, Yuri L. and Khoze, Valery A. and Mueller, Alfred H. and + Troyan, S. I.}, + pages = {274}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?key=2556677} +} + +@ARTICLE{Dokshitzer:1995ev, + author = {Dokshitzer, Yuri L. and Khoze, Valery A. and Troian, S. I.}, + title = "{Specific features of heavy quark production. Local parton-hadron + duality approach to heavy particle spectra}", + journal = {Phys. Rev.}, + year = {1996}, + volume = {D53}, + pages = {89-119}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.53.89}, + eprint = {hep-ph/9506425}, + file = {:Dokshitzer1995ev.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9506425;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9506425} +} + +@Article{Dokshitzer:1991he, + Title = {{Rapidity gaps in Higgs production}}, + Author = {Dokshitzer, Yuri L. and Khoze, Valery A. and Sj\"ostrand, T.}, + Journal = {Phys.Lett.}, + Year = {1992}, + Pages = {116-121}, + Volume = {B274}, + + Doi = {10.1016/0370-2693(92)90312-R}, + Reportnumber = {DTP-91-66, CERN-TH-6269-91, LU-TP-91-24}, + Slaccitation = {%%CITATION = PHLTA,B274,116;%%} +} + +@ARTICLE{Dokshitzer:2008ia, + author = {Dokshitzer, Yu. L. and Marchesini, G.}, + title = "{Monte Carlo and large angle gluon radiation}", + journal = {JHEP}, + year = {2009}, + volume = {03}, + pages = {117}, + archiveprefix = {arXiv}, + eprint = {0809.1749}, + file = {:Dokshitzer2008ia.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0809.1749;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0809.1749} +} + +@article{Dokshitzer:1982fh, + author = "Dokshitzer, Yuri L. and Fadin, Victor S. and Khoze, + Valery A.", + title = "{Coherent effects in the perturbative QCD parton jets}", + journal = "Phys.Lett.", + volume = "B115", + pages = "242-246", + doi = "10.1016/0370-2693(82)90654-2", + year = "1982", + SLACcitation = "%%CITATION = PHLTA,B115,242;%%", +} + +@ARTICLE{Dokshitzer:2005bf, + author = {Dokshitzer, Yu. L. and Marchesini, G. and Salam, G. P.}, + title = "{Revisiting parton evolution and the large-$x$ limit}", + journal = {Phys. Lett.}, + year = {2006}, + volume = {B634}, + pages = {504-507}, + archiveprefix = {arXiv}, + doi = {10.1016/j.physletb.2006.02.023}, + eprint = {hep-ph/0511302}, + file = {:Dokshitzer2005bf.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0511302;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0511302} +} + +@article{Dokshitzer:1991fd, + author = "Dokshitzer, Yuri L. and Khoze, Valery A. and Troian, + S.I.", + title = "{On specific QCD properties of heavy quark fragmentation + ('dead cone')}", + journal = "J.Phys.", + volume = "G17", + pages = "1602-1604", + doi = "10.1088/0954-3899/17/10/023", + year = "1991", + SLACcitation = "%%CITATION = JPAGA,G17,1602;%%", +} + +@ARTICLE{Dokshitzer:1995qm, + author = {Dokshitzer, Yuri L. and Marchesini, G. and Webber, B.R.}, + title = "{Dispersive approach to power-behaved contributions in QCD hard processes}", + journal = {Nucl.Phys.}, + year = {1996}, + volume = {B469}, + pages = {93-142}, + archiveprefix = {arXiv}, + doi = {10.1016/0550-3213(96)00155-1}, + eprint = {hep-ph/9512336}, + file = {:Dokshitzer1995qm.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://inspirebeta.net/record/403747?ln=en} +} + +@ARTICLE{Donnachie:1992ny, + author = {A. Donnachie and P. V. Landshoff}, + title = "{Total cross sections}", + journal = {Phys. Lett.}, + year = {1992}, + volume = {B296}, + pages = {227-232}, + eprint = {hep-ph/9209205}, + file = {:Donnachie1992ny.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9209205} +} + +@article{Donnachie:2004pi, + author = "Donnachie, A. and Landshoff, P.V.", + title = "{Does the hard pomeron obey Regge factorization?}", + journal = "Phys.Lett.", + volume = "B595", + pages = "393-399", + doi = "10.1016/j.physletb.2004.05.068", + year = "2004", + eprint = "hep-ph/0402081", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = HEP-PH/0402081;%%", +} + +@article{Donoghue:1979vi, + author = "Donoghue, John F. and Low, F.E. and Pi, So-Young", + title = "{Tensor Analysis of Hadronic Jets in Quantum + Chromodynamics}", + journal = "Phys.Rev.", + volume = "D20", + pages = "2759", + doi = "10.1103/PhysRevD.20.2759", + year = "1979", + reportNumber = "MIT-CTP-771", + SLACcitation = "%%CITATION = PHRVA,D20,2759;%%", +} + +@ARTICLE{Draggiotis:2000gm, + author = {Draggiotis, Petros D. and van Hameren, Andre and Kleiss, Ronald}, + title = "{SARGE: An algorithm for generating QCD-antennas}", + journal = {Phys. Lett.}, + year = {2000}, + volume = {B483}, + pages = {124-130}, + eprint = {hep-ph/0004047}, + file = {:Draggiotis2000gm.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0004047} +} + +@ARTICLE{Draggiotis:2002hm, + author = {Draggiotis, Petros D. and Kleiss, Ronald H. P. and Papadopoulos, + Costas G.}, + title = "{Multi-jet production in hadron collisions}", + journal = {Eur. Phys. J.}, + year = {2002}, + volume = {C24}, + pages = {447-458}, + eprint = {hep-ph/0202201}, + file = {:Draggiotis2002hm.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0202201} +} + +@ARTICLE{Duhr:2006iq, + author = {Duhr, Claude and H{\"o}che, Stefan and Maltoni, Fabio}, + title = "{Color-dressed recursive relations for multi-parton amplitudes}", + journal = {JHEP}, + year = {2006}, + volume = {08}, + pages = {062}, + eprint = {hep-ph/0607057}, + file = {:Duhr2006iq.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0607057} +} + +@ARTICLE{Duhr:2008wc, + author = {Duhr, Claude and Maltoni, Fabio}, + title = "{Antenna functions from MHV rules}", + journal = {JHEP}, + year = {2008}, + volume = {11}, + pages = {002}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/11/002}, + eprint = {0808.3319}, + file = {:Duhr2008wc.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0808.3319} +} + +@article{Dumm:2009kj, + author = "Dumm, D. Gomez and Roig, P. and Pich, A. and Portoles, + J.", + title = "{Hadron structure in $\tau\to KK\pi\nu_\tau$ decays}", + journal = "Phys.Rev.", + volume = "D81", + pages = "034031", + doi = "10.1103/PhysRevD.81.034031", + year = "2010", + eprint = "0911.2640", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FTUV-09-1111, IFIC-09-53, LPT-ORSAY-09-90", + SLACcitation = "%%CITATION = ARXIV:0911.2640;%%", +} + +@article{Dumm:2009va, + author = "Dumm, D. Gomez and Roig, P. and Pich, A. and Portoles, + J.", + title = "{$\tau\to\pi\pi\pi\nu_\tau$ decays and the $a(1)(1260)$ + off-shell width revisited}", + journal = "Phys.Lett.", + volume = "B685", + pages = "158-164", + doi = "10.1016/j.physletb.2010.01.059", + year = "2010", + eprint = "0911.4436", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FTUV-09-1123, IFIC-09-54, LPT-ORSAY-09-91", + SLACcitation = "%%CITATION = ARXIV:0911.4436;%%", +} + +@ARTICLE{Duke:1982bj, + author = {Duke, D. W. and Owens, J. F.}, + title = "{Quantumchromodynamic corrections to deep-inelastic Compton scattering}", + journal = {Phys. Rev.}, + year = {1982}, + volume = {D26}, + pages = {1600}, + doi = {10.1103/PhysRevD.26.1600}, + file = {:Duke1982bj.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D26,1600;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHRVA,D26,1600} +} + +@article{Ecker:1989yg, + author = "Ecker, G. and Gasser, J. and Leutwyler, H. and Pich, A. + and de Rafael, E.", + title = "{Chiral Lagrangians for massive spin--1 fields}", + journal = "Phys.Lett.", + volume = "B223", + pages = "425", + doi = "10.1016/0370-2693(89)91627-4", + year = "1989", + reportNumber = "BUTP-89/4-BERN, UWThPh-1989-9, FTUV/89-7, CPT-89/PE-2243", + SLACcitation = "%%CITATION = PHLTA,B223,425;%%", +} +@ARTICLE{Ecker:1988te, + author = {Ecker, G. and Gasser, J. and Pich, A. and de Rafael, E.}, + title = "{The role of resonances in chiral perturbation theory}", + journal = {Nucl. Phys.}, + year = {1989}, + volume = {B321}, + pages = {311}, + doi = {10.1016/0550-3213(89)90346-5}, + file = {:Ecker1988te.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B321,311;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B321,311} +} + +@ARTICLE{Edin:1996mw, + author = {Edin, A. and Ingelman, G. and Rathsman, J.}, + title = "{Unified description of rapidity gaps and energy flows in DIS final + states}", + journal = {Z. Phys.}, + year = {1997}, + volume = {C75}, + pages = {57-70}, + archiveprefix = {arXiv}, + doi = {10.1007/s002880050447}, + eprint = {hep-ph/9605281}, + file = {:Edin1996mw.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9605281;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9605281} +} + +@ARTICLE{Edin:1995gi, + author = {Edin, A. and Ingelman, G. and Rathsman, J.}, + title = "{Soft colour interactions as the origin of rapidity gaps in DIS}", + journal = {Phys. Lett.}, + year = {1996}, + volume = {B366}, + pages = {371-378}, + archiveprefix = {arXiv}, + doi = {10.1016/0370-2693(95)01391-1}, + eprint = {hep-ph/9508386}, + file = {:Edin1995gi.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9508386;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9508386} +} + +@article{Eichten:1989zv, + author = "Eichten, Estia and Hill, Brian Russell", + title = "{An effective field theory for the calculation of matrix + elements involving heavy quarks}", + journal = "Phys.Lett.", + volume = "B234", + pages = "511", + doi = "10.1016/0370-2693(90)92049-O", + year = "1990", + reportNumber = "FERMILAB-PUB-89-184-T", + SLACcitation = "%%CITATION = PHLTA,B234,511;%%", +} + + +@article{KeithEllis:2009bu, + author = "Ellis, R. Keith and Melnikov, Kirill and Zanderighi, + Giulia", + title = "{$W+3$ jet production at the Tevatron}", + journal = "Phys.Rev.", + volume = "D80", + pages = "094002", + doi = "10.1103/PhysRevD.80.094002", + year = "2009", + eprint = "0906.1445", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-09-293-T, OUTP-09-12-P", + SLACcitation = "%%CITATION = ARXIV:0906.1445;%%", +} + + +@article{Ellis:1980wv, + author = "Ellis, R. Keith and Ross, D.A. and Terrano, A.E.", + title = "{The Perturbative Calculation of Jet Structure in e+ e- + Annihilation}", + journal = "Nucl.Phys.", + volume = "B178", + pages = "421", + doi = "10.1016/0550-3213(81)90165-6", + year = "1981", + reportNumber = "CALT-68-785", + SLACcitation = "%%CITATION = NUPHA,B178,421;%%", +} + +@article{Ellis:1983fg, + author = "Ellis, S.D. and Richards, D.G. and Stirling, W. James", + title = "{Fixed Order Perturbation Theory and Leading Logarithms}", + journal = "Phys.Lett.", + volume = "B136", + pages = "99", + doi = "10.1016/0370-2693(84)92064-1", + year = "1984", + reportNumber = "DAMTP 82/34", + SLACcitation = "%%CITATION = PHLTA,B136,99;%%", +} + +@article{Ellis:1985er, + author = "Ellis, R. Keith and Sexton, J.C.", + title = "{QCD Radiative Corrections to Parton Parton Scattering}", + journal = "Nucl.Phys.", + volume = "B269", + pages = "445", + doi = "10.1016/0550-3213(86)90232-4", + year = "1986", + reportNumber = "FERMILAB-PUB-85-152-T", + SLACcitation = "%%CITATION = NUPHA,B269,445;%%", +} + +@article{Ellis:1987xu, + author = "Ellis, R. Keith and Hinchliffe, I. and Soldate, M. and + van der Bij, J.J.", + title = "{Higgs Decay to tau+ tau-: A Possible Signature of + Intermediate Mass Higgs Bosons at the SSC}", + journal = "Nucl.Phys.", + volume = "B297", + pages = "221", + doi = "10.1016/0550-3213(88)90019-3", + year = "1988", + reportNumber = "FERMILAB-PUB-87-100-T, LBL-23504", + SLACcitation = "%%CITATION = NUPHA,B297,221;%%", +} + +@article{Ellis:1990ek, + author = "Ellis, Stephen D. and Kunszt, Zoltan and Soper, Davison + E.", + title = "{The one-jet inclusive cross section at order + $\alphaS^{3}$, quarks and gluons}", + journal = "Phys.Rev.Lett.", + volume = "64", + pages = "2121", + doi = "10.1103/PhysRevLett.64.2121", + year = "1990", + reportNumber = "OITS-436, DOE/ER/40423-03-P90, ETH-TH/90-3", + SLACcitation = "%%CITATION = PRLTA,64,2121;%%", +} + +@article{Ellis:1992qq, + author = "Ellis, Stephen D. and Kunszt, Zoltan and Soper, Davison + E.", + title = "{Jets at hadron colliders at order $\alpha-s^{3:}$ A Look + inside}", + journal = "Phys.Rev.Lett.", + volume = "69", + pages = "3615-3618", + doi = "10.1103/PhysRevLett.69.3615", + year = "1992", + eprint = "hep-ph/9208249", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "UW-PT-92-01, DOE-ER-40614-16", + SLACcitation = "%%CITATION = HEP-PH/9208249;%%", +} + + +@article{Ellis:1993tq, + author = "Ellis, Stephen D. and Soper, Davison E.", + title = "{Successive combination jet algorithm for hadron + collisions}", + journal = "Phys.Rev.", + volume = "D48", + pages = "3160-3166", + doi = "10.1103/PhysRevD.48.3160", + year = "1993", + eprint = "hep-ph/9305266", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-TH-6860-93", + SLACcitation = "%%CITATION = HEP-PH/9305266;%%", +} + + + +@article{Ellis:2007qk, + author = "Ellis, R.Keith and Zanderighi, Giulia", + title = "{Scalar one-loop integrals for QCD}", + journal = "JHEP", + volume = "0802", + pages = "002", + doi = "10.1088/1126-6708/2008/02/002", + year = "2008", + eprint = "0712.1851", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-07-633-T, OUTP-07-16P", + SLACcitation = "%%CITATION = ARXIV:0712.1851;%%", +} + +@article{Ellis:1980wv, + author = "Ellis, R. Keith and Ross, D.A. and Terrano, A.E.", + title = "{The Perturbative Calculation of Jet Structure in + $e^+ e^-$ Annihilation}", + journal = "Nucl.Phys.", + volume = "B178", + pages = "421", + doi = "10.1016/0550-3213(81)90165-6", + year = "1981", + reportNumber = "CALT-68-785", + SLACcitation = "%%CITATION = NUPHA,B178,421;%%", +} + +@article{Ellis:1997ii, + author = "Ellis, R. Keith and Veseli, Sinisa", + title = "{$W$ and $Z$ transverse momentum distributions: + Resummation in $q_{T}$ space}", + journal = "Nucl.Phys.", + volume = "B511", + pages = "649-669", + doi = "10.1016/S0550-3213(97)00655-X", + year = "1998", + eprint = "hep-ph/9706526", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-97-207-T", + SLACcitation = "%%CITATION = HEP-PH/9706526;%%", +} + +@article{Ellis:1981hk, + author = "Ellis, R. Keith and Martinelli, G. and Petronzio, R.", + title = "{Lepton--pair production at large transverse momentum in + second order QCD}", + journal = "Nucl.Phys.", + volume = "B211", + pages = "106", + doi = "10.1016/0550-3213(83)90188-8", + year = "1983", + reportNumber = "CERN-TH-3186", + SLACcitation = "%%CITATION = NUPHA,B211,106;%%", +} + +@article{Ellis:1976uc, + author = "Ellis, John R. and Gaillard, Mary K. and Ross, Graham G.", + title = "{Search for gluons in $e^+e^-$ annihilation}", + journal = "Nucl.Phys.", + volume = "B111", + pages = "253", + doi = "10.1016/0550-3213(76)90542-3", + year = "1976", + reportNumber = "CERN-TH-2161", + SLACcitation = "%%CITATION = NUPHA,B111,253;%%", +} + +@BOOK{Ellis:1991qj, + title = "{QCD and collider physics}", + publisher = {Cambridge Monogr. Part. Phys. Nucl. Phys. Cosmol.}, + year = {1996}, + author = {R. Keith Ellis and W. James Stirling and Brian R. Webber}, + volume = {8}, + pages = {435}, + edition = {1}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=CMPCE,8,1} +} + +@article{Ellis:2011cr, + author = "Ellis, R. Keith and Kunszt, Zoltan and Melnikov, Kirill + and Zanderighi, Giulia", + title = "{One-loop calculations in quantum field theory: from + Feynman diagrams to unitarity cuts}", + journal = "Phys.Rept.", + volume = "518", + pages = "141-250", + doi = "10.1016/j.physrep.2012.01.008", + year = "2012", + eprint = "1105.4319", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-11-195-T", + SLACcitation = "%%CITATION = ARXIV:1105.4319;%%", +} +@ARTICLE{Ellis:1985vn, + author = {Ellis, S. D. and Kleiss, R. and Stirling, W. James}, + title = "{$W$'s, $Z$'s and jets}", + journal = {Phys. Lett.}, + year = {1985}, + volume = {B154}, + pages = {435}, + doi = {10.1016/0370-2693(85)90425-3}, + file = {:Ellis1985vn.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B154,435;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B154,435} +} + +@ARTICLE{Ellis:1993tq, + author = {Ellis, Stephen D. and Soper, Davison E.}, + title = "{Successive combination jet algorithm for hadron collisions}", + journal = {Phys. Rev.}, + year = {1993}, + volume = {D48}, + pages = {3160-3166}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.48.3160}, + eprint = {hep-ph/9305266}, + file = {:Ellis1993tq.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9305266;%%} +} + +@article{Ellis:2001aa, + author = "Ellis, S.D. and Huston, J. and Tonnesmann, M.", + title = "{On building better cone jet algorithms}", + journal = "eConf", + volume = "C010630", + pages = "P513", + year = "2001", + eprint = "hep-ph/0111434", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "UW-PT-01-25, MSUHEP-11101, MPI-PHE-2001-16, + SNOWMASS-2001-P513", + SLACcitation = "%%CITATION = HEP-PH/0111434;%%", +} + +@article{Ellis:2009me, + author = "Ellis, Stephen D. and Vermilion, Christopher K. and + Walsh, Jonathan R.", + title = "{Recombination Algorithms and Jet Substructure: Pruning + as a Tool for Heavy Particle Searches}", + journal = "Phys.Rev.", + volume = "D81", + pages = "094023", + doi = "10.1103/PhysRevD.81.094023", + year = "2010", + eprint = "0912.0033", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:0912.0033;%%", +} + +@article{Ellis:2009su, + author = "Ellis, Stephen D. and Vermilion, Christopher K. and + Walsh, Jonathan R.", + title = "{Techniques for improved heavy particle searches with jet + substructure}", + journal = "Phys.Rev.", + volume = "D80", + pages = "051501", + doi = "10.1103/PhysRevD.80.051501", + year = "2009", + eprint = "0903.5081", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:0903.5081;%%", +} + +@article{Engel:1994vs, + author = "Engel, R.", + title = "{Photoproduction within the two component dual parton + model. 1. Amplitudes and cross-sections}", + journal = "Z.Phys.", + volume = "C66", + pages = "203-214", + doi = "10.1007/BF01496594", + year = "1995", + reportNumber = "UL-HEP-94-1, SI-94-2", + SLACcitation = "%%CITATION = ZEPYA,C66,203;%%", +} + +@article{Englert:1964et, + author = "Englert, F. and Brout, R.", + title = "{Broken Symmetry and the Mass of Gauge Vector Mesons}", + journal = "Phys.Rev.Lett.", + volume = "13", + pages = "321-323", + doi = "10.1103/PhysRevLett.13.321", + year = "1964", + SLACcitation = "%%CITATION = PRLTA,13,321;%%", +} + +@ARTICLE{Ermolaev:1981cm, + author = {Ermolaev, B. I. and Fadin, Victor S.}, + title = "{Log-log asymptotic form of exclusive cross sections in quantum chromodynamics}", + journal = {JETP Lett.}, + year = {1981}, + volume = {33}, + pages = {269-272}, + file = {:Ermolaev1981cm.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=JTPLA,33,269} +} + +@article{Fabricius:1981sx, + author = "Fabricius, K. and Schmitt, I. and Kramer, G. and + Schierholz, G.", + title = "{Higher--order perturbative QCD calculation of jet + cross sections in $e^+ e^-$ annihilation}", + journal = "Z.Phys.", + volume = "C11", + pages = "315", + doi = "10.1007/BF01578281", + year = "1981", + reportNumber = "DESY 81/035", + SLACcitation = "%%CITATION = ZEPYA,C11,315;%%", +} + +@article{Fadin:1975cb, + author = "Fadin, Victor S. and Kuraev, E.A. and Lipatov, L.N.", + title = "{On the Pomeranchuk singularity in asymptotically free + theories}", + journal = "Phys.Lett.", + volume = "B60", + pages = "50-52", + doi = "10.1016/0370-2693(75)90524-9", + year = "1975", + SLACcitation = "%%CITATION = PHLTA,B60,50;%%", +} + +@article{Falk:1994gw, + author = "Falk, Adam F. and Ligeti, Zoltan and Neubert, Matthias + and Nir, Yosef", + title = "{Heavy quark expansion for the inclusive decay + $\bar B\to\tau\bar\nu+X$}", + journal = "Phys.Lett.", + volume = "B326", + pages = "145-153", + doi = "10.1016/0370-2693(94)91206-8", + year = "1994", + eprint = "hep-ph/9401226", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-TH-7124-93, JHU-TIPAC-930031, UCSD-PTH-93-43, + WIS-93-117-PH", + SLACcitation = "%%CITATION = HEP-PH/9401226;%%", +} + +@article{Farhi:1977sg, + author = "Farhi, Edward", + title = "{A QCD Test for Jets}", + journal = "Phys.Rev.Lett.", + volume = "39", + pages = "1587-1588", + doi = "10.1103/PhysRevLett.39.1587", + year = "1977", + reportNumber = "HUTP-77-A059", + SLACcitation = "%%CITATION = PRLTA,39,1587;%%", +} + +@ARTICLE{Faulkner:2006px, + author = {Faulkner, P. J. W. and others}, + title = "{GridPP: Development of the UK computing Grid for particle physics}", + journal = {J. Phys.}, + year = {2006}, + volume = {G32}, + pages = {N1-N20}, + collaboration = {GridPP}, + file = {:Faulkner2006px.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=JPHGB,G32,N1} +} + +@article{FebresCordero:2006sj, + author = "Febres Cordero, F. and Reina, L. and Wackeroth, D.", + title = "{NLO QCD corrections to $W$ boson production with a massive + $b$-quark jet pair at the Tevatron $p\bar{p}$ collider}", + journal = "Phys.Rev.", + volume = "D74", + pages = "034007", + doi = "10.1103/PhysRevD.74.034007", + year = "2006", + eprint = "hep-ph/0606102", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FSU-HEP-2006-0410", + SLACcitation = "%%CITATION = HEP-PH/0606102;%%", +} + +@article{Feigl:2012df, + author = "Feigl, Bastian and Rzehak, Heidi and Zeppenfeld, Dieter", + title = "{New Physics Backgrounds to the H -> WW Search at the + LHC?}", + journal = "Phys.Lett.", + volume = "B717", + pages = "390-395", + doi = "10.1016/j.physletb.2012.09.033", + year = "2012", + eprint = "1205.3468", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "KA-TP-21-2012, CERN-PH-TH-2012-131", + SLACcitation = "%%CITATION = ARXIV:1205.3468;%%", +} + +@article{Fermi:1924tc, + author = "Fermi, E.", + title = "{On the theory of the impact between atoms and + electrically charged particles}", + journal = "Z.Phys.", + volume = "29", + pages = "315-327", + year = "1924", + SLACcitation = "%%CITATION = ZEPYA,29,315;%%", +} + +@article{Ferrera:2011bk, + author = "Ferrera, Giancarlo and Grazzini, Massimiliano and + Tramontano, Francesco", + title = "{Associated $WH$ production at hadron colliders: a fully + exclusive QCD calculation at NNLO}", + journal = "Phys.Rev.Lett.", + volume = "107", + pages = "152003", + doi = "10.1103/PhysRevLett.107.152003", + year = "2011", + eprint = "1107.1164", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2011-159, ZU-TH-14-11", + SLACcitation = "%%CITATION = ARXIV:1107.1164;%%", +} + +@BOOK{Feynman:1973xc, + title = "{Photon-hadron interactions}", + publisher = {Reading, MA, USA: Benjamin}, + year = {1972}, + author = {Feynman, R. P.}, + pages = {282}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?key=6634834} +} + +@article{Field:2002vt, + author = "Field, Rick D.", + title = "{The Underlying event in hard scattering processes}", + collaboration = "CDF", + journal = "eConf", + volume = "C010630", + pages = "P501", + year = "2001", + eprint = "hep-ph/0201192", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SNOWMASS-2001-P501, UFIFT-HEP-01-19, + FERMILAB-CONF-02-009-E", + SLACcitation = "%%CITATION = HEP-PH/0201192;%%", +} + +@Article{Field:1982dg, + author = "Field, Richard D. and Wolfram, Stephen", + title = "{A QCD Model for $e^+ e^-$ Annihilation}", + journal = "Nucl. Phys.", + volume = "B213", + year = "1983", + pages = "65", + doi = "10.1016/0550-3213(83)90175-X", + SLACcitation = "%%CITATION = NUPHA,B213,65;%%" +} + +@BOOK{Field:1989uq, + title = "{Applications of perturbative QCD}", + publisher = {Addison-Wesley}, + year = {1989}, + author = {Richard D. Field}, + pages = {366}, + address = {Redwood City, USA}, + note = {Frontiers in physics, 77}, + file = {:Field1989uq.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?key=2170230} +} + +@ARTICLE{Field:2001uo, + author = {R. D. Field}, + title = "{Charged jet evolution and the underlying Event in proton-antiproton + collisions}", + url = {http://www.phys.ufl.edu/~rfield/cdf/chgjet/chgjet_intro.html} +} + +@ARTICLE{Field:2001ut, + author = {R. D. Field}, + title = "{Jet evolution and the ''underlying event'' in Run 2}", + url = {http://www.phys.ufl.edu/~rfield/cdf/rdf_ue_run2.html} +} + +@ARTICLE{Field:1977fa, + author = {Field, R. D. and Feynman, R. P.}, + title = "{A parametrization of the properties of quark jets}", + journal = {Nucl. Phys.}, + year = {1978}, + volume = {B136}, + pages = {1}, + doi = {10.1016/0550-3213(78)90015-9}, + file = {:Field1977fa.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B136,1;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B136,1} +} + +@ARTICLE{Field:1982vz, + author = {Field, R. D. and Fox, G. C. and Kelly, R. L.}, + title = "{Gluon bremsstrahlung effects in hadron--hadron collisions}", + journal = {Phys. Lett.}, + year = {1982}, + volume = {B119}, + pages = {439}, + doi = {10.1016/0370-2693(82)90708-0}, + file = {:Field1982vz.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B119,439;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B119,439} +} + +@article{Finkemeier:1996dh, + author = "Finkemeier, Markus and Mirkes, Erwin", + title = "{The scalar contribution to $\tau\to K\pi + \nu_\tau$}", + journal = "Z.Phys.", + volume = "C72", + pages = "619-626", + doi = "10.1007/s002880050284", + year = "1996", + eprint = "hep-ph/9601275", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "TTP-95-44, HUTP-95-A050", + SLACcitation = "%%CITATION = HEP-PH/9601275;%%", +} + +@ARTICLE{Field:1982dg, + author = {Richard D. Field and Stephen Wolfram}, + title = "{A QCD model for $e^+e^-$ annihilation}", + journal = {Nucl. Phys.}, + year = {1983}, + volume = {B213}, + pages = {65}, + file = {:Field1982dg.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B213,65} +} + +@article{DeFlorian:2000sg, + author = "De Florian, D. and Signer, A.", + title = "{$W\gamma$ and $Z\gamma$ production at hadron colliders}", + journal = "Eur.Phys.J.", + volume = "C16", + pages = "105-114", + doi = "10.1007/s100520050007", + year = "2000", + eprint = "hep-ph/0002138", + archivePrefix = "arXiv", + primaryClass = "hep-ph", +} + +@article{deFlorian:2014xna, + author = "de Florian, Daniel and Sassot, R. and Epele, Manuel and + Hernández-Pinto, Roger J. and Stratmann, Marco", + title = "{Parton-to-Pion Fragmentation Reloaded}", + journal = "Phys.Rev.", + number = "1", + volume = "D91", + pages = "014035", + doi = "10.1103/PhysRevD.91.014035", + year = "2015", + eprint = "1410.6027", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1410.6027;%%", +} + +@article{deFlorian:2007aj, + author = "de Florian, Daniel and Sassot, Rodolfo and Stratmann, + Marco", + title = "{Global analysis of fragmentation functions for pions and + kaons and their uncertainties}", + journal = "Phys.Rev.", + volume = "D75", + pages = "114010", + doi = "10.1103/PhysRevD.75.114010", + year = "2007", + eprint = "hep-ph/0703242", + archivePrefix = "arXiv", + primaryClass = "HEP-PH", + SLACcitation = "%%CITATION = HEP-PH/0703242;%%", +} + +@article{deFlorian:2007hc, + author = "de Florian, Daniel and Sassot, Rodolfo and Stratmann, + Marco", + title = "{Global analysis of fragmentation functions for protons + and charged hadrons}", + journal = "Phys.Rev.", + volume = "D76", + pages = "074033", + doi = "10.1103/PhysRevD.76.074033", + year = "2007", + eprint = "0707.1506", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:0707.1506;%%", +} + +@ARTICLE{deFlorian:1999tp, + author = {de Florian, D. and Kunszt, Z.}, + title = "{Two photons plus jet at LHC: The NNLO contribution from the $g g$ + initiated process}", + journal = {Phys. Lett.}, + year = {1999}, + volume = {B460}, + pages = {184-188}, + archiveprefix = {arXiv}, + doi = {10.1016/S0370-2693(99)00734-0}, + eprint = {hep-ph/9905283}, + file = {:deFlorian1999tp.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9905283;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9905283} +} + +@ARTICLE{deFlorian:2005wf, + author = {de Florian, Daniel and Vogelsang, Werner}, + title = "{Threshold resummation for the prompt-photon cross section revisited}", + journal = {Phys. Rev.}, + year = {2005}, + volume = {D72}, + pages = {014014}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.72.014014}, + eprint = {hep-ph/0506150}, + file = {:deFlorian2005wf.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0506150;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0506150} +} + +@ARTICLE{deFlorian:2006ek, + author = {de Florian, Daniel and Zurita, Jose}, + title = "{Seven parton amplitudes from recursion relations}", + journal = {JHEP}, + year = {2006}, + volume = {05}, + pages = {073}, + eprint = {hep-ph/0605291}, + file = {:deFlorian2006ek.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0605291} +} + +@article{deFlorian:2000pr, + author = "de Florian, Daniel and Grazzini, Massimiliano", + title = "{Next--to-next--to--leading logarithmic corrections at small + transverse momentum in hadronic collisions}", + journal = "Phys.Rev.Lett.", + volume = "85", + pages = "4678-4681", + doi = "10.1103/PhysRevLett.85.4678", + year = "2000", + eprint = "hep-ph/0008152", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = HEP-PH/0008152;%%", +} + +@article{deFlorian:2001zd, + author = "de Florian, Daniel and Grazzini, Massimiliano", + title = "{The Structure of large logarithmic corrections at small + transverse momentum in hadronic collisions}", + journal = "Nucl.Phys.", + volume = "B616", + pages = "247-285", + doi = "10.1016/S0550-3213(01)00460-6", + year = "2001", + eprint = "hep-ph/0108273", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = HEP-PH/0108273;%%", +} + +@article{deFlorian:2013qia, + author = "de Florian, Daniel and Hinderer, Patriz and Mukherjee, + Asmita and Ringer, Felix and Vogelsang, Werner", + title = "{Approximate next-to-next-to-leading order corrections to + hadronic jet production}", + journal = "Phys.Rev.Lett.", + volume = "112", + pages = "082001", + doi = "10.1103/PhysRevLett.112.082001", + year = "2014", + eprint = "1310.7192", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1310.7192;%%", +} + +@ARTICLE{Foldy:1963, + author = {L. F. Foldy and R. F. Peierls}, + title = "{Isotopic spin of exchanged systems}", + journal = {Phys. Rev.}, + year = {1963}, + volume = {130}, + pages = {1585-1589}, + file = {:Foldy1963.pdf:PDF}, + url = {http://prola.aps.org/abstract/PR/v130/i4/p1585_1} +} + +@ARTICLE{Fontannaz:2003yn, + author = {Fontannaz, M. and Heinrich, G.}, + title = "{Isolated photon plus jet photoproduction as a tool to constrain + the gluon distribution in the proton and the photon}", + journal = {Eur. Phys. J.}, + year = {2004}, + volume = {C34}, + pages = {191-199}, + archiveprefix = {arXiv}, + doi = {10.1140/epjc/s2004-01646-3}, + eprint = {hep-ph/0312009}, + file = {:Fontannaz2003yn.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0312009;%%} +} + +@Article{Forde:2007mi, + author = "Forde, Darren", + title = "{Direct extraction of one-loop integral coefficients}", + journal = "Phys. Rev.", + volume = "D75", + year = "2007", + pages = "125019", + eprint = "0704.1835", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + doi = "10.1103/PhysRevD.75.125019", + SLACcitation = "%%CITATION = 0704.1835;%%" +} + +@BOOK{Forshaw:1997dc, + title = "{Quantum chromodynamics and the pomeron}", + publisher = {Cambridge, UK: Univ. Pr.}, + year = {1997}, + author = {James R. Forshaw and D. A. Ross}, + pages = {248}, + note = {Cambridge lecture notes in physics. 9}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=00385,9,1} +} + +@article{Forshaw:2009fz, + author = "Forshaw, Jeffrey and Keates, James and Marzani, Simone", + title = "{Jet vetoing at the LHC}", + journal = "JHEP", + volume = "0907", + pages = "023", + doi = "10.1088/1126-6708/2009/07/023", + year = "2009", + eprint = "0905.1350", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MAN-HEP-2009-16", + SLACcitation = "%%CITATION = ARXIV:0905.1350;%%", +} + + +@article{Forte:2010ta, + author = "Forte, Stefano and Laenen, Eric and Nason, Paolo and + Rojo, Juan", + title = "{Heavy quarks in deep-inelastic scattering}", + journal = "Nucl.Phys.", + volume = "B834", + pages = "116-162", + doi = "10.1016/j.nuclphysb.2010.03.014", + year = "2010", + eprint = "1001.2312", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "IFUM-949-FT, NIKHEF-2010-001, ITP-UU-10-03, ITFA-2010-01", + SLACcitation = "%%CITATION = ARXIV:1001.2312;%%", +} + +@article{Forte:2013mda, + author = "Forte, Stefano and Isgrò, Andrea and Vita, Gherardo", + title = "{Do we need N$^3$LO Parton Distributions?}", + journal = "Phys.Lett.", + volume = "B731", + pages = "136-140", + doi = "10.1016/j.physletb.2014.02.027", + year = "2014", + eprint = "1312.6688", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "IFUM-1021-FT", + SLACcitation = "%%CITATION = ARXIV:1312.6688;%%", +} + +@ARTICLE{Fox:1979ag, + author = {Fox, Geoffrey C. and Wolfram, Stephen}, + title = "{A model for parton showers in QCD}", + journal = {Nucl. Phys.}, + year = {1980}, + volume = {B168}, + pages = {285}, + doi = {10.1016/0550-3213(80)90111-X}, + file = {:Fox1979ag.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B168,285;%%} +} + +@ARTICLE{Fox:1978vu, + author = {Fox, Geoffrey C. and Wolfram, Stephen}, + title = "{Observables for the analysis of event shapes in $e^+e^-$ annihilation + and other processes}", + journal = {Phys. Rev. Lett.}, + year = {1978}, + volume = {41}, + pages = {1581}, + doi = {10.1103/PhysRevLett.41.1581}, + file = {:Fox1978vu.pdf:PDF}, + slaccitation = {%%CITATION = PRLTA,41,1581;%%} +} + +@ARTICLE{Frampton:1987dn, + author = {Frampton, Paul H. and Glashow, Sheldon L.}, + title = "{Chiral color: An alternative to the Standard Model}", + journal = {Phys. Lett.}, + year = {1987}, + volume = {B190}, + pages = {157}, + doi = {10.1016/0370-2693(87)90859-8}, + file = {:Frampton1987dn.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B190,157;%%} +} + +@ARTICLE{Frampton:1987ut, + author = {Frampton, Paul H. and Glashow, Sheldon L.}, + title = "{Unifiable chiral color with natural GIM mechanism}", + journal = {Phys. Rev. Lett.}, + year = {1987}, + volume = {58}, + pages = {2168}, + doi = {10.1103/PhysRevLett.58.2168}, + file = {:Frampton1987ut.pdf:PDF}, + slaccitation = {%%CITATION = PRLTA,58,2168;%%} +} + +@article{Frederix:2008hu, + author = "Frederix, Rikkert and Gehrmann, Thomas and Greiner, + Nicolas", + title = "{Automation of the Dipole Subtraction Method in + MadGraph/MadEvent}", + journal = "JHEP", + volume = "0809", + pages = "122", + doi = "10.1088/1126-6708/2008/09/122", + year = "2008", + eprint = "0808.2128", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CP3-08-39, ZU-TH-13-08", + SLACcitation = "%%CITATION = ARXIV:0808.2128;%%", +} + +@article{Frederix:2009yq, + author = "Frederix, Rikkert and Frixione, Stefano and Maltoni, + Fabio and Stelzer, Tim", + title = "{Automation of next--to--leading order computations in QCD: + The FKS subtraction}", + journal = "JHEP", + volume = "0910", + pages = "003", + doi = "10.1088/1126-6708/2009/10/003", + year = "2009", + eprint = "0908.4272", + archivePrefix = "arXiv", + primaryClass = "hep-ph" +} + +@Article{Frederix:2010cj, + author = "Frederix, R. and Gehrmann, T. and Greiner, N.", + title = "{Integrated dipoles with MadDipole in the MadGraph + framework}", + journal = "JHEP", + volume = "06", + year = "2010", + pages = "086", + eprint = "1004.2905", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + doi = "10.1007/JHEP06(2010)086", + SLACcitation = "%%CITATION = 1004.2905;%%" +} + +@article{Frederix:2012ps, + author = "Frederix, Rikkert and Frixione, Stefano", + title = "{Merging meets matching in MC@NLO}", + journal = "JHEP", + volume = "1212", + pages = "061", + doi = "10.1007/JHEP12(2012)061", + year = "2012", + eprint = "1209.6215", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2012-247, ZU-TH-21-12", + SLACcitation = "%%CITATION = ARXIV:1209.6215;%%", +} + +@ARTICLE{Frederix:2009yq, + author = {Frederix, Rikkert and Frixione, Stefano and Maltoni, Fabio and Stelzer, + Tim}, + title = "{Automation of next--to--leading order computations in QCD: the FKS + subtraction}", + journal = {JHEP}, + year = {2009}, + volume = {10}, + pages = {003}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/10/003}, + eprint = {0908.4272}, + file = {:Frederix2009yq.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0908.4272;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0908.4272} +} + +@article{Frederix:2013gra, + author = "Frederix, Rikkert", + title = "{Top Quark Induced Backgrounds to Higgs Production in the + $WW^{(*)}\to ll\nu\nu$ Decay Channel at + Next-to-Leading-Order in QCD}", + journal = "Phys.Rev.Lett.", + number = "8", + volume = "112", + pages = "082002", + doi = "10.1103/PhysRevLett.112.082002", + year = "2014", + eprint = "1311.4893", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1311.4893;%%", +} + +@ARTICLE{Frenkel:1976bj, + author = {Frenkel, J. and Taylor, J. C.}, + title = "{Exponentiation of leading infrared divergences in massless Yang-Mills + theories}", + journal = {Nucl. Phys.}, + year = {1976}, + volume = {B116}, + pages = {185}, + file = {:Frenkel1976bj.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B116,185} +} + +@article{Frixione:1993yp, + author = "Frixione, Stefano", + title = "{A next--to--leading order calculation of the cross-section + for the production of $W^+ W^-$ pairs in hadronic collisions}", + journal = "Nucl.Phys.", + volume = "B410", + pages = "280-324", + doi = "10.1016/0550-3213(93)90435-R", + year = "1993", +} + +@Article{Frixione:1992pj, + author = "Frixione, S. and Nason, P. and Ridolfi, G.", + title = "{Strong corrections to $W$ $Z$ production at hadron + colliders}", + journal = "Nucl. Phys.", + volume = "B383", + year = "1992", + pages = "3-44", + doi = "10.1016/0550-3213(92)90668-2", + SLACcitation = "%%CITATION = NUPHA,B383,3;%%" +} + +@article{Frixione:1993yp, + author = "Frixione, Stefano", + title = "{A next--to--leading order calculation of the cross-section + for the production of $W^+ W^-$ pairs in hadronic collisions}", + journal = "Nucl.Phys.", + volume = "B410", + pages = "280-324", + doi = "10.1016/0550-3213(93)90435-R", + year = "1993", +} + +@ARTICLE{Frixione:1998jh, + author = {Frixione, Stefano}, + title = "{Isolated photons in perturbative QCD}", + journal = {Phys. Lett.}, + year = {1998}, + volume = {B429}, + pages = {369-374}, + archiveprefix = {arXiv}, + doi = {10.1016/S0370-2693(98)00454-7}, + eprint = {hep-ph/9801442}, + file = {:Frixione1998jh.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9801442;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9801442} +} + +@ARTICLE{Frixione:1997np, + author = {Frixione, S.}, + title = "{A general approach to jet cross sections in QCD}", + journal = {Nucl. Phys.}, + year = {1997}, + volume = {B507}, + pages = {295-314}, + archiveprefix = {arXiv}, + doi = {10.1016/S0550-3213(97)00574-9}, + eprint = {hep-ph/9706545}, + file = {:Frixione1997np.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9706545;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9706545} +} + +@ARTICLE{Frixione:1995ms, + author = {Frixione, S. and Kunszt, Z. and Signer, A.}, + title = "{Three-jet cross-sections to next--to--leading order}", + journal = {Nucl. Phys.}, + year = {1996}, + volume = {B467}, + pages = {399-442}, + archiveprefix = {arXiv}, + doi = {10.1016/0550-3213(96)00110-1}, + eprint = {hep-ph/9512328}, + file = {:Frixione1995ms.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9512328;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9512328} +} + +@ARTICLE{Frixione:2005vw, + author = {Frixione, Stefano and Laenen, Eric and Motylinski, Patrick and Webber, + Bryan R.}, + title = "{Single-top production in MC@NLO}", + journal = {JHEP}, + year = {2006}, + volume = {03}, + pages = {092}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0512250}, + file = {:Frixione2005vw.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0512250;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0512250} +} + +@article{Frederix:2009yq, + author = "Frederix, Rikkert and Frixione, Stefano and Maltoni, + Fabio and Stelzer, Tim", + title = "{Automation of next-to-leading order computations in QCD: + The FKS subtraction}", + journal = "JHEP", + volume = "0910", + pages = "003", + doi = "10.1088/1126-6708/2009/10/003", + year = "2009", + eprint = "0908.4272", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-TH-2009-157, CP3-09-39", + SLACcitation = "%%CITATION = ARXIV:0908.4272;%%", +} + +@ARTICLE{Frixione:2008yi, + author = {Frixione, Stefano and Laenen, Eric and Motylinski, Patrick and Webber, + Bryan R. and White, Chris D.}, + title = "{Single-top hadroproduction in association with a W boson}", + journal = {JHEP}, + year = {2008}, + volume = {07}, + pages = {029}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/07/029}, + eprint = {0805.3067}, + file = {:Frixione2008yi.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0805.3067;%%} +} + +@ARTICLE{Frixione:2007vw, + author = {Frixione, Stefano and Nason, Paolo and Oleari, Carlo}, + title = "{Matching NLO QCD computations with parton shower simulations: the + POWHEG method}", + journal = {JHEP}, + year = {2007}, + volume = {11}, + pages = {070}, + archiveprefix = {arXiv}, + eprint = {0709.2092}, + file = {:Frixione2007vw.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0709.2092} +} + +@ARTICLE{Frixione:2007nu, + author = {Frixione, Stefano and Nason, Paolo and Ridolfi, Giovanni}, + title = "{The POWHEG-hvq manual version 1.0}", + year = {2007}, + archiveprefix = {arXiv}, + eprint = {0707.3081}, + file = {:Frixione2007nu.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0707.3081;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0707.3081} +} + +@ARTICLE{Frixione:2007nw, + author = {Frixione, Stefano and Nason, Paolo and Ridolfi, Giovanni}, + title = "{A positive-weight next--to--leading-order Monte Carlo for heavy flavour + hadroproduction}", + journal = {JHEP}, + year = {2007}, + volume = {09}, + pages = {126}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2007/09/126}, + eprint = {0707.3088}, + file = {:Frixione2007nw.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0707.3088;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0707.3088} +} + +@ARTICLE{Frixione:2003ei, + author = {Frixione, S. and Nason, P. and Webber, B. R.}, + title = "{Matching NLO QCD and parton showers in heavy flavour production}", + journal = {JHEP}, + year = {2003}, + volume = {08}, + pages = {007}, + eprint = {hep-ph/0305252}, + file = {:Frixione2003ei.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0305252} +} + +@ARTICLE{Frixione:1997ks, + author = {Frixione, Stefano and Ridolfi, Giovanni}, + title = "{Jet photoproduction at HERA}", + journal = {Nucl. Phys.}, + year = {1997}, + volume = {B507}, + pages = {315-333}, + archiveprefix = {arXiv}, + doi = {10.1016/S0550-3213(97)00575-0}, + eprint = {hep-ph/9707345}, + file = {:Frixione1997ks.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9707345;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9707345} +} + +@ARTICLE{Frixione:1999gr, + author = {Frixione, Stefano and Vogelsang, Werner}, + title = "{Isolated-photon production in polarized $p p$ collisions}", + journal = {Nucl. Phys.}, + year = {2000}, + volume = {B568}, + pages = {60-92}, + archiveprefix = {arXiv}, + doi = {10.1016/S0550-3213(99)00575-1}, + eprint = {hep-ph/9908387}, + file = {:Frixione1999gr.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9908387;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9908387} +} + +@ARTICLE{Frixione:2006gn, + author = {Frixione, Stafano and Webber, Bryan R.}, + title = "{The MC@NLO 3.3 Event Generator}", + year = {2006}, + eprint = {hep-ph/0612272}, + file = {:Frixione2006gn.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0612272} +} + +@ARTICLE{Frixione:2002ik, + author = {Frixione, Stefano and Webber, Bryan R.}, + title = "{Matching NLO QCD computations and parton shower simulations}", + journal = {JHEP}, + year = {2002}, + volume = {06}, + pages = {029}, + eprint = {hep-ph/0204244}, + file = {:Frixione2002ik.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0204244} +} + +@article{Froissart:1965eda, + author = "Froissart, M. and Omnes, R.", + title = "{Introduction to the theory of strong interactions}", + pages = "89-186", + year = "1965", + SLACcitation = "%%CITATION = INSPIRE-1353434;%%", +} + +@article{Froissart:1961ux, + author = "Froissart, Marcel", + title = "{Asymptotic behavior and subtractions in the Mandelstam + representation}", + journal = "Phys.Rev.", + volume = "123", + pages = "1053-1057", + doi = "10.1103/PhysRev.123.1053", + year = "1961", + SLACcitation = "%%CITATION = PHRVA,123,1053;%%", +} + +@article{Furmanski:1981cw, + author = "Furmanski, W. and Petronzio, R.", + title = "{Lepton - Hadron Processes Beyond Leading Order in + Quantum Chromodynamics}", + journal = "Z.Phys.", + volume = "C11", + pages = "293", + doi = "10.1007/BF01578280", + year = "1982", + reportNumber = "CERN-TH-3046", + SLACcitation = "%%CITATION = ZEPYA,C11,293;%%", +} + +@ARTICLE{Furmanski:1980cm, + author = {Furmanski, W. and Petronzio, R.}, + title = "{Singlet parton densities beyond leading order}", + journal = {Phys. Lett.}, + year = {1980}, + volume = {B97}, + pages = {437}, + doi = {10.1016/0370-2693(80)90636-X}, + file = {:Furmanski1980cm.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B97,437;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHLTA,B97,437} +} + +@ARTICLE{Gangemi:1999gt, + author = {Gangemi, F. and Montagna, G. and Moretti, M. and Nicrosini, O. and + Piccinini, F.}, + title = "{Electroweak physics in six-fermion final states at future $e^+ e^-$ + colliders}", + year = {1999}, + eprint = {hep-ph/0001065}, + file = {:Gangemi1999gt.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0001065;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0001065} +} + +@article{Gao:2013xoa, + author = "Gao, Jun and Guzzi, Marco and Huston, Joey and Lai, + Hung-Liang and Li, Zhao and others", + title = "{The CT10 NNLO Global Analysis of QCD}", + journal = "Phys.Rev.", + volume = "D89", + pages = "033009", + doi = "10.1103/PhysRevD.89.033009", + year = "2014", + eprint = "1302.6246", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SMU-HEP-12-23", + SLACcitation = "%%CITATION = ARXIV:1302.6246;%%", +} + +@article{Gasser:1983ky, + author = "Gasser, J. and Leutwyler, H.", + title = "{On the low-energy structure of {QCD}}", + journal = "Phys.Lett.", + volume = "B125", + pages = "321", + doi = "10.1016/0370-2693(83)91293-5", + year = "1983", + reportNumber = "BUTP-83/4", + SLACcitation = "%%CITATION = PHLTA,B125,321;%%", +} + +@article{Gasser:1984ux, + author = "Gasser, J. and Leutwyler, H.", + title = "{Low-energy expansion of meson form factors}", + journal = "Nucl.Phys.", + volume = "B250", + pages = "517-538", + doi = "10.1016/0550-3213(85)90493-6", + year = "1985", + reportNumber = "CERN-TH-3829/84", + SLACcitation = "%%CITATION = NUPHA,B250,517;%%", +} + +@ARTICLE{Gasser:1984gg, + author = {Gasser, J. and Leutwyler, H.}, + title = "{Chiral perturbation theory: Expansions in the mass of the strange + quark}", + journal = {Nucl. Phys.}, + year = {1985}, + volume = {B250}, + pages = {465}, + doi = {10.1016/0550-3213(85)90492-4}, + file = {:Gasser1984gg.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B250,465;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B250,465} +} + +@ARTICLE{Gasser:1983yg, + author = {Gasser, J. and Leutwyler, H.}, + title = "{Chiral Perturbation Theory to One Loop}", + journal = {Ann. Phys.}, + year = {1984}, + volume = {158}, + pages = {142}, + doi = {10.1016/0003-4916(84)90242-2}, + file = {:Gasser1983yg.pdf:PDF}, + slaccitation = {%%CITATION = APNYA,158,142;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=APNYA,158,142} +} + +@article{Gaunt:2009re, + author = "Gaunt, Jonathan R. and Stirling, W. James", + title = "{Double parton distributions incorporating perturbative + QCD evolution and momentum and quark number sum rules}", + journal = "JHEP", + volume = "1003", + pages = "005", + doi = "10.1007/JHEP03(2010)005", + year = "2010", + eprint = "0910.4347", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CAVENDISH-HEP-09-20", + SLACcitation = "%%CITATION = ARXIV:0910.4347;%%", +} + +@article{Gaunt:2010pi, + author = "Gaunt, Jonathan R. and Kom, Chun-Hay and Kulesza, Anna + and Stirling, W. James", + title = "{Same-sign $W$ pair production as a probe of double parton + scattering at the LHC}", + journal = "Eur.Phys.J.", + volume = "C69", + pages = "53-65", + doi = "10.1140/epjc/s10052-010-1362-y", + year = "2010", + eprint = "1003.3953", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CAVENDISH-HEP-2010-03, TTK-10-26", + SLACcitation = "%%CITATION = ARXIV:1003.3953;%%", +} + +@article{Gehrmann:1999as, + author = "Gehrmann, T. and Remiddi, E.", + title = "{Differential equations for two loop four point + functions}", + journal = "Nucl.Phys.", + volume = "B580", + pages = "485-518", + doi = "10.1016/S0550-3213(00)00223-6", + year = "2000", + eprint = "hep-ph/9912329", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "TTP-99-49", + SLACcitation = "%%CITATION = HEP-PH/9912329;%%", +} + +@article{Gehrmann:2011ab, + author = "Gehrmann, Thomas and Tancredi, Lorenzo", + title = "{Two-loop QCD helicity amplitudes for $q\bar q \to W^\pm + \gamma$ and $q\bar q \to Z^0 \gamma$}", + journal = "JHEP", + volume = "1202", + pages = "004", + doi = "10.1007/JHEP02(2012)004", + year = "2012", + eprint = "1112.1531", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ZU-TH-26-11", + SLACcitation = "%%CITATION = ARXIV:1112.1531;%%", +} + +@article{Gehrmann:2012yg, + author = "Gehrmann, Thomas and Hoche, Stefan and Krauss, Frank and + Schonherr, Marek and Siegert, Frank", + title = "{NLO QCD matrix elements + parton showers in + $e^+e^-\to$ hadrons}", + year = "2012", + eprint = "1207.5031", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ZU-TH-11-12, SLAC-PUB-15190, IPPP-12-51, DCPT-12-102, + LPN12-080, FR-PHENO-2012-018, MCNET-12-08", + SLACcitation = "%%CITATION = ARXIV:1207.5031;%%", +} + +@article{Gehrmann:2014fva, + author = "Gehrmann, T. and Grazzini, M. and Kallweit, S. and + Maierhöfer, P. and von Manteuffel, A. and others", + title = "{$W^+W^-$ Production at Hadron Colliders in Next to Next + to Leading Order QCD}", + journal = "Phys.Rev.Lett.", + number = "21", + volume = "113", + pages = "212001", + doi = "10.1103/PhysRevLett.113.212001", + year = "2014", + eprint = "1408.5243", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ZU-TH-29-14, MITP-14-053", + SLACcitation = "%%CITATION = ARXIV:1408.5243;%%", +} + + +@ARTICLE{GehrmannDeRidder:2005cm, + author = {Gehrmann-De Ridder, A. and Gehrmann, T. and Glover, E. W. Nigel}, + title = "{Antenna subtraction at NNLO}", + journal = {JHEP}, + year = {2005}, + volume = {09}, + pages = {056}, + eprint = {hep-ph/0505111}, + file = {:GehrmannDeRidder2005cm.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0505111} +} + +@article{GehrmannDeRidder:2005aw, + author = "Gehrmann-De Ridder, A. and Gehrmann, T. and Glover, E.W. + Nigel", + title = "{Gluon-gluon antenna functions from Higgs boson decay}", + journal = "Phys.Lett.", + volume = "B612", + pages = "49-60", + doi = "10.1016/j.physletb.2005.03.003", + year = "2005", + eprint = "hep-ph/0502110", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ZU-TH-02-05, IPPP-05-03, DCPT-05-06", + SLACcitation = "%%CITATION = HEP-PH/0502110;%%", +} + +@article{GehrmannDeRidder:2005hi, + author = "Gehrmann-De Ridder, A. and Gehrmann, T. and Glover, E.W. + Nigel", + title = "{Quark-gluon antenna functions from neutralino decay}", + journal = "Phys.Lett.", + volume = "B612", + pages = "36-48", + doi = "10.1016/j.physletb.2005.02.039", + year = "2005", + eprint = "hep-ph/0501291", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ZU-TH-01-05, IPPP-05-01, DCPT-05-02", + SLACcitation = "%%CITATION = HEP-PH/0501291;%%", +} + +@ARTICLE{GehrmannDeRidder:1997wx, + author = {Gehrmann-De Ridder, A. and Gehrmann, T. and Glover, E. W. Nigel}, + title = "{Radiative corrections to the photon + 1 jet rate at LEP}", + journal = {Phys. Lett.}, + year = {1997}, + volume = {B414}, + pages = {354-361}, + archiveprefix = {arXiv}, + doi = {10.1016/S0370-2693(97)01186-6}, + eprint = {hep-ph/9705305}, + file = {:GehrmannDeRidder1997wx.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9705305;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9705305} +} + +@ARTICLE{GehrmannDeRidder:2009dp, + author = {Gehrmann-De Ridder, A. and Gehrmann, T. and Glover, E. W. N. and + Heinrich, G.}, + title = "{NNLO moments of event shapes in $e^+e^-$ annihilation}", + journal = {JHEP}, + year = {2009}, + volume = {05}, + pages = {106}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/05/106}, + eprint = {0903.4658}, + file = {:GehrmannDeRidder2009dp.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0903.4658;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0903.4658} +} + +@ARTICLE{GehrmannDeRidder:2007hr, + author = {Gehrmann-De Ridder, A. and Gehrmann, T. and Glover, E. W. N. and + Heinrich, G.}, + title = "{NNLO corrections to event shapes in $e^+e^-$ annihilation}", + journal = {JHEP}, + year = {2007}, + volume = {12}, + pages = {094}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2007/12/094}, + eprint = {0711.4711}, + file = {:GehrmannDeRidder2007hr.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0711.4711;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0711.4711} +} + +@ARTICLE{GehrmannDeRidder:1998ba, + author = {Gehrmann-De Ridder, A. and Glover, E. W. Nigel}, + title = "{Final state photon production at LEP}", + journal = {Eur. Phys. J.}, + year = {1999}, + volume = {C7}, + pages = {29-48}, + archiveprefix = {arXiv}, + doi = {10.1007/s100520050382}, + eprint = {hep-ph/9806316}, + file = {:GehrmannDeRidder1998ba.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9806316;%%}, + url = {http://www-library.desy.de/spires/find/hep/www?eprint=hep-ph/9806316} +} + +@ARTICLE{GellMann:1960np, + author = {Gell-Mann, Murray and Levy, M}, + title = "{The axial vector current in beta decay}", + journal = {Nuovo Cim.}, + year = {1960}, + volume = {16}, + pages = {705}, + file = {:GellMann1960np.pdf:PDF}, + slaccitation = {%%CITATION = NUCIA,16,705;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUCIA,16,705} +} + +@article{Georgi:1990um, + author = "Georgi, Howard", + title = "{An effective field theory for heavy quarks at + low energies}", + journal = "Phys.Lett.", + volume = "B240", + pages = "447-450", + doi = "10.1016/0370-2693(90)91128-X", + year = "1990", + reportNumber = "HUTP-90/A007", + SLACcitation = "%%CITATION = PHLTA,B240,447;%%", +} + +@article{Georgi:1990cx, + author = "Georgi, Howard", + title = "{Comment on heavy baryon weak form-factors}", + journal = "Nucl.Phys.", + volume = "B348", + pages = "293-296", + doi = "10.1016/0550-3213(91)90519-4", + year = "1991", + reportNumber = "HUTP-90/A046", + SLACcitation = "%%CITATION = NUPHA,B348,293;%%", +} + +@article{Georgi:1990ei, + author = "Georgi, Howard and Grinstein, Benjamin and Wise, Mark B.", + title = "{$\Lambda_b$ semileptonic decay form-factors for $m_c$ does + not equal infinity}", + journal = "Phys.Lett.", + volume = "B252", + pages = "456-460", + doi = "10.1016/0370-2693(90)90569-R", + year = "1990", + reportNumber = "HUTP-90-A052, CALT-68-1664", + SLACcitation = "%%CITATION = PHLTA,B252,456;%%", +} + +@article{Gerwick:2011tm, + author = "Gerwick, Erik and Plehn, Tilman and Schumann, Steffen", + title = "{Understanding jet scaling and jet vetos in Higgs + searches}", + journal = "Phys.Rev.Lett.", + volume = "108", + pages = "032003", + doi = "10.1103/PhysRevLett.108.032003", + year = "2012", + eprint = "1108.3335", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1108.3335;%%", +} + +@article{Gerwick:2012hq, + author = "Gerwick, Erik and Plehn, Tilman and Schumann, Steffen and + Schichtel, Peter", + title = "{Scaling patterns for QCD jets}", + journal = "JHEP", + volume = "1210", + pages = "162", + doi = "10.1007/JHEP10(2012)162", + year = "2012", + eprint = "1208.3676", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1208.3676;%%", +} + +@ARTICLE{Gianotti:2002xx, + author = {Gianotti, F. and others}, + title = "{Physics potential and experimental challenges of the LHC luminosity + upgrade}", + journal = {Eur. Phys. J.}, + year = {2005}, + volume = {C39}, + pages = {293-333}, + eprint = {hep-ph/0204087}, + file = {:Gianotti2002xx.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0204087} +} + + +@article{Giele:1993dj, + author = "Giele, W.T. and Glover, E.W. Nigel and Kosower, David A.", + title = "{Higher order corrections to jet cross-sections in hadron + colliders}", + journal = "Nucl.Phys.", + volume = "B403", + pages = "633-670", + doi = "10.1016/0550-3213(93)90365-V", + year = "1993", + eprint = "hep-ph/9302225", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-92-230-T, DTP-92-64, CERN-TH-6750-92", + SLACcitation = "%%CITATION = HEP-PH/9302225;%%", +} + +@article{Giele:1994gf, + author = "Giele, W.T. and Glover, E.W. Nigel and Kosower, David A.", + title = "{The Two-Jet Differential Cross Section at ${\cal + O}(\alpha_s^3)$ in Hadron Collisions}", + journal = "Phys.Rev.Lett.", + volume = "73", + pages = "2019-2022", + doi = "10.1103/PhysRevLett.73.2019", + year = "1994", + eprint = "hep-ph/9403347", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-94-070-T, SACLAY-SPH-T-94-031", + SLACcitation = "%%CITATION = HEP-PH/9403347;%%", +} + + +@article{Giele:1994mu, + author = "Giele, W.T. and Glover, E.W. Nigel and Kosower, David A.", + title = "{The same side / opposite side two jet ratio}", + journal = "Phys.Lett.", + volume = "B339", + pages = "181-186", + doi = "10.1016/0370-2693(94)91152-5", + year = "1994", + reportNumber = "FERMILAB-PUB-94-211-T, SACLAY-SPH-T-94-94, DTP-94-62", + SLACcitation = "%%CITATION = PHLTA,B339,181;%%", +} + +@ARTICLE{Giele:2009ui, + author = {Giele, Walter and Kunszt, Zoltan and Winter, Jan-Christopher}, + title = "{Efficient color-dressed calculation of virtual corrections}", + journal = {Nucl. Phys.}, + year = {2010}, + volume = {B840}, + pages = {214-270}, + archiveprefix = {arXiv}, + doi = {10.1016/j.nuclphysb.2010.07.007}, + eprint = {0911.1962}, + file = {:Giele2009ui.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0911.1962;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0911.1962} +} + +@ARTICLE{Giele:1991vf, + author = {Giele, W. T. and Glover, E. W. Nigel}, + title = "{Higher-order corrections to jet cross sections in $e^+ e^-$ annihilation}", + journal = {Phys. Rev.}, + year = {1992}, + volume = {D46}, + pages = {1980-2010}, + doi = {10.1103/PhysRevD.46.1980}, + file = {:Giele1991vf.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D46,1980;%%}, + url = {http://www-library.desy.de/spires/find/hep/www?j=PHRVA,D46,1980} +} + +@ARTICLE{Giele:2007di, + author = {Giele, Walter T. and Kosower, David A. and Skands, Peter Z.}, + title = "{A simple shower and matching algorithm}", + journal = {Phys. Rev.}, + year = {2008}, + volume = {D78}, + pages = {014026}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.78.014026}, + eprint = {0707.3652}, + file = {:Giele2007di.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0707.3652;%%} +} + +@article{Giele:2008bc, + author = "Giele, W.T. and Zanderighi, G.", + title = "{On the numerical evaluation of one--loop amplitudes: The + gluonic case}", + journal = "JHEP", + volume = "0806", + pages = "038", + doi = "10.1088/1126-6708/2008/06/038", + year = "2008", + eprint = "0805.2152", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-08-119-T, OUTP-08-07P", + SLACcitation = "%%CITATION = ARXIV:0805.2152;%%", +} + +@ARTICLE{Giele:2008ve, + author = {Giele, Walter T. and Kunszt, Zoltan and Melnikov, Kirill}, + title = "{Full one-loop amplitudes from tree amplitudes}", + journal = {JHEP}, + year = {2008}, + volume = {04}, + pages = {049}, + archiveprefix = {arXiv}, + eprint = {0801.2237}, + file = {:Giele2008ve.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0801.2237} +} + +@article{Giele:2002hx, + author = "Giele, W. and Glover, E.W. Nigel and Hinchliffe, I. and + Huston, J. and Laenen, Eric and others", + title = "{The QCD / SM working group: Summary report}", + pages = "275-426", + year = "2002", + eprint = "hep-ph/0204316", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-CONF-02-410", + SLACcitation = "%%CITATION = HEP-PH/0204316;%%", +} + +@ARTICLE{Gieseke:2004tc, + author = {Gieseke, Stefan}, + title = "{Uncertainties of Sudakov form factors}", + journal = {JHEP}, + year = {2005}, + volume = {01}, + pages = {058}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0412342}, + file = {:Gieseke2004tc.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0412342;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0412342} +} + +@ARTICLE{Gieseke:2003rz, + author = {Gieseke, Stefan and Stephens, P. and Webber, Bryan}, + title = "{New formalism for QCD parton showers}", + journal = {JHEP}, + year = {2003}, + volume = {12}, + pages = {045}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0310083}, + file = {:Gieseke2003rz.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0310083;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0310083} +} + +@ARTICLE{Giudice:1998ck, + author = {Giudice, Gian F. and Rattazzi, Riccardo and Wells, James D. }, + title = "{Quantum gravity and extra dimensions at high-energy colliders}", + journal = {Nucl. Phys.}, + year = {1999}, + volume = {B544}, + pages = {3-38}, + archiveprefix = {arXiv}, + doi = {10.1016/S0550-3213(99)00044-9}, + eprint = {hep-ph/9811291}, + file = {:Giudice1998ck.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9811291;%%} +} + +@article{Glashow:1961tr, + author = "Glashow, S.L.", + title = "{Partial Symmetries of Weak Interactions}", + journal = "Nucl.Phys.", + volume = "22", + pages = "579-588", + doi = "10.1016/0029-5582(61)90469-2", + year = "1961", + SLACcitation = "%%CITATION = NUPHA,22,579;%%", +} + +@article{Glashow:1970gm, + author = "Glashow, S.L. and Iliopoulos, J. and Maiani, L.", + title = "{Weak interactions with lepton-hadron symmetry}", + journal = "Phys.Rev.", + volume = "D2", + pages = "1285-1292", + doi = "10.1103/PhysRevD.2.1285", + year = "1970", + SLACcitation = "%%CITATION = PHRVA,D2,1285;%%", +} + +@ARTICLE{Gleisberg:2008fv, + author = {Gleisberg, Tanju and H{\"o}che, Stefan}, + title = "{Comix, a new matrix element generator}", + journal = {JHEP}, + year = {2008}, + volume = {12}, + pages = {039}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/12/039}, + eprint = {0808.3674}, + file = {:Gleisberg2008fv.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0808.3674;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?rawcmd=f+eprint+0808.3674} +} + +@ARTICLE{Gleisberg:2008ft, + author = {Gleisberg, Tanju and H{\"o}che, Stefan and Krauss, Frank and Matyskiewicz,Rados{\l}aw}, + title = "{How to calculate colourful cross sections efficiently}", + year = {2008}, + archiveprefix = {arXiv}, + eprint = {0808.3672}, + file = {:Gleisberg2008ft.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?rawcmd=f+eprint+0808.3672} +} + +@ARTICLE{Gleisberg:2008ta, + author = {Gleisberg, T. and H{\"o}che, S. and Krauss, F. and Sch\"{o}nherr, + M. and Schumann, S. and Siegert, F and Winter, J.}, + title = "{Event generation with \Sherpa 1.1}", + journal = {JHEP}, + year = {2009}, + volume = {02}, + pages = {007}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/02/007}, + eprint = {0811.4622}, + file = {:Gleisberg2008ta.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0811.4622;%%} +} + +@ARTICLE{Gleisberg:2003xi, + author = {Tanju Gleisberg and Stefan H{\"o}che and Frank Krauss and Andreas + Sch{\"a}licke and Steffen Schumann and Jan Winter}, + title = "{\Sherpa 1.$\alpha$, a proof-of-concept version}", + journal = {JHEP}, + year = {2004}, + volume = {02}, + pages = {056}, + eprint = {hep-ph/0311263}, + file = {:Gleisberg2003xi.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?irn=5730570} +} + +@ARTICLE{Gleisberg:2007md, + author = {Gleisberg, Tanju and Krauss, Frank}, + title = "{Automating dipole subtraction for QCD NLO calculations}", + journal = {Eur. Phys. J.}, + year = {2008}, + volume = {C53}, + pages = {501-523}, + archiveprefix = {arXiv}, + eprint = {0709.2881}, + file = {:Gleisberg2007md.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0709.2881} +} + +@ARTICLE{Gleisberg:2003ue, + author = {T. Gleisberg and F. Krauss and K. T. Matchev and A. Sch{\"a}licke + and S. Schumann and G. Soff}, + title = "{Helicity formalism for spin-2 particles}", + journal = {JHEP}, + year = {2003}, + volume = {09}, + pages = {001}, + eprint = {hep-ph/0306182}, + file = {:Gleisberg2003ue.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0306182} +} + +@ARTICLE{Gleisberg:2003bi, + author = {Gleisberg, T. and Krauss, F. and Papadopoulos, C. G. and Sch{\"a}licke, + A. and Schumann, S.}, + title = "{Cross sections for multi-particle final states at a linear collider}", + journal = {Eur. Phys. J.}, + year = {2004}, + volume = {C34}, + pages = {173-180}, + eprint = {hep-ph/0311273}, + file = {:Gleisberg2003bi.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0311273} +} + +@ARTICLE{Gleisberg:2005qq, + author = {Gleisberg, Tanju and Krauss, Frank and Sch{\"a}licke, Andreas and + Schumann, Steffen and Winter, Jan-Christopher}, + title = "{Studying $W^+ W^-$ production at the Fermilab Tevatron with \Sherpa}", + journal = {Phys. Rev.}, + year = {2005}, + volume = {D72}, + pages = {034028}, + eprint = {hep-ph/0504032}, + file = {:Gleisberg2005qq.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0504032} +} + +@article{Glover:1996eh, + author = "Glover, E.W. Nigel and Miller, D.J., 2", + title = "{The one--loop QCD corrections for + $\gamma^*\to Q\bar Qq\bar q$}", + journal = "Phys.Lett.", + volume = "B396", + pages = "257-263", + doi = "10.1016/S0370-2693(97)00113-5", + year = "1997", + eprint = "hep-ph/9609474", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DTP-96-66", + SLACcitation = "%%CITATION = HEP-PH/9609474;%%", +} + +@article{Glover:2002gz, + author = "Glover, E.W. Nigel", + title = "{Progress in NNLO calculations for scattering processes}", + journal = "Nucl.Phys.Proc.Suppl.", + volume = "116", + pages = "3-7", + doi = "10.1016/S0920-5632(03)80133-0", + year = "2003", + eprint = "hep-ph/0211412", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DCPT-02-146, IPPP-02-73", + SLACcitation = "%%CITATION = HEP-PH/0211412;%%", +} + +@ARTICLE{Glover:1993xc, + author = {Glover, E. W. Nigel and Morgan, A. G.}, + title = "{Measuring the photon fragmentation function at LEP}", + journal = {Z. Phys.}, + year = {1994}, + volume = {C62}, + pages = {311-322}, + doi = {10.1007/BF01560245}, + file = {:Glover1993xc.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C62,311;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C62,311} +} + +@article{Giele:1993dj, + author = "Giele, W.T. and Glover, E.W. Nigel and Kosower, David A.", + title = "{Higher order corrections to jet cross-sections in hadron + colliders}", + journal = "Nucl.Phys.", + volume = "B403", + pages = "633-670", + doi = "10.1016/0550-3213(93)90365-V", + year = "1993", + eprint = "hep-ph/9302225", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-92-230-T, DTP-92-64, CERN-TH-6750-92", + SLACcitation = "%%CITATION = HEP-PH/9302225;%%", +} + +@ARTICLE{Gluck:1991ee, + author = {Gl{\"u}ck, M. and Reya, E. and Vogt, A.}, + title = "{Parton structure of the photon beyond the leading order}", + journal = {Phys. Rev.}, + year = {1992}, + volume = {D45}, + pages = {3986-3994}, + file = {:Gluck1991ee.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D45,3986} +} + +@article{Gluck:1998xa, + author = "Gluck, M. and Reya, E. and Vogt, A.", + title = "{Dynamical parton distributions revisited}", + journal = "Eur.Phys.J.", + volume = "C5", + pages = "461-470", + doi = "10.1007/s100520050289", + year = "1998", + eprint = "hep-ph/9806404", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DO-TH-98-07, WUE-ITP-98-019", + SLACcitation = "%%CITATION = HEP-PH/9806404;%%", +} + +@ARTICLE{Gluck:1991jc, + author = {Gl{\"u}ck, M. and Reya, E. and Vogt, A.}, + title = "{Photonic parton distributions}", + journal = {Phys. Rev.}, + year = {1992}, + volume = {D46}, + pages = {1973-1979}, + file = {:Gluck1991jc.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D46,1973} +} + +@article{Goebel:1979mi, + author = "Goebel, C. and Halzen, F. and Scott, D.M.", + title = "{Double Drell-Yan annihilations in hadron collisions: + novel tests of the constituent picture}", + journal = "Phys.Rev.", + volume = "D22", + pages = "2789", + doi = "10.1103/PhysRevD.22.2789", + year = "1980", + reportNumber = "COO-881-125", + SLACcitation = "%%CITATION = PHRVA,D22,2789;%%", +} + +@ARTICLE{Goity:1994xn, + author = {Goity, J. L. and Roberts, W.}, + title = "{Soft pion emission in semileptonic $B$-meson decays}", + journal = {Phys. Rev.}, + year = {1995}, + volume = {D51}, + pages = {3459-3477}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.51.3459}, + eprint = {hep-ph/9406236}, + file = {:Goity1994xn.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9406236;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9406236} +} + +@article{Goldstone:1961eq, + author = "Goldstone, J.", + title = "{Field Theories with Superconductor Solutions}", + journal = "Nuovo Cim.", + volume = "19", + pages = "154-164", + doi = "10.1007/BF02812722", + year = "1961", + SLACcitation = "%%CITATION = NUCIA,19,154;%%", +} + +@article{Goldstone:1962es, + author = "Goldstone, Jeffrey and Salam, Abdus and Weinberg, Steven", + title = "{Broken Symmetries}", + journal = "Phys.Rev.", + volume = "127", + pages = "965-970", + doi = "10.1103/PhysRev.127.965", + year = "1962", + SLACcitation = "%%CITATION = PHRVA,127,965;%%", +} + +@ARTICLE{Golec-Biernat:2007pu, + author = {Golec-Biernat, K. and Jadach, S. and P{\l}aczek, W. and Stephens, + P. and Skrzypek, M.}, + title = "{Markovian Monte Carlo solutions of the one-loop CCFM equations}", + journal = {Acta Phys. Polon.}, + year = {2007}, + volume = {B38}, + pages = {3149-3168}, + eprint = {hep-ph/0703317}, + file = {:Golec-Biernat2007pu.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0703317;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0703317} +} + +@ARTICLE{Golfand:1971iw, + author = {Golfand, Yu. A. and Likhtman, E. P.}, + title = "{Extension of the algebra of poincare group generators and violation + of $p$ invariance}", + journal = {JETP Lett.}, + year = {1971}, + volume = {13}, + pages = {323-326}, + slaccitation = {%%CITATION = JTPLA,13,323;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=JTPLA,13,323} +} + +@ARTICLE{Golutvin:2008zz, + author = {Golutvin, I. A. and others}, + title = "{Setting the jet energy scale in the CMS Calorimeter using events + with direct photons}", + journal = {Phys. Part. Nucl. Lett.}, + year = {2008}, + volume = {5}, + pages = {447-455}, + doi = {10.1134/S1547477108050087}, + file = {:Golutvin2008zz.pdf:PDF}, + slaccitation = {%%CITATION = 00438,5,447;%%} +} + +@article{Good:1960ba, + author = "Good, M.L. and Walker, W.D.", + title = "{Diffraction disssociation of beam particles}", + journal = "Phys.Rev.", + volume = "120", + pages = "1857-1860", + doi = "10.1103/PhysRev.120.1857", + year = "1960", + SLACcitation = "%%CITATION = PHRVA,120,1857;%%", +} + +@ARTICLE{Gordon:1994ut, + author = {Gordon, L. E. and Vogelsang, W.}, + title = "{Polarized and unpolarized isolated prompt photon production beyond + the leading order}", + journal = {Phys. Rev.}, + year = {1994}, + volume = {D50}, + pages = {1901-1916}, + doi = {10.1103/PhysRevD.50.1901}, + file = {:Gordon1994ut.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D50,1901;%%} +} + +@ARTICLE{Gottschalk:1983fm, + author = {Gottschalk, Thomas D.}, + title = "{An improved description of hadronization in the QCD cluster model + for $e^+e^-$ annihilation}", + journal = {Nucl. Phys.}, + year = {1984}, + volume = {B239}, + pages = {349}, + doi = {10.1016/0550-3213(84)90253-0}, + file = {:Gottschalk1983fm.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B239,349;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B239,349} +} + +@ARTICLE{Gottschalk:1982yt, + author = {Gottschalk, Thomas D.}, + title = "{A realistic model for $e^+e^-$ annihilation including parton bremsstrahlung + effects}", + journal = {Nucl. Phys.}, + year = {1983}, + volume = {B214}, + pages = {201}, + file = {:Gottschalk1982yt.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B214,201} +} + +@ARTICLE{Gottschalk:1986bv, + author = {Gottschalk, Thomas D. and Morris, Duncan A.}, + title = "{A new model for hadronization and $e^+e^-$ annihilation}", + journal = {Nucl. Phys.}, + year = {1987}, + volume = {B288}, + pages = {729}, + doi = {10.1016/0550-3213(87)90236-7}, + file = {:Gottschalk1986bv.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B288,729;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B288,729} +} + +@ARTICLE{Gounaris:2000dn, + author = {Gounaris, G. J. and Layssac, J. and Renard, F. M.}, + title = "{Off-shell structure of the anomalous $Z$ and $\gamma$ self- couplings}", + journal = {Phys. Rev.}, + year = {2000}, + volume = {D62}, + pages = {073012}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.62.073012}, + eprint = {hep-ph/0005269}, + file = {:Gounaris2000dn.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0005269;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0005296} +} + +@article{Grazzini:2008tf, + author = "Grazzini, Massimiliano", + title = "{NNLO predictions for the Higgs boson signal in the H + $\to$ WW $\to$ lnu lnu and H $\to$ ZZ $\to$ 4l + decay channels}", + journal = "JHEP", + volume = "0802", + pages = "043", + doi = "10.1088/1126-6708/2008/02/043", + year = "2008", + eprint = "0801.3232", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:0801.3232;%%", +} + +@article{Grazzini:2013bna, + author = "Grazzini, M. and Kallweit, S. and Rathlev, D. and Torre, + A.", + title = "{$Z\gamma$ production at hadron colliders in NNLO QCD}", + year = "2013", + eprint = "1309.7000", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ZU-TH-21-13", + SLACcitation = "%%CITATION = ARXIV:1309.7000;%%", +} + +@article{Grellscheid:2007tt, + author = "Grellscheid, David and Richardson, Peter", + title = "{Simulation of $\tau$ decays in the Herwig++ event + generator}", + year = "2007", + eprint = "0710.1951", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "IPPP-07-64, DCPT-07-128, CERN-PH-TH-2007-183", + SLACcitation = "%%CITATION = ARXIV:0710.1951;%%", +} + +@article{Gribov:1968fc, + author = "Gribov, V.N.", + title = "{A REGGEON DIAGRAM TECHNIQUE}", + journal = "Sov.Phys.JETP", + volume = "26", + pages = "414-422", + year = "1968", + SLACcitation = "%%CITATION = SPHJA,26,414;%%", +} + +@ARTICLE{Gribov:1984tu, + author = {Gribov, L. V. and Levin, E. M. and Ryskin, M. G.}, + title = "{Semihard processes in QCD}", + journal = {Phys. Rept.}, + year = {1983}, + volume = {100}, + pages = {1-150}, + file = {:Gribov1984tu.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRPLC,100,1} +} + +@ARTICLE{Gribov:1972ri, + author = {Gribov, V. N. and Lipatov, L. N.}, + title = "{Deep--inelastic $e$-$p$ scattering in perturbation theory}", + journal = {Sov. J. Nucl. Phys.}, + year = {1972}, + volume = {15}, + pages = {438-450}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SJNCA,15,438} +} + +@article{Gribov:1966hs, + author = "Gribov, V.N.", + title = "{Bremsstrahlung of hadrons at high energies}", + journal = "Sov.J.Nucl.Phys.", + volume = "5", + pages = "280", + year = "1967", + SLACcitation = "%%CITATION = SJNCA,5,280;%%", +} + +@ARTICLE{Gribov:1965hg, + author = {V. N. Gribov and I. Ya. Pomeranchuk and K. A. Ter-Martirosian}, + title = "{Moving branch points in $j$ plane and Regge-pole unitarity conditions}", + journal = {Phys. Rev.}, + year = {1965}, + volume = {139}, + pages = {B184-B202}, + file = {:Gribov1965hg.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,139,B184} +} + +@ARTICLE{Gross:1974cs, + author = {Gross, D. J. and Wilczek, Frank}, + title = "{Asymptotically free gauge theories. II}", + journal = {Phys. Rev.}, + year = {1974}, + volume = {D9}, + pages = {980-993}, + doi = {10.1103/PhysRevD.9.980}, + file = {:Gross1974cs.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D9,980;%%} +} + +@ARTICLE{Gross:1973ju, + author = {Gross, D. J. and Wilczek, Frank}, + title = "{Asymptotically free gauge theories. I}", + journal = {Phys. Rev.}, + year = {1973}, + volume = {D8}, + pages = {3633-3652}, + doi = {10.1103/PhysRevD.8.3633}, + file = {:Gross1973ju.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D8,3633;%%} +} + +@article{Grunberg:1980ja, + author = "Grunberg, G.", + title = "{Renormalization Group Improved Perturbative QCD}", + journal = "Phys.Lett.", + volume = "B95", + pages = "70", + doi = "10.1016/0370-2693(80)90402-5", + year = "1980", + reportNumber = "CLNS-80/457", + SLACcitation = "%%CITATION = PHLTA,B95,70;%%", +} + +@article{Guralnik:1964eu, + author = "Guralnik, G.S. and Hagen, C.R. and Kibble, T.W.B.", + title = "{Global Conservation Laws and Massless Particles}", + journal = "Phys.Rev.Lett.", + volume = "13", + pages = "585-587", + doi = "10.1103/PhysRevLett.13.585", + year = "1964", + SLACcitation = "%%CITATION = PRLTA,13,585;%%", +} + +@ARTICLE{Gustafson:1986db, + author = {Gustafson, G.}, + title = "{Dual description of a confined colour field}", + journal = {Phys. Lett.}, + year = {1986}, + volume = {B175}, + pages = {453}, + file = {:Gustafson1986db.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B175,453} +} + +@ARTICLE{Gustafson:1987rq, + author = {Gustafson, Gosta and Pettersson, Ulf}, + title = "{Dipole formulation of QCD cascades}", + journal = {Nucl. Phys.}, + year = {1988}, + volume = {B306}, + pages = {746}, + file = {:Gustafson1987rq.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B306,746} +} + +@ARTICLE{Haag:1974qh, + author = {Haag, Rudolf and {\L}opusza{\'n}ski, Jan T. and Sohnius, Martin}, + title = "{All possible generators of supersymmetries of the S-matrix}", + journal = {Nucl. Phys.}, + year = {1975}, + volume = {B88}, + pages = {257}, + doi = {10.1016/0550-3213(75)90279-5}, + file = {:Haag1974qh.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B88,257;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B88,257} +} + +@ARTICLE{Hagiwara:2008iv, + author = {Hagiwara, Kaoru and Konar, Partha and Li, Qiang and Mawatari, Kentarou + and Zeppenfeld, Dieter}, + title = "{Graviton production with 2 jets at the LHC in large extra dimensions}", + journal = {JHEP}, + year = {2008}, + volume = {04}, + pages = {019}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/04/019}, + eprint = {0801.1794}, + file = {:Hagiwara2008iv.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0801.1794;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0801.1794} +} + +@ARTICLE{Hagiwara:2005wg, + author = {Hagiwara, K. and others}, + title = "{Supersymmetry simulations with off-shell effects for the CERN LHC + and an ILC}", + journal = {Phys. Rev.}, + year = {2006}, + volume = {D73}, + pages = {055005}, + eprint = {hep-ph/0512260}, + file = {:Hagiwara2005wg.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0512260} +} + +@ARTICLE{Hagiwara:1986vm, + author = {Hagiwara, K. and Peccei, R. D. and Zeppenfeld, D. and Hikasa, K.}, + title = "{Probing the weak boson sector in $e^+e^-\to W^+W^-$}", + journal = {Nucl. Phys.}, + year = {1987}, + volume = {B282}, + pages = {253}, + file = {:Hagiwara1986vm.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B282,253;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B282,253} +} + +@ARTICLE{Hagiwara:1985yu, + author = {Hagiwara, K. and Zeppenfeld, D.}, + title = "{Helicity amplitudes for heavy lepton production in $e^+e^-$ annihilation}", + journal = {Nucl. Phys.}, + year = {1986}, + volume = {B274}, + pages = {1}, + file = {:Hagiwara1985yu.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B274,1} +} + +@ARTICLE{Hall:1985wz, + author = {Hall, Lawrence J. and Nelson, Ann E.}, + title = "{Heavy gluons and monojets}", + journal = {Phys. Lett.}, + year = {1985}, + volume = {B153}, + pages = {430}, + doi = {10.1016/0370-2693(85)90487-3}, + file = {:Hall1985wz.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B153,430;%%} +} + +@article{Hahn:1998yk, + author = "Hahn, T. and Perez-Victoria, M.", + title = "{Automatized one loop calculations in four-dimensions and + D-dimensions}", + journal = "Comput.Phys.Commun.", + volume = "118", + pages = "153-165", + doi = "10.1016/S0010-4655(98)00173-8", + year = "1999", + eprint = "hep-ph/9807565", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "UG-FT-87-98, KA-TP-7-1998", + SLACcitation = "%%CITATION = HEP-PH/9807565;%%", +} + +@BOOK{Halzen:1984mc, + title = "{Quarks and leptons: An introductory course in modern particle physics}", + publisher = {John Wiley \& Sons}, + year = {1984}, + author = {Francis Halzen and Alan D. Martin}, + pages = {396}, + address = {New York, USA}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?key=1275631} +} + +@ARTICLE{Hamacher:1995df, + author = {Hamacher, Klaus and Weierstall, Michael}, + title = "{The next round of hadronic generator tuning heavily based on identified + particle data}", + year = {1995}, + archiveprefix = {arXiv}, + eprint = {hep-ex/9511011}, + file = {:Hamacher1995df.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9511011;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9511011} +} + +@article{Hamberg:1990np, + author = "Hamberg, R. and van Neerven, W.L. and Matsuura, T.", + title = "{A complete calculation of the order $\alphaS^{2}$ + correction to the Drell-Yan $K$ factor}", + journal = "Nucl.Phys.", + volume = "B359", + pages = "343-405", + doi = "10.1016/0550-3213(91)90064-5", + year = "1991", + reportNumber = "DESY-90-129", + SLACcitation = "%%CITATION = NUPHA,B359,343;%%", +} + +@article{vanHameren:2010cp, + author = "van Hameren, A.", + title = "{OneLOop: For the evaluation of one-loop scalar + functions}", + journal = "Comput.Phys.Commun.", + volume = "182", + pages = "2427-2438", + doi = "10.1016/j.cpc.2011.06.011", + year = "2011", + eprint = "1007.4716", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "IFJPAN-IV-2010-7", + SLACcitation = "%%CITATION = ARXIV:1007.4716;%%", +} + +@ARTICLE{vanHameren:2002tc, + author = {van Hameren, Andre and Papadopoulos, Costas G.}, + title = "{A hierarchical phase space generator for QCD antenna structures}", + journal = {Eur. Phys. J.}, + year = {2002}, + volume = {C25}, + pages = {563-574}, + eprint = {hep-ph/0204055}, + file = {:vanHameren2002tc.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0204055} +} + +@article{Hamilton:2012rf, + author = "Hamilton, Keith and Nason, Paolo and Oleari, Carlo and + Zanderighi, Giulia", + title = "{Merging $H$/$W$/$Z$ + 0 and 1 jet at NLO with no merging + scale: a path to parton shower + NNLO matching}", + year = "2012", + eprint = "1212.4504", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1212.4504;%%", +} + +@article{Hamilton:2012np, + author = "Hamilton, Keith and Nason, Paolo and Zanderighi, Giulia", + title = "{MINLO: Multi-Scale Improved NLO}", + journal = "JHEP", + volume = "1210", + pages = "155", + doi = "10.1007/JHEP10(2012)155", + year = "2012", + eprint = "1206.3572", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2012-166, OUTP-12-11P, MCNET-12-07", + SLACcitation = "%%CITATION = ARXIV:1206.3572;%%", +} + +@ARTICLE{Hamilton:2010wh, + author = {Hamilton, Keith and Nason, Paolo}, + title = "{Improving NLO-parton shower matched simulations with higher order + matrix elements}", + journal = {JHEP}, + year = {2010}, + volume = {06}, + pages = {039}, + archiveprefix = {arXiv}, + doi = {10.1007/JHEP06(2010)039}, + eprint = {1004.1764}, + file = {:Hamilton2010wh.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 1004.1764;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1004.1764} +} + +@ARTICLE{Hamilton:2006ms, + author = {Hamilton, Keith and Richardson, Peter}, + title = "{A simulation of QCD radiation in top quark decays}", + journal = {JHEP}, + year = {2007}, + volume = {02}, + pages = {069}, + eprint = {hep-ph/0612236}, + file = {:Hamilton2006ms.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0612236} +} + +@ARTICLE{Hamilton:2006xz, + author = {Hamilton, Keith and Richardson, Peter}, + title = "{Simulation of QED radiation in particle decays using the YFS formalism}", + journal = {JHEP}, + year = {2006}, + volume = {07}, + pages = {010}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0603034}, + file = {:Hamilton2006xz.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0603034;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0603034} +} + +@ARTICLE{Hamilton:2009ne, + author = {Hamilton, Keith and Richardson, Peter and Tully, Jon}, + title = "{A modified CKKW matrix element merging approach to angular-ordered + parton showers}", + journal = {JHEP}, + year = {2009}, + volume = {11}, + pages = {038}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/11/038}, + eprint = {0905.3072}, + file = {:Hamilton2009ne.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0905.3072;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0905.3072} +} + +@ARTICLE{Hamilton:2009za, + author = {Hamilton, Keith and Richardson, Peter and Tully, Jon}, + title = "{A positive-weight next--to--leading order Monte Carlo simulation for + Higgs boson production}", + journal = {JHEP}, + year = {2009}, + volume = {04}, + pages = {116}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/04/116}, + eprint = {0903.4345}, + file = {:Hamilton2009za.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0903.4345;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0903.4345} +} + +@ARTICLE{Hamilton:2008pd, + author = {Hamilton, Keith and Richardson, Peter and Tully, Jon}, + title = "{A positive-weight next--to--leading order Monte Carlo simulation of + Drell-Yan vector boson production}", + journal = {JHEP}, + year = {2008}, + volume = {10}, + pages = {015}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/10/015}, + eprint = {0806.0290}, + file = {:Hamilton2008pd.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0806.0290;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0806.0290} +} + +@article{Hamilton:2013fea, + author = "Hamilton, Keith and Nason, Paolo and Re, Emanuele and + Zanderighi, Giulia", + title = "{NNLOPS simulation of Higgs boson production}", + journal = "JHEP", + volume = "1310", + pages = "222", + doi = "10.1007/JHEP10(2013)222", + year = "2013", + eprint = "1309.0017", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MCNET-13-11, CERN-PH-TH-2013-205, OUTP-13-18P", + SLACcitation = "%%CITATION = ARXIV:1309.0017;%%", +} + +@ARTICLE{Han:1998sg, + author = {Han, Tao and Lykken, Joseph D. and Zhang, Ren-Jie}, + title = "{On Kaluza-Klein states from large extra dimensions}", + journal = {Phys. Rev.}, + year = {1999}, + volume = {D59}, + pages = {105006}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.59.105006}, + eprint = {hep-ph/9811350}, + file = {:Han1998sg.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9811350;%%} +} + +@ARTICLE{Harel:2008px, + author = {Harel, Amnon}, + title = "{Monte Carlo for top background at the Tevatron}", + journal = {Nuovo Cim.}, + year = {2008}, + volume = {123B}, + pages = {1165-1172}, + archiveprefix = {arXiv}, + collaboration = {CDF}, + doi = {10.1393/ncb/i2008-10709-1}, + eprint = {0807.4127}, + file = {:Harel2008px.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0807.4127;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0807.4127} +} +@article{Harland-Lang:2014zoa, + author = "Harland-Lang, L.A. and Martin, A.D. and Motylinski, P. + and Thorne, R.S.", + title = "{Parton distributions in the LHC era: MMHT 2014 PDFs}", + year = "2014", + eprint = "1412.3989", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "LCTS-2014-47, IPPP-14-97, DCPT-14-194", + SLACcitation = "%%CITATION = ARXIV:1412.3989;%%", +} + +@article{Harlander:2002wh, + author = "Harlander, Robert V. and Kilgore, William B.", + title = "{Next--to-next--to--leading order Higgs production at hadron + colliders}", + journal = "Phys.Rev.Lett.", + volume = "88", + pages = "201801", + doi = "10.1103/PhysRevLett.88.201801", + year = "2002", + eprint = "hep-ph/0201206", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "BNL-HET-02-3, CERN-TH-2002-006", + SLACcitation = "%%CITATION = HEP-PH/0201206;%%", +} + +@article{Harlander:2011aa, + author = "Harlander, Robert and Kramer, Michael and Schumacher, + Markus", + title = "{Bottom-quark associated Higgs-boson production: + reconciling the four- and five-flavour scheme approach}", + year = "2011", + eprint = "1112.3478", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2011-134, FR-PHENO-2011-009, TTK-11-17, + WUB-11-04", + SLACcitation = "%%CITATION = ARXIV:1112.3478;%%" +} + +@article{Harrison:1998yr, + author = "Harrison, P.F., ed. and Quinn, Helen R., ed.", + title = "{The BABAR physics book: Physics at an asymmetric $B$ + factory}", + collaboration = "BaBar Collaboration", + year = "1998", + reportNumber = "SLAC-R-0504, SLAC-R-504, SLAC-0504, SLAC-504", + SLACcitation = "%%CITATION = SLAC-R-0504 ETC.;%%", +} + +@article{Hasegawa:2009tx, + author = "Hasegawa, K. and Moch, S. and Uwer, P.", + title = "{AutoDipole: Automated generation of dipole subtraction + terms}", + journal = "Comput.Phys.Commun.", + volume = "181", + pages = "1802-1817", + doi = "10.1016/j.cpc.2010.06.044", + year = "2010", + eprint = "0911.4371", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-09-194, HU-EP-09-55, SFB-CPP-09-107", + SLACcitation = "%%CITATION = ARXIV:0911.4371;%%", +} + +@ARTICLE{Hastings:1970aa, + author = {W. K. Hastings}, + title = {Monte Carlo sampling methods using Markov chains and their applications}, + journal = {Biometrika}, + year = {1970}, + volume = {57}, + pages = {1}, + doi = {10.1093/biomet/57.1.97}, + file = {:Hastings1970aa.pdf:PDF} +} + +@ARTICLE{Hegeman:2007zz, + author = {Hegeman, Jeroen}, + title = "{Jet production in the D\O\ experiment: Measurements and data-to-Monte + Carlo comparisons}", + journal = {Nucl. Phys. Proc. Suppl.}, + year = {2007}, + volume = {174}, + pages = {7-10}, + collaboration = {D\O\}, + doi = {10.1016/j.nuclphysbps.2007.08.074}, + file = {:Hegeman2007zz.pdf:PDF}, + slaccitation = {%%CITATION = NUPHZ,174,7;%%} +} + +@article{Heinemeyer:2013tqa, + author = "Heinemeyer, S and others", + editor = "Heinemeyer, S", + title = "{Handbook of LHC Higgs Cross Sections: 3. Higgs + Properties}", + collaboration = "LHC Higgs Cross Section Working Group", + doi = "10.5170/CERN-2013-004", + year = "2013", + eprint = "1307.1347", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-2013-004, FERMILAB-CONF-13-667-T", + SLACcitation = "%%CITATION = ARXIV:1307.1347;%%", +} + + +@ARTICLE{Heister:2003aj, + author = {Heister, A. and others}, + title = "{Studies of QCD at $e^+ e^-$ centre-of-mass energies between 91 and + 209 GeV}", + journal = {Eur. Phys. J.}, + year = {2004}, + volume = {C35}, + pages = {457-486}, + collaboration = {ALEPH}, + doi = {10.1140/epjc/s2004-01891-4}, + file = {:Heister2003aj.pdf:PDF}, + slaccitation = {%%CITATION = EPHJA,C35,457;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=EPHJA,C35,457} +} + +@ARTICLE{Heister:2002tq, + author = {Heister, A. and others}, + title = "{Measurements of the strong coupling constant and the QCD colour + factors using four-jet observables from hadronic $Z$ decays}", + journal = {Eur. Phys. J.}, + year = {2003}, + volume = {C27}, + pages = {1-17}, + collaboration = {ALEPH}, + doi = {10.1140/epjc/s2002-01114-2}, + file = {:Heister2002tq.pdf:PDF}, + slaccitation = {%%CITATION = EPHJA,C27,1;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=EPHJA,C27,1} +} + +@ARTICLE{Hesketh:2006qu, + author = {Hesketh, Gavin}, + title = "{$W$ and $Z$ (plus jets) production and asymmetries at 1.96 TeV}", + year = {2006}, + archiveprefix = {arXiv}, + collaboration = {CDF and D\O\}, + eprint = {hep-ex/0605073}, + file = {:Hesketh2006qu.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0605073;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0605073} +} + +@ARTICLE{Hewett:1998sn, + author = {Hewett, JoAnne L.}, + title = "{Indirect collider signals for extra dimensions}", + journal = {Phys. Rev. Lett.}, + year = {1999}, + volume = {82}, + pages = {4765-4768}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevLett.82.4765}, + eprint = {hep-ph/9811356}, + file = {:Hewett1998sn.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9811356;%%} +} + +@article{Higgs:1964ia, + author = "Higgs, Peter W.", + title = "{Broken symmetries, massless particles and gauge fields}", + journal = "Phys.Lett.", + volume = "12", + pages = "132-133", + doi = "10.1016/0031-9163(64)91136-9", + year = "1964", + SLACcitation = "%%CITATION = PHLTA,12,132;%%", +} + +@article{Higgs:1966ev, + author = "Higgs, Peter W.", + title = "{Spontaneous Symmetry Breakdown without Massless Bosons}", + journal = "Phys.Rev.", + volume = "145", + pages = "1156-1163", + doi = "10.1103/PhysRev.145.1156", + year = "1966", + SLACcitation = "%%CITATION = PHRVA,145,1156;%%", +} + +@article{Higgs:1964pj, + author = "Higgs, Peter W.", + title = "{Broken Symmetries and the Masses of Gauge Bosons}", + journal = "Phys.Rev.Lett.", + volume = "13", + pages = "508-509", + doi = "10.1103/PhysRevLett.13.508", + year = "1964", + SLACcitation = "%%CITATION = PRLTA,13,508;%%", +} + +@article{Hill:2002ap, + author = "Hill, Christopher T. and Simmons, Elizabeth H.", + title = "{Strong dynamics and electroweak symmetry breaking}", + journal = "Phys.Rept.", + volume = "381", + pages = "235-402", + doi = "10.1016/S0370-1573(03)00140-6", + year = "2003", + eprint = "hep-ph/0203079", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-02-045-T, BUHEP-01-09", + SLACcitation = "%%CITATION = HEP-PH/0203079;%%", +} + + +@ARTICLE{Hinchliffe:1998ys, + author = {Hinchliffe, I. and Paige, F. E.}, + title = "{Measurements in gauge mediated SUSY breaking models at LHC}", + journal = {Phys. Rev.}, + year = {1999}, + volume = {D60}, + pages = {095002}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.60.095002}, + eprint = {hep-ph/9812233}, + file = {:Hinchliffe1998ys.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9812233;%%} +} + +@article{Hinshaw:2012aka, + author = "Hinshaw, G. and others", + title = "{Nine-Year Wilkinson Microwave Anisotropy Probe (WMAP) + Observations: Cosmological Parameter Results}", + collaboration = "WMAP", + journal = "Astrophys.J.Suppl.", + volume = "208", + pages = "19", + doi = "10.1088/0067-0049/208/2/19", + year = "2013", + eprint = "1212.5226", + archivePrefix = "arXiv", + primaryClass = "astro-ph.CO", + SLACcitation = "%%CITATION = ARXIV:1212.5226;%%", +} + +@article{Hirai:2007cx, + author = "Hirai, M. and Kumano, S. and Nagai, T.-H. and Sudoh, K.", + title = "{Determination of fragmentation functions and their + uncertainties}", + journal = "Phys.Rev.", + volume = "D75", + pages = "094009", + doi = "10.1103/PhysRevD.75.094009", + year = "2007", + eprint = "hep-ph/0702250", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "KEK-TH-1108", + SLACcitation = "%%CITATION = HEP-PH/0702250;%%", +} + +@article{Hirschi:2011pa, + author = "Hirschi, Valentin and Frederix, Rikkert and Frixione, + Stefano and Garzelli, Maria Vittoria and Maltoni, Fabio + and others", + title = "{Automation of one-loop QCD corrections}", + journal = "JHEP", + volume = "1105", + pages = "044", + doi = "10.1007/JHEP05(2011)044", + year = "2011", + eprint = "1103.0621", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2011-031, CP3-11-07, ZU-TH-01-11", + SLACcitation = "%%CITATION = ARXIV:1103.0621;%%", +} + +@ARTICLE{HendrikDipl, + author = {Hoeth, Hendrik}, + title = "{Messung der Vierjet--Winkelverteilungen und Bestimmung der QCD--Farbfaktoren + mit Hilfe des Apacic++--Generators}", + year = {2003}, + note = "{Diploma Thesis, Fachbereich Physik, Bergische Universit\"at Wuppertal + [WUD 03-11], in German}", + file = {:HendrikDipl.pdf:PDF}, + url = {http://www.d0.uni-wuppertal.de/diplom/d_h_hoe_wud0311.ps.gz} +} + +@Article{Hoyer:1979ta, + author = "Hoyer, P. and Osland, P. and Sander, H. G. and Walsh, T. F. + and Zerwas, P. M.", + title = "{Quantum chromodynamics and jets in $e^+ e^-$}", + journal = "Nucl. Phys.", + volume = "B161", + year = "1979", + pages = "349", + doi = "10.1016/0550-3213(79)90217-7", + SLACcitation = "%%CITATION = NUPHA,B161,349;%%" +} + +@article{Hou:1992sy, + author = "Hou, Wei-Shu", + title = "{Enhanced charged Higgs boson effects in + $B^-\to\tau\bar{\nu}_\tau$, $\mu\bar{\nu}_\mu$, + and $b\to\tau\bar{\nu}_\tau+X$}", + journal = "Phys.Rev.", + volume = "D48", + pages = "2342-2344", + doi = "10.1103/PhysRevD.48.2342", + year = "1993", + reportNumber = "NTUTH-92-21", + SLACcitation = "%%CITATION = PHRVA,D48,2342;%%", +} + +@ARTICLE{Hou:1987ya, + author = {Hou, George Wei-Shu}, + title = "{Charmless Rare $B$ Decays, Heavy Quarks and a Fourth Generation}", + note = {Invited talk given at '87 DPF Meeting of the APS, Salt Lake City, + Utah, Jan 14-17, 1987} +} + +@ARTICLE{Hou:1987vd, + author = {Hou, Wei-Shu and Soni, A. and Steger, Herbert}, + title = "{Charmless decays of bottom Mesons and a fourth generation}", + journal = {Phys. Rev. Lett.}, + year = {1987}, + volume = {59}, + pages = {1521}, + doi = {10.1103/PhysRevLett.59.1521}, + file = {:Hou1987vd.pdf:PDF}, + slaccitation = {%%CITATION = PRLTA,59,1521;%%} +} + +@ARTICLE{Hagler:2000eu, + author = {H{\"a}gler, Ph. and Kirschner, R. and Sch{\"a}fer, A. and Szymanowski, + L. and Teryaev, O. V.}, + title = "{Direct J/$\psi$ hadroproduction in $k_T$-factorization and the color + octet mechanism}", + journal = {Phys. Rev.}, + year = {2001}, + volume = {D63}, + pages = {077501}, + eprint = {hep-ph/0008316}, + file = {:Hagler2000eu.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0008316} +} + +@Article{Hoeche:2014xx, + Title = {{Efficient dipole subtraction with Comix}}, + Author = {Stefan H{\"o}che}, + Eprint = {to appear}, + Year = {2015} +} + +@article{Hoeche:2014lxa, + author = "Hoeche, Stefan and Krauss, Frank and Schonherr, Marek", + title = "{Uncertainties in MEPS@NLO calculations of h+jets}", + journal = "Phys.Rev.", + number = "1", + volume = "D90", + pages = "014012", + doi = "10.1103/PhysRevD.90.014012", + year = "2014", + eprint = "1401.7971", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-15899, IPPP-14-08, DCPT-14-16, LPN14-009, + MCNET-14-02", + SLACcitation = "%%CITATION = ARXIV:1401.7971;%%", +} + +@article{Hoeche:2013mua, + author = "Hoeche, Stefan and Huang, Junwu and Luisoni, Gionata and + Schoenherr, Marek and Winter, Jan", + title = "{Zero and one jet combined NLO analysis of the top quark + forward-backward asymmetry}", + journal = "Phys.Rev.", + volume = "D88", + pages = "014040", + doi = "10.1103/PhysRevD.88.014040", + year = "2013", + eprint = "1306.2703", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-15553, MPP-2013-154, IPPP-13-39, DCPT-13-78, + MCNET-13-07, --lPN13-035, --lPN13-035", + SLACcitation = "%%CITATION = ARXIV:1306.2703;%%", +} + +@article{Hoeche:2012yf, + author = "Hoeche, Stefan and Krauss, Frank and Schonherr, Marek and + Siegert, Frank", + title = "{QCD matrix elements + parton showers: The NLO case}", + journal = "JHEP", + volume = "1304", + pages = "027", + doi = "10.1007/JHEP04(2013)027", + year = "2013", + eprint = "1207.5030", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-15191, IPPP-12-52, DCPT-12-104, LPN12-081, + FR-PHENO-2012-017, MCNET-12-09", + SLACcitation = "%%CITATION = ARXIV:1207.5030;%%", +} + +@article{Hoeche:2012ft, + author = "Hoeche, Stefan and Krauss, Frank and Schonherr, Marek and + Siegert, Frank", + title = "{$W+n$-jet predictions at the Large Hadron Collider at + next--to--leading order matched with a parton shower}", + journal = "Phys.Rev.Lett.", + volume = "110", + pages = "052001", + doi = "10.1103/PhysRevLett.110.052001", + year = "2013", + eprint = "1201.5882", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-14859, IPPP-12-03, DCPT-12-06, LPN12-026, + MCNET-12-01, FR-PHENO-2012-001", + SLACcitation = "%%CITATION = ARXIV:1201.5882;%%", +} + +@article{Hoeche:2011fd, + author = "Hoeche, Stefan and Krauss, Frank and Schonherr, Marek and + Siegert, Frank", + title = "{A critical appraisal of NLO+PS matching methods}", + journal = "JHEP", + volume = "1209", + pages = "049", + doi = "10.1007/JHEP09(2012)049", + year = "2012", + eprint = "1111.1220", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-14661, IPPP-11-67, DCPT-11-134, LPN11-58, + FR-PHENO-2011-019, MCNET-11-24", + SLACcitation = "%%CITATION = ARXIV:1111.1220;%%", +} + + +@article{Hoche:2010kg, + author = "Hoche, Stefan and Krauss, Frank and Schonherr, Marek and + Siegert, Frank", + title = "{NLO matrix elements and truncated showers}", + journal = "JHEP", + volume = "1108", + pages = "123", + doi = "10.1007/JHEP08(2011)123", + year = "2011", + eprint = "1009.1127", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ZU-TH-13-10, IPPP-10-73, DCPT-10-146, + CERN-PH-TH-2010-195, MCNET-10-17", + SLACcitation = "%%CITATION = ARXIV:1009.1127;%%", +} + +@article{Hoche:2010pf, + author = "Hoche, Stefan and Krauss, Frank and Schonherr, Marek and + Siegert, Frank", + title = "{Automating the POWHEG method in Sherpa}", + journal = "JHEP", + volume = "1104", + pages = "024", + doi = "10.1007/JHEP04(2011)024", + year = "2011", + eprint = "1008.5399", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ZU-TH-12-10, IPPP-10-72, DCPT-10-144, + CERN-PH-TH-2010-194, MCNET-10-16", + SLACcitation = "%%CITATION = ARXIV:1008.5399;%%", +} + + +@ARTICLE{Hoeche:2009rj, + author = {H{\"o}che, Stefan and Krauss, Frank and Schumann, Steffen and Siegert, + Frank}, + title = "{QCD matrix elements and truncated showers}", + journal = {JHEP}, + year = {2009}, + volume = {05}, + pages = {053}, + archiveprefix = {arXiv}, + eprint = {0903.1219}, + file = {:Hoeche2009rj.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0903.1219;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0903.1219} +} + +@ARTICLE{Hoche:2007hg, + author = {H{\"o}che, Stefan and Krauss, Frank and Teubner, Thomas}, + title = "{Multi-jet events in the $k_T$-factorisation scheme}", + journal = {Eur. Phys. J.}, + year = {2008}, + volume = {C58}, + pages = {17-28}, + archiveprefix = {arXiv}, + doi = {10.1140/epjc/s10052-008-0735-y}, + eprint = {0705.4577}, + file = {:Hoche2007hg.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0705.4577} +} + +@ARTICLE{Hoeche:2009xc, + author = {Stefan H{\"o}che and Steffen Schumann and Frank Siegert}, + title = "{Hard photon production and matrix-element parton-shower merging}", + journal = {Phys. Rev.}, + year = {2010}, + volume = {D81}, + pages = {034026}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.81.034026}, + eprint = {0912.3501}, + file = {:Hoeche2009xc.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0912.3501;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0912.3501} +} + +@article{Hoeche:2013mua, + author = "Hoeche, Stefan and Huang, Junwu and Luisoni, Gionata and + Schoenherr, Marek and Winter, Jan", + title = "{Zero and one jet combined next-to-leading order analysis + of the top quark forward-backward asymmetry}", + journal = "Phys.Rev.", + number = "1", + volume = "D88", + pages = "014040", + doi = "10.1103/PhysRevD.88.014040", + year = "2013", + eprint = "1306.2703", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-15553, MPP-2013-154, IPPP-13-39, DCPT-13-78, + MCNET-13-07, LPN-13-035", + SLACcitation = "%%CITATION = ARXIV:1306.2703;%%", +} + +@article{Hollik:2007sw, + author = "Hollik, Wolfgang and Kollar, Monika", + title = "{NLO QED contributions to top-pair production at hadron + collider}", + journal = "Phys.Rev.", + volume = "D77", + pages = "014008", + doi = "10.1103/PhysRevD.77.014008", + year = "2008", + eprint = "0708.1697", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MPP-2007-106", + SLACcitation = "%%CITATION = ARXIV:0708.1697;%%", +} + + +@article{Humpert:1984ay, + author = "Humpert, B. and Odorico, R.", + title = "{Multiparton scattering and QCD radiation as sources + of four-jet events}", + journal = "Phys.Lett.", + volume = "B154", + pages = "211", + doi = "10.1016/0370-2693(85)90587-8", + year = "1985", + reportNumber = "CERN-TH-4050-84", + SLACcitation = "%%CITATION = PHLTA,B154,211;%%", +} + +@Article{Hunter:2007, + Author = {Hunter, J. D.}, + Title = {Matplotlib: A 2D graphics environment}, + Journal = {Computing In Science \& Engineering}, + Volume = {9}, + Number = {3}, + Pages = {90--95}, + abstract = {Matplotlib is a 2D graphics package used for Python + for application development, interactive scripting, and + publication-quality image generation across user + interfaces and operating systems.}, + publisher = {IEEE COMPUTER SOC}, + year = 2007 +} + +@article{Isgur:1989vq, + author = "Isgur, Nathan and Wise, Mark B.", + title = "{Weak decays of heavy mesons in the static quark + approximation}", + journal = "Phys.Lett.", + volume = "B232", + pages = "113", + doi = "10.1016/0370-2693(89)90566-2", + year = "1989", + reportNumber = "UTPT-89-27, CALT-68-1585", + SLACcitation = "%%CITATION = PHLTA,B232,113;%%", +} + +@article{Isgur:1989qw, + author = "Isgur, Nathan and Wise, Mark B.", + title = "{Influence of the $B^*$ Resonance on + $\bar B\to \pi e\bar\nu_e$}", + journal = "Phys.Rev.", + volume = "D41", + pages = "151", + doi = "10.1103/PhysRevD.41.151", + year = "1990", + reportNumber = "CALT-68-1569", + SLACcitation = "%%CITATION = PHRVA,D41,151;%%", +} + +@article{Isgur:1990pm, + author = "Isgur, Nathan and Wise, Mark B.", + title = "{Heavy baryon weak form-factors}", + journal = "Nucl.Phys.", + volume = "B348", + pages = "276-292", + doi = "10.1016/0550-3213(91)90518-3", + year = "1991", + reportNumber = "UTPT-90-03, CALT-68-1626", + SLACcitation = "%%CITATION = NUPHA,B348,276;%%", +} + +@article{Isgur:1989ed, + author = "Isgur, Nathan and Wise, Mark B.", + title = "{Weak transition form factors between heavy mesons}", + journal = "Phys.Lett.", + volume = "B237", + pages = "527", + doi = "10.1016/0370-2693(90)91219-2", + year = "1990", + reportNumber = "UTPT-90-01, CALT-68-1608", + SLACcitation = "%%CITATION = PHLTA,B237,527;%%", +} + +@ARTICLE{Isgur:1988gb, + author = {Isgur, Nathan and Scora, Daryl and Grinstein, Benjamin and Wise, + Mark B.}, + title = "{Semileptonic $B$ and $D$ decays in the quark model}", + journal = {Phys. Rev.}, + year = {1989}, + volume = {D39}, + pages = {799}, + doi = {10.1103/PhysRevD.39.799}, + file = {:Isgur1988gb.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D39,799;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D39,799} +} + + +@article{Ita:2011wn, + author = "Ita, H. and Bern, Z. and Dixon, L.J. and Febres Cordero, + Fernando and Kosower, D.A. and others", + title = "{Precise predictions for $Z + 4$ lets at hadron colliders}", + journal = "Phys.Rev.", + volume = "D85", + pages = "031501", + doi = "10.1103/PhysRevD.85.031501", + year = "2012", + eprint = "1108.2229", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-14527, SB-F-390-11, UCLA-11-TEP-109, + NSF-KITP-11-167, IPPP-11-45, CERN-PH-TH-2011-188", + SLACcitation = "%%CITATION = ARXIV:1108.2229;%%", +} + + +@book{JacksonBook, + added-at = {2009-07-03T16:37:22.000+0200}, + address = {New York, {NY}}, + author = {Jackson, John David}, + biburl = {http://www.bibsonomy.org/bibtex/2baac05176a92886bbe1eae5ee72cf234/cernlibrary}, + edition = {3rd ed.}, + interhash = {05096e24942ceab2a2e9f0d35a45183a}, + intrahash = {baac05176a92886bbe1eae5ee72cf234}, + isbn = {9780471309321}, + keywords = {Fields Maxwell SummerStudentReadList09 book collisions electromagnetic electrostatic equations magnetostatics particle physics radiation relativity special waves}, + lccn = {538.3537.8}, + publisher = {Wiley}, + timestamp = {2009-07-03T16:37:22.000+0200}, + title = {Classical electrodynamics}, + url = {http://cdsweb.cern.ch/record/490457}, +} + +@ARTICLE{Jadach:1999sf, + author = {Jadach, S.}, + title = "{Foam: Multi-dimensional general purpose Monte Carlo generator with + self-adapting simplical grid}", + journal = {Comput. Phys. Commun.}, + year = {2000}, + volume = {130}, + pages = {244-259}, + eprint = {physics/9910004}, + file = {:Jadach1999sf.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=physics/9910004} +} + +@ARTICLE{Jadach:2000kw, + author = {Jadach, S. and P{\l}aczek, W. and Skrzypek, M. and Ward, B. F. L. + and W{\c a}s, Z.}, + title = "{Precision predictions for (un)stable $W^+ W^-$ pair production at + and beyond LEP2 energies}", + journal = {Phys. Rev.}, + year = {2002}, + volume = {D65}, + pages = {093010}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.65.093010}, + eprint = {hep-ph/0007012}, + file = {:Jadach2000kw.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0007012;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0007012} +} + +@ARTICLE{Jadach:2001mp, + author = {Jadach, S. and P{\l}aczek, W. and Skrzypek, M. and Ward, B. F. L. + and W{\c a}s, Z.}, + title = "{The Monte Carlo program KoralW version 1.51 and the concurrent Monte + Carlo KoralW \& YFSWW3 with all background graphs and first order corrections + to $W$ pair production}", + journal = {Comput. Phys. Commun.}, + year = {2001}, + volume = {140}, + pages = {475-512}, + archiveprefix = {arXiv}, + doi = {10.1016/S0010-4655(01)00296-X}, + eprint = {hep-ph/0104049}, + file = {:Jadach2001mp.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0104049;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0104049} +} + +@ARTICLE{Jadach:2000ir, + author = {Jadach, S. and Ward, B. F. L. and W{\c a}s, Z.}, + title = "{Coherent exclusive exponentiation for precision Monte Carlo calculations}", + journal = {Phys. Rev.}, + year = {2001}, + volume = {D63}, + pages = {113009}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.63.113009}, + eprint = {hep-ph/0006359}, + file = {:Jadach2000ir.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0006359;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0006359} +} + +@ARTICLE{Jadach:1999vf, + author = {Jadach, S. and Ward, B. F. L. and W{\c a}s, Z.}, + title = "{The precision Monte Carlo event generator $\mathcal{KK}$ for two- + fermion final states in $e^+ e^-$ collisions}", + journal = {Comput. Phys. Commun.}, + year = {2000}, + volume = {130}, + pages = {260-325}, + archiveprefix = {arXiv}, + doi = {10.1016/S0010-4655(00)00048-5}, + eprint = {hep-ph/9912214}, + file = {:Jadach1999vf.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9912214;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9912214} +} + +@ARTICLE{Jadach:1993hs, + author = {Jadach, S. and Was, Z. and Decker, R. and Kuhn, Johann H.}, + title = "{The tau decay library TAUOLA: Version 2.4}", + journal = {Comput. Phys. Commun.}, + year = {1993}, + volume = {76}, + pages = {361-380}, + doi = {10.1016/0010-4655(93)90061-G}, + file = {:Jadach1993hs.pdf:PDF}, + slaccitation = {%%CITATION = CPHCB,76,361;%%} +} + +@article{James:1980yn, + author = "James, F.", + title = "{Monte Carlo theory and practice}", + journal = "Rept.Prog.Phys.", + volume = "43", + pages = "1145", + doi = "10.1088/0034-4885/43/9/002", + year = "1980", + reportNumber = "CERN-DD/80/6", + SLACcitation = "%%CITATION = RPPHA,43,1145;%%", +} + +@article{Jaiswal:2013xra, + author = "Jaiswal, Prerit and Kopp, Karoline and Okui, Takemichi", + title = "{Higgs Production Amidst the LHC Detector}", + journal = "Phys.Rev.", + number = "11", + volume = "D87", + pages = "115017", + doi = "10.1103/PhysRevD.87.115017", + year = "2013", + eprint = "1303.1181", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1303.1181;%%", +} + + +@ARTICLE{James:1968gu, + author = {James, F.}, + title = "{Monte-Carlo phase space}", + note = {CERN-68-15}, + file = {:James1968gu.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?r=CERN-68-15} +} + +@ARTICLE{JimenezDelgado:2008hf, + author = {Jimenez-Delgado, P. and Reya, E.}, + title = "{Dynamical next--to-next--to--leading order parton distributions}", + journal = {Phys. Rev.}, + year = {2009}, + volume = {D79}, + pages = {074023}, + archiveprefix = {arXiv}, + eprint = {0810.4274}, + file = {:JimenezDelgado2008hf.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0810.4274;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0810.4274} +} + +@ARTICLE{Jung:2001hx, + author = {Hannes Jung}, + title = "{The CCFM Monte Carlo generator CASCADE}", + journal = {Comput. Phys. Commun.}, + year = {2002}, + volume = {143}, + pages = {100-111}, + eprint = {hep-ph/0109102}, + file = {:Jung2001hx.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0109102} +} + +@ARTICLE{Jung:2000hk, + author = {Hannes Jung and Gavin P. Salam}, + title = "{Hadronic final state predictions from CCFM: the hadron-level Monte + Carlo generator CASCADE}", + journal = {Eur. Phys. J.}, + year = {2001}, + volume = {C19}, + pages = {351-360}, + eprint = {hep-ph/0012143}, + file = {:Jung2000hk.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0012143} +} + +@ARTICLE{Kalinowski:1980ju, + author = {Kalinowski, J. and Konishi, K. and Taylor, T. R.}, + title = "{Jet calculus beyond leading logarithms}", + journal = {Nucl. Phys.}, + year = {1981}, + volume = {B181}, + pages = {221}, + file = {:Kalinowski1980ju.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B181,221} +} + +@ARTICLE{Kanaki:2000ey, + author = {Kanaki, Aggeliki and Papadopoulos, Costas G.}, + title = "{HELAC: A package to compute electroweak helicity amplitudes}", + journal = {Comput. Phys. Commun.}, + year = {2000}, + volume = {132}, + pages = {306-315}, + eprint = {hep-ph/0002082}, + file = {:Kanaki2000ey.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0002082} +} + +@ARTICLE{Karg:2010wk, + author = {Karg, Stefan and others}, + title = "{$ZZ$+jet and Graviton+jet at NLO QCD: recent applications using GOLEM + methods}", + year = {2010}, + archiveprefix = {arXiv}, + eprint = {1001.2537}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 1001.2537;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1001.2537} +} + +@article{Karlberg:2014qua, + author = "Karlberg, Alexander and Re, Emanuele and Zanderighi, + Giulia", + title = "{NNLOPS accurate Drell-Yan production}", + year = "2014", + eprint = "1407.2940", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2014-129, OUTP-14-12P", + SLACcitation = "%%CITATION = ARXIV:1407.2940;%%", +} + +@ARTICLE{Karplus:1950zza, + author = {Karplus, Robert and Neuman, Maurice}, + title = "{Non-linear interactions between electromagnetic fields}", + journal = {Phys. Rev.}, + year = {1950}, + volume = {80}, + pages = {380-385}, + doi = {10.1103/PhysRev.80.380}, + file = {:Karplus1950zza.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,80,380;%%} +} + +@article{Kartvelishvili:1977pi, + author = "Kartvelishvili, V.G. and Likhoded, A.K. and Petrov, V.A.", + title = "{On the fragmentation functions of heavy quarks into + hadrons}", + journal = "Phys.Lett.", + volume = "B78", + pages = "615", + doi = "10.1016/0370-2693(78)90653-6", + year = "1978", + reportNumber = "IFVE-77-128", + SLACcitation = "%%CITATION = PHLTA,B78,615;%%", +} + +@ARTICLE{Kauer:2000hi, + author = {Kauer, N. and Plehn, T. and Rainwater, David L. and Zeppenfeld, D.}, + title = "{$H \to WW$ as the discovery mode for a light Higgs boson}", + journal = {Phys. Lett.}, + year = {2001}, + volume = {B503}, + pages = {113-120}, + eprint = {hep-ph/0012351}, + file = {:Kauer2000hi.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0012351} +} + +@article{Khachatryan:2014iia, + author = "Khachatryan, Vardan and others", + title = "{Measurement of prompt $J/\psi$ pair production in pp + collisions at $ \sqrt{s} $ = 7 Tev}", + collaboration = "CMS Collaboration", + journal = "JHEP", + volume = "1409", + pages = "094", + doi = "10.1007/JHEP09(2014)094", + year = "2014", + eprint = "1406.0484", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-BPH-11-021, CERN-PH-EP-2014-111", + SLACcitation = "%%CITATION = ARXIV:1406.0484;%%", +} + +@article{Khachatryan:2011tm, + author = "Khachatryan, Vardan and others", + title = "{Strange Particle Production in $pp$ Collisions at + $\sqrt{s}=0.9$ and 7 TeV}", + collaboration = "CMS Collaboration", + journal = "JHEP", + volume = "1105", + pages = "064", + doi = "10.1007/JHEP05(2011)064", + year = "2011", + eprint = "1102.4282", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2010-094, CMS-QCD-10-007", + SLACcitation = "%%CITATION = ARXIV:1102.4282;%%", +} + +@article{Khachatryan:2011dx, + author = "Khachatryan, Vardan and others", + title = "{First Measurement of Hadronic Event Shapes in $pp$ + Collisions at $\sqrt(s)=7$ TeV}", + collaboration = "CMS Collaboration", + journal = "Phys.Lett.", + volume = "B699", + pages = "48-67", + doi = "10.1016/j.physletb.2011.03.060", + year = "2011", + eprint = "1102.0068", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2010-072, CMS-QCD-10-013", + SLACcitation = "%%CITATION = ARXIV:1102.0068;%%", +} + +@article{Khachatryan:2014iha, + author = "Khachatryan, Vardan and others", + title = "{Constraints on the Higgs boson width from off-shell + production and decay to Z-boson pairs}", + collaboration = "CMS Collaboration", + journal = "Phys.Lett.", + volume = "B736", + pages = "64", + doi = "10.1016/j.physletb.2014.06.077", + year = "2014", + eprint = "1405.3455", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-HIG-14-002, CERN-PH-EP-2014-078", + SLACcitation = "%%CITATION = ARXIV:1405.3455;%%", +} + +@ARTICLE{Kharraziha:1997dn, + author = {Kharraziha, Hamid and L{\"o}nnblad, Leif}, + title = "{The linked dipole chain Monte Carlo}", + journal = {JHEP}, + year = {1998}, + volume = {03}, + pages = {006}, + eprint = {hep-ph/9709424}, + file = {:Kharraziha1997dn.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9709424} +} + +@article{Kibble:1967sv, + author = "Kibble, T.W.B.", + title = "{Symmetry breaking in nonAbelian gauge theories}", + journal = "Phys.Rev.", + volume = "155", + pages = "1554-1561", + doi = "10.1103/PhysRev.155.1554", + year = "1967", + SLACcitation = "%%CITATION = PHRVA,155,1554;%%", +} + +@ARTICLE{Kidonakis:1999hq, + author = {Kidonakis, Nikolaos and Owens, J. F.}, + title = "{Soft-gluon resummation and NNLO corrections for direct photon production}", + journal = {Phys. Rev.}, + year = {2000}, + volume = {D61}, + pages = {094004}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.61.094004}, + eprint = {hep-ph/9912388}, + file = {:Kidonakis1999hq.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9912388;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9912388} +} + +@ARTICLE{Kidonakis:1997gm, + author = {Kidonakis, Nikolaos and Sterman, George F.}, + title = "{Resummation for QCD hard scattering}", + journal = {Nucl. Phys.}, + year = {1997}, + volume = {B505}, + pages = {321-348}, + archiveprefix = {arXiv}, + doi = {10.1016/S0550-3213(97)00506-3}, + eprint = {hep-ph/9705234}, + file = {:Kidonakis1997gm.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9705234;%%}, + url = {http://inspirebeta.net/record/442782} +} + +@article{Kidonakis:2000gi, + author = "Kidonakis, Nikolaos and Owens, J.F.", + title = "{Effects of higher order threshold corrections in high + E(T) jet production}", + journal = "Phys.Rev.", + volume = "D63", + pages = "054019", + doi = "10.1103/PhysRevD.63.054019", + year = "2001", + eprint = "hep-ph/0007268", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FSU-HEP-2000-0720", + SLACcitation = "%%CITATION = HEP-PH/0007268;%%", +} + + +@article{Kilian:2007gr, + author = "Kilian, Wolfgang and Ohl, Thorsten and Reuter, Jurgen", + title = "{WHIZARD: simulating multi--particle processes at LHC and + ILC}", + journal = "Eur.Phys.J.", + volume = "C71", + pages = "1742", + doi = "10.1140/epjc/s10052-011-1742-y", + year = "2011", + eprint = "0708.4233", + archivePrefix = "arXiv", + primaryClass = "hep-ph", +} + +@ARTICLE{Kilic:2008ub, + author = {Kilic, Can and Schumann, Steffen and Son, Minho}, + title = "{Searching for multijet resonances at the LHC}", + journal = {JHEP}, + year = {2009}, + volume = {04}, + pages = {128}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/04/128}, + eprint = {0810.5542}, + file = {:Kilic2008ub.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0810.5542;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0810.5542} +} + +@ARTICLE{Kimber:2000bg, + author = {Kimber, M. A. and Kwiecinski, J. and Martin, Alan D. and Stasto, + A. M.}, + title = "{Unintegrated gluon distribution from the Ciafaloni-Catani-Fiorani-Marchesini + equation}", + journal = {Phys. Rev.}, + year = {2000}, + volume = {D62}, + pages = {094006}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.62.094006}, + eprint = {hep-ph/0006184}, + file = {:Kimber2000bg.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0006184;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0006184} +} + +@ARTICLE{Kimber:2001sc, + author = {Kimber, M. A. and Martin, Alan D. and Ryskin, M. G.}, + title = "{Unintegrated parton distributions}", + journal = {Phys. Rev.}, + year = {2001}, + volume = {D63}, + pages = {114027}, + eprint = {hep-ph/0101348}, + file = {:Kimber2001sc.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0101348} +} + +@ARTICLE{Kimber:1999xc, + author = {Kimber, M. A. and Martin, Alan D. and Ryskin, M. G.}, + title = "{Unintegrated parton distributions and prompt photon hadroproduction}", + journal = {Eur. Phys. J.}, + year = {2000}, + volume = {C12}, + pages = {655-661}, + eprint = {hep-ph/9911379}, + file = {:Kimber1999xc.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9911379} +} + +@ARTICLE{Kinoshita:1962ur, + author = {Kinoshita, T.}, + title = "{Mass singularities of Feynman amplitudes}", + journal = {J.Math.Phys.}, + year = {1962}, + volume = {3}, + pages = {650-677}, + file = {:Kinoshita1962ur.pdf:PDF}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=JMAPA,3,650} +} + +@ARTICLE{Kirschner:1979im, + author = {R. Kirschner}, + title = "{Generalized Lipatov-Altarelli-Parisi equations and jet calculus + rules}", + journal = {Phys. Lett.}, + year = {1979}, + volume = {B84}, + pages = {266}, + file = {:Kirschner1979im.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B84,266} +} + +@ARTICLE{Klasen:1997jm, + author = {Klasen, M. and Kramer, G. and P{\"o}tter, B.}, + title = "{Inclusive jet production with virtual photons in next--to--leading + order QCD}", + journal = {Eur. Phys. J.}, + year = {1998}, + volume = {C1}, + pages = {261-270}, + archiveprefix = {arXiv}, + eprint = {hep-ph/9703302}, + file = {:Klasen1997jm.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9703302;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9703302} +} + +@article{Kleiss:1988xr, + author = "Kleiss, R. and Stirling, W.James", + title = "{Top quark production at hadron colliders: some useful formulae}", + journal = "Z.Phys.", + volume = "C40", + pages = "419-423", + doi = "10.1007/BF01548856", + year = "1988", + SLACcitation = "%%CITATION = ZEPYA,C40,419;%%", +} + +@ARTICLE{Kleiss:1986re, + author = {Kleiss, Ronald}, + title = "{From two to three jets in heavy boson decays: An algorithmic approach}", + journal = {Phys. Lett.}, + year = {1986}, + volume = {B180}, + pages = {400}, + doi = {10.1016/0370-2693(86)91210-4}, + file = {:Kleiss1986re.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B180,400;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHLTA,B180,400} +} + +@ARTICLE{Kleiss:1988ne, + author = {Kleiss, Ronald and Kuijf, Hans}, + title = "{Multi-gluon cross-sections and five jet production at hadron colliders}", + journal = {Nucl. Phys.}, + year = {1989}, + volume = {B312}, + pages = {616}, + file = {:Kleiss1988ne.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B312,616} +} + +@ARTICLE{Kleiss:1994qy, + author = {Kleiss, Ronald and Pittau, Roberto}, + title = "{Weight optimization in multichannel Monte Carlo}", + journal = {Comput. Phys. Commun.}, + year = {1994}, + volume = {83}, + pages = {141-146}, + eprint = {hep-ph/9405257}, + file = {:Kleiss1994qy.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9405257} +} + +@ARTICLE{Kleiss:1985yh, + author = {Kleiss, R. and Stirling, W. James}, + title = "{Spinor techniques for calculating $p\bar{p}\to W^\pm/Z^0$+jets}", + journal = {Nucl. Phys.}, + year = {1985}, + volume = {B262}, + pages = {235-262}, + file = {:Kleiss1985yh.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B262,235} +} + +@ARTICLE{Kleiss:1985gy, + author = {Kleiss, R. and Stirling, W. James and Ellis, S. D.}, + title = "{A new Monte Carlo treatment of multiparticle phase space at high + energies}", + journal = {Comput. Phys. Commun.}, + year = {1986}, + volume = {40}, + pages = {359}, + file = {:Kleiss1985gy.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=CPHCB,40,359} +} + +@article{Kluge:2006xs, + author = "Kluge, T. and Rabbertz, K. and Wobisch, M.", + title = "{FastNLO: Fast pQCD calculations for PDF fits}", + pages = "483-486", + year = "2006", + eprint = "hep-ph/0609285", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-06-186, FERMILAB-CONF-06-352-E", + SLACcitation = "%%CITATION = HEP-PH/0609285;%%", +} + +@article{Kniehl:2000fe, + author = "Kniehl, Bernd A. and Kramer, G. and Potter, B.", + title = "{Fragmentation functions for pions, kaons, and protons at + next--to--leading order}", + journal = "Nucl.Phys.", + volume = "B582", + pages = "514-536", + doi = "10.1016/S0550-3213(00)00303-5", + year = "2000", + eprint = "hep-ph/0010289", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-00-086, MPI-PHT-2000-10", + SLACcitation = "%%CITATION = HEP-PH/0010289;%%", +} + +@article{Koba:1972ng, + author = "Koba, Z. and Nielsen, Holger Bech and Olesen, P.", + title = "{Scaling of multiplicity distributions in high-energy + hadron collisions}", + journal = "Nucl.Phys.", + volume = "B40", + pages = "317-334", + doi = "10.1016/0550-3213(72)90551-2", + year = "1972", + SLACcitation = "%%CITATION = NUPHA,B40,317;%%", +} + +@article{Kodaira:1981nh, + author = "Kodaira, Jiro and Trentadue, Luca", + title = "{Summing soft emission in QCD}", + journal = "Phys.Lett.", + volume = "B112", + pages = "66", + doi = "10.1016/0370-2693(82)90907-8", + year = "1982", + reportNumber = "SLAC-PUB-2807", + SLACcitation = "%%CITATION = PHLTA,B112,66;%%", +} + +@ARTICLE{Konishi:1979cb, + author = {Konishi, K. and Ukawa, A. and Veneziano, G.}, + title = "{Jet calculus: A simple algorithm for resolving QCD jets}", + journal = {Nucl. Phys.}, + year = {1979}, + volume = {B157}, + pages = {45-107}, + file = {:Konishi1979cb.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B157,45} +} + +@ARTICLE{Konishi:1978yx, + author = {Konishi, K. and Ukawa, A. and Veneziano, G.}, + title = "{A simple algorithm for QCD jets}", + journal = {Phys. Lett.}, + year = {1978}, + volume = {B78}, + pages = {243}, + file = {:Konishi1978yx.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B78,243} +} + +@Article{Korchemsky:1994is, + author = "Korchemsky, Gregory P. and Sterman, George F.", + title = "{Nonperturbative corrections in resummed cross-sections}", + journal = "Nucl. Phys.", + volume = "B437", + year = "1995", + pages = "415-432", + eprint = "hep-ph/9411211", + archivePrefix = "arXiv", + doi = "10.1016/0550-3213(94)00006-Z", + SLACcitation = "%%CITATION = HEP-PH/9411211;%%" +} + +@ARTICLE{Korchemsky:1988hd, + author = {Korchemsky, G. P.}, + title = "{Sudakov form-factor in QCD}", + journal = {Phys. Lett.}, + year = {1989}, + volume = {B220}, + pages = {629}, + file = {:Korchemsky1988hd.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B220,629} +} + +@ARTICLE{Kosower:2003bh, + author = {Kosower, David A.}, + title = "{Antenna factorization in strongly-ordered limits}", + journal = {Phys. Rev.}, + year = {2005}, + volume = {D71}, + pages = {045016}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.71.045016}, + eprint = {hep-ph/0311272}, + file = {:Kosower2003bh.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0311272;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0311272} +} + +@ARTICLE{Kosower:1997zr, + author = {Kosower, David A.}, + title = "{Antenna factorization of gauge-theory amplitudes}", + journal = {Phys. Rev.}, + year = {1998}, + volume = {D57}, + pages = {5410-5416}, + eprint = {hep-ph/9710213}, + file = {:Kosower1997zr.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9710213} +} + +@ARTICLE{Kosower:1989xy, + author = {Kosower, David A.}, + title = "{Light-cone recurrence relations for QCD amplitudes}", + journal = {Nucl. Phys.}, + year = {1990}, + volume = {B335}, + pages = {23}, + file = {:Kosower1989xy.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B335,23} +} + +@article{Kovarik:2010uv, + author = "Kovarik, K. and Schienbein, I. and Olness, F.I. and Yu, + J.Y. and Keppel, C. and others", + title = "{Nuclear corrections in neutrino-nucleus DIS and their + compatibility with global NPDF analyses}", + journal = "Phys.Rev.Lett.", + volume = "106", + pages = "122301", + doi = "10.1103/PhysRevLett.106.122301", + year = "2011", + eprint = "1012.0286", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "LPSC-10-157, KA-TP-36-2010, FERMILAB-PUB-10-732-T", + SLACcitation = "%%CITATION = ARXIV:1012.0286;%%", +} + +@ARTICLE{Kramer:1999jr, + author = {Kramer, G. and P{\"o}tter, B.}, + title = "{Forward jet production at small $x$ in next--to--leading order QCD}", + journal = {Phys. Lett.}, + year = {1999}, + volume = {B453}, + pages = {295-301}, + archiveprefix = {arXiv}, + doi = {10.1016/S0370-2693(99)00376-7}, + eprint = {hep-ph/9901314}, + file = {:Kramer1999jr.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9901314;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9901314} +} + +@ARTICLE{Kramer:1998bc, + author = {Kramer, G. and P{\"o}tter, B.}, + title = "{Low--$Q^2$ jet production at HERA in next--to--leading order QCD}", + journal = {Eur. Phys. J.}, + year = {1998}, + volume = {C5}, + pages = {665-679}, + archiveprefix = {arXiv}, + doi = {10.1007/s100520050308}, + eprint = {hep-ph/9804352}, + file = {:Kramer1998bc.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9804352;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9804352} +} + +@article{Kramer:2000hn, + author = "Kramer, Michael, 1 and Olness, Fredrick I. and Soper, + Davison E.", + title = "{Treatment of heavy quarks in deeply inelastic + scattering}", + journal = "Phys.Rev.", + volume = "D62", + pages = "096007", + doi = "10.1103/PhysRevD.62.096007", + year = "2000", + eprint = "hep-ph/0003035", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "EDINBURGH-2000-02", + SLACcitation = "%%CITATION = HEP-PH/0003035;%%", +} + +@ARTICLE{Krauss:2002up, + author = {Frank Krauss}, + title = "{Matrix elements and parton showers in hadronic interactions}", + journal = {JHEP}, + year = {2002}, + volume = {0208}, + pages = {015}, + eprint = {hep-ph/0205283}, + file = {:Krauss2002up.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0205283} +} + +@ARTICLE{Krauss:2001iv, + author = {Frank Krauss and Ralf Kuhn and Gerhard Soff}, + title = "{AMEGIC++ 1.0: A Matrix Element Generator In C++}", + journal = {JHEP}, + year = {2002}, + volume = {02}, + pages = {044}, + eprint = {hep-ph/0109036}, + file = {:Krauss2001iv.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0109036} +} + +@ARTICLE{Krauss:2010xx, + author = {Krauss, F. and Laubrich, T. and Siegert, F.}, + title = "{Simulation of hadron decays in \Sherpa}", + note = {in preparation} +} + +@ARTICLE{Krauss:2005nu, + author = {Krauss, Frank and Sch{\"a}licke, Andreas and Schumann, Steffen and + Soff, Gerhard}, + title = "{Simulating $W$/$Z$ + jets production at the CERN LHC}", + journal = {Phys. Rev.}, + year = {2005}, + volume = {D72}, + pages = {054017}, + eprint = {hep-ph/0503280}, + file = {:Krauss2005nu.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0503280} +} + +@ARTICLE{Krauss:2004bs, + author = {Krauss, Frank and Sch{\"a}licke, Andreas and Schumann, Steffen and + Soff, Gerhard}, + title = "{Simulating $W$/$Z$ + jets production at the Tevatron}", + journal = {Phys. Rev.}, + year = {2004}, + volume = {D70}, + pages = {114009}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.70.114009}, + eprint = {hep-ph/0409106}, + file = {:Krauss2004bs.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0409106} +} + +@ARTICLE{Krauss:2005re, + author = {Krauss, F. and Sch{\"a}licke, A. and Soff, G.}, + title = "{APACIC++ 2.0: A PArton Cascade In C++}", + journal = {Comput. Phys. Commun.}, + year = {2006}, + volume = {174}, + pages = {876-902}, + eprint = {hep-ph/0503087}, + file = {:Krauss2005re.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0503087} +} + +@ARTICLE{Kramer:1993jn, + author = {Kr{\"a}mer, M. and K{\"u}hn, Johann H. and Stong, M. L. and Zerwas, + P. M.}, + title = "{Prospects of measuring the parity of Higgs particles}", + journal = {Z. Phys.}, + year = {1994}, + volume = {C64}, + pages = {21-30}, + archiveprefix = {arXiv}, + eprint = {hep-ph/9404280}, + file = {:Kramer1993jn.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9404280;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9404280} +} + +@article{Kretzer:2000yf, + author = "Kretzer, S.", + title = "{Fragmentation functions from flavor inclusive and flavor + tagged $e^+ e^-$ annihilations}", + journal = "Phys.Rev.", + volume = "D62", + pages = "054001", + doi = "10.1103/PhysRevD.62.054001", + year = "2000", + eprint = "hep-ph/0003177", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DO-TH-00-04", + SLACcitation = "%%CITATION = HEP-PH/0003177;%%", +} + +@article{Kretzer:2003it, + author = "Kretzer, S. and Lai, H.L. and Olness, F.I. and Tung, + W.K.", + title = "{Cteq6 parton distributions with heavy quark mass + effects}", + journal = "Phys.Rev.", + volume = "D69", + pages = "114005", + doi = "10.1103/PhysRevD.69.114005", + year = "2004", + eprint = "hep-ph/0307022", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MSU-HEP-030101, BNL-NT-03-2, RBRC-325", + SLACcitation = "%%CITATION = HEP-PH/0307022;%%", +} + +@article{Krohn:2009th, + author = "Krohn, David and Thaler, Jesse and Wang, Lian-Tao", + title = "{Jet Trimming}", + journal = "JHEP", + volume = "1002", + pages = "084", + doi = "10.1007/JHEP02(2010)084", + year = "2010", + eprint = "0912.1342", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:0912.1342;%%", +} + +@article{Kuhn:1990ad, + author = "Kuhn, Johann H. and Santamaria, A.", + title = "{$\tau$ decays to pions}", + journal = "Z.Phys.", + volume = "C48", + pages = "445-452", + doi = "10.1007/BF01572024", + year = "1990", + reportNumber = "MPI-PAE/PTh-17/90", + SLACcitation = "%%CITATION = ZEPYA,C48,445;%%", +} + +@article{Kuhn:2006nw, + author = "Kuhn, Johann H. and Was, Z.", + title = "{$\tau$ decays to five mesons in TAUOLA}", + journal = "Acta Phys.Polon.", + volume = "B39", + pages = "147-158", + year = "2008", + eprint = "hep-ph/0602162", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2006-025, TTP06-01, IFJPAN-IV-2006-1", + SLACcitation = "%%CITATION = HEP-PH/0602162;%%", +} + +@ARTICLE{Kuhlen:1996et, + author = {Kuhlen, M.}, + title = "{A new method to probe the low-$x$ parton dynamics at HERA}", + journal = {Phys. Lett.}, + year = {1996}, + volume = {B382}, + pages = {441-446}, + archiveprefix = {arXiv}, + doi = {10.1016/0370-2693(96)00750-2}, + eprint = {hep-ph/9606246}, + file = {:Kuhlen1996et.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9606246;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9606246} +} + +@ARTICLE{Kuhlen:1996yf, + author = {Kuhlen, M.}, + title = "{High-$p_T$ particles in the forward region at HERA}", + year = {1996}, + archiveprefix = {arXiv}, + eprint = {hep-ex/9610004}, + file = {:Kuhlen1996yf.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9610004;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9610004} +} + +@ARTICLE{Kuhlen:1995yv, + author = {Kuhlen, M.}, + title = "{Hadronic Final States in deeply inelastic scattering}", + year = {1995}, + note = {Proceedings of the workshop on DIS and QCD - DIS95, Paris, 1995 ed. + J.F. Laporte and Y. Sirois}, + archiveprefix = {arXiv}, + eprint = {hep-ex/9508014}, + file = {:Kuhlen1995yv.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/9508014;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9508014} +} + +@article{Kulesza:2003wn, + author = "Kulesza, Anna and Sterman, George F. and Vogelsang, + Werner", + title = "{Joint resummation for Higgs production}", + journal = "Phys.Rev.", + volume = "D69", + pages = "014012", + doi = "10.1103/PhysRevD.69.014012", + year = "2004", + eprint = "hep-ph/0309264", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "BNL-HET-03-20, BNL-NT-03-26, RBRC-335, YITP-SB-03-47", + SLACcitation = "%%CITATION = HEP-PH/0309264;%%", +} + +@article{Kulesza:1999zh, + author = "Kulesza, Anna and Stirling, W. James", + title = "{Like--sign $W$ boson production at the LHC as a probe of + double parton scattering}", + journal = "Phys.Lett.", + volume = "B475", + pages = "168-175", + doi = "10.1016/S0370-2693(99)01512-9", + year = "2000", + eprint = "hep-ph/9912232", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DTP-99-110", + SLACcitation = "%%CITATION = HEP-PH/9912232;%%", +} + +@article{Kuhn:1998jr, + author = "Kuhn, Johann H. and Rodrigo, German", + title = "{Charge asymmetry in hadroproduction of heavy quarks}", + journal = "Phys.Rev.Lett.", + volume = "81", + pages = "49-52", + doi = "10.1103/PhysRevLett.81.49", + year = "1998", + eprint = "hep-ph/9802268", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "TTP-98-07", + SLACcitation = "%%CITATION = HEP-PH/9802268;%%", +} +@article{Kuhn:1998kw, + author = "Kuhn, Johann H. and Rodrigo, German", + title = "{Charge asymmetry of heavy quarks at hadron colliders}", + journal = "Phys.Rev.", + volume = "D59", + pages = "054017", + doi = "10.1103/PhysRevD.59.054017", + year = "1999", + eprint = "hep-ph/9807420", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "TTP-98-15", + SLACcitation = "%%CITATION = HEP-PH/9807420;%%", +} + + + +@ARTICLE{Kuhn:2000dk, + author = {Kuhn, R. and Krauss, F. and Ivanyi, B. and Soff, G.}, + title = "{APACIC++ 1.0: A PArton Cascade In C++}", + journal = {Comput. Phys. Commun.}, + year = {2001}, + volume = {134}, + pages = {223-266}, + eprint = {hep-ph/0004270}, + file = {:Kuhn2000dk.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0004270} +} + +@article{Kuhn:2005it, + author = "Kuhn, Johann H. and Scharf, A. and Uwer, P.", + title = "{Electroweak corrections to top-quark pair production in + quark-antiquark annihilation}", + journal = "Eur.Phys.J.", + volume = "C45", + pages = "139-150", + doi = "10.1140/epjc/s2005-02423-6", + year = "2006", + eprint = "hep-ph/0508092", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2005-145, TTP05-12, SFB-CPP-05-36", + SLACcitation = "%%CITATION = HEP-PH/0508092;%%", +} + +@article{Kuhn:2011ri, + author = "Kuhn, Johann H. and Rodrigo, German", + title = "{Charge asymmetries of top quarks at hadron colliders + revisited}", + journal = "JHEP", + volume = "1201", + pages = "063", + doi = "10.1007/JHEP01(2012)063", + year = "2012", + eprint = "1109.6830", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "LPN11-52, TTP11-26, IFIC-11-45", + SLACcitation = "%%CITATION = ARXIV:1109.6830;%%", +} + + +@article{Kuraev:1976ge, + author = "Kuraev, E. A. and Lipatov, L. N. and Fadin, Victor S.", + title = "{Multi--Reggeon processes in the Yang-Mills theory}", + journal = "Sov.Phys.JETP", + volume = "44", + pages = "443-450", + year = "1976", + SLACcitation = "%%CITATION = SPHJA,44,443;%%", +} + +@ARTICLE{Kuraev:1977fs, + author = {E. A. Kuraev and L. N. Lipatov and V. S. Fadin}, + title = "{The Pomeranchuk singularity in non--Abelian gauge theories}", + journal = {Sov. Phys. JETP}, + year = {1977}, + volume = {45}, + pages = {199-204}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SPHJA,45,199} +} + +@article{Kuzmin:1985mm, + author = "Kuzmin, V.A. and Rubakov, V.A. and Shaposhnikov, M.E.", + title = "{On the Anomalous Electroweak Baryon Number + Nonconservation in the Early Universe}", + journal = "Phys.Lett.", + volume = "B155", + pages = "36", + doi = "10.1016/0370-2693(85)91028-7", + year = "1985", + reportNumber = "IC/85/8", + SLACcitation = "%%CITATION = PHLTA,B155,36;%%", +} + +@ARTICLE{Kwiecinski:1996td, + author = {Kwieci\'{n}ski, J. and Martin, Alan D. and Sutton, P. J.}, + title = "{Constraints on gluon evolution at small $x$}", + journal = {Z. Phys.}, + year = {1996}, + volume = {C71}, + pages = {585-594}, + eprint = {hep-ph/9602320}, + file = {:Kwiecinski1996td.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9602320} +} + +@ARTICLE{Kwiecinski:1996fm, + author = {Kwiecinski, J. and Lewis, C. A. M. and Martin, Alan D.}, + title = "{Observable jets from the BFKL chain}", + journal = {Phys. Rev.}, + year = {1996}, + volume = {D54}, + pages = {6664-6673}, + eprint = {hep-ph/9606375}, + file = {:Kwiecinski1996fm.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9606375} +} + +@ARTICLE{Korner:1980pv, + author = {K{\"o}rner, J. G. and Schierholz, G. and Willrodt, J.}, + title = "{QCD predictions for four-jet final states in $e^+ e^-$ annihilation + (II). Angular correlations as a test of the triple-gluon coupling}", + journal = {Nucl. Phys.}, + year = {1981}, + volume = {B185}, + pages = {365}, + doi = {10.1016/0550-3213(81)90323-0}, + file = {:Korner1980pv.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B185,365;%%} +} + +@article{Ladinsky:1993zn, + author = "Ladinsky, G.A. and Yuan, C.P.", + title = "{The non--perturbative regime in QCD resummation for gauge + boson production at hadron colliders}", + journal = "Phys.Rev.", + volume = "D50", + pages = "4239", + doi = "10.1103/PhysRevD.50.R4239", + year = "1994", + eprint = "hep-ph/9311341", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MSUHEP-93-20, MSUTH-93-20", + SLACcitation = "%%CITATION = HEP-PH/9311341;%%", +} + +@ARTICLE{Laenen:1993xr, + author = {Laenen, Eric and Smith, J. and van Neerven, W.L.}, + title = "{Top quark production cross section}", + journal = {Phys.Lett.}, + year = {1994}, + volume = {B321}, + pages = {254-258}, + archiveprefix = {arXiv}, + doi = {10.1016/0370-2693(94)90473-1}, + eprint = {hep-ph/9310233}, + file = {:Laenen1993xr.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://inspirebeta.net/record/358513} +} + +@ARTICLE{Laenen:1991af, + author = {Laenen, Eric and Smith, J. and van Neerven, W.L.}, + title = "{All order resummation of soft-gluon contributions to heavy quark + production in hadron-hadron collisions}", + journal = {Nucl.Phys.}, + year = {1992}, + volume = {B369}, + pages = {543-599}, + doi = {10.1016/0550-3213(92)90279-K}, + file = {:Laenen1991af.pdf:PDF}, + url = {http://inspirebeta.net/record/315403} +} + +@article{Laenen:2000de, + author = "Laenen, Eric and Sterman, George F. and Vogelsang, + Werner", + title = "{Higher order QCD corrections in prompt photon + production}", + journal = "Phys.Rev.Lett.", + volume = "84", + pages = "4296-4299", + doi = "10.1103/PhysRevLett.84.4296", + year = "2000", + eprint = "hep-ph/0002078", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "YITP-99-69, NIKHEF-00-002", + SLACcitation = "%%CITATION = HEP-PH/0002078;%%", +} + +@article{Lai:2009ne, + author = "Lai, Hung-Liang and Huston, Joey and Mrenna, Stephen and + Nadolsky, Pavel and Stump, Daniel and others", + title = "{Parton Distributions for Event Generators}", + journal = "JHEP", + volume = "1004", + pages = "035", + doi = "10.1007/JHEP04(2010)035", + year = "2010", + eprint = "0910.4183", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-09-514-CD, MSUHEP-091021", + SLACcitation = "%%CITATION = ARXIV:0910.4183;%%", +} + +@article{Landshoff:1971pw, + author = "Landshoff, P.V. and Polkinghorne, J.C.", + title = "{The dual quark-parton model and high energy hadronic + processes}", + journal = "Nucl.Phys.", + volume = "B32", + pages = "541-556", + doi = "10.1016/0550-3213(71)90493-7", + year = "1971", + SLACcitation = "%%CITATION = NUPHA,B32,541;%%", +} + +@article{Lane:1996gr, + author = "Lane, Kenneth D.", + title = "{Electroweak and flavor dynamics at hadron colliders}", + year = "1996", + eprint = "hep-ph/9605257", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "BUHEP-96-8", + SLACcitation = "%%CITATION = HEP-PH/9605257;%%", +} + +@article{Lange:2005yw, + author = "Lange, Bjorn O. and Neubert, Matthias and Paz, Gil", + title = "{Theory of charmless inclusive $B$ decays and the + extraction of $V_{ub}$}", + journal = "Phys.Rev.", + volume = "D72", + pages = "073006", + doi = "10.1103/PhysRevD.72.073006", + year = "2005", + eprint = "hep-ph/0504071", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CLNS-05-1911, MIT-CTP-3616", + SLACcitation = "%%CITATION = HEP-PH/0504071;%%", +} + +@article{Langenfeld:2009wd, + author = "Langenfeld, U. and Moch, S. and Uwer, P.", + title = "{Measuring the running top-quark mass}", + journal = "Phys.Rev.", + volume = "D80", + pages = "054009", + doi = "10.1103/PhysRevD.80.054009", + year = "2009", + eprint = "0906.5273", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-09-097, HU-EP-09-27, SFB-CPP-09-55", + SLACcitation = "%%CITATION = ARXIV:0906.5273;%%", +} + +@article{Lai:2010vv, + author = "Lai, Hung-liang and Guzzi, Marco and Huston, Joey and Li, + Zhao and Nadolsky, Pavel M. and others", + title = "{New parton distributions for collider physics}", + journal = "Phys.Rev.", + volume = "D82", + pages = "074024", + doi = "10.1103/PhysRevD.82.074024", + year = "2010", + eprint = "1007.2241", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MSUHEP-100707, SMU-HEP-10-10", + SLACcitation = "%%CITATION = ARXIV:1007.2241;%%", +} + +@article{Lai:2010nw, + author = "Lai, Hung-Liang and Huston, Joey and Li, Zhao and + Nadolsky, Pavel and Pumplin, Jon and others", + title = "{Uncertainty induced by QCD coupling in the CTEQ global + analysis of parton distributions}", + journal = "Phys.Rev.", + volume = "D82", + pages = "054021", + doi = "10.1103/PhysRevD.82.054021", + year = "2010", + eprint = "1004.4624", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MSUHEP-100421, SMU-HEP-10-07", + SLACcitation = "%%CITATION = ARXIV:1004.4624;%%", +} + + + +@ARTICLE{Lange:2001uf, + author = {Lange, D. J.}, + title = "{The EvtGen particle decay simulation package}", + journal = {Nucl. Instrum. Meth.}, + year = {2001}, + volume = {A462}, + pages = {152-155}, + doi = {10.1016/S0168-9002(01)00089-4}, + file = {:Lange2001uf.pdf:PDF}, + slaccitation = {%%CITATION = NUIMA,A462,152;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUIMA,A462,152} +} + +@article{Landry:2002ix, + author = "Landry, F. and Brock, R. and Nadolsky, Pavel M. and Yuan, + C.P.", + title = "{Tevatron Run-1 $Z$ boson data and Collins-Soper-Sterman + resummation formalism}", + journal = "Phys.Rev.", + volume = "D67", + pages = "073016", + doi = "10.1103/PhysRevD.67.073016", + year = "2003", + eprint = "hep-ph/0212159", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = HEP-PH/0212159;%%", +} + +@article{Laporta:2001dd, + author = "Laporta, S.", + title = "{High precision calculation of multiloop Feynman + integrals by difference equations}", + journal = "Int.J.Mod.Phys.", + volume = "A15", + pages = "5087-5159", + doi = "10.1016/S0217-751X(00)00215-7", + year = "2000", + eprint = "hep-ph/0102033", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = HEP-PH/0102033;%%", +} + +@ARTICLE{LatundeDada:2008bv, + author = {Latunde-Dada, Oluseyi}, + title = "{Applying the {\tt POWHEG} method to top-pair production and decays + at the ILC}", + journal = {Eur. Phys. J.}, + year = {2008}, + volume = {C58}, + pages = {543-554}, + archiveprefix = {arXiv}, + doi = {10.1140/epjc/s10052-008-0785-1}, + eprint = {0806.4560}, + file = {:LatundeDada2008bv.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0806.4560} +} + +@ARTICLE{LatundeDada:2006gx, + author = {Latunde-Dada, Oluseyi and Gieseke, Stefan and Webber, Bryan}, + title = "{A positive-weight next--to--leading-order Monte Carlo for $e^+e^-$ + annihilation to hadrons}", + journal = {JHEP}, + year = {2007}, + volume = {02}, + pages = {051}, + eprint = {hep-ph/0612281}, + file = {:LatundeDada2006gx.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0612281} +} + +@ARTICLE{Lavesson:2007uu, + author = {Lavesson, Nils and L{\"o}nnblad, Leif}, + title = "{Merging parton showers and matrix elements -- back to basics}", + journal = {JHEP}, + year = {2008}, + volume = {04}, + pages = {085}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/04/085}, + eprint = {0712.2966}, + file = {:Lavesson2007uu.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0712.2966;%%} +} + +@ARTICLE{Lavesson:2008ah, + author = {Lavesson, Nils and L{\"o}nnblad, Leif}, + title = "{Extending CKKW-merging to one-loop matrix elements}", + journal = {JHEP}, + year = {2008}, + volume = {12}, + pages = {070}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/12/070}, + eprint = {0811.2912}, + file = {:Lavesson2008ah.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0811.2912;%%} +} + +@ARTICLE{Lavesson:2005xu, + author = {Lavesson, Nils and L{\"o}nnblad, Leif}, + title = "{$W$+jets matrix elements and the dipole cascade}", + journal = {JHEP}, + year = {2005}, + volume = {07}, + pages = {054}, + eprint = {hep-ph/0503293}, + file = {:Lavesson2005xu.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0503293} +} + +@ARTICLE{Lazopoulos:2008ex, + author = {Lazopoulos, Achilleas}, + title = "{Multi--gluon one--loop amplitudes numerically}", + year = {2008}, + archiveprefix = {arXiv}, + eprint = {0812.2998}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0812.2998;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0812.2998} +} + +@ARTICLE{Lee:1964is, + author = {Lee, T.D. and Nauenberg, M.}, + title = "{Degenerate systems and mass singularities}", + journal = {Phys.Rev.}, + year = {1964}, + volume = {133}, + pages = {B1549-B1562}, + doi = {10.1103/PhysRev.133.B1549}, + file = {:Lee1964is.pdf:PDF}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHRVA,133,B1549} +} + +@article{Lee:1977eg, + author = "Lee, Benjamin W. and Quigg, C. and Thacker, H.B.", + title = "{Weak Interactions at Very High-Energies: The Role of the + Higgs Boson Mass}", + journal = "Phys.Rev.", + volume = "D16", + pages = "1519", + doi = "10.1103/PhysRevD.16.1519", + year = "1977", + reportNumber = "FERMILAB-PUB-77-030-THY, FERMILAB-PUB-77-030-T", + SLACcitation = "%%CITATION = PHRVA,D16,1519;%%", +} + +@ARTICLE{Lepage:1980dq, + author = {Lepage, G. Peter}, + title = "{VEGAS - an Adaptive multi-dimensional integration program}", + year = {1980}, + note = {CLNS-80/447}, + file = {:Lepage1980dq.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?r=CLNS-80/447} +} + +@ARTICLE{Lepage:1977sw, + author = {Lepage, G. Peter}, + title = "{A new algorithm for adaptive multi--dimensional integration}", + journal = {J. Comput. Phys.}, + year = {1978}, + volume = {27}, + pages = {192}, + doi = {10.1016/0021-9991(78)90004-9}, + file = {:Lepage1977sw.pdf:PDF}, + slaccitation = {%%CITATION = JCTPA,27,192;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=JCTPA,27,192} +} + +@article{Lepage:1980fj, + author = "Lepage, G. Peter and Brodsky, Stanley J.", + title = "{Exclusive processes in perturbative quantum + chromodynamics}", + journal = "Phys.Rev.", + volume = "D22", + pages = "2157", + doi = "10.1103/PhysRevD.22.2157", + year = "1980", + reportNumber = "SLAC-PUB-2478", + SLACcitation = "%%CITATION = PHRVA,D22,2157;%%", +} + +@ARTICLE{Levin:1991ya, + author = {Levin, E. M. and Ryskin, M. G. and Shabelski, Yu. M. and Shuvaev, + A. G.}, + title = "{Heavy--quark production in parton model and in QCD}", + journal = {Sov. J. Nucl. Phys.}, + year = {1991}, + volume = {54}, + pages = {867-871}, + file = {:Levin1991ya.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SJNCA,54,867} +} + +@article{Lichtenberg:1982nm, + author = "Lichtenberg, D.B. and Namgung, W. and Wills, J.G. and + Predazzi, E.", + title = "{Light and Heavy Hadron Masses in a Relativistic Quark + Potential Model With Diquark Clustering}", + journal = "Z.Phys.", + volume = "C19", + pages = "19", + doi = "10.1007/BF01572332", + year = "1983", + reportNumber = "IUHET-84", + SLACcitation = "%%CITATION = ZEPYA,C19,19;%%", +} + +@ARTICLE{Lipatov:2005at, + author = {Lipatov, A. V. and Zotov, N. P.}, + title = "{Higgs boson production at hadron colliders in the $k_T$-factorization + approach}", + journal = {Eur. Phys. J.}, + year = {2005}, + volume = {C44}, + pages = {559-566}, + eprint = {hep-ph/0501172}, + file = {:Lipatov2005at.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0501172} +} + +@ARTICLE{Lipatov:2005tz, + author = {Lipatov, A. V. and Zotov, N. P.}, + title = "{Prompt photon photoproduction at DESY HERA in the $k_T$-factorization + approach}", + journal = {Phys. Rev.}, + year = {2005}, + volume = {D72}, + pages = {054002}, + eprint = {hep-ph/0506044}, + file = {:Lipatov2005tz.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0506044} +} + +@ARTICLE{Lipatov:1976zz, + author = {L. N. Lipatov}, + title = "{Reggeization of the vector meson and the vacuum singularity in non--Abelian + gauge theories}", + journal = {Sov. J. Nucl. Phys.}, + year = {1976}, + volume = {23}, + pages = {338-345}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SJNCA,23,338} +} + +@ARTICLE{Lipatov:1974qm, + author = {Lipatov, L. N.}, + title = "{The parton model and perturbation theory}", + journal = {Sov. J. Nucl. Phys.}, + year = {1975}, + volume = {20}, + pages = {94-102}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SJNCA,20,94} +} + +@ARTICLE{LlewellynSmith:1978dc, + author = {Llewellyn Smith, C. H.}, + title = "{QCD predictions for processes involving real photons}", + journal = {Phys. Lett.}, + year = {1978}, + volume = {B79}, + pages = {83}, + doi = {10.1016/0370-2693(78)90441-0}, + file = {:LlewellynSmith1978dc.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B79,83;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHLTA,B79,83} +} + +@article{Luke:1990eg, + author = "Luke, Michael E.", + title = "{Effects of subleading operators in the heavy quark + effective theory}", + journal = "Phys.Lett.", + volume = "B252", + pages = "447-455", + doi = "10.1016/0370-2693(90)90568-Q", + year = "1990", + reportNumber = "HUTP-90-A051", + SLACcitation = "%%CITATION = PHLTA,B252,447;%%", +} + +@ARTICLE{Luo:2005my, + author = {Luo, Ming-Xing and Wen, Cong-Kao}, + title = "{Compact formulas for all tree amplitudes of six partons}", + journal = {Phys. Rev.}, + year = {2005}, + volume = {D71}, + pages = {091501}, + eprint = {hep-th/0502009}, + file = {:Luo2005my.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0502009} +} + +@ARTICLE{Luo:2005rx, + author = {Luo, Ming-Xing and Wen, Cong-Kao}, + title = "{Recursion relations for tree amplitudes in super gauge theories}", + journal = {JHEP}, + year = {2005}, + volume = {03}, + pages = {004}, + eprint = {hep-th/0501121}, + file = {:Luo2005rx.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0501121} +} + +@article{Lonnblad:2012ix, + author = "Lonnblad, Leif and Prestel, Stefan", + title = "{Merging multi-leg NLO matrix elements with parton + showers}", + year = "2012", + eprint = "1211.7278", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MCNET-12-17, LU-TP-12-43", + SLACcitation = "%%CITATION = ARXIV:1211.7278;%%", +} + +@article{Lonnblad:2012ng, + author = "Lonnblad, Leif and Prestel, Stefan", + title = "{Unitarising matrix element + parton shower merging}", + year = "2012", + eprint = "1211.4827", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1211.4827;%%", +} + +@article{Lonnblad:2011xx, + author = "Lonnblad, Leif and Prestel, Stefan", + title = "{Matching tree--level matrix elements with interleaved + showers}", + journal = "JHEP", + volume = "1203", + pages = "019", + doi = "10.1007/JHEP03(2012)019", + year = "2012", + eprint = "1109.4829", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1109.4829;%%", +} + +@ARTICLE{Lonnblad:2001iq, + author = {L{\"o}nnblad, Leif}, + title = "{Correcting the colour-dipole cascade model with fixed order matrix + elements}", + journal = {JHEP}, + year = {2002}, + volume = {05}, + pages = {046}, + eprint = {hep-ph/0112284}, + file = {:Lonnblad2001iq.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0112284} +} + +@ARTICLE{Lonnblad:1995ex, + author = {L{\"o}nnblad, Leif}, + title = "{Small $x$ effects in $W$ + jets production at the Tevatron}", + journal = {Nucl. Phys.}, + year = {1996}, + volume = {B458}, + pages = {215-230}, + eprint = {hep-ph/9508261}, + file = {:Lonnblad1995ex.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9508261} +} + +@ARTICLE{Lonnblad:1994wk, + author = {L{\"o}nnblad, Leif}, + title = "{Rapidity gaps and other final state properties in the color dipole + model for deep--inelastic scattering}", + journal = {Z. Phys.}, + year = {1995}, + volume = {C65}, + pages = {285-292}, + file = {:Lonnblad1994wk.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C65,285} +} + +@ARTICLE{Lonnblad:1992tz, + author = {L{\"o}nnblad, Leif}, + title = "{Ariadne version 4: A program for simulation of QCD cascades implementing + the colour dipole model}", + journal = {Comput. Phys. Commun.}, + year = {1992}, + volume = {71}, + pages = {15-31}, + file = {:Lonnblad1992tz.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=CPHCB,71,15} +} + +@article{Lonnblad:1988nh, + author = "Lonnblad, Leif and Pettersson, Ulf", + title = "{ARIADNE 2: A Monte Carlo for QCD cascades in the color dipole formulation: an update}", + year = "1988", + reportNumber = "LU-TP-88-15", + SLACcitation = "%%CITATION = LU-TP-88-15 ETC.;%%", +} + +@article{Low:1975sv, + author = "Low, F.E.", + title = "{A Model of the Bare Pomeron}", + journal = "Phys.Rev.", + volume = "D12", + pages = "163-173", + doi = "10.1103/PhysRevD.12.163", + year = "1975", + reportNumber = "MIT-CTP-438", + SLACcitation = "%%CITATION = PHRVA,D12,163;%%", +} + +@article{Low:1958sn, + author = "Low, F.E.", + title = "{Bremsstrahlung of very low-energy quanta in elementary + particle collisions}", + journal = "Phys.Rev.", + volume = "110", + pages = "974-977", + doi = "10.1103/PhysRev.110.974", + year = "1958", + SLACcitation = "%%CITATION = PHRVA,110,974;%%", +} + +@ARTICLE{Macesanu:2002ew, + author = {Macesanu, C. and McMullen, C. D. and Nandi, S.}, + title = "{New signal for universal extra dimensions}", + journal = {Phys. Lett.}, + year = {2002}, + volume = {B546}, + pages = {253-260}, + archiveprefix = {arXiv}, + doi = {10.1016/S0370-2693(02)02694-1}, + eprint = {hep-ph/0207269}, + file = {:Macesanu2002ew.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0207269;%%} +} + +@article{Maitre:2013wha, + author = "Maître, Daniel and Sapeta, Sebastian", + title = "{Simulated NNLO for high-$p_T$ observables in vector + boson + jets production at the LHC}", + journal = "Eur.Phys.J.", + number = "12", + volume = "C73", + pages = "2663", + doi = "10.1140/epjc/s10052-013-2663-8", + year = "2013", + eprint = "1307.2252", + archivePrefix = "arXiv", + reportNumber = "IPPP-13-49, DCPT-13-98", + SLACcitation = "%%CITATION = ARXIV:1307.2252;%%", +} + + +@ARTICLE{Maltoni:2002mq, + author = {Maltoni, F. and Paul, K. and Stelzer, T. and Willenbrock, S.}, + title = "{Color-flow decomposition of QCD amplitudes}", + journal = {Phys. Rev.}, + year = {2003}, + volume = {D67}, + pages = {014026}, + eprint = {hep-ph/0209271}, + file = {:Maltoni2002mq.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0209271} +} + +@ARTICLE{Maltoni:2002qb, + author = {Maltoni, Fabio and Stelzer, Tim}, + title = "{MadEvent: automatic event generation with MadGraph}", + journal = {JHEP}, + year = {2003}, + volume = {02}, + pages = {027}, + eprint = {hep-ph/0208156}, + file = {:Maltoni2002qb.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0208156} +} + +@article{Mana:1986je, + author = "Mana, C. and Martinez, M.", + title = "{On the Radiative Bhabha Scattering for the Single Photon + Configuration}", + journal = "Nucl.Phys.", + volume = "B287", + pages = "601", + doi = "10.1016/0550-3213(87)90120-9", + year = "1987", + reportNumber = "DESY-86-062", + SLACcitation = "%%CITATION = NUPHA,B287,601;%%", +} + +@article{Mangano:1988sq, + author = "Mangano, Michelangelo L.", + title = "{Four-jet production at the Tevatron collider}", + journal = "Z.Phys.", + volume = "C42", + pages = "331", + doi = "10.1007/BF01555875", + year = "1989", + reportNumber = "FERMILAB-PUB-88-119-T", + SLACcitation = "%%CITATION = ZEPYA,C42,331;%%", +} + +@ARTICLE{Mangano:1988kk, + author = {Mangano, Michelangelo L.}, + title = "{The color structure of gluon emission}", + journal = {Nucl. Phys.}, + year = {1988}, + volume = {B309}, + pages = {461}, + doi = {10.1016/0550-3213(88)90453-1}, + file = {:Mangano1988kk.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B309,461;%%} +} + +@ARTICLE{Mangano:2002ea, + author = {Mangano, Michelangelo L. and Moretti, Mauro and Piccinini, Fulvio + and Pittau, Roberto and Polosa, Antonio D.}, + title = "{ALPGEN, a generator for hard multiparton processes in hadronic collisions}", + journal = {JHEP}, + year = {2003}, + volume = {07}, + pages = {001}, + eprint = {hep-ph/0206293}, + file = {:Mangano2002ea.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0206293} +} + +@ARTICLE{Mangano:2006rw, + author = {Mangano, Michelangelo L. and Moretti, Mauro and Piccinini, Fulvio + and Treccani, Michele}, + title = "{Matching matrix elements and shower evolution for top-pair production + in hadronic collisions}", + journal = {JHEP}, + year = {2007}, + volume = {01}, + pages = {013}, + eprint = {hep-ph/0611129}, + file = {:Mangano2006rw.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0611129} +} + +@ARTICLE{Mangano:2001xp, + author = {Mangano, Michelangelo L. and Moretti, Mauro and Pittau, Roberto}, + title = "{Multijet matrix elements and shower evolution in hadronic collisions: + $W b\bar{b}+n$-jets as a case study}", + journal = {Nucl. Phys.}, + year = {2002}, + volume = {B632}, + pages = {343-362}, + eprint = {hep-ph/0108069}, + file = {:Mangano2001xp.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0108069} +} + +@ARTICLE{Mangano:1990by, + author = {Mangano, Michelangelo L. and Parke, Stephen J.}, + title = "{Multiparton amplitudes in gauge theories}", + journal = {Phys. Rept.}, + year = {1991}, + volume = {200}, + pages = {301-367}, + archiveprefix = {arXiv}, + doi = {10.1016/0370-1573(91)90091-Y}, + eprint = {hep-th/0509223}, + file = {:Mangano1990by.pdf:PDF}, + slaccitation = {%%CITATION = HEP-TH/0509223;%%} +} + +@ARTICLE{Mangano:1987kp, + author = {Mangano, Michelangelo L. and Parke, Stephen J.}, + title = "{Quark-gluon amplitudes in the dual expansion}", + journal = {Nucl. Phys.}, + year = {1988}, + volume = {B299}, + pages = {673}, + doi = {10.1016/0550-3213(88)90368-9}, + file = {:Mangano1987kp.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B299,673;%%} +} + +@ARTICLE{Mangano:1987xk, + author = {Mangano, Michelangelo L. and Parke, Stephen J. and Xu, Zhan}, + title = "{Duality and multi-gluon scattering}", + journal = {Nucl. Phys.}, + year = {1988}, + volume = {B298}, + pages = {653}, + file = {:Mangano1987xk.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B298,653} +} + +@article{Mannel:1990vg, + author = "Mannel, Thomas and Roberts, Winston and Ryzak, Zbigniew", + title = "{Baryons in the heavy quark effective theory}", + journal = "Nucl.Phys.", + volume = "B355", + pages = "38-53", + doi = "10.1016/0550-3213(91)90301-D", + year = "1991", + reportNumber = "DESY-90-101, HUTP-90-A047", + SLACcitation = "%%CITATION = NUPHA,B355,38;%%", +} +@article{Manohar:2012jr, + author = "Manohar, Aneesh V. and Waalewijn, Wouter J.", + title = "{A QCD Analysis of Double Parton Scattering: Color + Correlations, Interference Effects and Evolution}", + journal = "Phys.Rev.", + volume = "D85", + pages = "114009", + doi = "10.1103/PhysRevD.85.114009", + year = "2012", + eprint = "1202.3794", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1202.3794;%%", +} + +@article{Manohar:2012rs, + author = "Manohar, Aneesh V. and Trott, Michael", + title = "{Electroweak Sudakov Corrections and the Top Quark + Forward-Backward Asymmetry}", + journal = "Phys.Lett.", + volume = "B711", + pages = "313-316", + doi = "10.1016/j.physletb.2012.04.013", + year = "2012", + eprint = "1201.3926", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2012-035", + SLACcitation = "%%CITATION = ARXIV:1201.3926;%%", +} + + +@ARTICLE{Marchesini:1994wr, + author = {Guiseppe Marchesini}, + title = "{QCD coherence in the structure function and associated distributions + at small $x$}", + journal = {Nucl. Phys.}, + year = {1995}, + volume = {B445}, + pages = {49-80}, + eprint = {hep-ph/9412327}, + file = {:Marchesini1994wr.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9412327} +} + +@ARTICLE{Marchesini:1992jw, + author = {Marchesini, G. and Webber, B. R.}, + title = "{Final states in heavy quark leptoproduction at small $x$}", + journal = {Nucl. Phys.}, + year = {1992}, + volume = {B386}, + pages = {215-235}, + doi = {10.1016/0550-3213(92)90181-A}, + file = {:Marchesini1992jw.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B386,215;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=NUPHA,B386,215} +} + +@ARTICLE{Marchesini:1990zy, + author = {Marchesini, G. and Webber, B. R.}, + title = "{Simulation of QCD initial state radiation at small x}", + journal = {Nucl. Phys.}, + year = {1991}, + volume = {B349}, + pages = {617-634}, + file = {:Marchesini1990zy.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B349,617} +} + +@ARTICLE{Marchesini:1987cf, + author = {Marchesini, G. and Webber, B. R.}, + title = "{Monte Carlo simulation of general hard processes with coherent QCD + radiation}", + journal = {Nucl. Phys.}, + year = {1988}, + volume = {B310}, + pages = {461}, + doi = {10.1016/0550-3213(88)90089-2}, + file = {:Marchesini1987cf.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B310,461;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=NUPHA,B310,461} +} + +@ARTICLE{Marchesini:1988hj, + author = {Marchesini, G. and Webber, B. R.}, + title = "{Associated transverse energy in hadronic jet production}", + journal = {Phys. Rev.}, + year = {1988}, + volume = {D38}, + pages = {3419}, + doi = {10.1103/PhysRevD.38.3419}, + file = {:Marchesini1988hj.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D38,3419;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHRVA,D38,3419} +} + +@ARTICLE{Marchesini:1983bm, + author = {Marchesini, G. and Webber, B. R.}, + title = "{Simulation of QCD jets including soft gluon interference}", + journal = {Nucl. Phys.}, + year = {1984}, + volume = {B238}, + pages = {1}, + doi = {10.1016/0550-3213(84)90463-2}, + file = {:Marchesini1983bm.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B238,1;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=NUPHA,B238,1} +} + +@article{Marchesini:1980cr, + author = "Marchesini, G. and Trentadue, L. and Veneziano, G.", + title = "{Space-time description of color screening via Jet + calculus techniques}", + journal = "Nucl.Phys.", + volume = "B181", + pages = "335", + doi = "10.1016/0550-3213(81)90357-6", + year = "1981", + reportNumber = "CERN-TH-2924", + SLACcitation = "%%CITATION = NUPHA,B181,335;%%", +} + +@ARTICLE{Martin:2004dh, + author = {Martin, A. D. and Roberts, R. G. and Stirling, W. J. and Thorne, + R. S.}, + title = "{Parton distributions incorporating QED contributions}", + journal = {Eur. Phys. J.}, + year = {2005}, + volume = {C39}, + pages = {155-161}, + archiveprefix = {arXiv}, + doi = {10.1140/epjc/s2004-02088-7}, + eprint = {hep-ph/0411040}, + file = {:Martin2004dh.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0411040;%%} +} + +@ARTICLE{Martin:2001es, + author = {Martin, Alan D. and Roberts, R. G. and Stirling, W. J. and Thorne, + R. S.}, + title = "{MRST2001: Partons and $\alpha_s$ from precise deep--inelastic scattering + and Tevatron jet data}", + journal = {Eur. Phys. J.}, + year = {2002}, + volume = {C23}, + pages = {73-87}, + archiveprefix = {arXiv}, + doi = {10.1007/s100520100842}, + eprint = {hep-ph/0110215}, + file = {:Martin2001es.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0110215;%%} +} + +@ARTICLE{Martin:1999ww, + author = {Martin, Alan D. and Roberts, R. G. and Stirling, W. James and Thorne, + R. S.}, + title = "{Parton distributions and the LHC: $W$ and $Z$ production}", + journal = {Eur. Phys. J.}, + year = {2000}, + volume = {C14}, + pages = {133-145}, + archiveprefix = {arXiv}, + doi = {10.1007/s100520050740}, + eprint = {hep-ph/9907231}, + file = {:Martin1999ww.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9907231;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9907231} +} + +@ARTICLE{Martin:2009iq, + author = {Martin, A. D. and Stirling, W. J. and Thorne, R. S. and Watt, G.}, + title = "{Parton distributions for the LHC}", + journal = {Eur. Phys. J.}, + year = {2009}, + volume = {C63}, + pages = {189-295}, + archiveprefix = {arXiv}, + doi = {10.1140/epjc/s10052-009-1072-5}, + eprint = {0901.0002}, + file = {:Martin2009iq.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0901.0002;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0901.0002} +} + +@ARTICLE{Martin:1997ns, + author = {Martin, Stephen P.}, + title = "{A Supersymmetry primer}", + year = {1997}, + archiveprefix = {arXiv}, + eprint = {hep-ph/9709356}, + file = {:Martin1997ns.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9709356;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9709356} +} + +@article{Martin:2002aw, + author = "Martin, A.D. and Roberts, R.G. and Stirling, W.J. and + Thorne, R.S.", + title = "{Uncertainties of predictions from parton distributions. + 1: Experimental errors}", + journal = "Eur.Phys.J.", + volume = "C28", + pages = "455-473", + doi = "10.1140/epjc/s2003-01196-2", + year = "2003", + eprint = "hep-ph/0211080", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "IPPP-02-49, DCPT-02-98, CAVENDISH-HEP-2002-10", + SLACcitation = "%%CITATION = HEP-PH/0211080;%%", +} + +@article{Mastrolia:2010nb, + author = "Mastrolia, P. and Ossola, G. and Reiter, T. and + Tramontano, F.", + title = "{Scattering AMplitudes from Unitarity-based Reduction + Algorithm at the Integrand-level}", + journal = "JHEP", + volume = "1008", + pages = "080", + doi = "10.1007/JHEP08(2010)080", + year = "2010", + eprint = "1006.0710", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2010-124, NIKHEF-2010-015", + SLACcitation = "%%CITATION = ARXIV:1006.0710;%%", +} + +@article{Mastrolia:2009dr, + author = "Mastrolia, Pierpaolo", + title = "{Double-cut of scattering amplitudes and Stokes' + theorem}", + journal = "Phys.Lett.", + volume = "B678", + pages = "246-249", + doi = "10.1016/j.physletb.2009.06.033", + year = "2009", + eprint = "0905.2909", + archivePrefix = "arXiv", + primaryClass = "hep-ph", +} + +@ARTICLE{Matsuura:1988sm, + author = {Matsuura, T. and van der Marck, S. C. and van Neerven, W. L.}, + title = "{The calculation of the second order soft and virtual contributions + to the Drell-Yan cross section}", + journal = {Nucl. Phys.}, + year = {1989}, + volume = {B319}, + pages = {570}, + file = {:Matsuura1988sm.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B319,570} +} + +@ARTICLE{whitehat:2010aa, + author = {Ma{\^i}tre, Daniel}, + note = {private communication} +} + +@article{Mekhfi:1983az, + author = "Mekhfi, M.", + title = "{Multiparton processes: an application to double Drell-Yan}", + journal = "Phys.Rev.", + volume = "D32", + pages = "2371", + doi = "10.1103/PhysRevD.32.2371", + year = "1985", + reportNumber = "SISSA-46-83-EP", + SLACcitation = "%%CITATION = PHRVA,D32,2371;%%", +} + +@Article{Mele:1990bq, + author = "Mele, B. and Nason, P. and Ridolfi, G.", + title = "{QCD radiative corrections to $Z$ boson pair production in + hadronic collisions}", + journal = "Nucl. Phys.", + volume = "B357", + year = "1991", + pages = "409-438", + doi = "10.1016/0550-3213(91)90475-D", + SLACcitation = "%%CITATION = NUPHA,B357,409;%%" +} + +@article{Melia:2011tj, + author = "Melia, Tom and Nason, Paolo and Rontsch, Raoul and + Zanderighi, Giulia", + title = "{$W^+W^-$, $WZ$ and $ZZ$ production in the POWHEG BOX}", + journal = "JHEP", + volume = "1111", + pages = "078", + doi = "10.1007/JHEP11(2011)078", + year = "2011", + eprint = "1107.5051", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1107.5051;%%", +} + +@article{Melnikov:2011qx, + author = "Melnikov, Kirill and Scharf, Andreas and Schulze, Markus", + title = "{Top quark pair production in association with a jet: QCD + corrections and jet radiation in top quark decays}", + journal = "Phys.Rev.", + volume = "D85", + pages = "054002", + doi = "10.1103/PhysRevD.85.054002", + year = "2012", + note = "22 pages, 8 figures", + eprint = "1111.4991", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ANL-HEP-PR-11-76", + SLACcitation = "%%CITATION = ARXIV:1111.4991;%%", +} + +@article{Melnikov:2009dn, + author = "Melnikov, Kirill and Schulze, Markus", + title = "{NLO QCD corrections to top quark pair production and + decay at hadron colliders}", + journal = "JHEP", + volume = "0908", + pages = "049", + doi = "10.1088/1126-6708/2009/08/049", + year = "2009", + eprint = "0907.3090", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:0907.3090;%%", +} + +@ARTICLE{Melnikov:2010iu, + author = {Melnikov, Kirill and Schulze, Markus}, + title = "{NLO QCD corrections to top quark pair production in association + with one hard jet at hadron colliders}", + journal = {Nucl. Phys.}, + year = {2010}, + volume = {B840}, + pages = {129-159}, + archiveprefix = {arXiv}, + doi = {10.1016/j.nuclphysb.2010.07.003}, + eprint = {1004.3284}, + file = {:Melnikov2010iu.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 1004.3284;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1004.3284} +} + +@article{Melnikov:2000qh, + author = "Melnikov, Kirill and Ritbergen, Timo van", + title = "{The three--loop relation between the $\overline{MS}$ and the pole + quark masses}", + journal = "Phys.Lett.", + volume = "B482", + pages = "99-108", + doi = "10.1016/S0370-2693(00)00507-4", + year = "2000", + eprint = "hep-ph/9912391", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SLAC-PUB-8321, TTP-99-51", + SLACcitation = "%%CITATION = HEP-PH/9912391;%%", +} + +@article{Melnikov:2006kv, + author = "Melnikov, Kirill and Petriello, Frank", + title = "{Electroweak gauge boson production at hadron colliders + through O(alpha(s)**2)}", + journal = "Phys.Rev.", + volume = "D74", + pages = "114017", + doi = "10.1103/PhysRevD.74.114017", + year = "2006", + eprint = "hep-ph/0609070", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "UH-511-1092-06", + SLACcitation = "%%CITATION = HEP-PH/0609070;%%", +} + + +@ARTICLE{Messina:2006zz, + author = {Messina, Andrea}, + title = "{Measurement of the $W$ + jet cross section at CDF}", + journal = {Braz. J. Phys.}, + year = {2007}, + volume = {37}, + pages = {840-842}, + archiveprefix = {arXiv}, + collaboration = {CDF}, + eprint = {0708.1380}, + file = {:Messina2006zz.pdf:PDF}, + primaryclass = {hep-ex}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0708.1380} +} + +@ARTICLE{Metropolis:1953am, + author = {Metropolis, N. and Rosenbluth, A. W. and Rosenbluth, M. N. and Teller, + A. H. and Teller, E.}, + title = "{Equation of state calculations by fast computing machines}", + journal = {J. Chem. Phys.}, + year = {1953}, + volume = {21}, + pages = {1087-1092}, + doi = {10.1063/1.1699114}, + file = {:Metropolis1953am.pdf:PDF}, + slaccitation = {%%CITATION = JCPSA,21,1087;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=JCPSA,21,1087} +} + +@article{Mikaelian:1979nr, + author = "Mikaelian, K.O. and Samuel, M.A. and Sahdev, D.", + title = "{The magnetic moment of weak bosons produced in $p p$ and $p \bar{p}$ collisions}", + journal = "Phys.Rev.Lett.", + volume = "43", + pages = "746", + doi = "10.1103/PhysRevLett.43.746", + year = "1979", + reportNumber = "PRINT-79-0454 (OKLAHOMA-STATE)", + SLACcitation = "%%CITATION = PRLTA,43,746;%%", +} + +@ARTICLE{Mirkes:1995ks, + author = {Mirkes, Erwin and Zeppenfeld, Dieter}, + title = "{Dijet production at HERA in next--to--leading order}", + journal = {Phys. Lett.}, + year = {1996}, + volume = {B380}, + pages = {205-212}, + archiveprefix = {arXiv}, + doi = {10.1016/0370-2693(96)00426-1}, + eprint = {hep-ph/9511448}, + file = {:Mirkes1995ks.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9511448;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9511448} +} + +@article{Mishra:2013una, + author = "Mishra, Kalanand and Becher, Thomas and Barze, Luca and + Chiesa, Mauro and Dittmaier, Stefan and others", + title = "{Electroweak Corrections at High Energies}", + year = "2013", + eprint = "1308.1430", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-CONF-13-514-CMS", + SLACcitation = "%%CITATION = ARXIV:1308.1430;%%", +} + +@ARTICLE{Miu:1998ju, + author = {Miu, Gabriela and Sj{\"o}strand, Torbj{\"o}rn}, + title = "{$W$ production in an improved parton-shower approach}", + journal = {Phys. Lett.}, + year = {1999}, + volume = {B449}, + pages = {313-320}, + archiveprefix = {arXiv}, + doi = {10.1016/S0370-2693(99)00068-4}, + eprint = {hep-ph/9812455}, + file = {:Miu1998ju.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9812455;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9812455} +} + +@ARTICLE{Moch:2004pa, + author = {Moch, S. and Vermaseren, J. A. M. and Vogt, A.}, + title = "{The three-loop splitting functions in QCD: The non-singlet case}", + journal = {Nucl. Phys.}, + year = {2004}, + volume = {B688}, + pages = {101-134}, + archiveprefix = {arXiv}, + doi = {10.1016/j.nuclphysb.2004.03.030}, + eprint = {hep-ph/0403192}, + file = {:Moch2004pa.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0403192;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0403192} +} + +@ARTICLE{Mohr:2000dd, + author = {Mohr, Renate}, + title = "{Messung von 3-Jet-Ereignissen in tiefunelastischer e-p-Streuung + mit dem H1-Detektor bei HERA}", + year = {2000}, + pages = {139}, + file = {:Mohr2000dd.ps:PostScript}, + url = {http://www.physnet.uni-hamburg.de/services/fachinfo/___Volltexte/Renate___Mohr/} +} + +@article{Monni:2014zra, + author = "Monni, Pier Francesco and Zanderighi, Giulia", + title = "{On the excess in the inclusive $W^+W^-\rightarrow + l^+l^-\nu\bar\nu$ cross section}", + year = "2014", + eprint = "1410.4745", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1410.4745;%%", +} + +@article{Moreno:1990sf, + author = "Moreno, G. and Brown, C.N. and Cooper, W.E. and Finley, + D. and Hsiung, Y.B. and others", + title = "{Dimuon production in proton - copper collisions at + $\sqrt{s}$ = 38.8-GeV}", + journal = "Phys.Rev.", + volume = "D43", + pages = "2815-2836", + doi = "10.1103/PhysRevD.43.2815", + year = "1991", + reportNumber = "FERMILAB-PUB-90-223-E", + SLACcitation = "%%CITATION = PHRVA,D43,2815;%%", +} + +@ARTICLE{Moretti:2001zz, + author = {Moretti, Mauro and Ohl, Thorsten and Reuter, Jurgen}, + title = "{O'Mega: An optimizing matrix element generator}", + year = {2001}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0102195}, + file = {:Moretti2001zz.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0102195;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0102195} +} + +@ARTICLE{Mrenna:2003if, + author = {Mrenna, Stephen and Richardson, Peter}, + title = "{Matching matrix elements and parton showers with \Herwig and \Pythia}", + journal = {JHEP}, + year = {2004}, + volume = {05}, + pages = {040}, + eprint = {hep-ph/0312274}, + file = {:Mrenna2003if.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0312274} +} + +@ARTICLE{Mueller:1981ex, + author = {A. H. Mueller}, + title = "{On the multiplicity of hadrons in QCD jets}", + journal = {Phys. Lett.}, + year = {1981}, + volume = {B104}, + pages = {161-164}, + file = {:Mueller1981ex.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B104,161} +} + +@article{Murayama:1992gi, + author = "Murayama, H. and Watanabe, I. and Hagiwara, Kaoru", + title = "{HELAS: HELicity amplitude subroutines for Feynman + diagram evaluations}", + year = "1992", + reportNumber = "KEK-91-11", + SLACcitation = "%%CITATION = KEK-91-11 ETC.;%%", +} + + +@ARTICLE{Monig:2007py, + author = {M{\"o}nig, Klaus and Rosca, Aura}, + title = "{Towards a measurement of the two-photon decay width of the Higgs + boson at a photon collider}", + journal = {Eur. Phys. J.}, + year = {2008}, + volume = {C57}, + pages = {535-540}, + archiveprefix = {arXiv}, + doi = {10.1140/epjc/s10052-008-0765-5}, + eprint = {0705.1259}, + file = {:Monig2007py.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0705.1259} +} + +@ARTICLE{Nachtmann:1982xr, + author = {Nachtmann, O. and Reiter, A.}, + title = "{A test for the gluon self--coupling in the reactions $e^+ e^- \to$ + 4 jets and $Z^0 \to$ 4 jets}", + journal = {Z. Phys.}, + year = {1982}, + volume = {C16}, + pages = {45}, + doi = {10.1007/BF01573746}, + file = {:Nachtmann1982xr.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C16,45;%%} +} + +@article{Nadolsky:2001yg, + author = "Nadolsky, Pavel M. and Sullivan, Z.", + title = "{PDF uncertainties in WH production at Tevatron}", + journal = "eConf", + volume = "C010630", + pages = "P510", + year = "2001", + eprint = "hep-ph/0110378", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "SNOWMASS-2001-P510, FERMILAB-CONF-01-330-T, MSUHEP-11025, + SMU-HEP-01-11", + SLACcitation = "%%CITATION = HEP-PH/0110378;%%", +} + +@article{Nadolsky:2007ba, + author = "Nadolsky, Pavel M. and Balazs, C. and Berger, Edmond L. + and Yuan, C.-P.", + title = "{Gluon-gluon contributions to the production of continuum + diphoton pairs at hadron colliders}", + journal = "Phys.Rev.", + volume = "D76", + pages = "013008", + doi = "10.1103/PhysRevD.76.013008", + year = "2007", + eprint = "hep-ph/0702003", + archivePrefix = "arXiv", + primaryClass = "HEP-PH", + reportNumber = "ANL-HEP-PR-07-5", + SLACcitation = "%%CITATION = HEP-PH/0702003;%%", +} + +@ARTICLE{Nadolsky:2008zw, + author = {Nadolsky, Pavel M. and others}, + title = "{Implications of CTEQ global analysis for collider observables}", + journal = {Phys. Rev.}, + year = {2008}, + volume = {D78}, + pages = {013004}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.78.013004}, + eprint = {0802.0007}, + file = {:Nadolsky2008zw.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0802.0007;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0802.0007} +} + +@article{Nagy:1998bb, + author = "Nagy, Zoltan and Trocsanyi, Zoltan", + title = "{Next-to-leading order calculation of four jet + observables in electron positron annihilation}", + journal = "Phys.Rev.", + volume = "D59", + pages = "014020", + doi = "10.1103/PhysRevD.62.099902, 10.1103/PhysRevD.59.014020", + year = "1999", + eprint = "hep-ph/9806317", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = HEP-PH/9806317;%%", +} + +@ARTICLE{Nagy:2003tz, + author = {Nagy, Zoltan}, + title = "{Next--to--leading order calculation of three-jet observables in hadron-hadron + collisions}", + journal = {Phys. Rev.}, + year = {2003}, + volume = {D68}, + pages = {094002}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.68.094002}, + eprint = {hep-ph/0307268}, + file = {:Nagy2003tz.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0307268;%%} +} + +@ARTICLE{Nagy:2006kb, + author = {Nagy, Zoltan and Soper, Davison E.}, + title = "{A new parton shower algorithm: Shower evolution, matching at leading + and next--to--leading order level}", + eprint = {hep-ph/0601021}, + file = {:Nagy2006kb.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0601021} +} + +@ARTICLE{Nagy:2009vg, + author = {Nagy, Zoltan and Soper, Davison E.}, + title = "{On the transverse momentum in $Z$-boson production in a virtuality + ordered parton shower}", + journal = {JHEP}, + year = {2010}, + volume = {03}, + pages = {097}, + archiveprefix = {arXiv}, + doi = {10.1007/JHEP03(2010)097}, + eprint = {0912.4534}, + file = {:Nagy2009vg.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0912.4534;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0912.4534} +} + +@ARTICLE{Nagy:2009re, + author = {Nagy, Zoltan and Soper, Davison E.}, + title = "{Final state dipole showers and the DGLAP equation}", + journal = {JHEP}, + year = {2009}, + volume = {05}, + pages = {088}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/05/088}, + eprint = {0901.3587}, + file = {:Nagy2009re.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0901.3587;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0901.3587} +} + +@ARTICLE{Nagy:2008eq, + author = {Nagy, Zoltan and Soper, Davison E.}, + title = "{Parton showers with quantum interference: leading color, with spin}", + journal = {JHEP}, + year = {2008}, + volume = {07}, + pages = {025}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/07/025}, + eprint = {0805.0216}, + file = {:Nagy2008eq.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0805.0216;%%} +} + +@ARTICLE{Nagy:2008ns, + author = {Nagy, Zoltan and Soper, Davison E.}, + title = "{Parton showers with quantum interference: leading color, spin averaged}", + journal = {JHEP}, + year = {2008}, + volume = {03}, + pages = {030}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/03/030}, + eprint = {0801.1917}, + file = {:Nagy2008ns.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0801.1917;%%} +} + +@ARTICLE{Nagy:2007ty, + author = {Nagy, Zoltan and Soper, Davison E.}, + title = "{Parton showers with quantum interference}", + journal = {JHEP}, + year = {2007}, + volume = {09}, + pages = {114}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2007/09/114}, + eprint = {0706.0017}, + file = {:Nagy2007ty.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0706.0017;%%} +} + +@ARTICLE{Nagy:2005aa, + author = {Nagy, Zoltan and Soper, Davison E.}, + title = "{Matching parton showers to NLO computations}", + journal = {JHEP}, + year = {2005}, + volume = {10}, + pages = {024}, + eprint = {hep-ph/0503053}, + file = {:Nagy2005aa.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0503053} +} + +@ARTICLE{Nagy:2005gn, + author = {Nagy, Zoltan and Trocsanyi, Zoltan}, + title = "{Three-jet event-shapes in lepton-proton scattering at next--to--leading + order accuracy}", + journal = {Phys. Lett.}, + year = {2006}, + volume = {B634}, + pages = {498-503}, + archiveprefix = {arXiv}, + doi = {10.1016/j.physletb.2006.02.007}, + eprint = {hep-ph/0511328}, + file = {:Nagy2005gn.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0511328;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0511328} +} + +@article{Nagy:2003tz, + author = "Nagy, Zoltan", + title = "{Next-to-leading order calculation of three jet + observables in hadron hadron collision}", + journal = "Phys.Rev.", + volume = "D68", + pages = "094002", + doi = "10.1103/PhysRevD.68.094002", + year = "2003", + eprint = "hep-ph/0307268", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = HEP-PH/0307268;%%", +} + +@ARTICLE{Nagy:2001xb, + author = {Nagy, Zoltan and Trocsanyi, Zoltan}, + title = "{Multi--jet cross sections in deep--inelastic scattering at next--to--leading + order}", + journal = {Phys. Rev. Lett.}, + year = {2001}, + volume = {87}, + pages = {082001}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevLett.87.082001}, + eprint = {hep-ph/0104315}, + file = {:Nagy2001xb.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0104315;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0104315} +} + +@ARTICLE{Nanava:2006vv, + author = {Nanava, G. and W{\c a}s, Z.}, + title = "{Scalar QED, NLO and PHOTOS Monte Carlo}", + journal = {Eur. Phys. J.}, + year = {2007}, + volume = {C51}, + pages = {569-583}, + archiveprefix = {arXiv}, + doi = {10.1140/epjc/s10052-007-0316-5}, + eprint = {hep-ph/0607019}, + file = {:Nanava2006vv.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0607019;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0607019} +} + +@article{Nason:1993xx, + author = "Nason, P. and Webber, B.R.", + title = "{Scaling violation in $e^+e^-$ fragmentation functions: QCD + evolution, hadronization and heavy quark mass effects}", + journal = "Nucl.Phys.", + volume = "B421", + pages = "473-517", + doi = "10.1016/0550-3213(94)90513-4", + year = "1994", + reportNumber = "CERN-TH-7018-93", + SLACcitation = "%%CITATION = NUPHA,B421,473;%%", +} + +@article{Nason:1987xz, + author = "Nason, P. and Dawson, S. and Ellis, R. Keith", + title = "{The total cross section for the production of heavy + quarks in hadronic collisions}", + journal = "Nucl.Phys.", + volume = "B303", + pages = "607", + doi = "10.1016/0550-3213(88)90422-1", + year = "1988", + reportNumber = "FERMILAB-PUB-87-222-T, BNL-40718", + SLACcitation = "%%CITATION = NUPHA,B303,607;%%", +} + +@ARTICLE{Nason:2004rx, + author = {Nason, Paolo}, + title = "{A new method for combining NLO QCD with shower Monte Carlo algorithms}", + journal = {JHEP}, + year = {2004}, + volume = {11}, + pages = {040}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2004/11/040}, + eprint = {hep-ph/0409146}, + file = {:Nason2004rx.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0409146;%%}, + url = {http://inspirebeta.net/record/659055} +} + +@ARTICLE{Nason:2009ai, + author = {Nason, Paolo and Oleari, Carlo}, + title = "{NLO Higgs boson production via vector-boson fusion matched with + shower in POWHEG}", + journal = {JHEP}, + year = {2010}, + volume = {02}, + pages = {037}, + archiveprefix = {arXiv}, + doi = {10.1007/JHEP02(2010)037}, + eprint = {0911.5299}, + file = {:Nason2009ai.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0911.5299;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0911.5299} +} + +@ARTICLE{Nason:2006hfa, + author = {Nason, Paolo and Ridolfi, Giovanni}, + title = "{A positive-weight next--to--leading order Monte Carlo for $Z$ pair hadroproduction}", + journal = {JHEP}, + year = {2006}, + volume = {08}, + pages = {077}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0606275}, + file = {:Nason2006hfa.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0606275;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0606275} +} + +@ARTICLE{Neu:2008cr, + author = {Neu, C.}, + title = "{$W^\pm / Z$ + jets and $W^\pm / Z$ + heavy flavor jets at the Tevatron}", + year = {2008}, + archiveprefix = {arXiv}, + collaboration = {CDF}, + eprint = {0806.0825}, + file = {:Neu2008cr.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0806.0825;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0806.0825} +} + +@ARTICLE{Neubert:1993mb, + author = {Neubert, Matthias}, + title = "{Heavy-quark symmetry}", + journal = {Phys. Rept.}, + year = {1994}, + volume = {245}, + pages = {259-396}, + eprint = {hep-ph/9306320}, + file = {:Neubert1993mb.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9306320;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9306320} +} + +@article{Nielsen:1973cs, + author = "Nielsen, Holger Bech and Olesen, P.", + title = "{Vortex Line Models for Dual Strings}", + journal = "Nucl.Phys.", + volume = "B61", + pages = "45-61", + doi = "10.1016/0550-3213(73)90350-7", + year = "1973", + SLACcitation = "%%CITATION = NUPHA,B61,45;%%", +} + +@ARTICLE{Norrbin:2000uu, + author = {Norrbin, E. and Sj{\"o}strand, T.}, + title = "{QCD radiation off heavy particles}", + journal = {Nucl. Phys.}, + year = {2001}, + volume = {B603}, + pages = {297-342}, + eprint = {hep-ph/0010012}, + file = {:Norrbin2000uu.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0010012} +} + +@article{Nussinov:1975mw, + author = "Nussinov, S.", + title = "{Colored Quark Version of Some Hadronic Puzzles}", + journal = "Phys.Rev.Lett.", + volume = "34", + pages = "1286-1289", + doi = "10.1103/PhysRevLett.34.1286", + year = "1975", + reportNumber = "TAUP-462-75", + SLACcitation = "%%CITATION = PRLTA,34,1286;%%", +} + +@article{Odorico:1980gg, + author = "Odorico, R.", + title = "{Exclusive Calculations for QCD Jets in a Monte Carlo + Approach}", + journal = "Nucl.Phys.", + volume = "B172", + pages = "157", + doi = "10.1016/0550-3213(80)90165-0", + year = "1980", + reportNumber = "IFUB-80/5, ECFA-LEP-SSG/8/9", + SLACcitation = "%%CITATION = NUPHA,B172,157;%%", +} + +@ARTICLE{Odorico:1985dv, + author = {Odorico, R.}, + title = "{Phenomenological irrelevance of coherence effects in QCD cascades}", + journal = {Z. Phys.}, + year = {1986}, + volume = {C30}, + pages = {257}, + doi = {10.1007/BF01575433}, + file = {:Odorico1985dv.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C30,257;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C30,257} +} + +@ARTICLE{Ohl:1998jn, + author = {Ohl, Thorsten}, + title = "{Vegas revisited: Adaptive Monte Carlo integration beyond factorization}", + journal = {Comput. Phys. Commun.}, + year = {1999}, + volume = {120}, + pages = {13-19}, + eprint = {hep-ph/9806432}, + file = {:Ohl1998jn.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9806432} +} + +@Article{Ohnemus:1990za, + author = "Ohnemus, J. and Owens, J. F.", + title = "{An order ${\alphaS}$ calculation of hadronic $Z Z$ + production}", + journal = "Phys. Rev.", + volume = "D43", + year = "1991", + pages = "3626-3639", + doi = "10.1103/PhysRevD.43.3626", + SLACcitation = "%%CITATION = PHRVA,D43,3626;%%" +} + +@Article{Ohnemus:1991kk, + author = "Ohnemus, J.", + title = "{An order ${\alphaS}$ calculation of hadronic $W^{-} + W^{+}$ production}", + journal = "Phys. Rev.", + volume = "D44", + year = "1991", + pages = "1403-1414", + doi = "10.1103/PhysRevD.44.1403", + SLACcitation = "%%CITATION = PHRVA,D44,1403;%%" +} + +@Article{Ohnemus:1991gb, + author = "Ohnemus, J.", + title = "{An order $\alphaS$ calculation of hadronic $W^\pm Z$ + production}", + journal = "Phys. Rev.", + volume = "D44", + year = "1991", + pages = "3477-3489", + doi = "10.1103/PhysRevD.44.3477", + SLACcitation = "%%CITATION = PHRVA,D44,3477;%%" +} + +@Article{Ohnemus:1994ff, + author = "Ohnemus, J.", + title = "{Hadronic $Z Z$, $W^{-} W^{+}$, and $W^\pm Z$ production + with QCD corrections and leptonic decays}", + journal = "Phys. Rev.", + volume = "D50", + year = "1994", + pages = "1931-1945", + eprint = "hep-ph/9403331", + archivePrefix = "arXiv", + doi = "10.1103/PhysRevD.50.1931", + SLACcitation = "%%CITATION = HEP-PH/9403331;%%" +} + +@article{Ohnemus:1992jn, + author = "Ohnemus, J.", + title = "{Order $\alphaS$ calculations of hadronic $W^\pm + \gamma$ and $Z \gamma$ production}", + journal = "Phys.Rev.", + volume = "D47", + pages = "940-955", + doi = "10.1103/PhysRevD.47.940", + year = "1993", +} + +@ARTICLE{Okun:1956, + author = {L. B. Okun and I. I. Pomeranchuk}, + title = "{Isotopic invariance and cross section of interaction of high energy + pi-mesons and nucleons with nucleons}", + journal = {Sov. Phys. JETP}, + year = {1956}, + volume = {3}, + pages = {307}, + perhaps = {103}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SPHJA,18,769} +} + +@article{vanOldenborgh:1990yc, + author = "van Oldenborgh, G.J.", + title = "{FF: A Package to evaluate one loop Feynman diagrams}", + journal = "Comput.Phys.Commun.", + volume = "66", + pages = "1-15", + doi = "10.1016/0010-4655(91)90002-3", + year = "1991", + reportNumber = "NIKHEF-H-90-15", + SLACcitation = "%%CITATION = CPHCB,66,1;%%", +} + +@ARTICLE{Orr:1997im, + author = {Orr, Lynne H. and Stirling, W. James}, + title = "{Dijet production at hadron-hadron colliders in the Balitskii-Fadin-Kuraev-Lipatov + approach}", + journal = {Phys. Rev.}, + year = {1997}, + volume = {D56}, + pages = {5875-5884}, + eprint = {hep-ph/9706529}, + file = {:Orr1997im.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9706529} +} + +@article{Ossola:2007ax, + author = "Ossola, Giovanni and Papadopoulos, Costas G. and Pittau, + Roberto", + title = "{CutTools: A Program implementing the OPP reduction + method to compute one-loop amplitudes}", + journal = "JHEP", + volume = "0803", + pages = "042", + doi = "10.1088/1126-6708/2008/03/042", + year = "2008", + eprint = "0711.3596", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:0711.3596;%%", +} + +@ARTICLE{Ossola:2008xq, + author = {Ossola, Giovanni and Papadopoulos, Costas G. and Pittau, Roberto}, + title = "{On the rational terms of the one-loop amplitudes}", + journal = {JHEP}, + year = {2008}, + volume = {05}, + pages = {004}, + archiveprefix = {arXiv}, + eprint = {0802.1876}, + file = {:Ossola2008xq.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0802.1876} +} + +@ARTICLE{Ossola:2006us, + author = {Ossola, Giovanni and Papadopoulos, Costas G. and Pittau, Roberto}, + title = "{Reducing full one-loop amplitudes to scalar integrals at the integrand + level}", + journal = {Nucl. Phys.}, + year = {2007}, + volume = {B763}, + pages = {147-169}, + eprint = {hep-ph/0609007}, + file = {:Ossola2006us.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0609007} +} + +@ARTICLE{Ozeren:2005mp, + author = {Ozeren, K. J. and Stirling, W. J.}, + title = "{MHV techniques for QED processes}", + journal = {JHEP}, + year = {2005}, + volume = {11}, + pages = {016}, + eprint = {hep-th/0509063}, + file = {:Ozeren2005mp.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0509063} +} + +@article{Pagels:1974se, + author = "Pagels, Heinz", + title = "{Departures from chiral symmetry: A review}", + journal = "Phys.Rept.", + volume = "16", + pages = "219", + doi = "10.1016/0370-1573(75)90039-3", + year = "1975", + reportNumber = "COO-2232B-61", + SLACcitation = "%%CITATION = PRPLC,16,219;%%", +} + +@ARTICLE{Papadopoulos:2000tt, + author = {Papadopoulos, Costas G.}, + title = "{PHEGAS: A phase-space generator for automatic cross-section computation}", + journal = {Comput. Phys. Commun.}, + year = {2001}, + volume = {137}, + pages = {247-254}, + eprint = {hep-ph/0007335}, + file = {:Papadopoulos2000tt.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0007335} +} + +@ARTICLE{Papadopoulos:2005ky, + author = {Papadopoulos, Costas G. and Worek, Malgorzata}, + title = "{Multi-parton cross sections at hadron colliders}", + journal = {Eur. Phys. J.}, + year = {2007}, + volume = {C50}, + pages = {843-856}, + eprint = {hep-ph/0512150}, + file = {:Papadopoulos2005ky.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0512150} +} + +@ARTICLE{Papaefstathiou:2009sr, + author = {Papaefstathiou, Andreas and Latunde-Dada, Oluseyi}, + title = "{NLO production of $W'$ bosons at hadron colliders using the MC@NLO + and POWHEG methods}", + journal = {JHEP}, + year = {2009}, + volume = {07}, + pages = {044}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/07/044}, + eprint = {0901.3685}, + file = {:Papaefstathiou2009sr.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0901.3685;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0901.3685} +} + +@ARTICLE{Papaefstathiou:2010bw, + author = {Papaefstathiou, Andreas and Smillie, Jennifer M. and Webber, Bryan + R.}, + title = "{Resummation of transverse energy in vector boson and Higgs boson + production at hadron colliders}", + journal = {JHEP}, + year = {2010}, + volume = {04}, + pages = {084}, + archiveprefix = {arXiv}, + doi = {10.1007/JHEP04(2010)084}, + eprint = {1002.4375}, + file = {:Papaefstathiou2010bw.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 1002.4375;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1002.4375} +} + +@article{Parisi:1978eg, + author = "Parisi, G.", + title = "{Super Inclusive Cross-Sections}", + journal = "Phys.Lett.", + volume = "B74", + pages = "65", + doi = "10.1016/0370-2693(78)90061-8", + year = "1978", + reportNumber = "LPTENS 78/5", + SLACcitation = "%%CITATION = PHLTA,B74,65;%%", +} + +@ARTICLE{Parisi:1979se, + author = {Parisi, G. and Petronzio, R.}, + title = "{Small transverse momentum distributions in hard processes}", + journal = {Nucl. Phys.}, + year = {1979}, + volume = {B154}, + pages = {427}, + doi = {10.1016/0550-3213(79)90040-3}, + file = {:Parisi1979se.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B154,427;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=NUPHA,B154,427} +} + +@ARTICLE{Parke:1986gb, + author = {Parke, Stephen J. and Taylor, T. R.}, + title = "{Amplitude for $n$-gluon scattering}", + journal = {Phys. Rev. Lett.}, + year = {1986}, + volume = {56}, + pages = {2459}, + file = {:Parke1986gb.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRLTA,56,2459} +} + +@article{Passarino:1978jh, + author = "Passarino, G. and Veltman, M.J.G.", + title = "{One--loop corrections for $e^+ e^-$ annihilation into $\mu^+ \mu^-$ + in the Weinberg model}", + journal = "Nucl.Phys.", + volume = "B160", + pages = "151", + doi = "10.1016/0550-3213(79)90234-7", + year = "1979", + reportNumber = "Print-79-0284 (UTRECHT)", + SLACcitation = "%%CITATION = NUPHA,B160,151;%%", +} + +@article{Paver:1984ux, + author = "Paver, N. and Treleani, D.", + title = "{Multiple parton processes on the TeV region}", + journal = "Z.Phys.", + volume = "C28", + pages = "187", + doi = "10.1007/BF01575722", + year = "1985", + reportNumber = "SISSA-43/84/EP", + SLACcitation = "%%CITATION = ZEPYA,C28,187;%%", +} + +@article{Paver:1982yp, + author = "Paver, N. and Treleani, D.", + title = "{Multi-quark scattering and large $p_\perp$ jet production in hadronic collisions}", + journal = "Nuovo Cim.", + volume = "A70", + pages = "215", + doi = "10.1007/BF02814035", + year = "1982", + reportNumber = "SISSA-7/82/EP", + SLACcitation = "%%CITATION = NUCIA,A70,215;%%", +} + +@ARTICLE{Pati:1975ze, + author = {Pati, Jogesh C. and Salam, Abdus}, + title = "{Mirror fermions, $J/\psi$ particles, Kolar mine events and neutrino + anomaly}", + journal = {Phys. Lett.}, + year = {1975}, + volume = {B58}, + pages = {333-337}, + doi = {10.1016/0370-2693(75)90667-X}, + file = {:Pati1975ze.pdf:PDF}, + slaccitation = {%%CITATION = PHLTA,B58,333;%%} +} + +@article{Peraro:2014cba, + author = "Peraro, Tiziano", + title = "{Ninja: Automated Integrand Reduction via Laurent + Expansion for One-Loop Amplitudes}", + journal = "Comput.Phys.Commun.", + volume = "185", + pages = "2771-2797", + doi = "10.1016/j.cpc.2014.06.017", + year = "2014", + eprint = "1403.1229", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MPP-2014-50", + SLACcitation = "%%CITATION = ARXIV:1403.1229;%%", +} + +@article{Peskin:1995ev, + author = "Peskin, Michael E. and Schroeder, Daniel V.", + title = "{An introduction to quantum field theory}", + year = "1995", + reportNumber = "ISBN-9780201503975", + SLACcitation = "%%CITATION = ISBN-9780201503975 ETC.;%%", +} + +@article{Pettersson:1988zu, + author = "Pettersson, Ulf", + title = "{Ariadne: A Monte Carlo for QCD cascades in the color dipole formulation}", + year = "1988", + reportNumber = "LU-TP-88-5", + SLACcitation = "%%CITATION = LU-TP-88-5 ETC.;%%", +} + +@article{Peterson:1982ak, + author = "Peterson, C. and Schlatter, D. and Schmitt, I. and + Zerwas, Peter M.", + title = "{Scaling violations in inclusive $e^+e^-$ annihilation + spectra}", + journal = "Phys.Rev.", + volume = "D27", + pages = "105", + doi = "10.1103/PhysRevD.27.105", + year = "1983", + reportNumber = "SLAC-PUB-2912", + SLACcitation = "%%CITATION = PHRVA,D27,105;%%", +} + +@ARTICLE{Pfeifenschneider:1999rz, + author = {Pfeifenschneider, P. and others}, + title = "{QCD analyses and determinations of $\alpha_s$ in $e^+$ $e^-$ annihilation + at energies between 35 GeV and 189 GeV}", + journal = {Eur. Phys. J.}, + year = {2000}, + volume = {C17}, + pages = {19-51}, + archiveprefix = {arXiv}, + collaboration = {JADE and OPAL}, + doi = {10.1007/s100520000432}, + eprint = {hep-ex/0001055}, + file = {:Pfeifenschneider1999rz.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0001055;%%} +} + +@ARTICLE{Pittau:1997mv, + author = {Pittau, R.}, + title = "{A simple method for multi-leg loop calculations 2: a general algorithm}", + journal = {Comput. Phys. Commun.}, + year = {1998}, + volume = {111}, + pages = {48-52}, + archiveprefix = {arXiv}, + doi = {10.1016/S0010-4655(98)00040-X}, + eprint = {hep-ph/9712418}, + file = {:Pittau1997mv.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9712418;%%} +} + +@ARTICLE{Pittau:1996ez, + author = {Pittau, R.}, + title = "{A simple method for multi-leg loop calculations}", + journal = {Comput. Phys. Commun.}, + year = {1997}, + volume = {104}, + pages = {23-36}, + archiveprefix = {arXiv}, + doi = {10.1016/S0010-4655(97)00065-9}, + eprint = {hep-ph/9607309}, + file = {:Pittau1996ez.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9607309;%%} +} + +@article{Platzer:2009jq, + author = "Platzer, Simon and Gieseke, Stefan", + title = "{Coherent parton showers with local recoils}", + journal = "JHEP", + volume = "1101", + pages = "024", + doi = "10.1007/JHEP01(2011)024", + year = "2011", + eprint = "0909.5593", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "HERWIG-09-06, KA-TP-15-2009, MCNET-09-15", + SLACcitation = "%%CITATION = ARXIV:0909.5593;%%", +} + +@article{Platzer:2011bc, + author = "Platzer, Simon and Gieseke, Stefan", + title = "{Dipole showers and automated NLO matching in Herwig++}", + journal = "Eur.Phys.J.", + volume = "C72", + pages = "2187", + doi = "10.1140/epjc/s10052-012-2187-7", + year = "2012", + eprint = "1109.6256", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-11-162, KA-TP-24-2011, HERWIG-11-01, MCNET-11-24", + SLACcitation = "%%CITATION = ARXIV:1109.6256;%%", +} + +@article{Platzer:2012hp, + author = "Platzer, Simon and Sjodahl, Malin", + title = "{Subleading-$N_c$ improved Parton Showers}", + pages = "709-712", + doi = "10.3204/DESY-PROC-2012-02/234", + year = "2012", + eprint = "1206.0180", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-12-075", + SLACcitation = "%%CITATION = ARXIV:1206.0180;%%", +} + +@article{Platzer:2012bs, + author = "Plätzer, Simon", + title = "{Controlling inclusive cross sections in parton shower + + matrix element merging}", + journal = "JHEP", + volume = "1308", + pages = "114", + doi = "10.1007/JHEP08(2013)114", + year = "2013", + eprint = "1211.5467", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-12-215, MCNET-12-13", + SLACcitation = "%%CITATION = ARXIV:1211.5467;%%", +} + +@ARTICLE{Plehn:2005cq, + author = {Plehn, T. and Rainwater, D. and Skands, P.}, + title = "{Squark and gluino production with jets}", + journal = {Phys. Lett.}, + year = {2007}, + volume = {B645}, + pages = {217-221}, + archiveprefix = {arXiv}, + doi = {10.1016/j.physletb.2006.12.009}, + eprint = {hep-ph/0510144}, + file = {:Plehn2005cq.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0510144;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/05010144} +} + +@article{Plehn:1999xi, + author = "Plehn, T. and Rainwater, David L. and Zeppenfeld, D.", + title = "{A method for identifying $H\to\tau^+\tau^-\to e^\pm + \mu^\mp p_T$ at the CERN LHC}", + journal = "Phys.Rev.", + volume = "D61", + pages = "093005", + doi = "10.1103/PhysRevD.61.093005", + year = "2000", + eprint = "hep-ph/9911385", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MADPH-99-1142, FERMILAB-PUB-99-290-T", + SLACcitation = "%%CITATION = HEP-PH/9911385;%%", +} + +@ARTICLE{Plehn:2008ae, + author = {Plehn, Tilman and Tait, Tim M. P.}, + title = "{Seeking sgluons}", + journal = {J. Phys.}, + year = {2009}, + volume = {G36}, + pages = {075001}, + archiveprefix = {arXiv}, + doi = {10.1088/0954-3899/36/7/075001}, + eprint = {0810.3919}, + file = {:Plehn2008ae.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0810.3919;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0810.3919} +} + +@article{PlothowBesch:1995ci, + author = "Plothow-Besch, H.", + title = "{The Parton distribution function library}", + journal = "Int.J.Mod.Phys.", + volume = "A10", + pages = "2901-2920", + doi = "10.1142/S0217751X9500139X", + year = "1995", + SLACcitation = "%%CITATION = IMPAE,A10,2901;%%", +} + +@ARTICLE{Poggio:1977xk, + author = {Poggio, Enrico C. and Pollak, Gregory}, + title = "{Nonleading contributions to the asymptotic behavior of the quark + form-factor}", + journal = {Phys. Lett.}, + year = {1977}, + volume = {B71}, + pages = {135}, + file = {:Poggio1977xk.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B71,135} +} + +@article{Politzer:1988bs, + author = "Politzer, H. David and Wise, Mark B.", + title = "{Effective field theory approach to processes involving + both light and heavy fields}", + journal = "Phys.Lett.", + volume = "B208", + pages = "504", + doi = "10.1016/0370-2693(88)90656-9", + year = "1988", + reportNumber = "CALT-68-1494", + SLACcitation = "%%CITATION = PHLTA,B208,504;%%", +} + +@ARTICLE{Pomeranchuk:1958, + author = {I. I. Pomeranchuk}, + title = "{Equality of the nucleon and antinucleon total interaction cross + section at high energies}", + journal = {Sov. Phys. JETP}, + year = {1958}, + volume = {7}, + pages = {499} +} + +@ARTICLE{Pomeranchuk:1956a, + author = {Pomeranchuk, I.~I.}, + title = "{}", + journal = {Sov. Phys. JETP}, + year = {1956}, + volume = {3}, + pages = {306} +} + +@ARTICLE{Pomeranchuk:1956b, + author = {Okun, L.~B.~Okun and Pomeranchuk, I.~I.}, + title = "{}", + journal = {Sov. Phys. JETP}, + year = {1956}, + volume = {3}, + pages = {307} +} + +@ARTICLE{Porod:2003um, + author = {Porod, Werner}, + title = "{SPheno, a program for calculating supersymmetric spectra, SUSY particle + decays and SUSY particle production at $e^+ e^-$ colliders}", + journal = {Comput. Phys. Commun.}, + year = {2003}, + volume = {153}, + pages = {275-315}, + archiveprefix = {arXiv}, + doi = {10.1016/S0010-4655(03)00222-4}, + eprint = {hep-ph/0301101}, + file = {:Porod2003um.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0301101;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0301101} +} + +@ARTICLE{Pukhov:2004ca, + author = {Pukhov, A.}, + title = "{CalcHEP 3.2: MSSM, structure functions, event generation, batchs, + and generation of matrix elements for other packages}", + year = {2004}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0412191}, + file = {:Pukhov2004ca.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0412191;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0412191} +} + +@ARTICLE{Pumplin:2002vw, + author = {Pumplin, J. and Stump, D. R. and Huston, J. and Lai, H. L. and Nadolsky, + P. and Tung, W. K.}, + title = "{New generation of parton distributions with uncertainties from global + QCD analysis}", + journal = {JHEP}, + year = {2002}, + volume = {0207}, + pages = {012}, + eprint = {hep-ph/0201195}, + file = {:Pumplin2002vw.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0201195} +} + +@article{Pumplin:2009nm, + author = "Pumplin, Jon", + title = "{Data set diagonalization in a global fit}", + journal = "Phys.Rev.", + volume = "D80", + pages = "034002", + doi = "10.1103/PhysRevD.80.034002", + year = "2009", + eprint = "0904.2425", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:0904.2425;%%", +} + +@ARTICLE{Potter:1997ii, + author = {P{\"o}tter, B.}, + title = "{Inclusive single- and dijet rates in next--to--leading order QCD for + $\gamma^* p$ and $\gamma^* \gamma$ collisions}", + journal = {Eur. Phys. J. direct}, + year = {1999}, + volume = {C1}, + pages = {5}, + archiveprefix = {arXiv}, + eprint = {hep-ph/9707319}, + file = {:Potter1997ii.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9707319;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9707319} +} + +@ARTICLE{Potter:1998jt, + author = {P{\"o}tter, B.}, + title = "{JetViP 1.1: Calculating one jet and two jet cross-sections with + virtual photons in NLO QCD}", + journal = {Comput. Phys. Commun.}, + year = {1999}, + volume = {119}, + pages = {45-66}, + archiveprefix = {arXiv}, + doi = {10.1016/S0010-4655(99)00190-3}, + eprint = {hep-ph/9806437}, + file = {:Potter1998jt.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9806437;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9806437} +} + +@article{Pumplin:2002vw, + author = "Pumplin, J. and Stump, D.R. and Huston, J. and Lai, H.L. + and Nadolsky, Pavel M. and others", + title = "{New generation of parton distributions with + uncertainties from global QCD analysis}", + journal = "JHEP", + volume = "0207", + pages = "012", + doi = "10.1088/1126-6708/2002/07/012", + year = "2002", + eprint = "hep-ph/0201195", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MSU-HEP-011101", + SLACcitation = "%%CITATION = HEP-PH/0201195;%%", +} + +@article{Radescu:2010zz, + author = "Radescu, Voica", + title = "{Combination and QCD analysis of the HERA inclusive cross + sections}", + collaboration = "H1 and ZEUS Collaborations", + journal = "PoS", + volume = "ICHEP2010", + pages = "168", + year = "2010", + SLACcitation = "%%CITATION = POSCI,ICHEP2010,168;%%", +} + +@article{Rainwater:1998kj, + author = "Rainwater, David L. and Zeppenfeld, D. and Hagiwara, + Kaoru", + title = "{Searching for $H\to\tau^+\tau^-$ in weak boson fusion at + the CERN LHC}", + journal = "Phys.Rev.", + volume = "D59", + pages = "014037", + doi = "10.1103/PhysRevD.59.014037", + year = "1998", + eprint = "hep-ph/9808468", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MADPH-98-1057, KEK-PREPRINT-98-166, KEK-TH-589", + SLACcitation = "%%CITATION = HEP-PH/9808468;%%", +} + +@ARTICLE{Rainwater:1997dg, + author = {Rainwater, David L. and Zeppenfeld, D.}, + title = "{Searching for $H \to \gamma \gamma$ in weak boson fusion at the + LHC}", + journal = {JHEP}, + year = {1997}, + volume = {12}, + pages = {005}, + archiveprefix = {arXiv}, + eprint = {hep-ph/9712271}, + file = {:Rainwater1997dg.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9712271;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9712271} +} + +@article{Ramond:1981pw, + author = "Ramond, Pierre", + title = "{Field theory. A modern primer}", + journal = "Front.Phys.", + volume = "51", + pages = "1-397", + year = "1981", + SLACcitation = "%%CITATION = FRPHA,51,1;%%", +} + +@ARTICLE{Regge:1960zc, + author = {Regge, T.}, + title = "{Bound states, shadow states and Mandelstam representation}", + journal = {Nuovo Cim.}, + year = {1960}, + volume = {18}, + pages = {947-956}, + file = {:Regge1960zc.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUCIA,18,947} +} + +@ARTICLE{Regge:1959mz, + author = {Regge, T.}, + title = "{Introduction to complex orbital momenta}", + journal = {Nuovo Cim.}, + year = {1959}, + volume = {14}, + pages = {951}, + file = {:Regge1959mz.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUCIA,14,951} +} + +@ARTICLE{Richardson:2001df, + author = {Richardson, Peter}, + title = "{Spin correlations in Monte Carlo simulations}", + journal = {JHEP}, + year = {2001}, + volume = {11}, + pages = {029}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0110108}, + file = {:Richardson2001df.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0110108;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0110108} +} + +@ARTICLE{Richman:1995wm, + author = {Richman, Jeffrey D. and Burchat, Patricia R.}, + title = "{Leptonic and semileptonic decays of charm and bottom hadrons}", + journal = {Rev. Mod. Phys.}, + year = {1995}, + volume = {67}, + pages = {893-976}, + eprint = {hep-ph/9508250}, + file = {:Richman1995wm.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9508250;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9508250} +} + +@article{Ridder:2013mf, + author = "Ridder, Aude Gehrmann-De and Gehrmann, Thomas and Glover, + E.W.N. and Pires, Joao", + title = "{Second order QCD corrections to jet production at hadron + colliders: the all-gluon contribution}", + doi = "10.1103/PhysRevLett.110.162003", + year = "2013", + eprint = "1301.7310", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "IPPP-13-3, ZU-TH-03-13", + SLACcitation = "%%CITATION = ARXIV:1301.7310;%%", +} + +@ARTICLE{vanRitbergen:1997va, + author = {van Ritbergen, T. and Vermaseren, J. A. M. and Larin, S. A.}, + title = "{The four-loop $\beta$-function in quantum chromodynamics}", + journal = {Phys. Lett.}, + year = {1997}, + volume = {B400}, + pages = {379-384}, + archiveprefix = {arXiv}, + doi = {10.1016/S0370-2693(97)00370-5}, + eprint = {hep-ph/9701390}, + file = {:vanRitbergen1997va.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9701390;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9701390} +} + +@article{Ritzmann:2012ca, + author = "Ritzmann, M. and Kosower, D.A. and Skands, P.", + title = "{Antenna showers with hadronic initial states}", + journal = "Phys.Lett.", + volume = "B718", + pages = "1345-1350", + doi = "10.1016/j.physletb.2012.12.003", + year = "2013", + eprint = "1210.6345", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2012-278", + SLACcitation = "%%CITATION = ARXIV:1210.6345;%%", +} + +@ARTICLE{Rodrigo:2003ws, + author = {Rodrigo,~German and Krauss,~Frank}, + title = "{Resummed jet rates for heavy quark production in $e^+e^-$ annihilation}", + journal = {Eur. Phys. J.}, + year = {2004}, + volume = {C33}, + pages = {457-459}, + eprint = {hep-ph/0309325}, + file = {:Rodrigo2003ws.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0309325} +} + +@article{Rojo:2015xta, + author = "Rojo, Juan and Accardi, Alberto and Ball, Richard D. and + Cooper-Sarkar, Amanda and de Roeck, Albert and others", + title = "{The PDF4LHC report on PDFs and LHC data: Results from + Run I and preparation for Run II}", + year = "2015", + eprint = "1507.00556", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "OUTP-15-11P, LCTS-2015-14, GLAS-PPE-2015-01, DESY-15-088, + --JLAB-THY-15-2064, CERN-PH-TH-2015-150", + SLACcitation = "%%CITATION = ARXIV:1507.00556;%%", +} + +@article{Rolbiecki:2013fia, + author = "Rolbiecki, Krzysztof and Sakurai, Kazuki", + title = "{Light stops emerging in WW cross section measurements?}", + journal = "JHEP", + volume = "1309", + pages = "004", + doi = "10.1007/JHEP09(2013)004", + year = "2013", + eprint = "1303.5696", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "DESY-13-052", + SLACcitation = "%%CITATION = ARXIV:1303.5696;%%", +} + +@ARTICLE{Rosiek:1995kg, + author = {Rosiek, Janusz}, + title = "{Complete set of Feynman rules for the MSSM -- ERRATUM}", + year = {1995}, + archiveprefix = {arXiv}, + eprint = {hep-ph/9511250}, + file = {:Rosiek1995kg.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9511250;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9511250} +} + +@ARTICLE{Rosiek:1989rs, + author = {Rosiek, Janusz}, + title = "{Complete set of Feynman rules for the minimal supersymmetric extension + of the standard model}", + journal = {Phys. Rev.}, + year = {1990}, + volume = {D41}, + pages = {3464}, + doi = {10.1103/PhysRevD.41.3464}, + file = {:Rosiek1989rs.pdf:PDF}, + slaccitation = {%%CITATION = PHRVA,D41,3464;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D41,3464} +} + +@Article{Rubin:2010xp, + author = "Rubin, Mathieu and Salam, Gavin P. and Sapeta, Sebastian", + title = "{Giant QCD K-factors beyond NLO}", + journal = "JHEP", + volume = "09", + year = "2010", + pages = "084", + eprint = "1006.2144", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + doi = "10.1007/JHEP09(2010)084", + SLACcitation = "%%CITATION = 1006.2144;%%" +} + +@article{Ryskin:2012qx, + author = "Ryskin, M.G. and Snigirev, A.M.", + title = "{Double parton scattering in double logarithm + approximation of perturbative QCD}", + journal = "Phys.Rev.", + volume = "D86", + pages = "014018", + doi = "10.1103/PhysRevD.86.014018", + year = "2012", + eprint = "1203.2330", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1203.2330;%%", +} + +@article{Ryskin:2011kk, + author = "Ryskin, M.G. and Snigirev, A.M.", + title = "{A fresh look at double parton scattering}", + journal = "Phys.Rev.", + volume = "D83", + pages = "114047", + doi = "10.1103/PhysRevD.83.114047", + year = "2011", + eprint = "1103.3495", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1103.3495;%%", +} + +@ARTICLE{Ryskin:1999yq, + author = {Ryskin, M. G. and Shuvaev, A. G. and Shabelski, Yu. M.}, + title = "{Charm hadroproduction within $k_T$-factorization approach}", + journal = {Phys. Atom. Nucl.}, + year = {2001}, + volume = {64}, + pages = {120-131}, + eprint = {hep-ph/9907507}, + file = {:Ryskin1999yq.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9907507} +} + +@article{Sakharov:1967dj, + author = "Sakharov, A.D.", + title = "{Violation of CP Invariance, c Asymmetry, and Baryon + Asymmetry of the Universe}", + journal = "Pisma Zh.Eksp.Teor.Fiz.", + volume = "5", + pages = "32-35", + doi = "10.1070/PU1991v034n05ABEH002497", + year = "1967", + SLACcitation = "%%CITATION = ZFPRA,5,32;%%", +} + +@article{Salam:1968rm, + author = "Salam, Abdus", + title = "{Weak and Electromagnetic Interactions}", + journal = "Proceedings of the eighth Nobel symposium, +{\rm Elementary particle physics: relativistic groups and analyticity, N.~Svartholm, ed., Almqvist \& Wiskell}", + year = "1968", +} + +@article{Salam:2007xv, + author = "Salam, Gavin P. and Soyez, Gregory", + title = "{A practical seedless infrared-safe cone jet algorithm}", + journal = "JHEP", + volume = "0705", + pages = "086", + doi = "10.1088/1126-6708/2007/05/086", + year = "2007", + eprint = "0704.0292", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:0704.0292;%%", +} + +@ARTICLE{Schonherr:2008av, + author = {M. Sch\"{o}nherr and F. Krauss}, + title = "{Soft photon radiation in particle decays in \Sherpa}", + journal = {JHEP}, + year = {2008}, + volume = {12}, + pages = {018}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/12/018}, + eprint = {0810.5071}, + file = {:Schoenherr2008av.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0810.5071;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0810.5071} +} + +@ARTICLE{Schmidt:1996fg, + author = {Carl R. Schmidt}, + title = "{Monte Carlo solution to the Balitsky-Fadin-Kuraev-Lipatov equation + for resummation in perturbative QCD}", + journal = {Phys. Rev. Lett.}, + year = {1997}, + volume = {78}, + pages = {4531-4535}, + eprint = {hep-ph/9612454}, + file = {:Schmidt1996fg.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9612454} +} + +@ARTICLE{Schmitz:2007aa, + author = {Carsten Schmitz}, + title = {Isolated photon production in deep--inelastic scattering at HERA}, + year = {2007}, + pages = {1-181}, + note = {PhD thesis}, + file = {:Schmitz2007aa.pdf:PDF}, + url = {http://www-h1.desy.de/psfiles/theses/h1th-477.pdf} +} + +@ARTICLE{Schmitz:2006sc, + author = {Schmitz, Carsten}, + title = "{Inclusive prompt photon production in deep--inelastic scattering + at H1}", + year = {2006}, + archiveprefix = {arXiv}, + collaboration = {H1}, + eprint = {hep-ex/0607093}, + file = {:Schmitz2006sc.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0607093;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0607093} +} + +@ARTICLE{Schuler:1996en, + author = {Schuler, Gerhard A. and Sj{\"o}strand, Torbj{\"o}rn}, + title = "{A scenario for high-energy $\gamma \gamma$ interactions}", + journal = {Z. Phys.}, + year = {1997}, + volume = {C73}, + pages = {677-688}, + archiveprefix = {arXiv}, + doi = {10.1007/s002880050359}, + eprint = {hep-ph/9605240}, + file = {:Schuler1996en.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9605240;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9605240} +} + +@ARTICLE{Schumann:2007mg, + author = {Schumann, Steffen and Krauss, Frank}, + title = "{A parton shower algorithm based on Catani-Seymour dipole factorisation}", + journal = {JHEP}, + year = {2008}, + volume = {03}, + pages = {038}, + archiveprefix = {arXiv}, + eprint = {0709.1027}, + file = {:Schumann2007mg.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0709.1027} +} + +@ARTICLE{Schalicke:2005nv, + author = {Sch{\"a}licke, Andreas and Krauss, Frank}, + title = "{Implementing the ME+PS merging algorithm}", + journal = {JHEP}, + year = {2005}, + volume = {07}, + pages = {018}, + eprint = {hep-ph/0503281}, + file = {:Schalicke2005nv.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0503281} +} + +@ARTICLE{Scora:1995ty, + author = {Scora, Daryl and Isgur, Nathan}, + title = "{Semileptonic meson decays in the quark model: An update}", + journal = {Phys. Rev.}, + year = {1995}, + volume = {D52}, + pages = {2783-2812}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.52.2783}, + eprint = {hep-ph/9503486}, + file = {:Scora1995ty.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9503486;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9503486} +} + +@ARTICLE{ktclus, + author = {Seymour, Mike H.}, + url = {http://hepwww.rl.ac.uk/theory/seymour/ktclus/} +} + +@ARTICLE{Seymour:1994df, + author = {Seymour, Michael H.}, + title = "{Matrix-element corrections to parton shower algorithms}", + journal = {Comp. Phys. Commun.}, + year = {1995}, + volume = {90}, + pages = {95-101}, + eprint = {hep-ph/9410414}, + file = {:Seymour1994df.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9410414} +} + +@ARTICLE{Seymour:1994we, + author = {Seymour, Michael H.}, + title = "{A simple prescription for first-order corrections to quark scattering + and annihilation processes}", + journal = {Nucl. Phys.}, + year = {1995}, + volume = {B436}, + pages = {443-460}, + archiveprefix = {arXiv}, + doi = {10.1016/0550-3213(94)00554-R}, + eprint = {hep-ph/9410244}, + file = {:Seymour1994we.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9410244;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9410244} +} + +@ARTICLE{Seymour:1994bx, + author = {Seymour, M. H.}, + title = "{Soft isolated photon production as a probe of the parton shower + mechanism}", + journal = {Z. Phys.}, + year = {1994}, + volume = {C64}, + pages = {445-452}, + doi = {10.1007/BF01560106}, + file = {:Seymour1994bx.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C64,445;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C64,445} +} + +@article{Seymour:1993mx, + author = "Seymour, Michael H.", + title = "{Searches for new particles using cone and cluster jet + algorithms: A comparative study}", + journal = "Z.Phys.", + volume = "C62", + pages = "127-138", + doi = "10.1007/BF01559532", + year = "1994", + reportNumber = "LU-TP-93-8", + SLACcitation = "%%CITATION = ZEPYA,C62,127;%%", +} + +@ARTICLE{Seymour:1991xa, + author = {Seymour, Michael H.}, + title = "{Photon radiation in final state parton showering}", + journal = {Z. Phys.}, + year = {1992}, + volume = {C56}, + pages = {161-170}, + doi = {10.1007/BF01589719}, + file = {:Seymour1991xa.pdf:PDF}, + slaccitation = {%%CITATION = ZEPYA,C56,161;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C56,161} +} + +@ARTICLE{Siegert:2010ts, + author = {Frank Siegert}, + title = "{Monte Carlo event generation for the LHC}", + note = {PhD thesis}, + file = {:pdf/Siegert2010ts.pdf:PDF}, + url = {http://etheses.dur.ac.uk/484/} +} + +@article{Shekhovtsova:2012ra, + author = "Shekhovtsova, O. and Przedzinski, T. and Roig, P. and + Was, Z.", + title = "{Resonance chiral Lagrangian currents and $\tau$ decay + Monte Carlo}", + journal = "Phys.Rev.", + volume = "D86", + pages = "113008", + doi = "10.1103/PhysRevD.86.113008", + year = "2012", + eprint = "1203.3955", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "IFJPAN-IV-2011-6, UAB-FT-695, FTUV-2011-09-29, + IFIC-11-53, CERN-PH-TH-2012-016", + SLACcitation = "%%CITATION = ARXIV:1203.3955;%%", +} + +@article{Shelest:1982dg, + author = "Shelest, V.P. and Snigirev, A.M. and Zinovev, G.M.", + title = "{The Multiparton Distribution Equations in {QCD}}", + journal = "Phys.Lett.", + volume = "B113", + pages = "325", + doi = "10.1016/0370-2693(82)90049-1", + year = "1982", + reportNumber = "JINR-E2-82-57", + SLACcitation = "%%CITATION = PHLTA,B113,325;%%", +} + +@article{Sherstnev:2007nd, + author = "Sherstnev, A. and Thorne, R.S.", + title = "{Parton Distributions for LO Generators}", + journal = "Eur.Phys.J.", + volume = "C55", + pages = "553-575", + doi = "10.1140/epjc/s10052-008-0610-x", + year = "2008", + eprint = "0711.2473", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CAVENDISH-HEP-2007-12", + SLACcitation = "%%CITATION = ARXIV:0711.2473;%%", +} + +@article{Shifman:1986sm, + author = "Shifman, Mikhail A. and Voloshin, M.B.", + title = "{On annihilation of mesons built from heavy and light + quark and $\bar{B}_0\leftrightarrow B_0$ oscillations}", + journal = "Sov.J.Nucl.Phys.", + volume = "45", + pages = "292", + year = "1987", + reportNumber = "ITEP-54-1986", + SLACcitation = "%%CITATION = SJNCA,45,292;%%", +} + +@article{Shifman:1987rj, + author = "Shifman, Mikhail A. and Voloshin, M.B.", + title = "{On production of $D$ and $D^*$ mesons in $B$ meson decays}", + journal = "Sov.J.Nucl.Phys.", + volume = "47", + pages = "511", + year = "1988", + reportNumber = "ITEP-87-64", + SLACcitation = "%%CITATION = SJNCA,47,511;%%", +} + + +@Article{Sjostrand:1984ic, + author = "Sj{\"o}strand, Torbj{\"o}rn", + title = "{Jet fragmentation of nearby partons}", + journal = "Nucl. Phys.", + volume = "B248", + year = "1984", + pages = "469", + doi = "10.1016/0550-3213(84)90607-2", + SLACcitation = "%%CITATION = NUPHA,B248,469;%%" +} + +@ARTICLE{Sjostrand:1995iq, + author = {Sj{\"o}strand, Torbj{\"o}rn}, + title = "{\Pythia 5.7 and \Jetset 7.4 Physics and Manual}", + year = {1995}, + eprint = {hep-ph/9508391}, + file = {:Sjostrand1995iq.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9508391} +} + +@ARTICLE{Sjostrand:1993yb, + author = {Sj{\"o}strand, Torbj{\"o}rn}, + title = "{High-energy physics event generation with PYTHIA 5.7 and JETSET + 7.4}", + journal = {Comput. Phys. Commun.}, + year = {1994}, + volume = {82}, + pages = {74-90}, + doi = {10.1016/0010-4655(94)90132-5}, + file = {:Sjostrand1993yb.pdf:PDF}, + slaccitation = {%%CITATION = CPHCB,82,74;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=CPHCB,82,74} +} + +@ARTICLE{Sjostrand:1985xi, + author = {Torbj{\"o}rn Sj{\"o}strand}, + title = "{A model for initial state parton showers}", + journal = {Phys. Lett.}, + year = {1985}, + volume = {B157}, + pages = {321}, + file = {:Sjostrand1985xi.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B157,321} +} + +@ARTICLE{Sjostrand:1982fn, + author = {Torbj{\"o}rn Sj{\"o}strand}, + title = "{The Lund Monte Carlo for jet fragmentation}", + journal = {Comput. Phys. Commun.}, + year = {1982}, + volume = {27}, + pages = {243}, + file = {:Sjostrand1982fn.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=CPHCB,27,243} +} + +@article{Sjostrand:2000wi, + author = "Sjostrand, Torbjorn and Eden, Patrik and Friberg, + Christer and Lonnblad, Leif and Miu, Gabriela and others", + title = "{High-energy physics event generation with PYTHIA 6.1}", + journal = "Comput.Phys.Commun.", + volume = "135", + pages = "238-259", + doi = "10.1016/S0010-4655(00)00236-8", + year = "2001", + eprint = "hep-ph/0010017", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "LU-TP-00-30", + SLACcitation = "%%CITATION = HEP-PH/0010017;%%", +} + +@ARTICLE{Sjostrand:2003wg, + author = {Torbj{\"o}rn Sj{\"o}strand and Leif L{\"o}nnblad and Stephen Mrenna + and Peter Skands}, + title = "{PYTHIA 6.3 physics and manual}", + year = {2003}, + eprint = {hep-ph/0308153}, + file = {:Sjostrand2003wg.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0308153} +} + +@ARTICLE{Sjostrand:2007gs, + author = {Torbj{\"o}rn Sj{\"o}strand and Mrenna, Stephen and Skands, Peter}, + title = "{A brief introduction to PYTHIA 8.1}", + journal = {Comput. Phys. Commun.}, + year = {2008}, + volume = {178}, + pages = {852-867}, + archiveprefix = {arXiv}, + eprint = {0710.3820}, + file = {:Sjostrand2007gs.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0710.3820} +} + +@ARTICLE{Sjostrand:2006za, + author = {Sj{\"o}strand, Torbj{\"o}rn and Mrenna, Stephen and Skands, Peter}, + title = "{PYTHIA 6.4 physics and manual}", + journal = {JHEP}, + year = {2006}, + volume = {05}, + pages = {026}, + eprint = {hep-ph/0603175}, + file = {:Sjostrand2006za.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0603175} +} + +@ARTICLE{Sjostrand:2004ef, + author = {Sj{\"o}strand, T. and Skands, P. Z.}, + title = "{Transverse--momentum ordered showers and interleaved multiple interactions}", + journal = {Eur. Phys. J.}, + year = {2005}, + volume = {C39}, + pages = {129-154}, + eprint = {hep-ph/0408302}, + file = {:Sjostrand2004ef.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0408302} +} + +@article{Sjostrand:2002ip, + author = "Sjostrand, T. and Skands, Peter Z.", + title = "{Baryon number violation and string topologies}", + journal = "Nucl.Phys.", + volume = "B659", + pages = "243", + doi = "10.1016/S0550-3213(03)00193-7", + year = "2003", + eprint = "hep-ph/0212264", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "LU-TP-02-46", + SLACcitation = "%%CITATION = HEP-PH/0212264;%%", +} + +@ARTICLE{Sjostrand:2004pf, + author = {Torbj{\"o}rn Sj{\"o}strand and Skands, P. Z.}, + title = "{Multiple interactions and the structure of beam remnants}", + journal = {JHEP}, + year = {2004}, + volume = {03}, + pages = {053}, + eprint = {hep-ph/0402078}, + file = {:Sjostrand2004pf.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0402078} +} + +@ARTICLE{Sjostrand:1987su, + author = {Torbj{\"o}rn Sj{\"o}strand and Maria van Zijl}, + title = "{A multiple--interaction model for the event structure in hadron collisions}", + journal = {Phys. Rev.}, + year = {1987}, + volume = {D36}, + pages = {2019}, + file = {:Sjostrand1987su.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D36,2019} +} + +@article{Skands:2012mm, + author = "Skands, Peter and Webber, Bryan and Winter, Jan", + title = "{QCD coherence and the top quark asymmetry}", + journal = "JHEP", + volume = "1207", + pages = "151", + doi = "10.1007/JHEP07(2012)151", + year = "2012", + eprint = "1205.1466", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CAVENDISH-HEP-12-07, CERN-PH-TH-2012-099, MCNET-12-04", + SLACcitation = "%%CITATION = ARXIV:1205.1466;%%", +} + + +@ARTICLE{Skands:2003cj, + author = {Skands, P. and others}, + title = "{SUSY Les Houches accord: interfacing SUSY spectrum calculators, + decay packages, and event generators}", + journal = {JHEP}, + year = {2004}, + volume = {07}, + pages = {036}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0311123}, + file = {:Skands2003cj.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0311123;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0311123} +} + +@ARTICLE{Skands:2005bj, + author = {Skands, Peter and Plehn, Tilman and Rainwater, David}, + title = "{QCD radiation in the production of high--$\hat{s}$ final states}", + journal = {ECONF}, + year = {2005}, + volume = {C0508141}, + pages = {ALCPG0417}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0511306}, + file = {:Skands2005bj.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0511306;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0511306} +} + +@article{Skands:2007zg, + author = "Skands, Peter Z. and Wicke, Daniel", + title = "{Non-perturbative QCD effects and the top mass at the + Tevatron}", + journal = "Eur.Phys.J.", + volume = "C52", + pages = "133-140", + doi = "10.1140/epjc/s10052-007-0352-1", + year = "2007", + eprint = "hep-ph/0703081", + archivePrefix = "arXiv", + primaryClass = "HEP-PH", + reportNumber = "FERMILAB-PUB-06-340-T", + SLACcitation = "%%CITATION = HEP-PH/0703081;%%", +} + +@ARTICLE{Skands:2009tb, + author = {Skands, Peter and Weinzierl, Stefan}, + title = "{Some remarks on dipole showers and the DGLAP equation}", + journal = {Phys. Rev.}, + year = {2009}, + volume = {D79}, + pages = {074021}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.79.074021}, + eprint = {0903.2150}, + file = {:Skands2009tb.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0903.2150;%%} +} + +article{Skands:2012mm, + author = "Skands, Peter and Webber, Bryan and Winter, Jan", + title = "{QCD Coherence and the Top Quark Asymmetry}", + journal = "JHEP", + volume = "1207", + pages = "151", + doi = "10.1007/JHEP07(2012)151", + year = "2012", + eprint = "1205.1466", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CAVENDISH-HEP-12-07, CERN-PH-TH-2012-099, MCNET-12-04", + SLACcitation = "%%CITATION = ARXIV:1205.1466;%%", +} + + +@ARTICLE{Smilga:1979uj, + author = {Smilga, Andrei V.}, + title = "{Next--to--leading logarithms in the high-energy asymptotics of the + quark form-factor and the jet cross-section}", + journal = {Nucl. Phys.}, + year = {1979}, + volume = {B161}, + pages = {449-468}, + file = {:Smilga1979uj.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B161,449} +} + +@article{Snigirev:2003cq, + author = "Snigirev, A.M.", + title = "{Double parton distributions in the leading logarithm + approximation of perturbative QCD}", + journal = "Phys.Rev.", + volume = "D68", + pages = "114012", + doi = "10.1103/PhysRevD.68.114012", + year = "2003", + eprint = "hep-ph/0304172", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = HEP-PH/0304172;%%", +} + +@ARTICLE{Snigirev:2003cq, + author = {A. M. Snigirev}, + title = "{QCD status of factorization ansatz for double parton distributions}", + journal = {Phys. Rev.}, + year = {2003}, + volume = {D68}, + pages = {114012}, + eprint = {hep-ph/0304172}, + file = {:Snigirev2003cq.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0304172} +} + +@article{Spergel:2003cb, + author = "Spergel, D.N. and others", + title = "{First year Wilkinson Microwave Anisotropy Probe (WMAP) + observations: Determination of cosmological parameters}", + collaboration = "WMAP Collaboration", + journal = "Astrophys.J.Suppl.", + volume = "148", + pages = "175-194", + doi = "10.1086/377226", + year = "2003", + eprint = "astro-ph/0302209", + archivePrefix = "arXiv", + primaryClass = "astro-ph", + SLACcitation = "%%CITATION = ASTRO-PH/0302209;%%", +} + +@ARTICLE{Spira:1995rr, + author = {Spira, M. and Djouadi, A. and Graudenz, D. and Zerwas, P. M.}, + title = "{Higgs boson production at the LHC}", + journal = {Nucl. Phys.}, + year = {1995}, + volume = {B453}, + pages = {17-82}, + archiveprefix = {arXiv}, + doi = {10.1016/0550-3213(95)00379-7}, + eprint = {hep-ph/9504378}, + file = {:Spira1995rr.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9504378;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9504378} +} + +@ARTICLE{Stelzer:1994ta, + author = {Stelzer, T. and Long, W. F.}, + title = "{Automatic generation of tree level helicity amplitudes}", + journal = {Comput. Phys. Commun.}, + year = {1994}, + volume = {81}, + pages = {357-371}, + eprint = {hep-ph/9401258}, + file = {:Stelzer1994ta.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9401258} +} + +@ARTICLE{Sterman:1986aj, + author = {Sterman, George F.}, + title = "{Summation of large corrections to short-distance hadronic cross + sections}", + journal = {Nucl.Phys.}, + year = {1987}, + volume = {B281}, + pages = {310}, + doi = {10.1016/0550-3213(87)90258-6}, + file = {:Sterman1986aj.pdf:PDF}, + url = {http://inspirebeta.net/record/230126} +} + +@article{Stevenson:1981vj, + author = "Stevenson, Paul M.", + title = "{Optimized Perturbation Theory}", + journal = "Phys.Rev.", + volume = "D23", + pages = "2916", + doi = "10.1103/PhysRevD.23.2916", + year = "1981", + reportNumber = "DOE-ER-00881-185", + SLACcitation = "%%CITATION = PHRVA,D23,2916;%%", +} + +@article{Stirling:2012ak, + author = "Stirling, W.J. and Vryonidou, E.", + title = "{Electroweak corrections and Bloch-Nordsieck violations + in 2-to-2 processes at the LHC}", + journal = "JHEP", + volume = "1304", + pages = "155", + doi = "10.1007/JHEP04(2013)155", + year = "2013", + eprint = "1212.6537", + archivePrefix = "arXiv", + SLACcitation = "%%CITATION = ARXIV:1212.6537;%%", +} + +@article{Pumplin:2001ct, + author = "Pumplin, J. and Stump, D. and Brock, R. and Casey, D. and + Huston, J. and others", + title = "{Uncertainties of predictions from parton distribution + functions. 2. The Hessian method}", + journal = "Phys.Rev.", + volume = "D65", + pages = "014013", + doi = "10.1103/PhysRevD.65.014013", + year = "2001", + eprint = "hep-ph/0101032", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MSU-HEP-07101, CERN-TH-2000-360", + SLACcitation = "%%CITATION = HEP-PH/0101032;%%", +} + +@article{Stump:2001gu, + author = "Stump, D. and Pumplin, J. and Brock, R. and Casey, D. and + Huston, J. and others", + title = "{Uncertainties of predictions from parton distribution + functions. 1. The Lagrange multiplier method}", + journal = "Phys.Rev.", + volume = "D65", + pages = "014012", + doi = "10.1103/PhysRevD.65.014012", + year = "2001", + eprint = "hep-ph/0101051", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MSU-HEP-07102, CERN-TH-2000-359", + SLACcitation = "%%CITATION = HEP-PH/0101051;%%", +} + +@ARTICLE{Stump:2003yu, + author = {Stump, Daniel and others}, + title = "{Inclusive jet production, parton distributions, and the search for + new physics}", + journal = {JHEP}, + year = {2003}, + volume = {10}, + pages = {046}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0303013}, + file = {:Stump2003yu.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0303013;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0303013} +} + +@ARTICLE{Sudakov:1954sw, + author = {V. V. Sudakov}, + title = "{Vertex parts at very high-energies in quantum electrodynamics}", + journal = {Sov. Phys. JETP}, + year = {1956}, + volume = {3}, + pages = {65-71}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SPHJA,3,65} +} + +@ARTICLE{Summers:1994mc, + author = {Summers, D. J.}, + title = "{Exponentiation of soft photons in a process involving hard photons}", + journal = {Phys. Rev.}, + year = {1996}, + volume = {D53}, + pages = {2430-2441}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.53.2430}, + eprint = {hep-ph/9405430}, + file = {:Summers1994mc.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9405430;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9405430} +} + +@article{'tHooft:1973jz, + author = "'t Hooft, Gerard", + title = "{A Planar Diagram Theory for Strong Interactions}", + journal = "Nucl.Phys.", + volume = "B72", + pages = "461", + doi = "10.1016/0550-3213(74)90154-0", + year = "1974", + reportNumber = "CERN-TH-1786", + SLACcitation = "%%CITATION = NUPHA,B72,461;%%", +} + +@article{Tevatron:2014cka, + author = "Tevatron Electroweak Working Group,", + title = "{Combination of CDF and D0 results on the mass of the top + quark using up to 9.7 fb$^{-1}$ at the Tevatron}", + collaboration = "CDF Collaboration, D0 Collaboration", + year = "2014", + eprint = "1407.2682", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-CONF-14-227-E-TD, TEVEWWG-top2014-01, + CDF-Note-11105, D0-Note-6444", + SLACcitation = "%%CITATION = ARXIV:1407.2682;%%", +} + + +@article{Thorne:1997ga, + author = "Thorne, R.S. and Roberts, R.G.", + title = "{An Ordered analysis of heavy flavor production in deep + inelastic scattering}", + journal = "Phys.Rev.", + volume = "D57", + pages = "6871-6898", + doi = "10.1103/PhysRevD.57.6871", + year = "1998", + eprint = "hep-ph/9709442", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "RAL-TR-97-049", + SLACcitation = "%%CITATION = HEP-PH/9709442;%%", +} + +@article{Thorne:1997uu, + author = "Thorne, R.S. and Roberts, R.G.", + title = "{A Practical procedure for evolving heavy flavor + structure functions}", + journal = "Phys.Lett.", + volume = "B421", + pages = "303-311", + doi = "10.1016/S0370-2693(97)01580-3", + year = "1998", + eprint = "hep-ph/9711223", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "RAL-TR-97-061", + SLACcitation = "%%CITATION = HEP-PH/9711223;%%", +} + +@article{Towell:2001nh, + author = "Towell, R.S. and others", + title = "{Improved measurement of the anti-d / anti-u asymmetry in + the nucleon sea}", + collaboration = "NuSea Collaboration", + journal = "Phys.Rev.", + volume = "D64", + pages = "052002", + doi = "10.1103/PhysRevD.64.052002", + year = "2001", + eprint = "hep-ex/0103030", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-01-487-E", + SLACcitation = "%%CITATION = HEP-EX/0103030;%%", +} + +@article{Tung:2001mv, + author = "Tung, Wu-Ki and Kretzer, Stefan and Schmidt, Carl", + title = "{Open heavy flavor production in QCD: Conceptual + framework and implementation issues}", + journal = "J.Phys.", + volume = "G28", + pages = "983-996", + doi = "10.1088/0954-3899/28/5/321", + year = "2002", + eprint = "hep-ph/0110247", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = HEP-PH/0110247;%%", +} + +@ARTICLE{Collaboration:2010sp, + author = "{The ATLAS Collaboration}", + title = "{Measurement of the inclusive isolated prompt photon cross section + in $pp$ collisions at $\sqrt{s} = 7$ TeV with the ATLAS detector}", + year = {2010}, + archiveprefix = {arXiv}, + eprint = {1012.4389}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 1012.4389;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1012.4389} +} + +@ARTICLE{H1:2009wg, + author = "{The H1 and ZEUS Collaborations}", + title = "{Events with an isolated lepton and missing transverse momentum and + measurement of {\boldmath $W$} production at HERA}", + journal = {JHEP}, + year = {2010}, + volume = {03}, + pages = {035}, + note = {DESY-09-140}, + archiveprefix = {arXiv}, + doi = {10.1007/JHEP03(2010)035}, + eprint = {0911.0858}, + file = {:H12009wg.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0911.0858;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0911.0858} +} + +@ARTICLE{H1:2009wt, + author = "{The H1 and ZEUS Collaborations}", + title = "{Combined measurement and QCD analysis of the inclusive $e^{\pm}p$ + scattering cross sections at HERA}", + journal = {JHEP}, + year = {2009}, + volume = {01}, + pages = {109}, + archiveprefix = {arXiv}, + doi = {10.1007/JHEP01(2010)109}, + eprint = {0911.0884}, + file = {:H12009wt.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0911.0884;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0911.0884} +} + +@ARTICLE{Thorne:1999rb, + author = {Thorne, Robert S.}, + title = "{NLO BFKL equation, running coupling, and renormalization scales}", + journal = {Phys. Rev.}, + year = {1999}, + volume = {D60}, + pages = {054031}, + eprint = {hep-ph/9901331}, + file = {:Thorne1999rb.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9901331} +} + +@ARTICLE{Torrielli:2010aw, + author = {Torrielli, Paolo and Frixione, Stefano}, + title = "{Matching NLO QCD computations with PYTHIA using MC@NLO}", + journal = {JHEP}, + year = {2010}, + volume = {04}, + pages = {110}, + archiveprefix = {arXiv}, + doi = {10.1007/JHEP04(2010)110}, + eprint = {1002.4293}, + file = {:Torrielli2010aw.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 1002.4293;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1002.4293} +} + +@ARTICLE{Uhlemann:2008pm, + author = {Uhlemann, C. F. and Kauer, N.}, + title = "{Narrow-width approximation accuracy}", + journal = {Nucl. Phys.}, + year = {2009}, + volume = {B814}, + pages = {195-211}, + archiveprefix = {arXiv}, + doi = {10.1016/j.nuclphysb.2009.01.022}, + eprint = {0807.4112}, + file = {:Uhlemann2008pm.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0807.4112;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0807.4112} +} + +@ARTICLE{vanderMeer:1968aa, + author = {Van der Meer, S.}, + title = "{Calibration of the Effective Beam Height in the ISR}", + journal = {Internal CERN report, ISR-PO/68-31}, + year = {1968} +} + +@ARTICLE{Vesterinen:2008hx, + author = {Vesterinen, M. and Wyatt, T. R.}, + title = "{A novel technique for studying the Z boson transverse momentum distribution + at hadron colliders}", + journal = {Nucl. Instrum. Meth.}, + year = {2009}, + volume = {A602}, + pages = {432-437}, + archiveprefix = {arXiv}, + doi = {10.1016/j.nima.2009.01.203}, + eprint = {0807.4956}, + file = {:Vesterinen2008hx.pdf:PDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0807.4956;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0807.4956} +} + +@ARTICLE{Virkus:2008zz, + author = {Virkus, T. and others}, + title = "{Direct measurement of the Chudakov effect}", + journal = {Phys. Rev. Lett.}, + year = {2008}, + volume = {100}, + pages = {164802}, + collaboration = {NA63}, + doi = {10.1103/PhysRevLett.100.164802}, + file = {:Virkus2008zz.pdf:PDF}, + slaccitation = {%%CITATION = PRLTA,100,164802;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRLTA,100,164802} +} + +@ARTICLE{Vogelsang:1995bg, + author = {Vogelsang, W. and Vogt, A.}, + title = "{Constraints on the proton's gluon distribution from prompt photon + production}", + journal = {Nucl. Phys.}, + year = {1995}, + volume = {B453}, + pages = {334-354}, + archiveprefix = {arXiv}, + doi = {10.1016/0550-3213(95)00424-Q}, + eprint = {hep-ph/9505404}, + file = {:Vogelsang1995bg.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9505404;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9505404} +} + +@article{Vogt:2000ci, + author = "Vogt, A.", + title = "{Next--to--next--to--leading logarithmic threshold + resummation for deep--inelastic scattering and the + Drell-Yan process}", + journal = "Phys.Lett.", + volume = "B497", + pages = "228-234", + doi = "10.1016/S0370-2693(00)01344-7", + year = "2001", + eprint = "hep-ph/0010146", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "INLO-PUB-10-00", + SLACcitation = "%%CITATION = HEP-PH/0010146;%%", +} + +@ARTICLE{Vogt:2004mw, + author = {Vogt, A. and Moch, S. and Vermaseren, J. A. M.}, + title = "{The three--loop splitting functions in QCD: The singlet case}", + journal = {Nucl. Phys.}, + year = {2004}, + volume = {B691}, + pages = {129-181}, + archiveprefix = {arXiv}, + doi = {10.1016/j.nuclphysb.2004.04.024}, + eprint = {hep-ph/0404111}, + file = {:Vogt2004mw.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0404111;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0404111} +} + +@ARTICLE{Voutilainen:2006qq, + author = {Voutilainen, M.}, + title = "{D\O\ QCD studies}", + year = {2006}, + archiveprefix = {arXiv}, + eprint = {hep-ex/0610002}, + file = {:Voutilainen2006qq.pdf:PDF}, + slaccitation = {%%CITATION = HEP-EX/0610002;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0610002} +} + +@BOOK{Waerden:1974qm, + title = "{Group theory and quantum mechanics}", + publisher = {Springer}, + year = {1974}, + author = {van der Waerden, B. L.}, + pages = {211}, + address = {Berlin, Germany}, + note = {Die Grundlehren der math. Wissenschaften} +} + +@ARTICLE{Watt:2003vf, + author = {Graeme Watt and Alan D. Martin and Ryskin, M. G.}, + title = "{Unintegrated parton distributions and electroweak boson production + at hadron colliders}", + journal = {Phys. Rev.}, + year = {2004}, + volume = {D70}, + pages = {014012}, + eprint = {hep-ph/0309096}, + file = {:Watt2003vf.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0309096} +} + +@ARTICLE{Watt:2003mx, + author = {Graeme Watt and Alan D. Martin and M. G. Ryskin}, + title = "{Unintegrated parton distributions and inclusive jet production at + HERA}", + journal = {Eur. Phys. J.}, + year = {2003}, + volume = {C31}, + pages = {73-89}, + eprint = {hep-ph/0306169}, + file = {:Watt2003mx.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0306169} +} + +@ARTICLE{Waugh:2006ip, + author = {Waugh, B. M. and others}, + title = "{HZTool and Rivet: Toolkit and framework for the comparison of simulated + final states and data at colliders}", + year = {2006}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0605034}, + file = {:Waugh2006ip.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0605034;%%}, + url = {http://projects.hepforge.org/rivet} +} + +@Article{Webber:1994cp, + author = "Webber, B. R.", + title = "{Estimation of power corrections to hadronic event + shapes}", + journal = "Phys. Lett.", + volume = "B339", + year = "1994", + pages = "148-150", + eprint = "hep-ph/9408222", + archivePrefix = "arXiv", + doi = "10.1016/0370-2693(94)91147-9", + SLACcitation = "%%CITATION = HEP-PH/9408222;%%" +} + +@ARTICLE{Webber:1983if, + author = {Brian R. Webber}, + title = "{A QCD model for jet fragmentation including soft gluon interference}", + journal = {Nucl. Phys.}, + year = {1984}, + volume = {B238}, + pages = {492}, + file = {:Webber1983if.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B238,492} +} + +@article{Weinberg:1967tq, + author = "Weinberg, Steven", + title = "{A Model of Leptons}", + journal = "Phys.Rev.Lett.", + volume = "19", + pages = "1264-1266", + doi = "10.1103/PhysRevLett.19.1264", + year = "1967", + SLACcitation = "%%CITATION = PRLTA,19,1264;%%", +} + +@ARTICLE{Weinberg:1978kz, + author = {Weinberg, Steven}, + title = "{Phenomenological Lagrangians}", + journal = {Physica}, + year = {1979}, + volume = {A96}, + pages = {327}, + file = {:Weinberg1978kz.pdf:PDF}, + slaccitation = {%%CITATION = PHYSA,A96,327;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHYSA,A96,327} +} + + +@article{vonWeizsacker:1934sx, + author = "von Weizsacker, C.F.", + title = "{Radiation emitted in collisions of very fast electrons}", + journal = "Z.Phys.", + volume = "88", + pages = "612-625", + doi = "10.1007/BF01333110", + year = "1934", + SLACcitation = "%%CITATION = ZEPYA,88,612;%%", +} + +@article{Werner:2005jf, + author = "Werner, Klaus and Liu, Fu-Ming and Pierog, Tanguy", + title = "{Parton ladder splitting and the rapidity dependence of + transverse momentum spectra in deuteron-gold collisions at + RHIC}", + journal = "Phys.Rev.", + volume = "C74", + pages = "044902", + doi = "10.1103/PhysRevC.74.044902", + year = "2006", + eprint = "hep-ph/0506232", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = HEP-PH/0506232;%%", +} + +@ARTICLE{Wess:1974tw, + author = {Wess, J. and Zumino, B.}, + title = "{Supergauge transformations in four dimensions}", + journal = {Nucl. Phys.}, + year = {1974}, + volume = {B70}, + pages = {39-50}, + doi = {10.1016/0550-3213(74)90355-1}, + file = {:Wess1974tw.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B70,39;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B70,39} +} + +@ARTICLE{Weydert:2009vr, + author = {Weydert, C. and others}, + title = "{Charged Higgs boson production in association with a top quark in + MC@NLO}", + journal = {Eur. Phys. J.}, + year = {2010}, + volume = {C67}, + pages = {617-636}, + archiveprefix = {arXiv}, + doi = {10.1140/epjc/s10052-010-1320-8}, + eprint = {0912.3430}, + file = {:Weydert2009vr.pdf:PDF}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0912.3430;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0912.3430} +} + +@BOOK{Weyl:1931qm, + title = "{The theory of groups and quantum mechanics}", + publisher = {Dover}, + year = {1931}, + author = {Hermann Weyl}, + pages = {422}, + address = {New York, USA} +} + +@ARTICLE{Whalley:2005nh, + author = {Whalley, M. R. and Bourilkov, D. and Group, R. C.}, + title = "{The Les Houches Accord PDFs (LHAPDF) and LHAGLUE}", + year = {2005}, + archiveprefix = {arXiv}, + eprint = {hep-ph/0508110}, + file = {:Whalley2005nh.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0508110;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0508110} +} + +@ARTICLE{Winter:2007ye, + author = {Winter, Jan-Christopher and Krauss, Frank}, + title = "{Initial--state showering based on colour dipoles connected to incoming + parton lines}", + journal = {JHEP}, + year = {2008}, + volume = {07}, + pages = {040}, + archiveprefix = {arXiv}, + eprint = {0712.3913}, + file = {:Winter2007ye.pdf:PDF}, + primaryclass = {hep-ph}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0712.3913} +} + +@article{Williams:1934ad, + author = "Williams, E.J.", + title = "{Nature of the high-energy particles of penetrating + radiation and status of ionization and radiation + formulae}", + journal = "Phys.Rev.", + volume = "45", + pages = "729-730", + doi = "10.1103/PhysRev.45.729", + year = "1934", + SLACcitation = "%%CITATION = PHRVA,45,729;%%", +} + +@article{Wilson:1972ee, + author = "Wilson, K.G. and Zimmermann, W.", + title = "{Operator product expansions and composite field + operators in the general framework of quantum field + theory}", + journal = "Commun.Math.Phys.", + volume = "24", + pages = "87-106", + doi = "10.1007/BF01878448", + year = "1972", + SLACcitation = "%%CITATION = CMPHA,24,87;%%", +} + +@ARTICLE{Winter:2003tt, + author = {Jan-Christopher Winter and Frank Krauss and Gerhard Soff}, + title = "{A modified cluster--hadronisation model}", + journal = {Eur. Phys. J.}, + year = {2004}, + volume = {C36}, + pages = {381-395}, + eprint = {hep-ph/0311085}, + file = {:Winter2003tt.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0311085} +} + +@ARTICLE{Witten:2003nn, + author = {Witten, Edward}, + title = "{Perturbative gauge theory as a string theory in twistor space}", + journal = {Commun. Math. Phys.}, + year = {2004}, + volume = {252}, + pages = {189-258}, + eprint = {hep-th/0312171}, + file = {:Witten2003nn.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0312171} +} + +@article{Wobisch:1998wt, + author = "Wobisch, M. and Wengler, T.", + title = "{Hadronization corrections to jet cross-sections in deep + inelastic scattering}", + year = "1998", + eprint = "hep-ph/9907280", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "PITHA-99-16", + SLACcitation = "%%CITATION = HEP-PH/9907280;%%", +} + +@ARTICLE{Wobisch:1998ti, + author = {Wobisch, M.}, + title = "{Progress in the understanding of dijet production in deep--inelastic + scattering}", + year = {1998}, + archiveprefix = {arXiv}, + eprint = {hep-ph/9806481}, + file = {:Wobisch1998ti.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9806481;%%}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9806481} +} + +@ARTICLE{Wolfenstein:1983yz, + author = {Wolfenstein, Lincoln}, + title = "{Parametrization of the Kobayashi-Maskawa Matrix}", + journal = {Phys. Rev. Lett.}, + year = {1983}, + volume = {51}, + pages = {1945}, + doi = {10.1103/PhysRevLett.51.1945}, + file = {:Wolfenstein1983yz.pdf:PDF}, + slaccitation = {%%CITATION = PRLTA,51,1945;%%} +} + +@Article{Wolfram:1980gg, + author = "Wolfram, Stephen", + title = "{Parton and hadron production in $e^+ e^-$ annihilation. }", + note = "Largely based on a talk given at 15th Rencontre de Moriond, + Les Arcs, France, Mar 9-21, 1980" +} + + +@ARTICLE{Xu:1986xb, + author = {Xu, Zhan and Zhang, Da-Hua and Chang, Lee}, + title = "{Helicity amplitudes for multiple bremsstrahlung in massless non--Abelian + gauge theories}", + journal = {Nucl. Phys.}, + year = {1987}, + volume = {B291}, + pages = {392}, + doi = {10.1016/0550-3213(87)90479-2}, + file = {:Xu1986xb.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B291,392;%%}, + url = {http://inspirebeta.net/record/231187} +} + +@article{Yang:2000ju, + author = "Yang, Un-Ki and others", + title = "{Measurements of $F_2$ and $xF^{\nu}_3 - x + F^{\bar{\nu}}_3$ from CCFR $\nu_\mu-$Fe and + $\bar{\nu}_\mu-$Fe data in a physics model independent + way}", + collaboration = "CCFR/NuTeV Collaboration", + journal = "Phys.Rev.Lett.", + volume = "86", + pages = "2742-2745", + doi = "10.1103/PhysRevLett.86.2742", + year = "2001", + eprint = "hep-ex/0009041", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "FERMILAB-PUB-00-383-E, UR-1586", + SLACcitation = "%%CITATION = HEP-EX/0009041;%%", +} + +@ARTICLE{Yennie:1961ad, + author = {Yennie, D. R. and Frautschi, Steven C. and Suura, H.}, + title = "{The infrared ivergence phenomena and high--energy processes}", + journal = {Ann. Phys.}, + year = {1961}, + volume = {13}, + pages = {379-452}, + file = {:Yennie1961ad.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=APNYA,13,379} +} + +@ARTICLE{Yoh:1978id, + author = {Yoh, J. K. and others}, + title = "{Study of scaling in hadronic production of dimuons}", + journal = {Phys. Rev. Lett.}, + year = {1978}, + volume = {41}, + pages = {684}, + doi = {10.1103/PhysRevLett.41.684}, + file = {:Yoh1978id.pdf:PDF}, + slaccitation = {%%CITATION = PRLTA,41,684;%%}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PRLTA,41,684} +} + +@ARTICLE{Zarnecki:2002qr, + author = "{\.Z}arnecki, Aleksander Filip", + title = "{CompAZ: Parametrization of the luminosity spectra for the photon + collider}", + journal = {Acta Phys. Polon.}, + year = {2003}, + volume = {B34}, + pages = {2741-2758}, + eprint = {hep-ex/0207021}, + file = {:Zarnecki2002qr.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0207021} +} + +@article{Zeppenfeld:2000td, + author = "Zeppenfeld, D. and Kinnunen, R. and Nikitenko, A. and + Richter-Was, E.", + title = "{Measuring Higgs boson couplings at the CERN LHC}", + journal = "Phys.Rev.", + volume = "D62", + pages = "013009", + doi = "10.1103/PhysRevD.62.013009", + year = "2000", + eprint = "hep-ph/0002036", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MADPH-00-1157, CERN-TH-2000-039", + SLACcitation = "%%CITATION = HEP-PH/0002036;%%", +} + +@article{Zinovev:1982be, + author = "Zinovev, G.m. and Snigirev, A.m. and Shelest, V.p.", + title = "{Equations for many-parton distributions in Quantum +Chromodynamics}", + journal = "Theor.Math.Phys.", + volume = "51", + pages = "523-528", + doi = "10.1007/BF01017270", + year = "1982", + SLACcitation = "%%CITATION = TMPHA,51,523;%%", +} + +@ARTICLE{CDFZjet, + collaboration = {CDF}, + file = {:CDFZjet.pdf:PDF}, + url = {http://www-cdf.fnal.gov/physics/new/qcd/zjets\_07/public.pdf} +} + +@ARTICLE{DOnote5066, + title = "{$Z+$jet production in the \DO experiment: A comparison between data + and the PYTHIA and \Sherpa Monte Carlos}", + note = "{D\O~note~5066}", + collaboration = {D\O\ }, + file = {:DOnote5066.pdf:PDF}, + url = {http://www-d0.fnal.gov/Run2Physics/WWW/results/prelim/HIGGS/H15/} +} + +@ARTICLE{Krauss:2010xy, + title = "{\Sherpa's new hadronisation model}", + note = {in preparation} +} + +@ARTICLE{MC4LHC:2003aa, + title = "{CERN Workshop on Monte Carlo tools for the LHC homepage}", + url = {http://mlm.home.cern.ch/mlm/mcwshop03/mcwshop.html} +} + +@ARTICLE{ScotGrid:2008aa, + title = "{ScotGrid Scottish Grid service homepage}", + url = {http://www.scotgrid.ac.uk} +} + +@article{ResBos, + author = "C. Balazs, G. Ladinsky, C.-P. Yuan (Fortran); + P. Nadolsky (C++); CTEQ Collaboration (CTEQ libraries)", + title = "Resummation program (ResBos)", + webpage = "http://hep.pa.msu.edu/wwwlegacy/" +} + +@comment{jabref-meta: protectedFlag:true;} + +@article{Kusina:2013slm, + author = "Kusina, A. and Olness, F.I. and Schienbein, I. and Jezo, + T. and Kovarik, K. and others", + title = "{Hybrid scheme for heavy flavors: Merging the fixed + flavor number scheme and variable flavor number scheme}", + journal = "Phys.Rev.", + number = "7", + volume = "D88", + pages = "074032", + doi = "10.1103/PhysRevD.88.074032", + year = "2013", + eprint = "1306.6553", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "LPSC-13-104, LTH-977, LPN13-024, IPPP-13-22", + SLACcitation = "%%CITATION = ARXIV:1306.6553;%%", +} +@article{Kotko:2012ui, + author = "Kotko, Piotr and Slominski, Wojciech", + title = "{General Mass Scheme for Jet Production in DIS}", + journal = "Phys. Rev.", + volume = "D86", + year = "2012", + pages = "094008", + doi = "10.1103/PhysRevD.86.094008", + eprint = "1206.4024", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1206.4024;%%" +} + +@article{Wiesemann:2014ioa, + author = "Wiesemann, M. and Frederix, R. and Frixione, S. and + Hirschi, V. and Maltoni, F. and Torrielli, P.", + title = "{Higgs production in association with bottom quarks}", + journal = "JHEP", + volume = "02", + year = "2015", + pages = "132", + doi = "10.1007/JHEP02(2015)132", + eprint = "1409.5301", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2014-182, CP3-14-64, LPN14-114, MCNET-14-20, + ZU-TH-33-14", + SLACcitation = "%%CITATION = ARXIV:1409.5301;%%" +} \ No newline at end of file diff --git a/Draft/bib/jhep_journal.bib b/Draft/bib/jhep_journal.bib new file mode 100644 index 0000000..20e0d91 --- /dev/null +++ b/Draft/bib/jhep_journal.bib @@ -0,0 +1,4478 @@ +% This file was created with JabRef 2.4.2. +% Encoding: ISO8859_1 + +@ARTICLE{DelDuca:1999ha, + author = {Vittorio {del Duca} and Alberto Frizzo and Fabio Maltoni}, + title = {{Factorization of tree QCD amplitudes in the high-energy limit and + in the collinear limit}}, + journal = {\npb{568}{2000}{211-262}}, + eprint = {hep-ph/9909464}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9909464}, + file = {:DelDuca1999ha.pdf:PDF} +} + +@ARTICLE{Zarnecki:2002qr, + author = {{\.Z}arnecki, Aleksander Filip}, + title = {{CompAZ: Parametrization of the luminosity spectra for the photon + collider}}, + journal = {\appolb{34}{2003}{2741-2758}}, + eprint = {hep-ex/0207021}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0207021}, + file = {:Zarnecki2002qr.pdf:PDF} +} + +@ARTICLE{abergthesis, + author = {{\AA}berg, C.}, + title = {{Correcting the colour dipole cascade with fixed order matrix elements + in deep inelastic scattering}}, + note = {Diploma thesis, Lund preprint LU-TP 04-25}, + url = {http://particle.thep.lu.se/pub/Preprints/04/lu_tp_04_25_abs.html}, + file = {:abergthesis.pdf:PDF} +} + +@ARTICLE{:2007cp, + author = {Aaltonen, T. and others}, + title = {{Measurement of Inclusive Jet Cross Sections in $Z/\gamma^* (\to + ee)+$ jets Production in $p\bar{p}$ Collisions at $\sqrt{s}=1.96$ + TeV}}, + journal = {\prl{100}{2008}{102001}}, + eprint = {0711.3717}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0711.3717}, + file = {:Aaltonen2007cp.pdf:PDF}, + archiveprefix = {arXiv}, + collaboration = {CDF - Run II}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0711.3717;%%} +} + +@ARTICLE{Aaltonen:2007ip, + author = {Aaltonen, T. and others}, + title = {{Measurement of the cross section for W-boson production in association + with jets in $p\bar{p}$ collisions at $\sqrt{s}=1.96$ TeV}}, + journal = {\prd{77}{2008}{011108}}, + eprint = {0711.4044}, + file = {:Aaltonen2007ip.pdf:PDF}, + archiveprefix = {arXiv}, + collaboration = {CDF}, + doi = {10.1103/PhysRevD.77.011108}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0711.4044;%%} +} + +@ARTICLE{Abachi:1996et, + author = {Abachi, S. and others}, + title = {{Azimuthal Decorrelation of Jets Widely Separated in Rapidity}}, + journal = {\prl{77}{1996}{595-600}}, + eprint = {hep-ex/9603010}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9603010}, + file = {:Abachi1996et.pdf:PDF}, + collaboration = {{\DO}} +} + +@ARTICLE{Abachi:1995jf, + author = {Abachi, S. and others}, + title = {{Study of the Strong Coupling Constant Using W + Jet Processes}}, + journal = {\prl{75}{1995}{3226-3231}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRLTA,75,3226}, + file = {:Abachi1995jf.pdf:PDF}, + collaboration = {{\DO}} +} + +@ARTICLE{Abazov:2008yg, + author = {Abazov, : V. M.}, + title = {{Evidence of $WW+WZ$ production with lepton + jets final states in + proton-antiproton collisions at $\sqrt{s}$ =1.96 TeV}}, + year = {2008}, + eprint = {0810.3873}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0810.3873}, + archiveprefix = {arXiv}, + collaboration = {{\DO}}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0810.3873;%%} +} + +@ARTICLE{:2007nt, + author = {Abazov, V. M. and others}, + title = {{Measurement of the shape of the boson transverse momentum distribution + in $p\bar p\to Z/\gamma^*\to ee+X$ events produced at $\sqrt{s}=1.96$ + TeV}}, + journal = {\prl{100}{2008}{102002}}, + eprint = {0712.0803}, + file = {:Abazov2007nt.pdf:PDF}, + archiveprefix = {arXiv}, + collaboration = {{\DO}}, + doi = {10.1103/PhysRevLett.100.102002}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0712.0803;%%} +} + +@ARTICLE{Abazov:2006gs, + author = {Abazov, V. M. and others}, + title = {{Measurement of the ratios of the $Z/\gamma^* +\ge n$ jet production + cross sections to the total inclusive $Z/\gamma^*$ cross section + in $p\bar{p}$ collisions at $\sqrt{s}$=1.96 TeV}}, + journal = {\plb{658}{2008}{112-119}}, + eprint = {hep-ex/0608052}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0608052}, + file = {:Abazov2006gs.pdf:PDF}, + collaboration = {{\DO}} +} + +@ARTICLE{Abazov:2008ez, + author = {Abazov, V. M. and others}, + title = {{Measurement of differential $Z / \gamma^{*}$ + jet + $X$ cross sections + in $p \bar{p}$ collisions at $\sqrt{s}$ = 1.96-TeV}}, + journal = {\plb{669}{2008}{278-286}}, + eprint = {0808.1296}, + file = {:Abazov2008ez.pdf:PDF}, + archiveprefix = {arXiv}, + collaboration = {{\DO}}, + doi = {10.1016/j.physletb.2008.09.060}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0808.1296;%%} +} + +@ARTICLE{Abe:1997bp, + author = {Abe, F. and others}, + title = {{Measurement of Double Parton Scattering in $\bar{p}p$ collisions + at $\sqrt{s} = 1.8\,\rm TeV$}}, + journal = {\prl{79}{1997}{584-589}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRLTA,79,584}, + file = {:Abe1997bp.pdf:PDF}, + collaboration = {CDF} +} + +@ARTICLE{Abe:1997eva, + author = {Abe, F. and others}, + title = {{Properties of Jets in W Boson Events from 1.8 TeV $\bar{p}p$ collisions}}, + journal = {\prl{79}{1997}{4760-4765}}, + eprint = {hep-ex/9709016}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9709016}, + file = {:Abe1997eva.pdf:PDF}, + collaboration = {CDF} +} + +@ARTICLE{Abe:1997xk, + author = {Abe, F. and others}, + title = {{Double parton scattering in $\bar{p}p$ collisions at $\sqrt{s} = + 1.8\,\rm TeV$}}, + journal = {\prd{56}{1997}{3811-3832}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D56,3811}, + file = {:Abe1997xk.pdf:PDF}, + collaboration = {CDF} +} + +@ARTICLE{Abe:1993si, + author = {Abe, F. and others}, + title = {{Measurement of Jet Multiplicity in $W$ Events Produced in $p\bar{p}$ + Collisions at $\sqrt{s} = 1.8$ Tev}}, + journal = {\prl{70}{1993}{4042-4046}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRLTA,70,4042}, + file = {:Abe1993si.pdf:PDF}, + collaboration = {CDF} +} + +@ARTICLE{Abreu:1996na, + author = {Abreu, P. and others}, + title = {{Tuning and test of fragmentation models based on identified particles + and precision event shape data}}, + journal = {\zpc{73}{1996}{11-60}}, + file = {:Abreu1996na.pdf:PDF}, + collaboration = {DELPHI}, + doi = {10.1007/s002880050295}, + slaccitation = {%%CITATION = ZEPYA,C73,11;%%} +} + +@ARTICLE{Abulencia:2007ez, + author = {Abulencia, A. and others}, + title = {{Measurement of the inclusive jet cross section using the $k_{T}$ + algorithm in $p \bar{p}$ collisions at $\sqrt{s}$ = 1.96~TeV with + the CDF II detector}}, + journal = {\prd{75}{2007}{092006}}, + eprint = {hep-ex/0701051}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0701051}, + file = {:Abulencia2007ez.pdf:PDF}, + collaboration = {CDF}, + doi = {10.1103/PhysRevD.75.092006}, + slaccitation = {%%CITATION = HEP-EX/0701051;%%} +} + +@ARTICLE{Acosta:2004wqa, + author = {Acosta, Darin E. and others}, + title = {{Underlying event in hard interactions at the Fermilab Tevatron $\bar{p}p$ + collider}}, + journal = {\prd{70}{2004}{072002}}, + eprint = {hep-ex/0404004}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0404004}, + file = {:Acosta2004wqa.pdf:PDF}, + collaboration = {CDF} +} + +@ARTICLE{Adloff:2002ew, + author = {Adloff, C. and others}, + title = {{Measurement of inclusive jet cross-sections in deep-inelastic $ep$ + scattering at HERA}}, + journal = {\plb{542}{2002}{193-206}}, + note = {DESY-02-079}, + eprint = {hep-ex/0206029}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0206029}, + file = {:Adloff2002ew.pdf:PDF}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1016/S0370-2693(02)02375-4}, + slaccitation = {%%CITATION = HEP-EX/0206029;%%} +} + +@ARTICLE{Adloff:2000tq, + author = {Adloff, C. and others}, + title = {{Measurement and QCD analysis of jet cross sections in deep-inelastic + positron-proton collisions at $\sqrt{s}$ of 300 GeV}}, + journal = {\epjc{19}{2001}{289-311}}, + note = {DESY-00-145}, + eprint = {hep-ex/0010054}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0010054}, + file = {:Adloff2000tq.pdf:PDF}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1007/s100520100621}, + slaccitation = {%%CITATION = HEP-EX/0010054;%%} +} + +@ARTICLE{Adloff:2001kg, + author = {Adloff, C. and others}, + title = {{Three-jet production in deep-inelastic scattering at HERA}}, + journal = {\plb{515}{2001}{17-29}}, + note = {DESY-01-073}, + eprint = {hep-ex/0106078}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0106078}, + file = {:Adloff2001kg.pdf:PDF}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1016/S0370-2693(01)00805-X}, + slaccitation = {%%CITATION = HEP-EX/0106078;%%} +} + +@ARTICLE{Adloff:1999ws, + author = {Adloff, C. and others}, + title = {{Measurements of transverse energy flow in deep-inelastic scattering + at HERA}}, + journal = {\epjc{12}{2000}{595-607}}, + note = {DESY-99-091}, + eprint = {hep-ex/9907027}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9907027}, + file = {:Adloff1999ws.pdf:PDF}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1007/s100520000287}, + slaccitation = {%%CITATION = HEP-EX/9907027;%%} +} + +@ARTICLE{Adloff:1998kh, + author = {Adloff, C. and others}, + title = {{Multi-jet event rates in deep inelastic scattering and determination + of the strong coupling constant}}, + journal = {\epjc{6}{1999}{575-585}}, + note = {DESY-98-087}, + eprint = {hep-ex/9807019}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9807019}, + file = {:Adloff1998kh.pdf:PDF}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1007/s100529901014}, + slaccitation = {%%CITATION = HEP-EX/9807019;%%} +} + +@ARTICLE{Adloff:1996dy, + author = {Adloff, C. and others}, + title = {{Measurement of charged particle transverse momentum spectra in deep + inelastic scattering}}, + journal = {\npb{485}{1997}{3-24}}, + note = {DESY-96-215}, + eprint = {hep-ex/9610006}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9610006}, + file = {:Adloff1996dy.pdf:PDF}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1016/S0550-3213(96)00675-X}, + slaccitation = {%%CITATION = HEP-EX/9610006;%%} +} + +@ARTICLE{Adloff:1997fr, + author = {Adloff, C. and others}, + title = {{Evolution of $ep$ fragmentation and multiplicity distributions in + the Breit frame}}, + journal = {\npb{504}{1997}{3-23}}, + note = {DESY-97-108}, + eprint = {hep-ex/9707005}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9707005}, + file = {:Adloff1997fr.pdf:PDF}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1016/S0550-3213(97)00585-3}, + slaccitation = {%%CITATION = HEP-EX/9707005;%%} +} + +@ARTICLE{Adloff:1997gq, + author = {Adloff, C. and others}, + title = {{Measurement of event shape variables in deep inelastic $e$ $p$ scattering}}, + journal = {\plb{406}{1997}{256-270}}, + note = {DESY-97-098}, + eprint = {hep-ex/9706002}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9706002}, + file = {:Adloff1997gq.pdf:PDF}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1016/S0370-2693(97)00754-5}, + slaccitation = {%%CITATION = HEP-EX/9706002;%%} +} + +@ARTICLE{Affolder:2000mz, + author = {Affolder, Anthony Allen and others}, + title = {{Test of enhanced leading order QCD in W boson plus jets events from + 1.8 TeV $\bar{p}p$ collisions}}, + journal = {\prd{63}{2001}{072003}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D63,072003}, + file = {:Affolder2000mz.pdf:PDF}, + collaboration = {CDF} +} + +@ARTICLE{Affolder:2001xt, + author = {Affolder, T. and others}, + title = {{Charged jet evolution and the underlying event in proton-antiproton + collisions at 1.8 TeV}}, + journal = {\prd{65}{2002}{092002}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D65,092002}, + file = {:Affolder2001xt.pdf:PDF}, + collaboration = {CDF} +} + +@ARTICLE{Agashe:2006hk, + author = {Agashe, Kaustubh and Belyaev, Alexander and Krupovnickas, Tadas and + Perez, Gilad and Virzi, Joseph}, + title = {{LHC signals from warped extra dimensions}}, + journal = {\prd{77}{2008}{015003}}, + eprint = {hep-ph/0612015}, + file = {:Agashi2006hk.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.77.015003}, + slaccitation = {%%CITATION = HEP-PH/0612015;%%} +} + +@ARTICLE{Aid:1995we, + author = {Aid, S. and others}, + title = {{Transverse energy and forward jet production in the low x regime + at HERA}}, + journal = {\plb{356}{1995}{118-128}}, + note = {DESY-95-108}, + eprint = {hep-ex/9506012}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9506012}, + file = {:Aid1995we.pdf:PDF}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1016/0370-2693(95)00804-T}, + slaccitation = {%%CITATION = HEP-EX/9506012;%%} +} + +@ARTICLE{Aktas:2005up, + author = {Aktas, A. and others}, + title = {{Forward jet production in deep inelastic scattering at HERA}}, + journal = {\epjc{46}{2006}{27-42}}, + note = {DESY-05-135}, + eprint = {hep-ex/0508055}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0508055}, + file = {:Aktas2005up.pdf:PDF}, + collaboration = {H1} +} + +@ARTICLE{Aktas:2003ja, + author = {Aktas, A. and others}, + title = {{Inclusive dijet production at low Bjorken-$x$ in deep inelastic + scattering}}, + journal = {\epjc{33}{2004}{477-493}}, + note = {DESY-03-160}, + eprint = {hep-ex/0310019}, + url = {http://www-library.desy.de/spires/find/hep/www?eprint=hep-ex/0310019}, + file = {:Aktas2003ja.pdf:PDF}, + archiveprefix = {arXiv}, + collaboration = {H1}, + doi = {10.1140/epjc/s2004-01644-5}, + slaccitation = {%%CITATION = HEP-EX/0310019;%%} +} + +@ARTICLE{Alekhin:2005dx, + author = {Alekhin, S. and others}, + title = {{HERA and the LHC - A workshop on the implications of HERA for LHC + physics: Proceedings Part A}}, + eprint = {hep-ph/0601012}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0601012}, + file = {:Alekhin2005dx.pdf:PDF} +} + +@ARTICLE{Alekhin:2005dy, + author = {Alekhin, S. and others}, + title = {{HERA and the LHC - A workshop on the implications of HERA for LHC + physics: Proceedings Part B}}, + eprint = {hep-ph/0601013}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0601013}, + file = {:Alekhin2005dy.pdf:PDF} +} + +@ARTICLE{Aliev:2007uu, + author = {Aliev, T. M. and Savci, M.}, + title = {{Semileptonic decays of pseudoscalar mesons to scalar $f_0$ meson}}, + year = {2007}, + eprint = {hep-ph/0701108}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0701108}, + file = {:Aliev2007uu.pdf:PDF}, + archiveprefix = {arXiv}, + slaccitation = {%%CITATION = HEP-PH/0701108;%%} +} + +@ARTICLE{Alioli:2008gx, + author = {Alioli, Simone and Nason, Paolo and Oleari, Carlo and Re, Emanuele}, + title = {{NLO vector-boson production matched with shower in POWHEG}}, + journal = {\jhep{07}{2008}{060}}, + eprint = {0805.4802}, + file = {:Alioli2008gx.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/07/060}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0805.4802;%%} +} + +@ARTICLE{Allanach:2008qq, + author = {Allanach, B. and others}, + title = {{SUSY Les Houches Accord 2}}, + year = {2008}, + eprint = {0801.0045}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0801.0045}, + file = {:Allanach2008qq.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0801.0045;%%} +} + +@ARTICLE{Allanach:2001kg, + author = {Allanach, B. C.}, + title = {{SOFTSUSY: A program for calculating supersymmetric spectra}}, + journal = {\cpc{143}{2002}{305-331}}, + eprint = {hep-ph/0104145}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0104145}, + file = {:Allanach2001kg.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1016/S0010-4655(01)00460-X}, + slaccitation = {%%CITATION = HEP-PH/0104145;%%} +} + +@ARTICLE{Allanach:2002nj, + author = {Allanach, B. C. and others}, + title = {{The Snowmass points and slopes: Benchmarks for SUSY searches}}, + year = {2002}, + eprint = {hep-ph/0202233}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0202233}, + file = {:Allanach2002nj.pdf:PDF}, + archiveprefix = {arXiv}, + slaccitation = {%%CITATION = HEP-PH/0202233;%%} +} + +@ARTICLE{Altarelli:1977zs, + author = {Guido Altarelli and Parisi, G.}, + title = {{Asymptotic freedom in parton language}}, + journal = {\npb{126}{1977}{298-318}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B126,298}, + file = {:Altarelli1977zs.pdf:PDF} +} + +@ARTICLE{Alwall:2007fs, + author = {Alwall, J. and others}, + title = {{Comparative study of various algorithms for the merging of parton + showers and matrix elements in hadronic collisions}}, + journal = {\epjc{53}{2008}{473-500}}, + eprint = {0706.2569}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0706.2569}, + file = {:Alwall2007fs.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph} +} + +@ARTICLE{Alwall:2006yp, + author = {Alwall, J. and others}, + title = {{A standard format for Les Houches Event Files}}, + journal = {\cpc{176}{2007}{300-304}}, + eprint = {hep-ph/0609017}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0609017}, + file = {:Alwall2006yp.pdf:PDF} +} + +@ARTICLE{Alwall:2007st, + author = {Alwall, Johan and others}, + title = {{MadGraph/MadEvent v4: The new web generation}}, + journal = {\jhep{09}{2007}{028}}, + eprint = {0706.2334}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0706.2334}, + file = {:Alwall2007st.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph} +} + +@ARTICLE{Alwall:2008ve, + author = {Alwall, Johan and Le, My-Phuong and Lisanti, Mariangela and Wacker, + Jay G.}, + title = {{Searching for Gluinos at the Tevatron}}, + year = {2008}, + eprint = {0803.0019}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0803.0019}, + file = {:Alwall2008ve.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0803.0019;%%} +} + +@ARTICLE{Alwall:2008qv, + author = {Alwall, Johan and de Visscher, Simon and Maltoni, Fabio}, + title = {{QCD radiation in the production of heavy colored particles at the + LHC}}, + journal = {\jhep{02}{2009}{017}}, + eprint = {0810.5350}, + file = {:Alwall2008qv.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/02/017}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0810.5350;%%} +} + +@ARTICLE{Amati:1978by, + author = {Amati, D. and Petronzio, R. and Veneziano, G.}, + title = {{Relating hard QCD processes through universality of mass singularities. + 2}}, + journal = {\npb{146}{1978}{29-49}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B146,29}, + file = {:Amati1978by.pdf:PDF} +} + +@ARTICLE{Amati:1978wx, + author = {Amati, D. and Petronzio, R. and Veneziano, G.}, + title = {{Relating hard QCD processes through universality of mass singularities}}, + journal = {\npb{140}{1978}{54}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B140,54}, + file = {:Amati1978wx.pdf:PDF} +} + +@ARTICLE{Amsler:2008zz, + author = {Amsler, C. and others}, + title = {{Review of particle physics}}, + journal = {\plb{667}{2008}{1}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B667,1}, + file = {:Amsler2008zz.pdf:PDF}, + collaboration = {Particle Data Group}, + doi = {10.1016/j.physletb.2008.07.018}, + slaccitation = {%%CITATION = PHLTA,B667,1;%%} +} + +@ARTICLE{Andersen:2006kp, + author = {Andersen, Jeppe R.}, + title = {{Quark-antiquark contribution to the fully exclusive BFKL Evolution + at next-to-leading logarithmic accuracy}}, + journal = {\prd{74}{2006}{114008}}, + eprint = {hep-ph/0611011}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0611011}, + file = {:Andersen2006kp.pdf:PDF} +} + +@ARTICLE{Andersen:2006sp, + author = {Andersen, Jeppe R.}, + title = {{On the role of NLL corrections and energy conservation in the high + energy evolution of QCD}}, + journal = {\plb{639}{2006}{290-293}}, + eprint = {hep-ph/0602182}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0602182}, + file = {:Andersen2006sp.pdf:PDF} +} + +@ARTICLE{Andersen:2003wy, + author = {Jeppe R. Andersen and Sabio-Vera, Agustin}, + title = {{The gluon Green's function in the BFKL approach at next-to-leading + logarithmic accuracy}}, + journal = {\npb{679}{2004}{345-362}}, + eprint = {hep-ph/0309331}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0309331}, + file = {:Andersen2003wy.pdf:PDF} +} + +@ARTICLE{Andersen:2003an, + author = {Jeppe R. Andersen and Sabio-Vera, Agustin}, + title = {{Solving the BFKL equation in the next-to-leading approximation}}, + journal = {\plb{567}{2003}{116-124}}, + eprint = {hep-ph/0305236}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0305236}, + file = {:Andersen2003an.pdf:PDF} +} + +@ARTICLE{Anderson:1999ui, + author = {Anderson, S. and others}, + title = {{Hadronic structure in the decay $\tau^- \to \pi^- \pi^0 \nu_\tau$}}, + journal = {\prd{61}{2000}{112002}}, + eprint = {hep-ex/9910046}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9910046}, + file = {:Anderson1999ui.pdf:PDF}, + archiveprefix = {arXiv}, + collaboration = {CLEO}, + doi = {10.1103/PhysRevD.61.112002}, + slaccitation = {%%CITATION = HEP-EX/9910046;%%} +} + +@BOOK{Andersson:1998tv, + title = {{The Lund model}}, + publisher = {Camb. Monogr. Part. Phys. Nucl. Phys. Cosmol.}, + year = {1997}, + author = {Andersson, Bo}, + volume = {7}, + pages = {1-471}, + slaccitation = {%%CITATION = CMPCE,7,1;%%} +} + +@ARTICLE{Andersson:2002cf, + author = {Andersson, Bo and others}, + title = {{Small $x$ phenomenology: summary and status}}, + journal = {\epjc{25}{2002}{77-101}}, + eprint = {hep-ph/0204115}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0204115}, + file = {:Andersson2002cf.pdf:PDF}, + collaboration = {Small $x$} +} + +@ARTICLE{Andersson:1983ia, + author = {Andersson, Bo and Gustafson, G. and Ingelman, G. and Sj{\"o}strand, + T.}, + title = {{Parton Fragmentation and String Dynamics}}, + journal = {\prep{97}{1983}{31-145}}, + file = {:Andersson1983ia.pdf:PDF}, + doi = {10.1016/0370-1573(83)90080-7}, + slaccitation = {%%CITATION = PRPLC,97,31;%%} +} + +@ARTICLE{Andersson:1995jt, + author = {Andersson, Bo and Gustafson, G. and Kharraziha, H. and Samuelsson, + J.}, + title = {{Structure functions and general final state properties in the linked + dipole chain model}}, + journal = {\zpc{71}{1996}{613-624}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C71,613}, + file = {:Andersson1995jt.pdf:PDF} +} + +@ARTICLE{Andersson:1989ki, + author = {Andersson, Bo and Gustafson, Gosta and L{\"o}nnblad, Leif}, + title = {{Gluon splitting in the color dipole cascades}}, + journal = {\npb{339}{1990}{393-406}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B339,393}, + file = {:Andersson1989ki.pdf:PDF} +} + +@ARTICLE{Andersson:1988gp, + author = {Andersson, Bo and Gustafson, Gosta and L{\"o}nnblad, Leif and Pettersson, + Ulf}, + title = {{Coherence effects in deep inelastic scattering}}, + journal = {\zpc{43}{1989}{625}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C43,625}, + file = {:Andersson1988gp.pdf:PDF} +} + +@ARTICLE{Andersson:1995ju, + author = {Andersson, Bo and Gustafson, G. and Samuelsson, J.}, + title = {{The linked dipole chain model for DIS}}, + journal = {\npb{467}{1996}{443-478}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B467,443}, + file = {:Andersson1995ju.pdf:PDF} +} + +@ARTICLE{Andersson:1984af, + author = {Andersson, Bo and Gustafson, G. and Sj{\"o}strand, T.}, + title = {{Baryon Production in Jet Fragmentation and Upsilon-Decay}}, + journal = {Phys. Scripta}, + year = {1985}, + volume = {32}, + pages = {574}, + file = {:Andersson1984af.pdf:PDF}, + doi = {10.1088/0031-8949/32/6/003}, + slaccitation = {%%CITATION = PHSTB,32,574;%%} +} + +@ARTICLE{Andersson:1981ce, + author = {Andersson, Bo and Gustafson, G. and Sj{\"o}strand, T.}, + title = {{A Model for Baryon Production in Quark and Gluon Jets}}, + journal = {\npb{197}{1982}{45}}, + file = {:Andersson1981ce.pdf:PDF}, + doi = {10.1016/0550-3213(82)90153-5}, + slaccitation = {%%CITATION = NUPHA,B197,45;%%} +} + +@ARTICLE{Andersson:1983jt, + author = {Andersson, B. and Gustafson, G. and S{\"o}derberg, B.}, + title = {{A general model for jet fragmentation}}, + journal = {\zpc{20}{1983}{317}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C20,317}, + file = {:Andersson1983jt.pdf:PDF} +} + +@ARTICLE{Andreeva:2008zz, + author = {Andreeva, Julia and Campana, Simone and Fanzago, Federica and Herrala, + Juha}, + title = {{High-energy physics on the Grid: The ATLAS and CMS experience}}, + journal = {J. Grid Comput.}, + year = {2008}, + volume = {6}, + pages = {3-13}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=JGCOA,6,3}, + file = {:Andreeva2008zz.pdf:PDF} +} + +@ARTICLE{Antoniadis:1998ig, + author = {Antoniadis, Ignatios and Arkani-Hamed, Nima and Dimopoulos, Savas + and Dvali, G. R.}, + title = {{New dimensions at a millimeter to a fermi and superstrings at a + TeV}}, + journal = {\plb{436}{1998}{257-263}}, + eprint = {hep-ph/9804398}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9804398}, + file = {:Antoniadis1998ig.pdf:PDF}, + doi = {10.1016/S0370-2693(98)00860-0}, + slaccitation = {%%CITATION = HEP-PH/9804398;%%} +} + +@ARTICLE{Antunano:2007da, + author = {Antunano, Oscar and Kuhn, Johann H. and Rodrigo, German}, + title = {{Top Quarks, Axigluons and Charge Asymmetries at Hadron Colliders}}, + journal = {\prd{77}{2008}{014003}}, + eprint = {0709.1652}, + file = {:Antunano2007da.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.77.014003}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0709.1652;%%} +} + +@ARTICLE{Appelquist:1980vg, + author = {Appelquist, Thomas and Bernard, Claude W.}, + title = {{Strongly interacting Higgs bosons}}, + journal = {\prd{22}{1980}{200}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D22,200}, + file = {:Appelquist1980vg.pdf:PDF}, + doi = {10.1103/PhysRevD.22.200}, + slaccitation = {%%CITATION = PHRVA,D22,200;%%} +} + +@ARTICLE{Appelquist:1993ka, + author = {Appelquist, Thomas and Wu, Guo-Hong}, + title = {{Electroweak chiral Lagrangian and new precision measurements}}, + journal = {\prd{48}{1993}{3235-3241}}, + eprint = {hep-ph/9304240}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9304240}, + file = {:Appelquist1993ka.pdf:PDF}, + doi = {10.1103/PhysRevD.48.3235}, + slaccitation = {%%CITATION = HEP-PH/9304240;%%} +} + +@ARTICLE{Archibald:2008aa, + author = {Archibald, Jennifer and Gleisberg, Tanju and H{\"o}che, Stefan and + Krauss, Frank and Sch{\"o}nherr, Marek and Schumann, Steffen and + Siegert, Frank and Winter, Jan-Christopher}, + title = {{Simulation of photon-photon interactions in hadron collisions with + \Sherpa}}, + journal = {\np{179}{2008}{218-225}}, + url = {http://dx.doi.org/10.1016/j.nuclphysbps.2008.07.027}, + file = {:Archibald2008aa.pdf:PDF} +} + +@ARTICLE{ArkaniHamed:1998rs, + author = {Arkani-Hamed, Nima and Dimopoulos, Savas and Dvali, G. R.}, + title = {{The hierarchy problem and new dimensions at a millimeter}}, + journal = {\plb{429}{1998}{263-272}}, + eprint = {hep-ph/9803315}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9803315}, + file = {:ArkaniHamed1998rs.pdf:PDF}, + doi = {10.1016/S0370-2693(98)00466-3}, + slaccitation = {%%CITATION = HEP-PH/9803315;%%} +} + +@ARTICLE{Artru:1974hr, + author = {Artru, X. and Mennessier, G.}, + title = {{String model and multiproduction}}, + journal = {\npb{70}{1974}{93-115}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B70,93}, + file = {:Artru1974hr.pdf:PDF} +} + +@ARTICLE{Aubert:2006px, + author = {Aubert, B. and others}, + title = {{Measurement of the $B^0 \to \pi^- l^+ \nu$ Form-Factor Shape and + Branching Fraction, and Determination of $|V_{ub}|$ with a Loose + Neutrino Reconstruction Technique}}, + journal = {\prl{98}{2007}{091801}}, + eprint = {hep-ex/0612020}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0612020}, + file = {:Aubert2006px.pdf:PDF}, + archiveprefix = {arXiv}, + collaboration = {BABAR}, + doi = {10.1103/PhysRevLett.98.091801}, + slaccitation = {%%CITATION = HEP-EX/0612020;%%} +} + +@ARTICLE{Badelek:2001xb, + author = {Badelek, B. and others}, + title = {{TESLA Technical Design Report, Part VI, Chapter 1: Photon collider + at TESLA}}, + journal = {\ijmpa{19}{2004}{5097-5186}}, + eprint = {hep-ex/0108012}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0108012}, + file = {:Badelek2001xb.pdf:PDF}, + collaboration = {ECFA/DESY Photon Collider Working Group} +} + +@ARTICLE{Badger:2005zh, + author = {Badger, S. D. and Glover, E. W. N. and Khoze, V. V. and Svr{\v{c}}ek, + P.}, + title = {{Recursion relations for gauge theory amplitudes with massive particles}}, + journal = {\jhep{07}{2005}{025}}, + eprint = {hep-th/0504159}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0504159}, + file = {:Badger2005zh.pdf:PDF} +} + +@ARTICLE{Bagger:1987fz, + author = {Bagger, Jonathan and Schmidt, Carl and King, Stephen}, + title = {{Axigluon Production in Hadronic Collisions}}, + journal = {\prd{37}{1988}{1188}}, + file = {:Bagger1987fz.pdf:PDF}, + doi = {10.1103/PhysRevD.37.1188}, + slaccitation = {%%CITATION = PHRVA,D37,1188;%%} +} + +@ARTICLE{Balitsky:1978ic, + author = {I. I. Balitsky and L. N. Lipatov}, + title = {{The Pomeranchuk Singularity in Quantum Chromodynamics}}, + journal = {Sov. J. \np{28}{1978}{822-829}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SJNCA,28,822} +} + +@ARTICLE{Ball:2007hb, + author = {Ball, Patricia and Jones, G. W.}, + title = {{$B \to \eta^{(')}$ form factors in QCD}}, + journal = {\jhep{08}{2007}{025}}, + eprint = {0706.3628}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0706.3628}, + file = {:Ball2007hb.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0706.3628;%%} +} + +@ARTICLE{Ball:2004rg, + author = {Ball, Patricia and Zwicky, Roman}, + title = {{$B_{d,s} \to \rho, \omega, K^*, \Phi$ decay form factors from light-cone + sum rules reexamined}}, + journal = {\prd{71}{2005}{014029}}, + eprint = {hep-ph/0412079}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0412079}, + file = {:Ball2004rg.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.71.014029}, + slaccitation = {%%CITATION = HEP-PH/0412079;%%} +} + +@ARTICLE{Ball:2004ye, + author = {Ball, Patricia and Zwicky, Roman}, + title = {{New results on $B \to \pi, K, \eta$ decay form factors from light-cone + sum rules}}, + journal = {\prd{71}{2005}{014015}}, + eprint = {hep-ph/0406232}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0406232}, + file = {:Ball2004ye.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.71.014015}, + slaccitation = {%%CITATION = HEP-PH/0406232;%%} +} + +@ARTICLE{Ballestrero:1994jn, + author = {Ballestrero, Alessandro and Maina, Ezio}, + title = {{A new method for helicity calculations}}, + journal = {\plb{350}{1995}{225-233}}, + eprint = {hep-ph/9403244}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9403244}, + file = {:Ballestrero1994jn.pdf:PDF} +} + +@ARTICLE{Ballestrero:1992dv, + author = {Ballestrero, Alessandro and Maina, Ezio and Moretti, Stefano}, + title = {{Heavy quarks and leptons at $e^+e^-$ colliders}}, + journal = {\npb{415}{1994}{265-292}}, + eprint = {hep-ph/9212246}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9212246}, + file = {:Ballestrero1992dv.pdf:PDF}, + doi = {10.1016/0550-3213(94)90112-0}, + slaccitation = {%%CITATION = HEP-PH/9212246;%%} +} + +@ARTICLE{Banfi:2006hf, + author = {Banfi, Andrea and Salam, Gavin P. and Zanderighi, Giulia}, + title = {{Infrared-safe definition of jet flavour}}, + journal = {\epjc{47}{2006}{113-124}}, + eprint = {hep-ph/0601139}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0601139}, + file = {:Banfi2006hf.pdf:PDF} +} + +@ARTICLE{Barberio:1993qi, + author = {Barberio, Elisabetta and W{\c a}s, Zbigniew}, + title = {{PHOTOS - a universal monte carlo for QED radiative corrections: + version 2.0}}, + journal = {\cpc{79}{1994}{291-308}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=CPHCB,79,291}, + file = {:Barberio1993qi.pdf:PDF}, + doi = {10.1016/0010-4655(94)90074-4}, + slaccitation = {%%CITATION = CPHCB,79,291;%%} +} + +@BOOK{Barone:2002dc, + title = {{High-energy particle diffraction}}, + publisher = {Berlin, Germany: Springer}, + year = {2002}, + author = {Barone, Vincenzo and Predazzi, Enrico}, + pages = {407} +} + +@ARTICLE{Bartel:1986ua, + author = {Bartel, W. and others}, + title = {{Experimental Studies on Multijet Production in $e^+$ $e^-$ Annihilation + at PETRA Energies}}, + journal = {\zpc{33}{1986}{23}}, + file = {:Bartel1986ua.pdf:PDF}, + collaboration = {JADE}, + doi = {10.1007/BF01410449}, + slaccitation = {%%CITATION = ZEPYA,C33,23;%%} +} + +@ARTICLE{Bartels:2005wa, + author = {Bartels, J. and Salvadore, M. and Vacca, G. P.}, + title = {{AGK cutting rules and multiple scattering in hadronic collisions}}, + journal = {\epjc{42}{2005}{53-71}}, + eprint = {hep-ph/0503049}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0503049}, + file = {:Bartels2005wa.pdf:PDF} +} + +@ARTICLE{Basham:1978bw, + author = {Basham, C. Louis and Brown, Lowell S. and Ellis, Stephen D. and Love, + Sherwin T.}, + title = {{Energy Correlations in electron - Positron Annihilation: Testing + QCD}}, + journal = {\prl{41}{1978}{1585}}, + file = {:Basham1978bw.pdf:PDF}, + doi = {10.1103/PhysRevLett.41.1585}, + slaccitation = {%%CITATION = PRLTA,41,1585;%%} +} + +@ARTICLE{Bassetto:1984ik, + author = {Bassetto, A. and Ciafaloni, M. and Marchesini, G.}, + title = {{Jet structure and infrared sensitive quantities in perturbative + QCD}}, + journal = {\prep{100}{1983}{201-272}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRPLC,100,201}, + file = {:Bassetto1984ik.pdf:PDF} +} + +@ARTICLE{Bassetto:1982ma, + author = {Bassetto, A. and Ciafaloni, M. and Marchesini, G. and Mueller, Alfred + H.}, + title = {{Jet multiplicity and soft gluon factorization}}, + journal = {\npb{207}{1982}{189}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B207,189}, + file = {:Bassetto1982ma.pdf:PDF} +} + +@ARTICLE{Bauer:2008qh, + author = {Bauer, Christian W. and Tackmann, Frank J. and Thaler, Jesse}, + title = {{GenEvA. (I). a new framework for event generation}}, + journal = {\jhep{12}{2008}{010}}, + eprint = {0801.4026}, + file = {:Bauer2008qh.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/12/010}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0801.4026;%%} +} + +@ARTICLE{Bauer:2008qj, + author = {Bauer, Christian W. and Tackmann, Frank J. and Thaler, Jesse}, + title = {{GenEvA (II): a phase space generator from a reweighted parton shower}}, + journal = {\jhep{12}{2008}{011}}, + eprint = {0801.4028}, + file = {:Bauer2008qj.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/12/011}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0801.4028;%%} +} + +@ARTICLE{Baur:1988qt, + author = {Baur, U. and Zeppenfeld, D.}, + title = {{Probing the WW$\gamma$ vertex at future hadron colliders}}, + journal = {\npb{308}{1988}{127}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B308,127}, + file = {:Baur1988qt.pdf:PDF}, + doi = {10.1016/0550-3213(88)90045-4}, + slaccitation = {%%CITATION = NUPHA,B308,127;%%} +} + +@ARTICLE{Belanger:2003sd, + author = {Belanger, G. and others}, + title = {{Automatic calculations in high energy physics and {\tt GRACE} at + one-loop}}, + journal = {\prep{430}{2006}{117-209}}, + eprint = {hep-ph/0308080}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0308080}, + file = {:Belanger2003sd.pdf:PDF} +} + +@ARTICLE{Belokurov:1980ba, + author = {Belokurov, V. V. and Usyukina, N. I.}, + title = {{On exponentiation of the singlet quark form-factor in the leading + logarithm approximation}}, + journal = {\plb{94}{1980}{251-253}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B94,251}, + file = {:Belokurov1980ba.pdf:PDF} +} + +@ARTICLE{Bena:2004ry, + author = {Bena, Iosif and Bern, Zvi and Kosower, David A.}, + title = {{Twistor-space recursive formulation of gauge-theory amplitudes}}, + journal = {\prd{71}{2005}{045008}}, + eprint = {hep-th/0406133}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0406133}, + file = {:Bena2004ry.pdf:PDF} +} + +@ARTICLE{Beneke:2000ry, + author = {Beneke, M. and Buchalla, G. and Neubert, M. and Sachrajda, Christopher + T.}, + title = {{QCD factorization for exclusive, non-leptonic B meson decays: General + arguments and the case of heavy-light final states}}, + journal = {\npb{591}{2000}{313-418}}, + eprint = {hep-ph/0006124}, + file = {:Beneke2000ry.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1016/S0550-3213(00)00559-9}, + slaccitation = {%%CITATION = HEP-PH/0006124;%%} +} + +@ARTICLE{Bengtsson:1986et, + author = {Bengtsson, Mats and Torbj{\"o}rn Sj{\"o}strand}, + title = {{A comparative study of coherent and non-coherent parton shower evolution}}, + journal = {\npb{289}{1987}{810}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B289,810}, + file = {:Bengtsson1986et.pdf:PDF} +} + +@ARTICLE{Bengtsson:1986hr, + author = {Bengtsson, Mats and Sj{\"o}strand, Torbjorn}, + title = {{Coherent Parton Showers Versus Matrix Elements: Implications of + PETRA - PEP Data}}, + journal = {\plb{185}{1987}{435}}, + file = {:Bengtsson1986hr.pdf:PDF}, + doi = {10.1016/0370-2693(87)91031-8}, + slaccitation = {%%CITATION = PHLTA,B185,435;%%} +} + +@ARTICLE{Bengtsson:1988qg, + author = {Bengtsson, M. and Zerwas, P. M.}, + title = {{Four-jet events in $e^+ e^-$ Annihilation: Testing the three-gluon + vertex}}, + journal = {\plb{208}{1988}{306}}, + file = {:Bengtsson1988qg.pdf:PDF}, + doi = {10.1016/0370-2693(88)90435-2}, + slaccitation = {%%CITATION = PHLTA,B208,306;%%} +} + +@ARTICLE{Berdine:2007uv, + author = {Berdine, D. and Kauer, N. and Rainwater, D.}, + title = {{Breakdown of the Narrow Width Approximation for New Physics}}, + journal = {\prl{99}{2007}{111601}}, + eprint = {hep-ph/0703058}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0703058}, + file = {:Berdine2007uv.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevLett.99.071801}, + slaccitation = {%%CITATION = HEP-PH/0703058;%%} +} + +@ARTICLE{Berends:1987cv, + author = {Berends, Frits A. and Giele, W.}, + title = {{The six-gluon process as an example of Weyl-van der Waerden spinor + calculus}}, + journal = {\npb{294}{1987}{700}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B294,700}, + file = {:Berends1987cv.pdf:PDF} +} + +@ARTICLE{Berends:1987me, + author = {Berends, Frits A. and Giele, W. T.}, + title = {{Recursive calculations for processes with $n$ gluons}}, + journal = {\npb{306}{1988}{759}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B306,759}, + file = {:Berends1987me.pdf:PDF} +} + +@ARTICLE{Berends:1988yn, + author = {Berends, Frits A. and Giele, W. T. and Kuijf, H.}, + title = {{Exact expressions for processes involving a vector boson and up + to five partons}}, + journal = {\npb{321}{1989}{39}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B321,39}, + file = {:Berends1988yn.pdf:PDF} +} + +@ARTICLE{Berends:1989ie, + author = {Berends, Frits A. and Giele, W. T. and Kuijf, H.}, + title = {{On six-jet production at hadron colliders}}, + journal = {\plb{232}{1989}{266}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B232,266}, + file = {:Berends1989ie.pdf:PDF} +} + +@ARTICLE{Berends:1989cf, + author = {Berends, Frits A. and Giele, W. T. and Kuijf, H. and Kleiss, R. and + Stirling, W. James}, + title = {{Multi-jet production in W, Z events at $p\bar p$ colliders}}, + journal = {\plb{224}{1989}{237}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B224,237}, + file = {:Berends1989cf.pdf:PDF}, + doi = {10.1016/0370-2693(89)91081-2}, + slaccitation = {%%CITATION = PHLTA,B224,237;%%} +} + +@ARTICLE{Berends:1994pv, + author = {F.~A.~Berends and R.~Pittau and R.~Kleiss}, + title = {{All electroweak four-fermion processes in electron-positron collisions}}, + journal = {\npb{424}{1994}{308}}, + eprint = {hep-ph/9404313}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9404313}, + file = {:Berends1994pv.pdf:PDF} +} + +@ARTICLE{Bernicot:2008th, + author = {Bernicot, Christophe}, + title = {{Light-light amplitude from generalized unitarity in massive QED}}, + year = {2008}, + eprint = {0804.0749}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0804.0749}, + file = {:Bernicot2008th.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0804.0749;%%} +} + +@ARTICLE{Binoth:2008uq, + author = {Binoth, T. and Guillet, J. -Ph. and Heinrich, G. and Pilon, E. and + Reiter, T.}, + title = {{Golem95: a numerical program to calculate one-loop tensor integrals + with up to six external legs}}, + year = {2008}, + eprint = {0810.0992}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0810.0992}, + file = {:Binoth2008uq.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0810.0992;%%} +} + +@ARTICLE{Bird:2005js, + author = {Bird, I. and others}, + title = {{LHC computing Grid. Technical design report}}, + note = {CERN-LHCC-2005-024}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?r=CERN-LHCC-2005-024}, + file = {:Bird2005js.pdf:PDF} +} + +@ARTICLE{Birthwright:2005ak, + author = {Birthwright, T. G. and Glover, E. W. N. and Khoze, V. V. and Marquard, + P.}, + title = {{Multi-gluon collinear limits from MHV diagrams}}, + journal = {\jhep{05}{2005}{013}}, + eprint = {hep-ph/0503063}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0503063}, + file = {:Birthwright2005ak.pdf:PDF} +} + +@ARTICLE{Birthwright:2005vi, + author = {Birthwright, T. G. and Glover, E. W. N. and Khoze, V. V. and Marquard, + P.}, + title = {{Collinear limits in QCD from MHV rules}}, + journal = {\jhep{07}{2005}{068}}, + eprint = {hep-ph/0505219}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0505219}, + file = {:Birthwright2005vi.pdf:PDF} +} + +@ARTICLE{Blazey:2000qt, + author = {Blazey, Gerald C. and others}, + title = {{Run II jet physics}}, + year = {2000}, + eprint = {hep-ex/0005012}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0005012}, + file = {:Blazey2000qt.pdf:PDF} +} + +@ARTICLE{Boos:2004kh, + author = {Boos, E. and others}, + title = {{CompHEP 4.4 - automatic computations from Lagrangians to events}}, + journal = {\nim{A534}{2004}{250-259}}, + eprint = {hep-ph/0403113}, + file = {:Boos2004kh.pdf:PDF}, + archiveprefix = {arXiv}, + collaboration = {CompHEP}, + doi = {10.1016/j.nima.2004.07.096}, + slaccitation = {%%CITATION = HEP-PH/0403113;%%} +} + +@ARTICLE{Borozan:2002fk, + author = {Borozan, I. and Seymour, M. H.}, + title = {{An eikonal model for multiparticle production in hadron-hadron interactions}}, + journal = {\jhep{09}{2002}{015}}, + eprint = {hep-ph/0207283}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0207283}, + file = {:Borozan2002fk.pdf:PDF} +} + +@ARTICLE{Botella:1985gb, + author = {Botella, F. J. and Chau, Ling-Lie}, + title = {{Anticipating the Higher Generations of Quarks from Rephasing Invariance + of the Mixing Matrix}}, + journal = {\plb{168}{1986}{97}}, + file = {:Botella1985gb.pdf:PDF}, + doi = {10.1016/0370-2693(86)91468-1}, + slaccitation = {%%CITATION = PHLTA,B168,97;%%} +} + +@ARTICLE{Bowler:1981sb, + author = {Bowler, M. G.}, + title = {{$e^+e^-$ production of heavy quarks in the string model}}, + journal = {\zpc{11}{1981}{169}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C11,169}, + file = {:Bowler1981sb.pdf:PDF} +} + +@ARTICLE{Bredenstein:2004ef, + author = {Bredenstein, A. and Dittmaier, S. and Roth, M.}, + title = {{Four-fermion production at gamma gamma colliders: I. Lowest-order + predictions and anomalous couplings}}, + journal = {\epjc{36}{2004}{341-363}}, + eprint = {hep-ph/0405169}, + file = {:Bredenstein2004ef.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1140/epjc/s2004-01948-4}, + slaccitation = {%%CITATION = HEP-PH/0405169;%%} +} + +@ARTICLE{Breitweg:1998gf, + author = {Breitweg, J. and others}, + title = {{Measurement of jet shapes in high-$Q^{2}$ deep inelastic scattering + at HERA}}, + journal = {\epjc{8}{1999}{367-380}}, + note = {DESY-98-038}, + eprint = {hep-ex/9804001}, + url = {http://www-library.desy.de/spires/find/hep/www?eprint=hep-ex/9804001}, + file = {:Breitweg1998gf.pdf:PDF}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1007/s100520050471}, + slaccitation = {%%CITATION = HEP-EX/9804001;%%} +} + +@ARTICLE{Breitweg:1999nt, + author = {Breitweg, J. and others}, + title = {{Measurement of multiplicity and momentum spectra in the current + and target regions of the Breit frame in Deep Inelastic Scattering + at HERA}}, + journal = {\epjc{11}{1999}{251-270}}, + note = {DESY-99-041}, + eprint = {hep-ex/9903056}, + url = {http://www-library.desy.de/spires/find/hep/www?eprint=hep-ex/9903056}, + file = {:Breitweg1999nt.pdf:PDF}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1007/s100520050630}, + slaccitation = {%%CITATION = HEP-EX/9903056;%%} +} + +@ARTICLE{Britto:2004ap, + author = {Britto, Ruth and Cachazo, Freddy and Feng, Bo}, + title = {{New recursion relations for tree amplitudes of gluons}}, + journal = {\npb{715}{2005}{499-522}}, + eprint = {hep-th/0412308}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0412308}, + file = {:Britto2004ap.pdf:PDF} +} + +@ARTICLE{Britto:2005fq, + author = {Britto, Ruth and Cachazo, Freddy and Feng, Bo and Witten, Edward}, + title = {{Direct Proof of the Tree-Level Scattering Amplitude Recursion Relation + in Yang-Mills Theory}}, + journal = {\prl{94}{2005}{181602}}, + eprint = {hep-th/0501052}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0501052}, + file = {:Britto2005fq.pdf:PDF} +} + +@ARTICLE{Brook:1995nn, + author = {Brook, N. and Waugh, R. G. and Carli, T. and Mohr, R. and Sutton, + M.}, + title = {{Tuning Monte Carlo event generators to HERA data}}, + note = {Prepared for Workshop on Future Physics at HERA (Preceded by meetings + 25-26 Sep 1995 and 7-9 Feb 1996 at DESY), Hamburg, Germany, 30-31 + May 1996}, + url = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.48.4310}, + file = {:Brook1995nn.pdf:PDF} +} + +@ARTICLE{Brown:1991hx, + author = {Brown, N. and Stirling, W. James}, + title = {{Finding Jets and Summing Soft Gluons: a New Algorithm}}, + journal = {\zpc{53}{1992}{629-636}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C53,629}, + file = {:Brown1991hx.pdf:PDF}, + doi = {10.1007/BF01559740}, + slaccitation = {%%CITATION = ZEPYA,C53,629;%%} +} + +@ARTICLE{Buckley:2008vh, + author = {Buckley, Andy}, + title = {{Tools for event generator tuning and validation}}, + year = {2008}, + eprint = {0809.4638}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0809.4638}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0809.4638;%%} +} + +@ARTICLE{Buckley:2009ad, + author = {Buckley, Andy and Hoeth, Hendrik and Schulz, Holger and von Seggern, + Jan Eike}, + title = {{Monte Carlo event generator validation and tuning for the LHC}}, + year = {2009}, + eprint = {0902.4403}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0902.4403}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0902.4403;%%} +} + +@ARTICLE{Budnev:1974de, + author = {Budnev, V. M. and Ginzburg, I. F. and Meledin, G. V. and Serbo, V. + G.}, + title = {{The two photon particle production mechanism. Physical problems. + Applications. Equivalent photon approximation}}, + journal = {\prep{15}{1974}{181-281}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRPLC,15,181}, + file = {:Budnev1974de.pdf:PDF} +} + +@ARTICLE{Butterworth:1996zw, + author = {John M. Butterworth and Jeffrey R. Forshaw and Mike H. Seymour}, + title = {{Multiparton Interactions in Photoproduction at HERA}}, + journal = {\zpc{72}{1996}{637-646}}, + eprint = {hep-ph/9601371}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9601371}, + file = {:Butterworth1996zw.pdf:PDF} +} + +@ARTICLE{Byckling:1969sx, + author = {Byckling, E. and Kajantie, K.}, + title = {{N-particle phase space in terms of invariant momentum transfers}}, + journal = {\npb{9}{1969}{568-576}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B9,568}, + file = {:Byckling1969sx.pdf:PDF} +} + +@ARTICLE{Bahr:2008pv, + author = {B{\"a}hr, M. and others}, + title = {{Herwig++ Physics and Manual}}, + journal = {\epjc{58}{2008}{639-707}}, + eprint = {0803.0883}, + file = {:Bahr2008pv.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1140/epjc/s10052-008-0798-9}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0803.0883;%%} +} + +@ARTICLE{Bahr:2008wk, + author = {B{\"a}hr, Manuel and Butterworth, Jonathan M. and Seymour, Michael + H.}, + title = {{The Underlying Event and the Total Cross Section from Tevatron to + the LHC}}, + journal = {\jhep{01}{2009}{065}}, + eprint = {0806.2949}, + file = {:Bahr2008wk.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/01/065}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0806.2949;%%} +} + +@ARTICLE{Bahr:2008dy, + author = {B{\"a}hr, Manuel and Gieseke, Stefan and Seymour, Michael H.}, + title = {{Simulation of multiple partonic interactions in {\Herwig}++}}, + journal = {\jhep{07}{2008}{076}}, + eprint = {0803.3633}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0803.3633}, + file = {:Bahr2008dy.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph} +} + +@ARTICLE{Cachazo:2004kj, + author = {Cachazo, Freddy and Svr\v{c}ek, Peter and Witten, Edward}, + title = {{MHV vertices and tree amplitudes in gauge theory}}, + journal = {\jhep{09}{2004}{006}}, + eprint = {hep-th/0403047}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0403047}, + file = {:Cachazo2004kj.pdf:PDF} +} + +@ARTICLE{Cachazo:2005ga, + author = {Cachazo, Freddy and Svr{\v{c}}ek, Peter}, + title = {{Lectures on Twistor Strings and Perturbative Yang-Mills Theory}}, + journal = {\pos{RTN2005}{2005}{004}}, + eprint = {hep-th/0504194}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0504194}, + file = {:Cachazo2005ga.pdf:PDF} +} + +@ARTICLE{Cafarella:2007pc, + author = {Cafarella, Alessandro and Papadopoulos, Costas G. and Worek, Malgorzata}, + title = {{\Helac-\Phegas: a generator for all parton level processes}}, + year = {2007}, + eprint = {0710.2427}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0710.2427}, + file = {:Cafarella2007pc.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph} +} + +@ARTICLE{MCFM, + author = {Campbell, John and Ellis, R. Keith}, + title = {{MCFM -- Monte Carlo for FeMtobarn processes}}, + url = {http://mcfm.fnal.gov} +} + +@ARTICLE{Caprini:1997mu, + author = {Caprini, Irinel and Lellouch, Laurent and Neubert, Matthias }, + title = {{Dispersive bounds on the shape of $\bar{B} \to D^{(*)} l \bar{\nu}$ + form factors}}, + journal = {\npb{530}{1998}{153-181}}, + eprint = {hep-ph/9712417}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9712417}, + file = {:Caprini1997mu.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1016/S0550-3213(98)00350-2}, + slaccitation = {%%CITATION = HEP-PH/9712417;%%} +} + +@ARTICLE{Caravaglios:1998yr, + author = {Caravaglios, F. and Mangano, Michelangelo L. and Moretti, M. and + Pittau, R.}, + title = {{A new approach to multi-jet calculations in hadron collisions}}, + journal = {\npb{539}{1999}{215-232}}, + eprint = {hep-ph/9807570}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9807570}, + file = {:Caravaglios1998yr.pdf:PDF} +} + +@ARTICLE{Catani:1990eg, + author = {Stefano Catani and M. Ciafaloni and F. Hautmann}, + title = {{High energy factorization and small-$x$ heavy flavour production}}, + journal = {\npb{366}{1991}{135-188}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B366,135}, + file = {:Catani1990eg.pdf:PDF} +} + +@ARTICLE{Catani:2002hc, + author = {Catani, Stefano and Dittmaier, Stefan and Seymour, Michael H. and + Trocsanyi, Zoltan}, + title = {{The dipole formalism for next-to-leading order QCD calculations + with massive partons}}, + journal = {\npb{627}{2002}{189-265}}, + eprint = {hep-ph/0201036}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0201036}, + file = {:Catani2002hc.pdf:PDF} +} + +@ARTICLE{Catani:2000ef, + author = {Catani, Stefano and Dittmaier, Stefan and Trocsanyi, Zoltan}, + title = {{One-loop singular behaviour of QCD and SUSY QCD amplitudes with + massive partons}}, + journal = {\plb{500}{2001}{149-160}}, + eprint = {hep-ph/0011222}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0011222}, + file = {:Catani2000ef.pdf:PDF} +} + +@ARTICLE{Catani:1991hj, + author = {Catani, S. and Dokshitzer, Yuri L. and Olsson, M. and Turnock, G. + and Webber, B. R.}, + title = {{New clustering algorithm for multijet cross sections in $e^+e^-$ + annihilation}}, + journal = {\plb{269}{1991}{432-438}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B269,432}, + file = {:Catani1991hj.pdf:PDF} +} + +@ARTICLE{Catani:1993hr, + author = {Stefano Catani and Yuri L. Dokshitzer and Mike H. Seymour and Brian + R. Webber}, + title = {{Longitudinally-invariant $k_\perp$-clustering algorithms for hadron--hadron + collisions}}, + journal = {\npb{406}{1993}{187-224}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B406,187}, + file = {:Catani1993hr.pdf:PDF} +} + +@ARTICLE{Catani:1992zp, + author = {Stefano Catani and Yuri L. Dokshitzer and Brian R. Webber}, + title = {{The $k_\perp$ clustering algorithm for jets in deep inelastic scattering + and hadron collisions}}, + journal = {\plb{285}{1992}{291-299}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B285,291}, + file = {:Catani1992zp.pdf:PDF} +} + +@ARTICLE{Catani:1989sg, + author = {Stefano Catani and F. Fiorani and G. Marchesini}, + title = {{Small-$x$ behavior of initial state radiation in perturbative QCD}}, + journal = {\npb{336}{1990}{18-85}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B336,18}, + file = {:Catani1989sg.pdf:PDF} +} + +@ARTICLE{Catani:1989yc, + author = {Stefano Catani and F. Fiorani and G. Marchesini}, + title = {{QCD coherence in initial state radiation}}, + journal = {\plb{234}{1990}{339-345}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B234,339}, + file = {:Catani1989yc.pdf:PDF} +} + +@ARTICLE{Catani:2001cc, + author = {Stefano Catani and Frank Krauss and Ralf Kuhn and Brian R. Webber}, + title = {{QCD matrix elements + parton showers}}, + journal = {\jhep{11}{2001}{063}}, + eprint = {hep-ph/0109231}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0109231}, + file = {:Catani2001cc.pdf:PDF} +} + +@ARTICLE{Catani:1996dj, + author = {Catani, Stefano and Mangano, Michelangelo L. and Nason, Paolo and + Trentadue, Luca}, + title = {{The top cross section in hadronic collisions}}, + journal = {\plb{378}{1996}{329-336}}, + eprint = {hep-ph/9602208}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9602208}, + file = {:Catani1996dj.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1016/0370-2693(96)00387-5}, + slaccitation = {%%CITATION = HEP-PH/9602208;%%} +} + +@ARTICLE{Catani:1996vz, + author = {Catani, S. and Seymour, M. H.}, + title = {{A general algorithm for calculating jet cross sections in NLO QCD}}, + journal = {\npb{485}{1997}{291-419}}, + eprint = {hep-ph/9605323}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9605323}, + file = {:Catani1996vz.pdf:PDF}, + archiveprefix = {arXiv} +} + +@ARTICLE{Catani:1989et, + author = {Catani, S. and Trentadue, L.}, + title = {{Fermion pair exponentiation in QED}}, + journal = {\jetpl{51}{1990}{83}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=JTPLA,51,83}, + file = {:Catani1989et.pdf:PDF} +} + +@ARTICLE{Catani:1989ne, + author = {Catani, S. and Trentadue, L.}, + title = {{Resummation of the QCD perturbative series for hard processes}}, + journal = {\npb{327}{1989}{323}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B327,323}, + file = {:Catani1989ne.pdf:PDF} +} + +@ARTICLE{Catani:1990rr, + author = {Catani, S. and Webber, B. R. and Marchesini, G.}, + title = {{QCD coherent branching and semiinclusive processes at large $x$}}, + journal = {\npb{349}{1991}{635-654}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B349,635}, + file = {:Catani1990rr.pdf:PDF}, + doi = {10.1016/0550-3213(91)90390-J}, + slaccitation = {%%CITATION = NUPHA,B349,635;%%} +} + +@ARTICLE{Chekanov:2006xr, + author = {Chekanov, S. and others}, + title = {{Inclusive-jet and dijet cross sections in deep inelastic scattering + at HERA}}, + journal = {\npb{765}{2007}{1-30}}, + eprint = {hep-ex/0608048}, + file = {:Chekanov2006xr.pdf:PDF}, + archiveprefix = {arXiv}, + collaboration = {ZEUS}, + doi = {10.1016/j.nuclphysb.2006.09.018}, + slaccitation = {%%CITATION = HEP-EX/0608048;%%} +} + +@ARTICLE{Cho:2006sx, + author = {Cho, G. -C. and others}, + title = {{Weak boson fusion production of supersymmetric particles at the + LHC}}, + journal = {\prd{73}{2006}{054002}}, + eprint = {hep-ph/0601063}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0601063}, + file = {:Cho2006sx.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.73.054002}, + slaccitation = {%%CITATION = HEP-PH/0601063;%%} +} + +@ARTICLE{Christensen:2008py, + author = {Christensen, Neil D. and Duhr, Claude}, + title = {{FeynRules - Feynman rules made easy}}, + year = {2008}, + eprint = {0806.4194}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0806.4194}, + file = {:Christensen2008py.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph} +} + +@ARTICLE{Chudakov:55ce, + author = {A. E. Chudakov}, + journal = {Ser. Fiz., Izv. Akad. Nauk {SSSR}}, + year = {1955}, + volume = {19}, + pages = {650} +} + +@ARTICLE{Chung:2006dv, + author = {Chung, Y. S.}, + title = {{W / Z + jets and Z p(T) measurements at Tevatron}}, + note = {FERMILAB-CONF-06-535-E}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?r=FERMILAB-CONF-06-535-E}, + file = {:Chung2006dv.pdf:PDF}, + collaboration = {CDF} +} + +@ARTICLE{Ciafaloni:1987ur, + author = {Ciafaloni, Marcello}, + title = {{Coherence effects in initial jets at small $Q^2/s$}}, + journal = {\npb{296}{1988}{49-74}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B296,49}, + file = {:Ciafaloni1987ur.pdf:PDF} +} + +@ARTICLE{Coleman:1967ad, + author = {Coleman, Sidney R. and Mandula, J.}, + title = {{All Possible Symmetries of the S Matrix}}, + journal = {\pr{159}{1967}{1251-1256}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,159,1251}, + file = {:Coleman1967ad.pdf:PDF}, + doi = {10.1103/PhysRev.159.1251}, + slaccitation = {%%CITATION = PHRVA,159,1251;%%} +} + +@ARTICLE{Collins:1991ty, + author = {Collins, John C. and Ellis, R. K.}, + title = {{Heavy quark production in very high energy hadron collisions}}, + journal = {\npb{360}{1991}{3-30}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B360,3}, + file = {:Collins1991ty.pdf:PDF} +} + +@ARTICLE{Collins:1987pm, + author = {Collins, John C. and Soper, Davison E.}, + title = {{The theorems of perturbative QCD}}, + journal = {\arnps{37}{1987}{383-409}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ARNUA,37,383}, + file = {:Collins1987pm.pdf:PDF} +} + +@ARTICLE{Collins:1981uw, + author = {Collins, John C. and Soper, Davison E.}, + title = {{Parton distribution and decay functions}}, + journal = {\npb{194}{1982}{445}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B194,445}, + file = {:Collins1981uw.pdf:PDF} +} + +@ARTICLE{Collins:1981uk, + author = {Collins, John C. and Soper, Davison E.}, + title = {{Back-to-back jets in QCD}}, + journal = {\npb{193}{1981}{381}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B193,381}, + file = {:Collins1981uk.pdf:PDF} +} + +@ARTICLE{Collins:1988ig, + author = {Collins, J. C. and Soper, D. E. and Sterman, G.}, + title = {{Soft gluons and factorization}}, + journal = {\npb{308}{1988}{833-856}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B308,833}, + file = {:Collins1988ig.pdf:PDF} +} + +@ARTICLE{Collins:1989gx, + author = {Collins, John C. and Soper, Davison E. and Sterman, George}, + title = {{Factorization of hard processes in QCD}}, + journal = {\asdhep{5}{1988}{1-91}}, + eprint = {hep-ph/0409313}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0409313}, + file = {:Collin very brieflys1989gx.pdf:PDF} +} + +@ARTICLE{Collins:1981ta, + author = {Collins, John C. and Sterman, George}, + title = {{Soft partons in QCD}}, + journal = {\npb{185}{1981}{172}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B185,172}, + file = {:Collins1981ta.pdf:PDF} +} + +@ARTICLE{Corcella:2002jc, + author = {Corcella, G. and others}, + title = {{HERWIG 6.5 Release Note}}, + eprint = {hep-ph/0210213}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0210213}, + file = {:Corcella2002jc.pdf:PDF} +} + +@ARTICLE{Corcella:1998rs, + author = {Corcella, G. and Seymour, M. H.}, + title = {{Matrix element corrections to parton shower simulations of heavy + quark decay}}, + journal = {\plb{442}{1998}{417-426}}, + eprint = {hep-ph/9809451}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9809451}, + file = {:Corcella1998rs.pdf:PDF} +} + +@ARTICLE{Cornwall:1975ty, + author = {Cornwall, John M. and Tiktopoulos, George}, + title = {{Infrared behavior of nonabelian gauge theories}}, + journal = {\prd{13}{1976}{3370}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D13,3370}, + file = {:Cornwall1975ty.pdf:PDF} +} + +@ARTICLE{Daleo:2006xa, + author = {Daleo, A. and Gehrmann, T. and Maitre, D.}, + title = {{Antenna subtraction with hadronic initial states}}, + journal = {\jhep{04}{2007}{016}}, + eprint = {hep-ph/0612257}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0612257}, + file = {:Daleo2006xa.pdf:PDF} +} + +@ARTICLE{Dawson:1990zj, + author = {Dawson, S.}, + title = {{Radiative corrections to Higgs boson production}}, + journal = {\npb{359}{1991}{283-300}}, + file = {:Dawson1990zj.pdf:PDF}, + doi = {10.1016/0550-3213(91)90061-2} +} + +@ARTICLE{Dedes:2008bf, + author = {Dedes, Athanasios and Figy, Terrance and H{\"o}che, Stefan and Krauss, + Frank and Underwood, Thomas E. J.}, + title = {{Searching for Nambu-Goldstone Bosons at the LHC}}, + journal = {\jhep{11}{2008}{036}}, + eprint = {0807.4666}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0807.4666}, + file = {:Dedes2008bf.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0807.4666;%%} +} + +@ARTICLE{DelDuca:1999rs, + author = {Del Duca, Vittorio and Dixon, Lance J. and Maltoni, Fabio}, + title = {{New color decompositions for gauge amplitudes at tree and loop level}}, + journal = {\npb{571}{2000}{51-70}}, + eprint = {hep-ph/9910563}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9910563}, + file = {:DelDuca1999rs.pdf:PDF} +} + +@ARTICLE{DelDuca:1994ng, + author = {Del Duca, Vittorio and Schmidt, Carl R.}, + title = {{Balitsky-Fadin-Kuraev-Lipatov approximation versus $\mathcal{O}(\alpha_s^3)$ + corrections to large-rapidity dijet production}}, + journal = {\prd{51}{1995}{2150-2158}}, + eprint = {hep-ph/9407359}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9407359}, + file = {:DelDuca1994ng.pdf:PDF} +} + +@ARTICLE{Denner:1999gp, + author = {Denner, Ansgar and Dittmaier, S. and Roth, M. and Wackeroth, D.}, + title = {{Predictions for all processes $e^+e^-$ $\to$ fermions + $\gamma$}}, + journal = {\npb{560}{1999}{33-65}}, + eprint = {hep-ph/9904472}, + file = {:Denner1999gp.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1016/S0550-3213(99)00437-X}, + slaccitation = {%%CITATION = HEP-PH/9904472;%%} +} + +@ARTICLE{Denner:1992vza, + author = {Denner, Ansgar and Eck, H. and Hahn, O. and Kublbeck, J.}, + title = {{Feynman rules for fermion number violating interactions}}, + journal = {\npb{387}{1992}{467-484}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B387,467}, + file = {:Denner1992vza.pdf:PDF}, + doi = {10.1016/0550-3213(92)90169-C}, + slaccitation = {%%CITATION = NUPHA,B387,467;%%} +} + +@ARTICLE{Deur:2008rf, + author = {Deur, A. and Burkert, V. and Chen, J. P. and Korsch, W.}, + title = {{Determination of the effective strong coupling constant $\alpha_{s,g_1}(Q^2)$ + from CLAS spin structure function data}}, + journal = {\plb{665}{2008}{349-351}}, + eprint = {0803.4119}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0803.4119}, + file = {:Deur2008rf.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1016/j.physletb.2008.06.049}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0803.4119;%%} +} + +@ARTICLE{Dinsdale:2007mf, + author = {Dinsdale, Michael and Ternick, Marko and Weinzierl, Stefan}, + title = {{Parton showers from the dipole formalism}}, + journal = {\prd{76}{2007}{094003}}, + eprint = {0709.1026}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0709.1026}, + file = {:Dinsdale2007mf.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph} +} + +@ARTICLE{Dinsdale:2006sq, + author = {Dinsdale, Michael and Ternick, Marko and Weinzierl, Stefan}, + title = {{A comparison of efficient methods for the computation of Born gluon + amplitudes}}, + journal = {\jhep{03}{2006}{056}}, + eprint = {hep-ph/0602204}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0602204}, + file = {:Dinsdale2006sq.pdf:PDF} +} + +@ARTICLE{Dittmaier:1999mb, + author = {Dittmaier, Stefan}, + title = {{A general approach to photon radiation off fermions}}, + journal = {\npb{565}{2000}{69-122}}, + eprint = {hep-ph/9904440}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9904440}, + file = {:Dittmaier1999mb.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1016/S0550-3213(99)00563-5}, + slaccitation = {%%CITATION = HEP-PH/9904440;%%} +} + +@ARTICLE{Dittmaier:1998nn, + author = {Dittmaier, Stefan}, + title = {{Weyl-van der Waerden formalism for helicity amplitudes of massive + particles}}, + journal = {\prd{59}{1999}{016007}}, + eprint = {hep-ph/9805445}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9805445}, + file = {:Dittmaier1998nn.pdf:PDF} +} + +@ARTICLE{Dittmaier:2008md, + author = {Dittmaier, Stefan and Kabelschacht, Alois and Kasprzik, Tobias}, + title = {{Polarized QED splittings of massive fermions and dipole subtraction + for non-collinear-safe observables}}, + journal = {\npb{800}{2008}{146-189}}, + eprint = {0802.1405}, + file = {:Dittmaier2008md.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1016/j.nuclphysb.2008.03.010}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0802.1405;%%} +} + +@ARTICLE{Dittmaier:2002ap, + author = {Dittmaier, Stefan and Roth, Markus}, + title = {{LUSIFER: A LUcid approach to SIx FERmion production}}, + journal = {\npb{642}{2002}{307-343}}, + eprint = {hep-ph/0206070}, + file = {:Dittmaier2002ap.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1016/S0550-3213(02)00640-5}, + slaccitation = {%%CITATION = HEP-PH/0206070;%%} +} + +@ARTICLE{Dixon:1996wi, + author = {Dixon, Lance J.}, + title = {{Calculating scattering amplitudes efficiently}}, + eprint = {hep-ph/9601359}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9601359}, + file = {:Dixon1996wi.pdf:PDF} +} + +@ARTICLE{Dixon:2004za, + author = {Dixon, Lance J. and Glover, E. W. N. and Khoze, Valentin V. }, + title = {{MHV rules for Higgs plus multi-gluon amplitudes}}, + journal = {\jhep{12}{2004}{015}}, + eprint = {hep-th/0411092}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0411092}, + file = {:Dixon2004za.pdf:PDF} +} + +@ARTICLE{Djouadi:2002ze, + author = {Djouadi, Abdelhak and Kneur, Jean-Loic and Moultaka, Gilbert}, + title = {{SuSpect: A Fortran code for the Supersymmetric and Higgs particle + spectrum in the MSSM}}, + journal = {\cpc{176}{2007}{426-455}}, + eprint = {hep-ph/0211331}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0211331}, + file = {:Djouadi2002ze.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1016/j.cpc.2006.11.009}, + slaccitation = {%%CITATION = HEP-PH/0211331;%%} +} + +@ARTICLE{Dokshitzer:1977sg, + author = {Dokshitzer, Y. L.}, + title = {{Calculation of the structure functions for deep inelastic scattering + and $e^+e^-$ annihilation by perturbation theory in quantum chromodynamics}}, + journal = {\jetp{46}{1977}{641-653}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SPHJA,46,641} +} + +@ARTICLE{Dokshitzer:1982xr, + author = {Dokshitzer, Yuri L. and Fadin, Victor S. and Khoze, Valery A.}, + title = {{Double Logs of Perturbative QCD for Parton Jets and Soft Hadron + Spectra}}, + journal = {\zpc{15}{1982}{325}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C15,325}, + file = {:Dokshitzer1982xr.pdf:PDF} +} + +@BOOK{Dokshitzer:1991wu, + title = {{Basics of perturbative QCD}}, + publisher = {Gif-sur-Yvette, France: Ed. Frontieres}, + year = {1991}, + author = {Dokshitzer, Yuri L. and Khoze, Valery A. and Mueller, Alfred H. and + Troyan, S. I.}, + pages = {274} +} + +@ARTICLE{Dokshitzer:2008ia, + author = {Dokshitzer, Yu. L. and Marchesini, G.}, + title = {{Monte Carlo and large angle gluon radiation}}, + journal = {\jhep{03}{2009}{117}}, + eprint = {0809.1749}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0809.1749}, + file = {:Dokshitzer2008ia.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0809.1749;%%} +} + +@ARTICLE{Donnachie:1992ny, + author = {A. Donnachie and P. V. Landshoff}, + title = {{Total cross sections}}, + journal = {\plb{296}{1992}{227-232}}, + eprint = {hep-ph/9209205}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9209205}, + file = {:Donnachie1992ny.pdf:PDF} +} + +@ARTICLE{Draggiotis:2000gm, + author = {Draggiotis, Petros D. and van Hameren, Andre and Kleiss, Ronald}, + title = {{SARGE: An algorithm for generating QCD-antennas}}, + journal = {\plb{483}{2000}{124-130}}, + eprint = {hep-ph/0004047}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0004047}, + file = {:Draggiotis2000gm.pdf:PDF} +} + +@ARTICLE{Draggiotis:2002hm, + author = {Draggiotis, Petros D. and Kleiss, Ronald H. P. and Papadopoulos, + Costas G.}, + title = {{Multi-jet production in hadron collisions}}, + journal = {\epjc{24}{2002}{447-458}}, + eprint = {hep-ph/0202201}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0202201}, + file = {:Draggiotis2002hm.pdf:PDF} +} + +@ARTICLE{Duhr:2006iq, + author = {Duhr, Claude and H{\"o}che, Stefan and Maltoni, Fabio}, + title = {{Color-dressed recursive relations for multi-parton amplitudes}}, + journal = {\jhep{08}{2006}{062}}, + eprint = {hep-ph/0607057}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0607057}, + file = {:Duhr2006iq.pdf:PDF} +} + +@ARTICLE{Duhr:2008wc, + author = {Duhr, Claude and Maltoni, Fabio}, + title = {{Antenna functions from MHV rules}}, + year = {2008}, + eprint = {0808.3319}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0808.3319}, + file = {:Duhr2008wc.3319.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph} +} + +@ARTICLE{Ecker:1988te, + author = {Ecker, G. and Gasser, J. and Pich, A. and de Rafael, E.}, + title = {{The role of resonances in chiral perturbation theory}}, + journal = {\npb{321}{1989}{311}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B321,311}, + file = {:Ecker1988te.pdf:PDF}, + doi = {10.1016/0550-3213(89)90346-5}, + slaccitation = {%%CITATION = NUPHA,B321,311;%%} +} + +@BOOK{Ellis:1991qj, + title = {{QCD and collider physics}}, + publisher = {Cambridge Monogr. Part. Phys. Nucl. Phys. Cosmol.}, + year = {1996}, + author = {R. Keith Ellis and W. James Stirling and Brian R. Webber}, + volume = {8}, + pages = {435}, + edition = {1} +} + +@ARTICLE{Ellis:1985vn, + author = {Ellis, S. D. and Kleiss, R. and Stirling, W. James}, + title = {{W's, Z's and jets}}, + journal = {\plb{154}{1985}{435}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B154,435}, + file = {:Ellis1985vn.pdf:PDF}, + doi = {10.1016/0370-2693(85)90425-3}, + slaccitation = {%%CITATION = PHLTA,B154,435;%%} +} + +@ARTICLE{Ellis:1993tq, + author = {Ellis, Stephen D. and Soper, Davison E.}, + title = {{Successive combination jet algorithm for hadron collisions}}, + journal = {\prd{48}{1993}{3160-3166}}, + eprint = {hep-ph/9305266}, + file = {:Ellis1993tq.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.48.3160}, + slaccitation = {%%CITATION = HEP-PH/9305266;%%} +} + +@ARTICLE{Ermolaev:1981cm, + author = {Ermolaev, B. I. and Fadin, Victor S.}, + title = {{Log-Log Asymptotic Form of Exclusive Cross-Sections in Quantum Chromodynamics}}, + journal = {\jetpl{33}{1981}{269-272}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=JTPLA,33,269}, + file = {:Ermolaev1981cm.pdf:PDF} +} + +@ARTICLE{Faulkner:2006px, + author = {Faulkner, P. J. W. and others}, + title = {{GridPP: Development of the UK computing Grid for particle physics}}, + journal = {\jphg{32}{2006}{}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=JPHGB,G32,N1}, + file = {:Faulkner2006px.pdf:PDF}, + collaboration = {GridPP} +} + +@BOOK{Feynman:1973xc, + title = {{Photon-hadron interactions}}, + publisher = {Reading, MA, USA: Benjamin}, + year = {1972}, + author = {Feynman, R. P.}, + pages = {282} +} + +@ARTICLE{Field:2001uo, + author = {R. D. Field}, + title = {{Charged Jet Evolution and the Underlying Event in Proton-Antiproton + Collisions}}, + url = {http://www.phys.ufl.edu/~rfield/cdf/chgjet/chgjet_intro.html} +} + +@ARTICLE{Field:2001ut, + author = {R. D. Field}, + title = {{Jet Evolution and the ''Underlying Event'' in Run 2}}, + url = {http://www.phys.ufl.edu/~rfield/cdf/rdf_ue_run2.html} +} + +@BOOK{Field:1989uq, + title = {{Applications of perturbative QCD}}, + publisher = {Addison-Wesley}, + year = {1989}, + author = {Richard D. Field}, + pages = {366}, + address = {Redwood City, USA}, + note = {Frontiers in physics, 77} +} + +@ARTICLE{Field:1982dg, + author = {Richard D. Field and Stephen Wolfram}, + title = {{A QCD model for $e^+e^-$ annihilation}}, + journal = {\npb{213}{1983}{65}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B213,65}, + file = {:Field1982dg.pdf:PDF} +} + +@ARTICLE{deFlorian:2006ek, + author = {de Florian, Daniel and Zurita, Jose}, + title = {{Seven parton amplitudes from recursion relations}}, + journal = {\jhep{05}{2006}{073}}, + eprint = {hep-ph/0605291}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0605291}, + file = {:deFlorian2006ek.pdf:PDF} +} + +@ARTICLE{Foldy:1963, + author = {L. F. Foldy and R. F. Peierls}, + title = {{Isotopic Spin of Exchanged Systems}}, + journal = {\pr{130}{1963}{1585-1589}}, + url = {http://prola.aps.org/abstract/PR/v130/i4/p1585_1}, + file = {:Foldy1963.pdf:PDF} +} + +@BOOK{Forshaw:1997dc, + title = {{Quantum chromodynamics and the pomeron}}, + publisher = {Cambridge, UK: Univ. Pr.}, + year = {1997}, + author = {James R. Forshaw and D. A. Ross}, + pages = {248}, + note = {Cambridge lecture notes in physics. 9} +} + +@ARTICLE{Fox:1979ag, + author = {Fox, Geoffrey C. and Wolfram, Stephen}, + title = {{A Model for Parton Showers in QCD}}, + journal = {\npb{168}{1980}{285}}, + file = {:Fox1979ag.pdf:PDF}, + doi = {10.1016/0550-3213(80)90111-X}, + slaccitation = {%%CITATION = NUPHA,B168,285;%%} +} + +@ARTICLE{Fox:1978vu, + author = {Fox, Geoffrey C. and Wolfram, Stephen}, + title = {{Observables for the Analysis of Event Shapes in $e^+e^-$ Annihilation + and Other Processes}}, + journal = {\prl{41}{1978}{1581}}, + file = {:Fox1978vu.pdf:PDF}, + doi = {10.1103/PhysRevLett.41.1581}, + slaccitation = {%%CITATION = PRLTA,41,1581;%%} +} + +@ARTICLE{Frampton:1987dn, + author = {Frampton, Paul H. and Glashow, Sheldon L.}, + title = {{Chiral Color: An Alternative to the Standard Model}}, + journal = {\plb{190}{1987}{157}}, + file = {:Frampton1987dn.pdf:PDF}, + doi = {10.1016/0370-2693(87)90859-8}, + slaccitation = {%%CITATION = PHLTA,B190,157;%%} +} + +@ARTICLE{Frampton:1987ut, + author = {Frampton, Paul H. and Glashow, Sheldon L.}, + title = {{Unifiable Chiral Color With Natural GIM Mechanism}}, + journal = {\prl{58}{1987}{2168}}, + file = {:Frampton1987ut.pdf:PDF}, + doi = {10.1103/PhysRevLett.58.2168}, + slaccitation = {%%CITATION = PRLTA,58,2168;%%} +} + +@ARTICLE{Frenkel:1976bj, + author = {Frenkel, J. and Taylor, J. C.}, + title = {{Exponentiation of leading infrared divergences in massless Yang-Mills + theories}}, + journal = {\npb{116}{1976}{185}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B116,185}, + file = {:Frenkel1976bj.pdf:PDF} +} + +@ARTICLE{Frixione:2005vw, + author = {Frixione, Stefano and Laenen, Eric and Motylinski, Patrick and Webber, + Bryan R.}, + title = {{Single-top production in MC@NLO}}, + journal = {\jhep{03}{2006}{092}}, + eprint = {hep-ph/0512250}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0512250}, + file = {:Frixione2005vw.pdf:PDF}, + archiveprefix = {arXiv}, + slaccitation = {%%CITATION = HEP-PH/0512250;%%} +} + +@ARTICLE{Frixione:2008yi, + author = {Frixione, Stefano and Laenen, Eric and Motylinski, Patrick and Webber, + Bryan R. and White, Chris D.}, + title = {{Single-top hadroproduction in association with a W boson}}, + journal = {\jhep{07}{2008}{029}}, + eprint = {0805.3067}, + file = {:Frixione2008yi.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/07/029}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0805.3067;%%} +} + +@ARTICLE{Frixione:2007vw, + author = {Frixione, Stefano and Nason, Paolo and Oleari, Carlo}, + title = {{Matching NLO QCD computations with parton shower simulations: the + POWHEG method}}, + journal = {\jhep{11}{2007}{070}}, + eprint = {0709.2092}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0709.2092}, + file = {:Frixione2007vw.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph} +} + +@ARTICLE{Frixione:2007nu, + author = {Frixione, Stefano and Nason, Paolo and Ridolfi, Giovanni}, + title = {{The POWHEG-hvq manual version 1.0}}, + year = {2007}, + eprint = {0707.3081}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0707.3081}, + file = {:Frixione2007nu.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0707.3081;%%} +} + +@ARTICLE{Frixione:2003ei, + author = {Frixione, S. and Nason, P. and Webber, B. R.}, + title = {{Matching NLO QCD and parton showers in heavy flavour production}}, + journal = {\jhep{08}{2003}{007}}, + eprint = {hep-ph/0305252}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0305252}, + file = {:Frixione2003ei.pdf:PDF} +} + +@ARTICLE{Frixione:2006gn, + author = {Frixione, Stafano and Webber, Bryan R.}, + title = {{The MC@NLO 3.3 Event Generator}}, + year = {2006}, + eprint = {hep-ph/0612272}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0612272}, + file = {:Frixione2006gn.pdf:PDF} +} + +@ARTICLE{Frixione:2002ik, + author = {Frixione, Stefano and Webber, Bryan R.}, + title = {{Matching NLO QCD computations and parton shower simulations}}, + journal = {\jhep{06}{2002}{029}}, + eprint = {hep-ph/0204244}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0204244}, + file = {:Frixione2002ik.pdf:PDF} +} + +@ARTICLE{Gangemi:1999gt, + author = {Gangemi, F. and Montagna, G. and Moretti, M. and Nicrosini, O. and + Piccinini, F.}, + title = {{Electroweak physics in six-fermion final states at future $e^+ e^-$ + colliders}}, + year = {1999}, + eprint = {hep-ph/0001065}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0001065}, + file = {:Gangemi1999gt.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0001065;%%} +} + +@ARTICLE{Gasser:1984gg, + author = {Gasser, J. and Leutwyler, H.}, + title = {{Chiral perturbation theory: Expansions in the mass of the strange + quark}}, + journal = {\npb{250}{1985}{465}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B250,465}, + file = {:Gasser1984gg.pdf:PDF}, + doi = {10.1016/0550-3213(85)90492-4}, + slaccitation = {%%CITATION = NUPHA,B250,465;%%} +} + +@ARTICLE{Gasser:1983yg, + author = {Gasser, J. and Leutwyler, H.}, + title = {{Chiral Perturbation Theory to One Loop}}, + journal = {\ap{158}{1984}{142}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=APNYA,158,142}, + file = {:Gasser1983yg.pdf:PDF}, + doi = {10.1016/0003-4916(84)90242-2}, + slaccitation = {%%CITATION = APNYA,158,142;%%} +} + +@ARTICLE{GehrmannDeRidder:2005cm, + author = {Gehrmann-De Ridder, A. and Gehrmann, T. and Glover, E. W. Nigel}, + title = {{Antenna subtraction at NNLO}}, + journal = {\jhep{09}{2005}{056}}, + eprint = {hep-ph/0505111}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0505111}, + file = {:GehrmannDeRidder2005cm.pdf:PDF} +} + +@ARTICLE{GellMann:1960np, + author = {Gell-Mann, Murray and Levy, M}, + title = {{The Axial Vector Current in Beta Decay}}, + journal = {\nc{16}{1960}{705}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUCIA,16,705}, + file = {:GellMann1960np.pdf:PDF}, + slaccitation = {%%CITATION = NUCIA,16,705;%%} +} + +@ARTICLE{Gianotti:2002xx, + author = {Gianotti, F. and others}, + title = {{Physics potential and experimental challenges of the LHC luminosity + upgrade}}, + journal = {\epjc{39}{2005}{293-333}}, + eprint = {hep-ph/0204087}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0204087}, + file = {:Gianotti2002xx.pdf:PDF} +} + +@ARTICLE{Giele:2007di, + author = {Giele, Walter T. and Kosower, David A. and Skands, Peter Z.}, + title = {{A Simple shower and matching algorithm}}, + journal = {\prd{78}{2008}{014026}}, + eprint = {0707.3652}, + file = {:Giele2007di.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.78.014026}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0707.3652;%%} +} + +@ARTICLE{Giele:2008ve, + author = {Giele, Walter T. and Kunszt, Zoltan and Melnikov, Kirill}, + title = {{Full one-loop amplitudes from tree amplitudes}}, + journal = {\jhep{04}{2008}{049}}, + eprint = {0801.2237}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0801.2237}, + file = {:Giele2008ve.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph} +} + +@ARTICLE{Gieseke:2004tc, + author = {Gieseke, Stefan}, + title = {{Uncertainties of Sudakov form factors}}, + journal = {\jhep{01}{2005}{058}}, + eprint = {hep-ph/0412342}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0412342}, + file = {:Gieseke2004tc.pdf:PDF}, + archiveprefix = {arXiv}, + slaccitation = {%%CITATION = HEP-PH/0412342;%%} +} + +@ARTICLE{Giudice:1998ck, + author = {Giudice, Gian F. and Rattazzi, Riccardo and Wells, James D. }, + title = {{Quantum gravity and extra dimensions at high-energy colliders}}, + journal = {\npb{544}{1999}{3-38}}, + eprint = {hep-ph/9811291}, + file = {:Giudice1998ck.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1016/S0550-3213(99)00044-9}, + slaccitation = {%%CITATION = HEP-PH/9811291;%%} +} + +@ARTICLE{Gleisberg:2008fv, + author = {Gleisberg, Tanju and H{\"o}che, Stefan}, + title = {{Comix, a new matrix element generator}}, + journal = {\jhep{12}{2008}{039}}, + eprint = {0808.3674}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?rawcmd=f+eprint+0808.3674}, + file = {:Gleisberg2008fv.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/12/039}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0808.3674;%%} +} + +@ARTICLE{Gleisberg:2008ft, + author = {Gleisberg, Tanju and H{\"o}che, Stefan and Krauss, Frank and Matyskiewicz,Rados{\l}aw}, + title = {{How to calculate colourful cross sections efficiently}}, + year = {2008}, + eprint = {0808.3672}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?rawcmd=f+eprint+0808.3672}, + file = {:Gleisberg2008ft.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph} +} + +@ARTICLE{Gleisberg:2008ta, + author = {Gleisberg, T. and H{\"o}che, S. and Krauss, F. and Sch\"{o}nherr, + M. and Schumann, S. and Siegert, F and Winter, J.}, + title = {{Event generation with \Sherpa 1.1}}, + journal = {\jhep{02}{2009}{007}}, + eprint = {0811.4622}, + file = {:Gleisberg2008ta.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2009/02/007}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0811.4622;%%} +} + +@ARTICLE{Gleisberg:2003xi, + author = {Tanju Gleisberg and Stefan H{\"o}che and Frank Krauss and Andreas + Sch{\"a}licke and Steffen Schumann and Jan Winter}, + title = {{\Sherpa 1.$\alpha$, a proof-of-concept version}}, + journal = {\jhep{02}{2004}{056}}, + eprint = {hep-ph/0311263}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?irn=5730570}, + file = {:Gleisberg2003xi.pdf:PDF} +} + +@ARTICLE{Gleisberg:2007md, + author = {Gleisberg, Tanju and Krauss, Frank}, + title = {{Automating dipole subtraction for QCD NLO calculations}}, + journal = {\epjc{53}{2008}{501-523}}, + eprint = {0709.2881}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0709.2881}, + file = {:Gleisberg2007md.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph} +} + +@ARTICLE{Gleisberg:2003ue, + author = {T. Gleisberg and F. Krauss and K. T. Matchev and A. Sch{\"a}licke + and S. Schumann and G. Soff}, + title = {{Helicity formalism for spin-2 particles}}, + journal = {\jhep{09}{2003}{001}}, + eprint = {hep-ph/0306182}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0306182}, + file = {:Gleisberg2003ue.pdf:PDF} +} + +@ARTICLE{Gleisberg:2003bi, + author = {Gleisberg, T. and Krauss, F. and Papadopoulos, C. G. and Sch{\"a}licke, + A. and Schumann, S.}, + title = {{Cross sections for multi-particle final states at a linear collider}}, + journal = {\epjc{34}{2004}{173-180}}, + eprint = {hep-ph/0311273}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0311273}, + file = {:Gleisberg2003bi.pdf:PDF} +} + +@ARTICLE{Gleisberg:2005qq, + author = {Gleisberg, Tanju and Krauss, Frank and Sch{\"a}licke, Andreas and + Schumann, Steffen and Winter, Jan-Christopher}, + title = {{Studying $W^+ W^-$ production at the Fermilab Tevatron with \Sherpa}}, + journal = {\prd{72}{2005}{034028}}, + eprint = {hep-ph/0504032}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0504032}, + file = {:Gleisberg2005qq.pdf:PDF} +} + +@ARTICLE{Gluck:1991ee, + author = {Gl{\"u}ck, M. and Reya, E. and Vogt, A.}, + title = {{Parton structure of the photon beyond the leading order}}, + journal = {\prd{45}{1992}{3986-3994}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D45,3986}, + file = {:Gluck1991ee.pdf:PDF} +} + +@ARTICLE{Gluck:1991jc, + author = {Gl{\"u}ck, M. and Reya, E. and Vogt, A.}, + title = {{Photonic parton distributions}}, + journal = {\prd{46}{1992}{1973-1979}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D46,1973}, + file = {:Gluck1991jc.pdf:PDF} +} + +@ARTICLE{Goity:1994xn, + author = {Goity, J. L. and Roberts, W.}, + title = {{Soft pion emission in semileptonic $B$-meson decays}}, + journal = {\prd{51}{1995}{3459-3477}}, + eprint = {hep-ph/9406236}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9406236}, + file = {:Goity1994xn.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.51.3459}, + slaccitation = {%%CITATION = HEP-PH/9406236;%%} +} + +@ARTICLE{Golec-Biernat:2007pu, + author = {Golec-Biernat, K. and Jadach, S. and P{\l}aczek, W. and Stephens, + P. and Skrzypek, M.}, + title = {{Markovian Monte Carlo solutions of the one-loop CCFM equations}}, + journal = {\appolb{38}{2007}{3149-3168}}, + eprint = {hep-ph/0703317}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0703317}, + file = {:Golec-Biernat2007pu.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/0703317;%%} +} + +@ARTICLE{Golfand:1971iw, + author = {Golfand, Yu. A. and Likhtman, E. P.}, + title = {{Extension of the Algebra of Poincare Group Generators and Violation + of p Invariance}}, + journal = {\jetpl{13}{1971}{323-326}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=JTPLA,13,323}, + slaccitation = {%%CITATION = JTPLA,13,323;%%} +} + +@ARTICLE{Gottschalk:1983fm, + author = {Gottschalk, Thomas D.}, + title = {{An improved description of hadronization in the QCD cluster model + for $e^+e^-$ annihilation}}, + journal = {\npb{239}{1984}{349}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B239,349}, + file = {:Gottschalk1983fm.pdf:PDF}, + doi = {10.1016/0550-3213(84)90253-0}, + slaccitation = {%%CITATION = NUPHA,B239,349;%%} +} + +@ARTICLE{Gottschalk:1982yt, + author = {Gottschalk, Thomas D.}, + title = {{A realistic model for $e^+e^-$ annihilation including parton bremsstrahlung + effects}}, + journal = {\npb{214}{1983}{201}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B214,201}, + file = {:Gottschalk1982yt.pdf:PDF} +} + +@ARTICLE{Gottschalk:1986bv, + author = {Gottschalk, Thomas D. and Morris, Duncan A.}, + title = {{A new model for hadronization and $e^+e^-$ annihilation}}, + journal = {\npb{288}{1987}{729}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B288,729}, + file = {:Gottschalk1986bv.pdf:PDF}, + doi = {10.1016/0550-3213(87)90236-7}, + slaccitation = {%%CITATION = NUPHA,B288,729;%%} +} + +@ARTICLE{Gounaris:2000dn, + author = {Gounaris, G. J. and Layssac, J. and Renard, F. M.}, + title = {{Off-shell structure of the anomalous Z and $\gamma$ self- couplings}}, + journal = {\prd{62}{2000}{073012}}, + eprint = {hep-ph/0005269}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0005296}, + file = {:Gounaris2000dn.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.62.073012}, + slaccitation = {%%CITATION = HEP-PH/0005269;%%} +} + +@ARTICLE{Gribov:1984tu, + author = {Gribov, L. V. and Levin, E. M. and Ryskin, M. G.}, + title = {{Semihard processes in QCD}}, + journal = {\prep{100}{1983}{1-150}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRPLC,100,1}, + file = {:Gribov1984tu.pdf:PDF} +} + +@ARTICLE{Gribov:1972ri, + author = {Gribov, V. N. and Lipatov, L. N.}, + title = {{Deep inelastic $e$-$p$ scattering in perturbation theory}}, + journal = {Sov. J. \np{15}{1972}{438-450}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SJNCA,15,438} +} + +@ARTICLE{Gribov:1965hg, + author = {V. N. Gribov and I. Ya. Pomeranchuk and K. A. Ter-Martirosian}, + title = {{Moving Branch Points in j Plane and Regge-Pole Unitarity Conditions}}, + journal = {\pr{139}{1965}{B184-B202}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,139,B184}, + file = {:Gribov1965hg.pdf:PDF} +} + +@ARTICLE{Gustafson:1986db, + author = {Gustafson, G.}, + title = {{Dual description of a confined colour field}}, + journal = {\plb{175}{1986}{453}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B175,453}, + file = {:Gustafson1986db.pdf:PDF} +} + +@ARTICLE{Gustafson:1987rq, + author = {Gustafson, Gosta and Pettersson, Ulf}, + title = {{Dipole formulation of QCD cascades}}, + journal = {\npb{306}{1988}{746}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B306,746}, + file = {:Gustafson1987rq.pdf:PDF} +} + +@ARTICLE{Haag:1974qh, + author = {Haag, Rudolf and {\L}opusza{\'n}ski, Jan T. and Sohnius, Martin}, + title = {{All possible generators of supersymmetries of the S-matrix}}, + journal = {\npb{88}{1975}{257}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B88,257}, + file = {:Haag1974qh.pdf:PDF}, + doi = {10.1016/0550-3213(75)90279-5}, + slaccitation = {%%CITATION = NUPHA,B88,257;%%} +} + +@ARTICLE{Hagiwara:2005wg, + author = {Hagiwara, K. and others}, + title = {{Supersymmetry simulations with off-shell effects for the CERN LHC + and an ILC}}, + journal = {\prd{73}{2006}{055005}}, + eprint = {hep-ph/0512260}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0512260}, + file = {:Hagiwara2005wg.pdf:PDF} +} + +@ARTICLE{Hagiwara:2008iv, + author = {Hagiwara, Kaoru and Konar, Partha and Li, Qiang and Mawatari, Kentarou + and Zeppenfeld, Dieter}, + title = {{Graviton production with 2 jets at the LHC in large extra dimensions}}, + journal = {\jhep{04}{2008}{019}}, + eprint = {0801.1794}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0801.1794}, + file = {:Hagiwara2008iv.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/04/019}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0801.1794;%%} +} + +@ARTICLE{Hagiwara:1986vm, + author = {Hagiwara, K. and Peccei, R. D. and Zeppenfeld, D. and Hikasa, K.}, + title = {{Probing the weak boson sector in $e^+e^-\to W^+W^-$}}, + journal = {\npb{282}{1987}{253}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B282,253}, + file = {:Hagiwara1986vm.pdf:PDF}, + slaccitation = {%%CITATION = NUPHA,B282,253;%%} +} + +@ARTICLE{Hagiwara:1985yu, + author = {Hagiwara, K. and Zeppenfeld, D.}, + title = {{Helicity amplitudes for heavy lepton production in $e^+e^-$ annihilation}}, + journal = {\npb{274}{1986}{1}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B274,1}, + file = {:Hagiwara1985yu.pdf:PDF} +} + +@ARTICLE{Hall:1985wz, + author = {Hall, Lawrence J. and Nelson, Ann E.}, + title = {{Heavy Gluons and Monojets}}, + journal = {\plb{153}{1985}{430}}, + file = {:Hall1985wz.pdf:PDF}, + doi = {10.1016/0370-2693(85)90487-3}, + slaccitation = {%%CITATION = PHLTA,B153,430;%%} +} + +@BOOK{Halzen:1984mc, + title = {{Quarks and leptons: An introductory course in modern particle physics}}, + publisher = {John Wiley \& Sons}, + year = {1984}, + author = {Francis Halzen and Alan D. Martin}, + pages = {396}, + address = {New York, USA} +} + +@ARTICLE{Hamacher:1995df, + author = {Hamacher, Klaus and Weierstall, Michael}, + title = {{The Next Round of Hadronic Generator Tuning Heavily Based on Identified + Particle Data}}, + year = {1995}, + eprint = {hep-ex/9511011}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9511011}, + file = {:Hamacher1995df.pdf:PDF}, + archiveprefix = {arXiv}, + slaccitation = {%%CITATION = HEP-EX/9511011;%%} +} + +@ARTICLE{vanHameren:2002tc, + author = {van Hameren, Andre and Papadopoulos, Costas G.}, + title = {{A hierarchical phase space generator for QCD antenna structures}}, + journal = {\epjc{25}{2002}{563-574}}, + eprint = {hep-ph/0204055}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0204055}, + file = {:vanHameren2002tc.pdf:PDF} +} + +@ARTICLE{Hamilton:2006ms, + author = {Hamilton, Keith and Richardson, Peter}, + title = {{A simulation of QCD radiation in top quark decays}}, + journal = {\jhep{02}{2007}{069}}, + eprint = {hep-ph/0612236}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0612236}, + file = {:Hamilton2006ms.pdf:PDF} +} + +@ARTICLE{Hamilton:2006xz, + author = {Hamilton, Keith and Richardson, Peter}, + title = {{Simulation of QED radiation in particle decays using the YFS formalism}}, + journal = {\jhep{07}{2006}{010}}, + eprint = {hep-ph/0603034}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0603034}, + file = {:Hamilton2006xz.pdf:PDF}, + archiveprefix = {arXiv}, + slaccitation = {%%CITATION = HEP-PH/0603034;%%} +} + +@ARTICLE{Hamilton:2008pd, + author = {Hamilton, Keith and Richardson, Peter and Tully, Jon}, + title = {{A Positive-Weight Next-to-Leading Order Monte Carlo Simulation of + Drell-Yan Vector Boson Production}}, + year = {2008}, + eprint = {0806.0290}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0806.0290}, + file = {:Hamilton2008pd.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph} +} + +@ARTICLE{Han:1998sg, + author = {Han, Tao and Lykken, Joseph D. and Zhang, Ren-Jie}, + title = {{On Kaluza-Klein states from large extra dimensions}}, + journal = {\prd{59}{1999}{105006}}, + eprint = {hep-ph/9811350}, + file = {:Han1998sg.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.59.105006}, + slaccitation = {%%CITATION = HEP-PH/9811350;%%} +} + +@ARTICLE{Harel:2008px, + author = {Harel, Amnon}, + title = {{Monte Carlo for top background at the Tevatron}}, + year = {2008}, + eprint = {0807.4127}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0807.4127}, + archiveprefix = {arXiv}, + collaboration = {CDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0807.4127;%%} +} + +@ARTICLE{Hegeman:2007zz, + author = {Hegeman, Jeroen}, + title = {{Jet production in the D0 experiment: Measurements and data-to-Monte + Carlo comparisons}}, + journal = {\npps{174}{2007}{7-10}}, + file = {:Hegeman2007zz.pdf:PDF}, + collaboration = {{\DO}}, + doi = {10.1016/j.nuclphysbps.2007.08.074}, + slaccitation = {%%CITATION = NUPHZ,174,7;%%} +} + +@ARTICLE{Hesketh:2006qu, + author = {Hesketh, Gavin}, + title = {{$W$ and $Z$ (plus jets) production and asymmetries at 1.96-TeV}}, + year = {2006}, + eprint = {hep-ex/0605073}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0605073}, + file = {:Hesketh2006qu.pdf:PDF}, + archiveprefix = {arXiv}, + collaboration = {CDF and {\DO}}, + slaccitation = {%%CITATION = HEP-EX/0605073;%%} +} + +@ARTICLE{Hewett:1998sn, + author = {Hewett, JoAnne L.}, + title = {{Indirect collider signals for extra dimensions}}, + journal = {\prl{82}{1999}{4765-4768}}, + eprint = {hep-ph/9811356}, + file = {:Hewett1998sn.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevLett.82.4765}, + slaccitation = {%%CITATION = HEP-PH/9811356;%%} +} + +@ARTICLE{HendrikDipl, + author = {Hoeth, Hendrik}, + title = {{Messung der Vierjet--Winkelverteilungen und Bestimmung der QCD--Farbfaktoren + mit Hilfe des Apacic++--Generators}}, + year = {2003}, + note = {{Diploma Thesis, Fachbereich Physik, Bergische Universit\"at Wuppertal + [WUD 03-11], in German}}, + url = {http://www.d0.uni-wuppertal.de/diplom/d_h_hoe_wud0311.ps.gz}, + file = {:HendrikDipl.pdf:PDF} +} + +@ARTICLE{Hou:1987ya, + author = {Hou, George Wei-Shu}, + title = {{Charmless Rare B Decays, Heavy Quarks and a Fourth Generation}}, + note = {Invited talk given at '87 DPF Meeting of the APS, Salt Lake City, + Utah, Jan 14-17, 1987} +} + +@ARTICLE{Hou:1987vd, + author = {Hou, Wei-Shu and Soni, A. and Steger, Herbert}, + title = {{Charmless Decays of Bottom Mesons and a Fourth Generation}}, + journal = {\prl{59}{1987}{1521}}, + file = {:Hou1987vd.pdf:PDF}, + doi = {10.1103/PhysRevLett.59.1521}, + slaccitation = {%%CITATION = PRLTA,59,1521;%%} +} + +@ARTICLE{Hagler:2000eu, + author = {H{\"a}gler, Ph. and Kirschner, R. and Sch{\"a}fer, A. and Szymanowski, + L. and Teryaev, O. V.}, + title = {{Direct J/$\psi$ hadroproduction in $k_T$-factorization and the color + octet mechanism}}, + journal = {\prd{63}{2001}{077501}}, + eprint = {hep-ph/0008316}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0008316}, + file = {:Hagler2000eu.pdf:PDF} +} + +@ARTICLE{Hoche:2006ph, + author = {H{\"o}che, Stefan and others}, + title = {{Matching Parton Showers and Matrix Elements}}, + year = {2006}, + eprint = {hep-ph/0602031}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0602031}, + file = {:Hoche2006ph.pdf:PDF} +} + +@ARTICLE{Hoeche:2009rj, + author = {H{\"o}che, Stefan and Krauss, Frank and Schumann, Steffen and Siegert, + Frank}, + title = {{QCD matrix elements and truncated showers}}, + journal = {\jhep{05}{2009}{053}}, + eprint = {0903.1219}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0903.1219}, + file = {:Hoeche2009rj.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0903.1219;%%} +} + +@ARTICLE{Hoche:2007hg, + author = {H{\"o}che, Stefan and Krauss, Frank and Teubner, Thomas}, + title = {{Multijet events in the $k_T$-factorisation scheme}}, + year = {2007}, + eprint = {0705.4577}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0705.4577}, + file = {:Hoche2007hg.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph} +} + +@ARTICLE{Isgur:1988gb, + author = {Isgur, Nathan and Scora, Daryl and Grinstein, Benjamin and Wise, + Mark B.}, + title = {{Semileptonic B and D decays in the quark model}}, + journal = {\prd{39}{1989}{799}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D39,799}, + file = {:Isgur1988gb.pdf:PDF}, + doi = {10.1103/PhysRevD.39.799}, + slaccitation = {%%CITATION = PHRVA,D39,799;%%} +} + +@ARTICLE{Jadach:1999sf, + author = {Jadach, S.}, + title = {{Foam: Multi-dimensional general purpose Monte Carlo generator with + self-adapting simplical grid}}, + journal = {\cpc{130}{2000}{244-259}}, + eprint = {physics/9910004}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=physics/9910004}, + file = {:Jadach1999sf.pdf:PDF} +} + +@ARTICLE{Jadach:2000kw, + author = {Jadach, S. and P{\l}aczek, W. and Skrzypek, M. and Ward, B. F. L. + and W{\c a}s, Z.}, + title = {{Precision predictions for (un)stable $W^+ W^-$ pair production at + and beyond LEP2 energies}}, + journal = {\prd{65}{2002}{093010}}, + eprint = {hep-ph/0007012}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0007012}, + file = {:Jadach2000kw.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.65.093010}, + slaccitation = {%%CITATION = HEP-PH/0007012;%%} +} + +@ARTICLE{Jadach:2001mp, + author = {Jadach, S. and P{\l}aczek, W. and Skrzypek, M. and Ward, B. F. L. + and W{\c a}s, Z.}, + title = {{The Monte Carlo program KoralW version 1.51 and the concurrent Monte + Carlo KoralW\&YFSWW3 with all background graphs and first order corrections + to W pair production}}, + journal = {\cpc{140}{2001}{475-512}}, + eprint = {hep-ph/0104049}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0104049}, + file = {:Jadach2001mp.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1016/S0010-4655(01)00296-X}, + slaccitation = {%%CITATION = HEP-PH/0104049;%%} +} + +@ARTICLE{Jadach:2000ir, + author = {Jadach, S. and Ward, B. F. L. and W{\c a}s, Z.}, + title = {{Coherent exclusive exponentiation for precision Monte Carlo calculations}}, + journal = {\prd{63}{2001}{113009}}, + eprint = {hep-ph/0006359}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0006359}, + file = {:Jadach2000ir.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.63.113009}, + slaccitation = {%%CITATION = HEP-PH/0006359;%%} +} + +@ARTICLE{Jadach:1999vf, + author = {Jadach, S. and Ward, B. F. L. and W{\c a}s, Z.}, + title = {{The precision Monte Carlo event generator $\mathcal{KK}$ for two- + fermion final states in $e^+ e^-$ collisions}}, + journal = {\cpc{130}{2000}{260-325}}, + eprint = {hep-ph/9912214}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9912214}, + file = {:Jadach1999vf.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1016/S0010-4655(00)00048-5}, + slaccitation = {%%CITATION = HEP-PH/9912214;%%} +} + +@ARTICLE{James:1968gu, + author = {James, F.}, + title = {{Monte-Carlo phase space}}, + note = {CERN-68-15}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?r=CERN-68-15}, + file = {:James1968gu.pdf:PDF} +} + +@ARTICLE{Jung:2001hx, + author = {Hannes Jung}, + title = {{The CCFM Monte Carlo generator CASCADE}}, + journal = {\cpc{143}{2002}{100-111}}, + eprint = {hep-ph/0109102}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0109102}, + file = {:Jung2001hx.pdf:PDF} +} + +@ARTICLE{Jung:2000hk, + author = {Hannes Jung and Gavin P. Salam}, + title = {{Hadronic final state predictions from CCFM: the hadron-level Monte + Carlo generator CASCADE}}, + journal = {\epjc{19}{2001}{351-360}}, + eprint = {hep-ph/0012143}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0012143}, + file = {:Jung2000hk.pdf:PDF} +} + +@ARTICLE{Kuhn:1990ad, + author = {{K\"uhn, Johann H. and Santamar\'ia, A.}}, + title = {{$\tau$ Decays to pions}}, + journal = {\zpc{48}{1990}{445-452}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C48,445}, + file = {:Kuhn1990ad.pdf:PDF}, + doi = {10.1007/BF01572024}, + slaccitation = {%%CITATION = ZEPYA,C48,445;%%} +} + +@ARTICLE{Kalinowski:1980ju, + author = {Kalinowski, J. and Konishi, K. and Taylor, T. R.}, + title = {{Jet calculus beyond leading logarithms}}, + journal = {\npb{181}{1981}{221}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B181,221}, + file = {:Kalinowski1980ju.pdf:PDF} +} + +@ARTICLE{Kanaki:2000ey, + author = {Kanaki, Aggeliki and Papadopoulos, Costas G.}, + title = {{HELAC: A package to compute electroweak helicity amplitudes}}, + journal = {\cpc{132}{2000}{306-315}}, + eprint = {hep-ph/0002082}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0002082}, + file = {:Kanaki2000ey.pdf:PDF} +} + +@ARTICLE{Karplus:1950zza, + author = {Karplus, Robert and Neuman, Maurice}, + title = {{Non-Linear Interactions between Electromagnetic Fields}}, + journal = {\pr{80}{1950}{380-385}}, + file = {:Karplus1950zza.pdf:PDF}, + doi = {10.1103/PhysRev.80.380}, + slaccitation = {%%CITATION = PHRVA,80,380;%%} +} + +@ARTICLE{Kauer:2000hi, + author = {Kauer, N. and Plehn, T. and Rainwater, David L. and Zeppenfeld, D.}, + title = {{$H \to WW$ as the discovery mode for a light Higgs boson}}, + journal = {\plb{503}{2001}{113-120}}, + eprint = {hep-ph/0012351}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0012351}, + file = {:Kauer2000hi.pdf:PDF} +} + +@ARTICLE{Kharraziha:1997dn, + author = {Kharraziha, Hamid and L{\"o}nnblad, Leif}, + title = {{The linked dipole chain Monte Carlo}}, + journal = {\jhep{03}{1998}{006}}, + eprint = {hep-ph/9709424}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9709424}, + file = {:Kharraziha1997dn.pdf:PDF} +} + +@ARTICLE{Kilian:2007gr, + author = {Kilian, Wolfgang and Ohl, Thorsten and Reuter, Jurgen}, + title = {{WHIZARD: Simulating Multi-Particle Processes at LHC and ILC}}, + year = {2007}, + eprint = {0708.4233}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0708.4233}, + file = {:Kilian2007gr.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph} +} + +@ARTICLE{Kilic:2008ub, + author = {Kilic, Can and Schumann, Steffen and Son, Minho}, + title = {{Searching for Multijet Resonances at the LHC}}, + year = {2008}, + eprint = {0810.5542}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0810.5542}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0810.5542;%%} +} + +@ARTICLE{Kimber:2001sc, + author = {Kimber, M. A. and Martin, Alan D. and Ryskin, M. G.}, + title = {{Unintegrated parton distributions}}, + journal = {\prd{63}{2001}{114027}}, + eprint = {hep-ph/0101348}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0101348}, + file = {:Kimber2001sc.pdf:PDF} +} + +@ARTICLE{Kimber:1999xc, + author = {Kimber, M. A. and Martin, Alan D. and Ryskin, M. G.}, + title = {{Unintegrated parton distributions and prompt photon hadroproduction}}, + journal = {\epjc{12}{2000}{655-661}}, + eprint = {hep-ph/9911379}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9911379}, + file = {:Kimber1999xc.pdf:PDF} +} + +@ARTICLE{Kirschner:1979im, + author = {R. Kirschner}, + title = {{Generalized Lipatov-Altarelli-Parisi equations and jet calculus + rules}}, + journal = {\plb{84}{1979}{266}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B84,266}, + file = {:Kirschner1979im.pdf:PDF} +} + +@ARTICLE{Klasen:1997jm, + author = {Klasen, M. and Kramer, G. and P{\"o}tter, B.}, + title = {{Inclusive Jet Production with Virtual Photons in Next-to- Leading + Order QCD}}, + journal = {\epjc{1}{1998}{261-270}}, + eprint = {hep-ph/9703302}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9703302}, + archiveprefix = {arXiv}, + slaccitation = {%%CITATION = HEP-PH/9703302;%%} +} + +@ARTICLE{Kleiss:1988ne, + author = {Kleiss, Ronald and Kuijf, Hans}, + title = {{Multi-gluon cross-sections and five jet production at hadron colliders}}, + journal = {\npb{312}{1989}{616}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B312,616}, + file = {:Kleiss1988ne.pdf:PDF} +} + +@ARTICLE{Kleiss:1994qy, + author = {Kleiss, Ronald and Pittau, Roberto}, + title = {{Weight optimization in multichannel Monte Carlo}}, + journal = {\cpc{83}{1994}{141-146}}, + eprint = {hep-ph/9405257}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9405257}, + file = {:Kleiss1994qy.pdf:PDF} +} + +@ARTICLE{Kleiss:1985yh, + author = {Kleiss, R. and Stirling, W. James}, + title = {{Spinor techniques for calculating $p\bar{p}\to W^\pm/Z^0$+jets}}, + journal = {\npb{262}{1985}{235-262}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B262,235}, + file = {:Kleiss1985yh.pdf:PDF} +} + +@ARTICLE{Kleiss:1985gy, + author = {Kleiss, R. and Stirling, W. James and Ellis, S. D.}, + title = {{A new Monte Carlo treatment of multiparticle phase space at high + energies}}, + journal = {\cpc{40}{1986}{359}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=CPHCB,40,359}, + file = {:Kleiss1985gy.pdf:PDF} +} + +@ARTICLE{Konishi:1979cb, + author = {Konishi, K. and Ukawa, A. and Veneziano, G.}, + title = {{Jet calculus: A simple algorithm for resolving QCD jets}}, + journal = {\npb{157}{1979}{45-107}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B157,45}, + file = {:Konishi1979cb.pdf:PDF} +} + +@ARTICLE{Konishi:1978yx, + author = {Konishi, K. and Ukawa, A. and Veneziano, G.}, + title = {{A simple algorithm for QCD jets}}, + journal = {\plb{78}{1978}{243}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B78,243}, + file = {:Konishi1978yx.pdf:PDF} +} + +@ARTICLE{Korchemsky:1988hd, + author = {Korchemsky, G. P.}, + title = {{Sudakov form-factor in QCD}}, + journal = {\plb{220}{1989}{629}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B220,629}, + file = {:Korchemsky1988hd.pdf:PDF} +} + +@ARTICLE{Kosower:1997zr, + author = {Kosower, David A.}, + title = {{Antenna factorization of gauge-theory amplitudes}}, + journal = {\prd{57}{1998}{5410-5416}}, + eprint = {hep-ph/9710213}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9710213}, + file = {:Kosower1997zr.pdf:PDF} +} + +@ARTICLE{Kosower:1989xy, + author = {Kosower, David A.}, + title = {{Light-cone recurrence relations for QCD amplitudes}}, + journal = {\npb{335}{1990}{23}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B335,23}, + file = {:Kosower1989xy.pdf:PDF} +} + +@ARTICLE{Kramer:1998bc, + author = {Kramer, G. and P{\"o}tter, B.}, + title = {{Low $Q^2$ Jet Production at HERA in Next-to-Leading Order QCD}}, + journal = {\epjc{5}{1998}{665-679}}, + eprint = {hep-ph/9804352}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9804352}, + archiveprefix = {arXiv}, + doi = {10.1007/s100520050308}, + slaccitation = {%%CITATION = HEP-PH/9804352;%%} +} + +@ARTICLE{Krauss:2002up, + author = {Frank Krauss}, + title = {{Matrix elements and parton showers in hadronic interactions}}, + journal = {\jhep{0208}{2002}{015}}, + eprint = {hep-ph/0205283}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0205283}, + file = {:Krauss2002up.pdf:PDF} +} + +@ARTICLE{Krauss:2001iv, + author = {Frank Krauss and Ralf Kuhn and Gerhard Soff}, + title = {{AMEGIC++ 1.0: A Matrix Element Generator In C++}}, + journal = {\jhep{02}{2002}{044}}, + eprint = {hep-ph/0109036}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0109036}, + file = {:Krauss2001iv.pdf:PDF} +} + +@ARTICLE{hadrons, + author = {Krauss, F. and Laubrich, T. and Siegert, F.}, + title = {{Simulation of hadron decays in \Sherpa}}, + note = {in preparation} +} + +@ARTICLE{Krauss:2005nu, + author = {Krauss, Frank and Sch{\"a}licke, Andreas and Schumann, Steffen and + Soff, Gerhard}, + title = {{Simulating $W$/$Z$ + jets production at the CERN LHC}}, + journal = {\prd{72}{2005}{054017}}, + eprint = {hep-ph/0503280}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0503280}, + file = {:Krauss2005nu.pdf:PDF} +} + +@ARTICLE{Krauss:2004bs, + author = {Krauss, Frank and Sch{\"a}licke, Andreas and Schumann, Steffen and + Soff, Gerhard}, + title = {{Simulating W / Z + jets production at the Tevatron}}, + journal = {\prd{70}{2004}{114009}}, + eprint = {hep-ph/0409106}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0409106}, + file = {:Krauss2004bs.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.70.114009} +} + +@ARTICLE{Krauss:2005re, + author = {Krauss, F. and Sch{\"a}licke, A. and Soff, G.}, + title = {{APACIC++ 2.0: A PArton Cascade In C++}}, + journal = {\cpc{174}{2006}{876-902}}, + eprint = {hep-ph/0503087}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0503087}, + file = {:Krauss2005re.pdf:PDF} +} + +@ARTICLE{Kramer:1993jn, + author = {Kr{\"a}mer, M. and K{\"u}hn, Johann H. and Stong, M. L. and Zerwas, + P. M.}, + title = {{Prospects of measuring the parity of Higgs particles}}, + journal = {\zpc{64}{1994}{21-30}}, + eprint = {hep-ph/9404280}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9404280}, + file = {:Kramer1993jn.pdf:PDF}, + archiveprefix = {arXiv}, + slaccitation = {%%CITATION = HEP-PH/9404280;%%} +} + +@ARTICLE{Kuhn:2000dk, + author = {Kuhn, R. and Krauss, F. and Ivanyi, B. and Soff, G.}, + title = {{APACIC++ 1.0: A PArton Cascade In C++}}, + journal = {\cpc{134}{2001}{223-266}}, + eprint = {hep-ph/0004270}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0004270}, + file = {:Kuhn2000dk.pdf:PDF} +} + +@ARTICLE{Kuraev:1977fs, + author = {E. A. Kuraev and L. N. Lipatov and V. S. Fadin}, + title = {{The Po\-me\-ran\-chuk Singularity in Nonabelian Gauge Theories}}, + journal = {\jetp{45}{1977}{199-204}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SPHJA,45,199} +} + +@ARTICLE{Kwiecinski:1996td, + author = {Kwieci\'{n}ski, J. and Martin, Alan D. and Sutton, P. J.}, + title = {{Constraints on gluon evolution at small $x$}}, + journal = {\zpc{71}{1996}{585-594}}, + eprint = {hep-ph/9602320}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9602320}, + file = {:Kwiecinski1996td.pdf:PDF} +} + +@ARTICLE{Kwiecinski:1996fm, + author = {Kwiecinski, J. and Lewis, C. A. M. and Martin, Alan D.}, + title = {{Observable jets from the BFKL chain}}, + journal = {\prd{54}{1996}{6664-6673}}, + eprint = {hep-ph/9606375}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9606375}, + file = {:Kwiecinski1996fm.pdf:PDF} +} + +@ARTICLE{Korner:1980pv, + author = {K{\"o}rner, J. G. and Schierholz, G. and Willrodt, J.}, + title = {{QCD predictions for four-jet final states in $e^+ e^-$ annihilation + (II). Angular correlations as a test of the triple-gluon coupling}}, + journal = {\npb{185}{1981}{365}}, + file = {:Korner1980pv.pdf:PDF}, + doi = {10.1016/0550-3213(81)90323-0}, + slaccitation = {%%CITATION = NUPHA,B185,365;%%} +} + +@ARTICLE{Lange:2001uf, + author = {Lange, D. J.}, + title = {{The EvtGen particle decay simulation package}}, + journal = {\nim{A462}{2001}{152-155}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUIMA,A462,152}, + file = {:Lange2001uf.pdf:PDF}, + doi = {10.1016/S0168-9002(01)00089-4}, + slaccitation = {%%CITATION = NUIMA,A462,152;%%} +} + +@ARTICLE{LatundeDada:2008bv, + author = {Latunde-Dada, Oluseyi}, + title = {{Applying the POWHEG method to top pair production and decays at + the ILC}}, + year = {2008}, + eprint = {0806.4560}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0806.4560}, + file = {:LatundeDada2008bv.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph} +} + +@ARTICLE{LatundeDada:2006gx, + author = {Latunde-Dada, Oluseyi and Gieseke, Stefan and Webber, Bryan}, + title = {{A positive-weight next-to-leading-order Monte Carlo for $e^+e^-$ + annihilation to hadrons}}, + journal = {\jhep{02}{2007}{051}}, + eprint = {hep-ph/0612281}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0612281}, + file = {:LatundeDada2006gx.pdf:PDF} +} + +@ARTICLE{Lavesson:2007uu, + author = {Lavesson, Nils and L{\"o}nnblad, Leif}, + title = {{Merging parton showers and matrix elements -- back to basics}}, + journal = {\jhep{04}{2008}{085}}, + eprint = {0712.2966}, + file = {:Lavesson2007uu.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/04/085}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0712.2966;%%} +} + +@ARTICLE{Lavesson:2008ah, + author = {Lavesson, Nils and L{\"o}nnblad, Leif}, + title = {{Extending CKKW-merging to one-loop matrix elements}}, + journal = {\jhep{12}{2008}{070}}, + eprint = {0811.2912}, + file = {:Lavesson2008ah.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/12/070}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0811.2912;%%} +} + +@ARTICLE{Lavesson:2005xu, + author = {Lavesson, Nils and L{\"o}nnblad, Leif}, + title = {{$W$+jets matrix elements and the dipole cascade}}, + journal = {\jhep{07}{2005}{054}}, + eprint = {hep-ph/0503293}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0503293}, + file = {:Lavesson2005xu.pdf:PDF} +} + +@ARTICLE{Lepage:1980dq, + author = {Lepage, G. Peter}, + title = {{VEGAS - An Adaptive Multi-dimensional Integration Program}}, + note = {CLNS-80/447}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?r=CLNS-80/447}, + file = {:Lepage1980dq.pdf:PDF} +} + +@ARTICLE{Levin:1991ya, + author = {Levin, E. M. and Ryskin, M. G. and Shabelski, Yu. M. and Shuvaev, + A. G.}, + title = {{Heavy Quark Production in Parton Model and in QCD}}, + journal = {Sov. J. \np{54}{1991}{867-871}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SJNCA,54,867}, + file = {:Levin1991ya.pdf:PDF} +} + +@ARTICLE{Lipatov:2005at, + author = {Lipatov, A. V. and Zotov, N. P.}, + title = {{Higgs boson production at hadron colliders in the $k_T$-factorization + approach}}, + journal = {\epjc{44}{2005}{559-566}}, + eprint = {hep-ph/0501172}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0501172}, + file = {:Lipatov2005at.pdf:PDF} +} + +@ARTICLE{Lipatov:2005tz, + author = {Lipatov, A. V. and Zotov, N. P.}, + title = {{Prompt photon photoproduction at DESY HERA in the $k_T$-factorization + approach}}, + journal = {\prd{72}{2005}{054002}}, + eprint = {hep-ph/0506044}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0506044}, + file = {:Lipatov2005tz.pdf:PDF} +} + +@ARTICLE{Lipatov:1976zz, + author = {L. N. Lipatov}, + title = {{Reggeization of the Vector Meson and the Vacuum Singularity in Nonabelian + Gauge Theories}}, + journal = {Sov. J. \np{23}{1976}{338-345}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SJNCA,23,338} +} + +@ARTICLE{Lipatov:1974qm, + author = {Lipatov, L. N.}, + title = {{The parton model and perturbation theory}}, + journal = {Sov. J. \np{20}{1975}{94-102}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SJNCA,20,94} +} + +@ARTICLE{Luo:2005my, + author = {Luo, Ming-Xing and Wen, Cong-Kao}, + title = {{Compact formulas for all tree amplitudes of six partons}}, + journal = {\prd{71}{2005}{091501}}, + eprint = {hep-th/0502009}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0502009}, + file = {:Luo2005my.pdf:PDF} +} + +@ARTICLE{Luo:2005rx, + author = {Luo, Ming-Xing and Wen, Cong-Kao}, + title = {{Recursion relations for tree amplitudes in super gauge theories}}, + journal = {\jhep{03}{2005}{004}}, + eprint = {hep-th/0501121}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0501121}, + file = {:Luo2005rx.pdf:PDF} +} + +@ARTICLE{Lonnblad:2001iq, + author = {L{\"o}nnblad, Leif}, + title = {{Correcting the colour-dipole cascade model with fixed order matrix + elements}}, + journal = {\jhep{05}{2002}{046}}, + eprint = {hep-ph/0112284}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0112284}, + file = {:Lonnblad2001iq.pdf:PDF} +} + +@ARTICLE{Lonnblad:1995ex, + author = {L{\"o}nnblad, Leif}, + title = {{Small $x$ effects in W + jets production at the Tevatron}}, + journal = {\npb{458}{1996}{215-230}}, + eprint = {hep-ph/9508261}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9508261}, + file = {:Lonnblad1995ex.pdf:PDF} +} + +@ARTICLE{Lonnblad:1994wk, + author = {L{\"o}nnblad, Leif}, + title = {{Rapidity gaps and other final state properties in the color dipole + model for deep inelastic scattering}}, + journal = {\zpc{65}{1995}{285-292}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C65,285}, + file = {:Lonnblad1994wk.pdf:PDF} +} + +@ARTICLE{Lonnblad:1992tz, + author = {L{\"o}nnblad, Leif}, + title = {{Ariadne version 4: A program for simulation of QCD cascades implementing + the colour dipole model}}, + journal = {\cpc{71}{1992}{15-31}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=CPHCB,71,15}, + file = {:Lonnblad1992tz.pdf:PDF} +} + +@ARTICLE{Maltoni:2002mq, + author = {Maltoni, F. and Paul, K. and Stelzer, T. and Willenbrock, S.}, + title = {{Color-flow decomposition of QCD amplitudes}}, + journal = {\prd{67}{2003}{014026}}, + eprint = {hep-ph/0209271}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0209271}, + file = {:Maltoni2002mq.pdf:PDF} +} + +@ARTICLE{Maltoni:2002qb, + author = {Maltoni, Fabio and Stelzer, Tim}, + title = {{MadEvent: automatic event generation with MadGraph}}, + journal = {\jhep{02}{2003}{027}}, + eprint = {hep-ph/0208156}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0208156}, + file = {:Maltoni2002qb.pdf:PDF} +} + +@ARTICLE{Mangano:1988kk, + author = {Mangano, Michelangelo L.}, + title = {{The color structure of gluon emission}}, + journal = {\npb{309}{1988}{461}}, + file = {:Mangano1988kk.pdf:PDF}, + doi = {10.1016/0550-3213(88)90453-1}, + slaccitation = {%%CITATION = NUPHA,B309,461;%%} +} + +@ARTICLE{Mangano:2002ea, + author = {Mangano, Michelangelo L. and Moretti, Mauro and Piccinini, Fulvio + and Pittau, Roberto and Polosa, Antonio D.}, + title = {{ALPGEN, a generator for hard multiparton processes in hadronic collisions}}, + journal = {\jhep{07}{2003}{001}}, + eprint = {hep-ph/0206293}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0206293}, + file = {:Mangano2002ea.pdf:PDF} +} + +@ARTICLE{Mangano:2006rw, + author = {Mangano, Michelangelo L. and Moretti, Mauro and Piccinini, Fulvio + and Treccani, Michele}, + title = {{Matching matrix elements and shower evolution for top-pair production + in hadronic collisions}}, + journal = {\jhep{01}{2007}{013}}, + eprint = {hep-ph/0611129}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0611129}, + file = {:Mangano2006rw.pdf:PDF} +} + +@ARTICLE{Mangano:2001xp, + author = {Mangano, Michelangelo L. and Moretti, Mauro and Pittau, Roberto}, + title = {{Multijet matrix elements and shower evolution in hadronic collisions: + $W b\bar{b}+n$-jets as a case study}}, + journal = {\npb{632}{2002}{343-362}}, + eprint = {hep-ph/0108069}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0108069}, + file = {:Mangano2001xp.pdf:PDF} +} + +@ARTICLE{Mangano:1990by, + author = {Mangano, Michelangelo L. and Parke, Stephen J.}, + title = {{Multiparton amplitudes in gauge theories}}, + journal = {\prep{200}{1991}{301-367}}, + eprint = {hep-th/0509223}, + file = {:Mangano1990by.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1016/0370-1573(91)90091-Y}, + slaccitation = {%%CITATION = HEP-TH/0509223;%%} +} + +@ARTICLE{Mangano:1987kp, + author = {Mangano, Michelangelo L. and Parke, Stephen J.}, + title = {{Quark-gluon amplitudes in the dual expansion}}, + journal = {\npb{299}{1988}{673}}, + file = {:Mangano1987kp.pdf:PDF}, + doi = {10.1016/0550-3213(88)90368-9}, + slaccitation = {%%CITATION = NUPHA,B299,673;%%} +} + +@ARTICLE{Mangano:1987xk, + author = {Mangano, Michelangelo L. and Parke, Stephen J. and Xu, Zhan}, + title = {{Duality and multi-gluon scattering}}, + journal = {\npb{298}{1988}{653}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B298,653}, + file = {:Mangano1987xk.pdf:PDF} +} + +@ARTICLE{Marchesini:1994wr, + author = {Guiseppe Marchesini}, + title = {{QCD coherence in the structure function and associated distributions + at small $x$}}, + journal = {\npb{445}{1995}{49-80}}, + eprint = {hep-ph/9412327}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9412327}, + file = {:Marchesini1994wr.pdf:PDF} +} + +@ARTICLE{Marchesini:1990zy, + author = {Marchesini, G. and Webber, B. R.}, + title = {{Simulation of QCD initial state radiation at small x}}, + journal = {\npb{349}{1991}{617-634}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B349,617}, + file = {:Marchesini1990zy.pdf:PDF} +} + +@ARTICLE{Marchesini:1988hj, + author = {Marchesini, G. and Webber, B. R.}, + title = {{Associated transverse energy in hadronic jet production}}, + journal = {\prd{38}{1988}{3419}}, + file = {:Marchesini1988hj.pdf:PDF}, + doi = {10.1103/PhysRevD.38.3419}, + slaccitation = {%%CITATION = PHRVA,D38,3419;%%} +} + +@ARTICLE{Martin:2004dh, + author = {Martin, A. D. and Roberts, R. G. and Stirling, W. J. and Thorne, + R. S.}, + title = {{Parton distributions incorporating QED contributions}}, + journal = {\epjc{39}{2005}{155-161}}, + eprint = {hep-ph/0411040}, + file = {:Martin2004dh.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1140/epjc/s2004-02088-7}, + slaccitation = {%%CITATION = HEP-PH/0411040;%%} +} + +@ARTICLE{Martin:1997ns, + author = {Martin, Stephen P.}, + title = {{A Supersymmetry Primer}}, + year = {1997}, + eprint = {hep-ph/9709356}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9709356}, + file = {:Martin1997ns.pdf:PDF}, + archiveprefix = {arXiv}, + slaccitation = {%%CITATION = HEP-PH/9709356;%%} +} + +@ARTICLE{Matsuura:1988sm, + author = {Matsuura, T. and van der Marck, S. C. and van Neerven, W. L.}, + title = {{The calculation of the second order soft and virtual contributions + to the Drell-Yan cross section}}, + journal = {\npb{319}{1989}{570}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B319,570}, + file = {:Matsuura1988sm.pdf:PDF} +} + +@ARTICLE{Messina:2006zz, + author = {Messina, Andrea}, + title = {{Measurement of the W + Jet Cross Section at CDF}}, + journal = {Braz. \jph{37}{2007}{840-842}}, + eprint = {0708.1380}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0708.1380}, + file = {:Messina2006zz.pdf:PDF}, + archiveprefix = {arXiv}, + collaboration = {CDF}, + primaryclass = {hep-ex} +} + +@ARTICLE{Mrenna:2003if, + author = {Mrenna, Stephen and Richardson, Peter}, + title = {{Matching matrix elements and parton showers with \Herwig and \Pythia}}, + journal = {\jhep{05}{2004}{040}}, + eprint = {hep-ph/0312274}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0312274}, + file = {:Mrenna2003if.pdf:PDF} +} + +@ARTICLE{Mueller:1981ex, + author = {A. H. Mueller}, + title = {{On the multiplicity of hadrons in QCD jets}}, + journal = {\plb{104}{1981}{161-164}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B104,161}, + file = {:Mueller1981ex.pdf:PDF} +} + +@ARTICLE{Monig:2007py, + author = {M{\"o}nig, Klaus and Rosca, Aura}, + title = {{Towards a measurement of the two-photon decay width of the Higgs + boson at a Photon Collider}}, + year = {2007}, + eprint = {0705.1259}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0705.1259}, + file = {:Monig2007py.1259.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph} +} + +@ARTICLE{Nachtmann:1982xr, + author = {Nachtmann, O. and Reiter, A.}, + title = {{A Test for the Gluon Selfcoupling in the Reactions $e^+ e^- \to$ + 4 Jets and $Z^0 \to$ 4 Jets}}, + journal = {\zpc{16}{1982}{45}}, + file = {:Nachtmann1982xr.pdf:PDF}, + doi = {10.1007/BF01573746}, + slaccitation = {%%CITATION = ZEPYA,C16,45;%%} +} + +@ARTICLE{Nagy:2003tz, + author = {Nagy, Zoltan}, + title = {{Next-to-leading order calculation of three-jet observables in hadron-hadron + collisions}}, + journal = {\prd{68}{2003}{094002}}, + eprint = {hep-ph/0307268}, + file = {:Nagy2003tz.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.68.094002}, + slaccitation = {%%CITATION = HEP-PH/0307268;%%} +} + +@ARTICLE{Nagy:2006kb, + author = {Nagy, Zoltan and Soper, Davison E.}, + title = {{A new parton shower algorithm: Shower evolution, matching at leading + and next-to-leading order level}}, + eprint = {hep-ph/0601021}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0601021}, + file = {:Nagy2006kb.pdf:PDF} +} + +@ARTICLE{Nagy:2009re, + author = {Nagy, Zoltan and Soper, Davison E.}, + title = {{Final state dipole showers and the DGLAP equation}}, + year = {2009}, + eprint = {0901.3587}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0901.3587}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0901.3587;%%} +} + +@ARTICLE{Nagy:2008eq, + author = {Nagy, Zoltan and Soper, Davison E.}, + title = {{Parton showers with quantum interference: leading color, with spin}}, + journal = {\jhep{07}{2008}{025}}, + eprint = {0805.0216}, + file = {:Nagy2008eq.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/07/025}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0805.0216;%%} +} + +@ARTICLE{Nagy:2008ns, + author = {Nagy, Zoltan and Soper, Davison E.}, + title = {{Parton showers with quantum interference: leading color, spin averaged}}, + journal = {\jhep{03}{2008}{030}}, + eprint = {0801.1917}, + file = {:Nagy2008ns.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/03/030}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0801.1917;%%} +} + +@ARTICLE{Nagy:2007ty, + author = {Nagy, Zoltan and Soper, Davison E.}, + title = {{Parton showers with quantum interference}}, + journal = {\jhep{09}{2007}{114}}, + eprint = {0706.0017}, + file = {:Nagy2007ty.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2007/09/114}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0706.0017;%%} +} + +@ARTICLE{Nagy:2005aa, + author = {Nagy, Zoltan and Soper, Davison E.}, + title = {{Matching parton showers to NLO computations}}, + journal = {\jhep{10}{2005}{024}}, + eprint = {hep-ph/0503053}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0503053}, + file = {:Nagy2005aa.pdf:PDF} +} + +@ARTICLE{Nanava:2006vv, + author = {Nanava, G. and W{\c a}s, Z.}, + title = {{Scalar QED, NLO and PHOTOS Monte Carlo}}, + journal = {\epjc{51}{2007}{569-583}}, + eprint = {hep-ph/0607019}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0607019}, + file = {:Nanava2006vv.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1140/epjc/s10052-007-0316-5}, + slaccitation = {%%CITATION = HEP-PH/0607019;%%} +} + +@ARTICLE{Nason:2004rx, + author = {Nason, Paolo}, + title = {{A new method for combining NLO QCD with shower Monte Carlo algorithms}}, + journal = {\jhep{11}{2004}{040}}, + eprint = {hep-ph/0409146}, + file = {:Nason2004rx.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2004/11/040}, + slaccitation = {%%CITATION = HEP-PH/0409146;%%} +} + +@ARTICLE{Nason:2006hfa, + author = {Nason, Paolo and Ridolfi, Giovanni}, + title = {{A positive-weight next-to-leading-order Monte Carlo for Z pair hadroproduction}}, + journal = {\jhep{08}{2006}{077}}, + eprint = {hep-ph/0606275}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0606275}, + file = {:Nason2006hfa.pdf:PDF}, + archiveprefix = {arXiv}, + slaccitation = {%%CITATION = HEP-PH/0606275;%%} +} + +@ARTICLE{Neu:2008cr, + author = {Neu, C.}, + title = {{$W^\pm / Z$ + Jets and $W^\pm / Z$ + Heavy Flavor Jets at the Tevatron}}, + year = {2008}, + eprint = {0806.0825}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0806.0825}, + file = {:Neu2008cr.pdf:PDF}, + archiveprefix = {arXiv}, + collaboration = {CDF}, + primaryclass = {hep-ex}, + slaccitation = {%%CITATION = 0806.0825;%%} +} + +@ARTICLE{Neubert:1993mb, + author = {Neubert, Matthias}, + title = {{Heavy-quark symmetry}}, + journal = {\prep{245}{1994}{259-396}}, + eprint = {hep-ph/9306320}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9306320}, + file = {:Neubert1993mb.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9306320;%%} +} + +@ARTICLE{Norrbin:2000uu, + author = {Norrbin, E. and Sj{\"o}strand, T.}, + title = {{QCD radiation off heavy particles}}, + journal = {\npb{603}{2001}{297-342}}, + eprint = {hep-ph/0010012}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0010012}, + file = {:Norrbin2000uu.pdf:PDF} +} + +@ARTICLE{Ohl:1998jn, + author = {Ohl, Thorsten}, + title = {{Vegas revisited: Adaptive Monte Carlo integration beyond factorization}}, + journal = {\cpc{120}{1999}{13-19}}, + eprint = {hep-ph/9806432}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9806432}, + file = {:Ohl1998jn.pdf:PDF} +} + +@ARTICLE{Okun:1956, + author = {L. B. Okun and I. I. Pomeranchuk}, + title = {{Isotopic invariance and cross section of interaction of high energy + pi-mesons and nucleons with nucleons}}, + journal = {\jetp{3}{1956}{307}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SPHJA,18,769}, + perhaps = {103} +} + +@ARTICLE{Orr:1997im, + author = {Orr, Lynne H. and Stirling, W. James}, + title = {{Dijet production at hadron-hadron colliders in the Balitskii-Fadin-Kuraev-Lipatov + approach}}, + journal = {\prd{56}{1997}{5875-5884}}, + eprint = {hep-ph/9706529}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9706529}, + file = {:Orr1997im.pdf:PDF} +} + +@ARTICLE{Ossola:2008xq, + author = {Ossola, Giovanni and Papadopoulos, Costas G. and Pittau, Roberto}, + title = {{On the rational terms of the one-loop amplitudes}}, + journal = {\jhep{05}{2008}{004}}, + eprint = {0802.1876}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0802.1876}, + file = {:Ossola2008xq.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph} +} + +@ARTICLE{Ossola:2006us, + author = {Ossola, Giovanni and Papadopoulos, Costas G. and Pittau, Roberto}, + title = {{Reducing full one-loop amplitudes to scalar integrals at the integrand + level}}, + journal = {\npb{763}{2007}{147-169}}, + eprint = {hep-ph/0609007}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0609007}, + file = {:Ossola2006us.pdf:PDF} +} + +@ARTICLE{Ozeren:2005mp, + author = {Ozeren, K. J. and Stirling, W. J.}, + title = {{MHV techniques for QED processes}}, + journal = {\jhep{11}{2005}{016}}, + eprint = {hep-th/0509063}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0509063}, + file = {:Ozeren2005mp.pdf:PDF} +} + +@ARTICLE{Papadopoulos:2000tt, + author = {Papadopoulos, Costas G.}, + title = {{PHEGAS: A phase-space generator for automatic cross-section computation}}, + journal = {\cpc{137}{2001}{247-254}}, + eprint = {hep-ph/0007335}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0007335}, + file = {:Papadopoulos2000tt.pdf:PDF} +} + +@ARTICLE{Papadopoulos:2005ky, + author = {Papadopoulos, Costas G. and Worek, Malgorzata}, + title = {{Multi-parton cross sections at hadron colliders}}, + journal = {\epjc{50}{2007}{843-856}}, + eprint = {hep-ph/0512150}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0512150}, + file = {:Papadopoulos2005ky.pdf:PDF} +} + +@ARTICLE{Parke:1986gb, + author = {Parke, Stephen J. and Taylor, T. R.}, + title = {{Amplitude for n-Gluon scattering}}, + journal = {\prl{56}{1986}{2459}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRLTA,56,2459}, + file = {:Parke1986gb.pdf:PDF} +} + +@ARTICLE{Pati:1975ze, + author = {Pati, Jogesh C. and Salam, Abdus}, + title = {{Mirror Fermions, J/psi Particles, Kolar Mine Events and Neutrino + Anomaly}}, + journal = {\plb{58}{1975}{333-337}}, + file = {:Pati1975ze.pdf:PDF}, + doi = {10.1016/0370-2693(75)90667-X}, + slaccitation = {%%CITATION = PHLTA,B58,333;%%} +} + +@ARTICLE{Pfeifenschneider:1999rz, + author = {Pfeifenschneider, P. and others}, + title = {{QCD analyses and determinations of $\alpha_s$ in $e^+$ $e^-$ annihilation + at energies between 35-GeV and 189-GeV}}, + journal = {\epjc{17}{2000}{19-51}}, + eprint = {hep-ex/0001055}, + file = {:Pfeifenschneider1999rz.pdf:PDF}, + archiveprefix = {arXiv}, + collaboration = {JADE and OPAL}, + doi = {10.1007/s100520000432}, + slaccitation = {%%CITATION = HEP-EX/0001055;%%} +} + +@ARTICLE{Pittau:1997mv, + author = {Pittau, R.}, + title = {{A simple method for multi-leg loop calculations 2: a general algorithm}}, + journal = {\cpc{111}{1998}{48-52}}, + eprint = {hep-ph/9712418}, + file = {:Pittau1997mv.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1016/S0010-4655(98)00040-X}, + slaccitation = {%%CITATION = HEP-PH/9712418;%%} +} + +@ARTICLE{Pittau:1996ez, + author = {Pittau, R.}, + title = {{A simple method for multi-leg loop calculations}}, + journal = {\cpc{104}{1997}{23-36}}, + eprint = {hep-ph/9607309}, + file = {:Pittau1996ez.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1016/S0010-4655(97)00065-9}, + slaccitation = {%%CITATION = HEP-PH/9607309;%%} +} + +@ARTICLE{Plehn:2005cq, + author = {Plehn, T. and Rainwater, D. and Skands, P.}, + title = {{Squark and gluino production with jets}}, + journal = {\plb{645}{2007}{217-221}}, + eprint = {hep-ph/0510144}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/05010144}, + file = {:Plehn2005cq.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1016/j.physletb.2006.12.009}, + slaccitation = {%%CITATION = HEP-PH/0510144;%%} +} + +@ARTICLE{Poggio:1977xk, + author = {Poggio, Enrico C. and Pollak, Gregory}, + title = {{Nonleading contributions to the asymptotic behavior of the quark + form-factor}}, + journal = {\plb{71}{1977}{135}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B71,135}, + file = {:Poggio1977xk.pdf:PDF} +} + +@ARTICLE{Pomeranchuk:1958, + author = {I. I. Pomeranchuk}, + title = {{Equality of the nucleon and antinucleon total interaction cross + section at high energies}}, + journal = {\jetp{7}{1958}{}}, + pages = {499} +} + +@ARTICLE{Porod:2003um, + author = {Porod, Werner}, + title = {{SPheno, a program for calculating supersymmetric spectra, SUSY particle + decays and SUSY particle production at $e^+ e^-$ colliders}}, + journal = {\cpc{153}{2003}{275-315}}, + eprint = {hep-ph/0301101}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0301101}, + file = {:Porod2003um.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1016/S0010-4655(03)00222-4}, + slaccitation = {%%CITATION = HEP-PH/0301101;%%} +} + +@ARTICLE{Pukhov:2004ca, + author = {Pukhov, A.}, + title = {{CalcHEP 3.2: MSSM, structure functions, event generation, batchs, + and generation of matrix elements for other packages}}, + year = {2004}, + eprint = {hep-ph/0412191}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0412191}, + file = {:Pukhov2004ca.pdf:PDF}, + archiveprefix = {arXiv}, + slaccitation = {%%CITATION = HEP-PH/0412191;%%} +} + +@ARTICLE{Pumplin:2002vw, + author = {Pumplin, J. and Stump, D. R. and Huston, J. and Lai, H. L. and Nadolsky, + P. and Tung, W. K.}, + title = {{New generation of parton distributions with uncertainties from global + QCD analysis}}, + journal = {\jhep{0207}{2002}{012}}, + eprint = {hep-ph/0201195}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0201195}, + file = {:Pumplin2002vw.pdf:PDF} +} + +@ARTICLE{Potter:1997ii, + author = {P{\"o}tter, B.}, + title = {{Inclusive Single- and Dijet Rates in Next-to-Leading Order QCD for + $\gamma^* p$ and $\gamma^* \gamma$ Collisions}}, + journal = {\epj{ directC1}{1999}{5}}, + eprint = {hep-ph/9707319}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9707319}, + file = {:Potter1997ii.pdf:PDF}, + archiveprefix = {arXiv}, + slaccitation = {%%CITATION = HEP-PH/9707319;%%} +} + +@ARTICLE{Potter:1998jt, + author = {P{\"o}tter, B.}, + title = {{JetViP 1.1: Calculating one jet and two jet cross-sections with + virtual photons in NLO QCD}}, + journal = {\cpc{119}{1999}{45-66}}, + eprint = {hep-ph/9806437}, + url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9806437}, + file = {:Potter1998jt.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1016/S0010-4655(99)00190-3}, + slaccitation = {%%CITATION = HEP-PH/9806437;%%} +} + +@ARTICLE{Regge:1960zc, + author = {Regge, T.}, + title = {{Bound states, shadow states and Mandelstam representation}}, + journal = {\nc{18}{1960}{947-956}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUCIA,18,947}, + file = {:Regge1960zc.pdf:PDF} +} + +@ARTICLE{Regge:1959mz, + author = {Regge, T.}, + title = {{Introduction to complex orbital momenta}}, + journal = {\nc{14}{1959}{951}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUCIA,14,951}, + file = {:Regge1959mz.pdf:PDF} +} + +@ARTICLE{Richardson:2001df, + author = {Richardson, Peter}, + title = {{Spin correlations in Monte Carlo simulations}}, + journal = {\jhep{11}{2001}{029}}, + eprint = {hep-ph/0110108}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0110108}, + file = {:Richardson2001df.pdf:PDF}, + archiveprefix = {arXiv}, + slaccitation = {%%CITATION = HEP-PH/0110108;%%} +} + +@ARTICLE{Richman:1995wm, + author = {Richman, Jeffrey D. and Burchat, Patricia R.}, + title = {{Leptonic and semileptonic decays of charm and bottom hadrons}}, + journal = {\rmp{67}{1995}{893-976}}, + eprint = {hep-ph/9508250}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9508250}, + file = {:Richman1995wm.pdf:PDF}, + slaccitation = {%%CITATION = HEP-PH/9508250;%%} +} + +@ARTICLE{Rodrigo:2003ws, + author = {Rodrigo,~German and Krauss,~Frank}, + title = {{Resummed jet rates for heavy quark production in $e^+e^-$ annihilation}}, + journal = {\epjc{33}{2004}{457-459}}, + eprint = {hep-ph/0309325}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0309325}, + file = {:Rodrigo2003ws.pdf:PDF} +} + +@ARTICLE{Rosiek:1995kg, + author = {Rosiek, Janusz}, + title = {{Complete set of Feynman rules for the MSSM -- ERRATUM}}, + year = {1995}, + eprint = {hep-ph/9511250}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9511250}, + file = {:Rosiek1995kg.pdf:PDF}, + archiveprefix = {arXiv}, + slaccitation = {%%CITATION = HEP-PH/9511250;%%} +} + +@ARTICLE{Rosiek:1989rs, + author = {Rosiek, Janusz}, + title = {{Complete set of Feynman rules for the minimal supersymmetric extension + of the standard model}}, + journal = {\prd{41}{1990}{3464}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D41,3464}, + file = {:Rosiek1989rs.pdf:PDF}, + doi = {10.1103/PhysRevD.41.3464}, + slaccitation = {%%CITATION = PHRVA,D41,3464;%%} +} + +@ARTICLE{Ryskin:1999yq, + author = {Ryskin, M. G. and Shuvaev, A. G. and Shabelski, Yu. M.}, + title = {{Charm Hadroproduction within $k_T$-Factorization Approach}}, + journal = {\pan{64}{2001}{120-131}}, + eprint = {hep-ph/9907507}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9907507}, + file = {:Ryskin1999yq.pdf:PDF} +} + +@ARTICLE{Schoenherr:2008av, + author = {M. Sch\"{o}nherr and F. Krauss}, + title = {Soft photon radiation in particle decays in \Sherpa}, + journal = {\jhep{12}{2008}{018}}, + eprint = {0810.5071}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0810.5071}, + file = {:Schoenherr2008av.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1088/1126-6708/2008/12/018}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0810.5071;%%} +} + +@ARTICLE{Schmidt:1996fg, + author = {Carl R. Schmidt}, + title = {{Monte Carlo Solution to the Balitsky-Fadin-Kuraev-Lipatov Equation + for Resummation in Perturbative QCD}}, + journal = {\prl{78}{1997}{4531-4535}}, + eprint = {hep-ph/9612454}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9612454}, + file = {:Schmidt1996fg.pdf:PDF} +} + +@ARTICLE{Schumann:2007mg, + author = {Schumann, Steffen and Krauss, Frank}, + title = {{A parton shower algorithm based on Catani-Seymour dipole factorisation}}, + journal = {\jhep{03}{2008}{038}}, + eprint = {0709.1027}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0709.1027}, + file = {:Schumann2007mg.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph} +} + +@ARTICLE{Schalicke:2005nv, + author = {Sch{\"a}licke, Andreas and Krauss, Frank}, + title = {{Implementing the ME+PS merging algorithm}}, + journal = {\jhep{07}{2005}{018}}, + eprint = {hep-ph/0503281}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0503281}, + file = {:Schalicke2005nv.pdf:PDF} +} + +@ARTICLE{Scora:1995ty, + author = {Scora, Daryl and Isgur, Nathan}, + title = {{Semileptonic meson decays in the quark model: An update}}, + journal = {\prd{52}{1995}{2783-2812}}, + eprint = {hep-ph/9503486}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9503486}, + file = {:Scora1995ty.pdf:PDF}, + archiveprefix = {arXiv}, + doi = {10.1103/PhysRevD.52.2783}, + slaccitation = {%%CITATION = HEP-PH/9503486;%%} +} + +@ARTICLE{ktclus, + author = {Seymour, Mike H.}, + url = {http://hepwww.rl.ac.uk/theory/seymour/ktclus/} +} + +@ARTICLE{Seymour:1994df, + author = {Seymour, Michael H.}, + title = {{Matrix-element corrections to parton shower algorithms}}, + journal = {\cpc{90}{1995}{95-101}}, + eprint = {hep-ph/9410414}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9410414}, + file = {:Seymour1994df.pdf:PDF} +} + +@ARTICLE{Sjostrand:1995iq, + author = {Sj{\"o}strand, Torbj{\"o}rn}, + title = {{\Pythia 5.7 and \Jetset 7.4 Physics and Manual}}, + year = {1995}, + eprint = {hep-ph/9508391}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9508391}, + file = {:Sjostrand1995iq.pdf:PDF} +} + +@ARTICLE{Sjostrand:1985xi, + author = {Torbj{\"o}rn Sj{\"o}strand}, + title = {{A model for initial state parton showers}}, + journal = {\plb{157}{1985}{321}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B157,321}, + file = {:Sjostrand1985xi.pdf:PDF} +} + +@ARTICLE{Sjostrand:1982fn, + author = {Torbj{\"o}rn Sj{\"o}strand}, + title = {{The Lund Monte Carlo for Jet Fragmentation}}, + journal = {\cpc{27}{1982}{243}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=CPHCB,27,243}, + file = {:Sjostrand1982fn.pdf:PDF} +} + +@ARTICLE{Sjostrand:2003wg, + author = {Torbj{\"o}rn Sj{\"o}strand and Leif L{\"o}nnblad and Stephen Mrenna + and Peter Skands}, + title = {{PYTHIA 6.3 Physics and Manual}}, + eprint = {hep-ph/0308153}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0308153}, + file = {:Sjostrand2003wg.pdf:PDF} +} + +@ARTICLE{Sjostrand:2007gs, + author = {Torbj{\"o}rn Sj{\"o}strand and Mrenna, Stephen and Skands, Peter}, + title = {{A brief introduction to PYTHIA 8.1}}, + journal = {\cpc{178}{2008}{852-867}}, + eprint = {0710.3820}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0710.3820}, + file = {:Sjostrand2007gs.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph} +} + +@ARTICLE{Sjostrand:2006za, + author = {Sj{\"o}strand, Torbj{\"o}rn and Mrenna, Stephen and Skands, Peter}, + title = {{PYTHIA 6.4 physics and manual}}, + journal = {\jhep{05}{2006}{026}}, + eprint = {hep-ph/0603175}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0603175}, + file = {:Sjostrand2006za.pdf:PDF} +} + +@ARTICLE{Sjostrand:2004ef, + author = {Sj{\"o}strand, T. and Skands, P. Z.}, + title = {{Transverse-momentum-ordered showers and interleaved multiple interactions}}, + journal = {\epjc{39}{2005}{129-154}}, + eprint = {hep-ph/0408302}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0408302}, + file = {:Sjostrand2004ef.pdf:PDF} +} + +@ARTICLE{Sjostrand:2004pf, + author = {Torbj{\"o}rn Sj{\"o}strand and Skands, P. Z.}, + title = {{Multiple interactions and the structure of beam remnants}}, + journal = {\jhep{03}{2004}{053}}, + eprint = {hep-ph/0402078}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0402078}, + file = {:Sjostrand2004pf.pdf:PDF} +} + +@ARTICLE{Sjostrand:1987su, + author = {Torbj{\"o}rn Sj{\"o}strand and Maria van Zijl}, + title = {{A multiple-interaction model for the event structure in hadron collisions}}, + journal = {\prd{36}{1987}{2019}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D36,2019}, + file = {:Sjostrand1987su.pdf:PDF} +} + +@ARTICLE{Skands:2003cj, + author = {Skands, P. and others}, + title = {{SUSY Les Houches accord: interfacing SUSY spectrum calculators, + decay packages, and event generators}}, + journal = {\jhep{07}{2004}{036}}, + eprint = {hep-ph/0311123}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0311123}, + file = {:Skands2003cj.pdf:PDF}, + archiveprefix = {arXiv}, + slaccitation = {%%CITATION = HEP-PH/0311123;%%} +} + +@ARTICLE{Smilga:1979uj, + author = {Smilga, Andrei V.}, + title = {{Next-to-leading logarithms in the high-energy asymptotics of the + quark form-factor and the jet cross-section}}, + journal = {\npb{161}{1979}{449-468}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B161,449}, + file = {:Smilga1979uj.pdf:PDF} +} + +@ARTICLE{Snigirev:2003cq, + author = {A. M. Snigirev}, + title = {{QCD status of factorization ansatz for double parton distributions}}, + journal = {\prd{68}{2003}{114012}}, + eprint = {hep-ph/0304172}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0304172}, + file = {:Snigirev2003cq.pdf:PDF} +} + +@ARTICLE{Stelzer:1994ta, + author = {Stelzer, T. and Long, W. F.}, + title = {{Automatic generation of tree level helicity amplitudes}}, + journal = {\cpc{81}{1994}{357-371}}, + eprint = {hep-ph/9401258}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9401258}, + file = {:Stelzer1994ta.pdf:PDF} +} + +@ARTICLE{Sudakov:1954sw, + author = {V. V. Sudakov}, + title = {{Vertex parts at very high-energies in quantum electrodynamics}}, + journal = {\jetp{3}{1956}{65-71}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SPHJA,3,65} +} + +@ARTICLE{Thorne:1999rb, + author = {Thorne, Robert S.}, + title = {{NLO BFKL equation, running coupling, and renormalization scales}}, + journal = {\prd{60}{1999}{054031}}, + eprint = {hep-ph/9901331}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9901331}, + file = {:Thorne1999rb.pdf:PDF} +} + +@ARTICLE{Uhlemann:2008pm, + author = {Uhlemann, C. F. and Kauer, N.}, + title = {{Narrow-width approximation accuracy}}, + year = {2008}, + eprint = {0807.4112}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0807.4112}, + file = {:Uhlemann2008pm.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph}, + slaccitation = {%%CITATION = 0807.4112;%%} +} + +@ARTICLE{Voutilainen:2006qq, + author = {Voutilainen, M.}, + title = {{D0 QCD studies}}, + year = {2006}, + eprint = {hep-ex/0610002}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0610002}, + file = {:Voutilainen2006qq.pdf:PDF}, + archiveprefix = {arXiv}, + slaccitation = {%%CITATION = HEP-EX/0610002;%%} +} + +@BOOK{Waerden:1974qm, + title = {{Group Theory and Quantum Mechanics}}, + publisher = {Springer}, + year = {1974}, + author = {van der Waerden, B. L.}, + pages = {211}, + address = {Berlin, Germany}, + note = {Die Grundlehren der math. Wissenschaften} +} + +@ARTICLE{Watt:2003vf, + author = {Graeme Watt and Alan D. Martin and Ryskin, M. G.}, + title = {{Unintegrated parton distributions and electroweak boson production + at hadron colliders}}, + journal = {\prd{70}{2004}{014012}}, + eprint = {hep-ph/0309096}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0309096}, + file = {:Watt2003vf.pdf:PDF} +} + +@ARTICLE{Watt:2003mx, + author = {Graeme Watt and Alan D. Martin and M. G. Ryskin}, + title = {{Unintegrated parton distributions and inclusive jet production at + HERA}}, + journal = {\epjc{31}{2003}{73-89}}, + eprint = {hep-ph/0306169}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0306169}, + file = {:Watt2003mx.pdf:PDF} +} + +@ARTICLE{Waugh:2006ip, + author = {Waugh, B. M. and others}, + title = {{HZTool and Rivet: Toolkit and framework for the comparison of simulated + final states and data at colliders}}, + year = {2006}, + eprint = {hep-ph/0605034}, + url = {http://projects.hepforge.org/rivet}, + archiveprefix = {arXiv}, + slaccitation = {%%CITATION = HEP-PH/0605034;%%} +} + +@ARTICLE{Webber:1983if, + author = {Brian R. Webber}, + title = {{A QCD model for jet fragmentation including soft gluon interference}}, + journal = {\npb{238}{1984}{492}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B238,492}, + file = {:Webber1983if.pdf:PDF} +} + +@ARTICLE{Weinberg:1978kz, + author = {Weinberg, Steven}, + title = {{Phenomenological Lagrangians}}, + journal = {\phys{A96}{1979}{327}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHYSA,A96,327}, + file = {:Weinberg1978kz.pdf:PDF}, + slaccitation = {%%CITATION = PHYSA,A96,327;%%} +} + +@ARTICLE{Wess:1974tw, + author = {Wess, J. and Zumino, B.}, + title = {{Supergauge transformations in four dimensions}}, + journal = {\npb{70}{1974}{39-50}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B70,39}, + file = {:Wess1974tw.pdf:PDF}, + doi = {10.1016/0550-3213(74)90355-1}, + slaccitation = {%%CITATION = NUPHA,B70,39;%%} +} + +@BOOK{Weyl:1931qm, + title = {{The Theory of Groups and Quantum Mechanics}}, + publisher = {Dover}, + year = {1931}, + author = {Hermann Weyl}, + pages = {422}, + address = {New York, USA} +} + +@ARTICLE{Whalley:2005nh, + author = {Whalley, M. R. and Bourilkov, D. and Group, R. C.}, + title = {{The Les Houches Accord PDFs (LHAPDF) and LHAGLUE}}, + year = {2005}, + eprint = {hep-ph/0508110}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0508110}, + file = {:Whalley2005nh.pdf:PDF}, + archiveprefix = {arXiv}, + slaccitation = {%%CITATION = HEP-PH/0508110;%%} +} + +@ARTICLE{Winter:2007ye, + author = {Winter, Jan-Christopher and Krauss, Frank}, + title = {{Initial-state showering based on colour dipoles connected to incoming + parton lines}}, + journal = {\jhep{07}{2008}{040}}, + eprint = {0712.3913}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0712.3913}, + file = {:Winter2007ye.pdf:PDF}, + archiveprefix = {arXiv}, + primaryclass = {hep-ph} +} + +@ARTICLE{Winter:2003tt, + author = {Jan-Christopher Winter and Frank Krauss and Gerhard Soff}, + title = {{A modified cluster-hadronisation model}}, + journal = {\epjc{36}{2004}{381-395}}, + eprint = {hep-ph/0311085}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0311085}, + file = {:Winter2003tt.pdf:PDF} +} + +@ARTICLE{Witten:2003nn, + author = {Witten, Edward}, + title = {{Perturbative Gauge Theory as a String Theory in Twistor Space}}, + journal = {\cmp{252}{2004}{189-258}}, + eprint = {hep-th/0312171}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0312171}, + file = {:Witten2003nn.pdf:PDF} +} + +@ARTICLE{Wobisch:1998ti, + author = {Wobisch, M.}, + title = {{Progress in the Understanding of Dijet Production in Deep-Inelastic + Scattering}}, + year = {1998}, + eprint = {hep-ph/9806481}, + file = {:Wobisch1998ti.pdf:PDF}, + archiveprefix = {arXiv}, + slaccitation = {%%CITATION = HEP-PH/9806481;%%} +} + +@ARTICLE{Yennie:1961ad, + author = {Yennie, D. R. and Frautschi, Steven C. and Suura, H.}, + title = {{The Infrared Divergence Phenomena and High-Energy Processes}}, + journal = {\ap{13}{1961}{379-452}}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?j=APNYA,13,379}, + file = {:Yennie1961ad.pdf:PDF} +} + +@ARTICLE{ahadicprep, + title = {{in preparation}} +} + +@ARTICLE{CDFZjet, + url = {http://www-cdf.fnal.gov/physics/new/qcd/zjets\_07/public.pdf}, + file = {:CDFZjet.pdf:PDF}, + collaboration = {CDF} +} + +@ARTICLE{DOnote5066, + title = {{Z+jet production in the \DO experiment: A comparison between data + and the PYTHIA and \Sherpa Monte Carlos}}, + note = {{\DO~note~5066}}, + url = {http://www-d0.fnal.gov/Run2Physics/WWW/results/prelim/HIGGS/H15/}, + file = {:DOnote5066.pdf:PDF}, + collaboration = {{\DO}} +} + +@ARTICLE{MC4LHC:2003aa, + title = {{CERN Workshop on Monte Carlo tools for the LHC homepage}}, + url = {http://mlm.home.cern.ch/mlm/mcwshop03/mcwshop.html} +} + +@ARTICLE{ScotGrid:2008aa, + title = {{ScotGrid Scottish Grid service homepage}}, + url = {http://www.scotgrid.ac.uk} +} + +@comment{jabref-meta: protectedFlag:true;} + diff --git a/Draft/bib/journal.bib b/Draft/bib/journal.bib new file mode 100644 index 0000000..13a8f95 --- /dev/null +++ b/Draft/bib/journal.bib @@ -0,0 +1,22652 @@ +% This file was created with JabRef 2.10b2. +% Encoding: ISO8859_1 + + +@Article{d'Enterria:2011jc, + Title = {{The Strong interaction at the collider and cosmic-rays frontiers}}, + Author = {d'Enterria, David and Engel, Ralph and Pierog, Tanguy and Ostapchenko, Sergey and Werner, Klaus}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Eprint = {1106.2453}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1106.2453;%%} +} + +@Article{Zarnecki:2002qr, + Title = {{CompAZ: Parametrization of the luminosity spectra for the photon collider}}, + Author = {{\.Z}arnecki, Aleksander Filip}, + Journal = {Acta Phys. Polon.}, + Year = {2003}, + Pages = {2741-2758}, + Volume = {B34}, + + Eprint = {hep-ex/0207021}, + File = {:Zarnecki2002qr.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0207021} +} + +@Article{abergthesis, + Title = {{Correcting the colour dipole cascade with fixed order matrix elements in deep inelastic scattering}}, + Author = {{\AA}berg, C.}, + Note = {Diploma thesis, Lund preprint LU-TP 04-25}, + + File = {:abergthesis.pdf:PDF}, + Url = {http://particle.thep.lu.se/pub/Preprints/04/lu_tp_04_25_abs.html} +} + +@article{Aad:2013ysa, + author = "Aad, Georges and others", + title = "{Measurement of the production cross section of jets in + association with a Z boson in pp collisions at $\sqrt{s}$ + = 7 TeV with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "JHEP", + volume = "1307", + pages = "032", + doi = "10.1007/JHEP07(2013)032", + year = "2013", + eprint = "1304.7098", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2013-023", + SLACcitation = "%%CITATION = ARXIV:1304.7098;%%", +} + +@article{Aad:2014dvb, + author = "Aad, Georges and others", + title = "{Measurement of differential production cross-sections + for a $Z$ boson in association with $b$-jets in 7 TeV + proton-proton collisions with the ATLAS detector}", + collaboration = "ATLAS Collaboration", + journal = "JHEP", + volume = "1410", + pages = "141", + doi = "10.1007/JHEP10(2014)141", + year = "2014", + eprint = "1407.3643", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CERN-PH-EP-2014-118", + SLACcitation = "%%CITATION = ARXIV:1407.3643;%%", +} + +@Article{Aad:2014pua, + Title = {{Measurements of jet vetoes and azimuthal decorrelations in dijet events produced in $pp$ collisions at $\sqrt{s}$ = 7 TeV using the ATLAS detector}}, + Author = {Aad, Georges and others}, + Journal = {Eur.Phys.J.}, + Year = {2014}, + Number = {11}, + Pages = {3117}, + Volume = {C74}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Doi = {10.1140/epjc/s10052-014-3117-7}, + Eprint = {1407.5756}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2014-132}, + Slaccitation = {%%CITATION = ARXIV:1407.5756;%%} +} + +@Article{Aad:2012hg, + Title = {{Measurements of top quark pair relative differential cross-sections with ATLAS in $pp$ collisions at $\sqrt{s}=7$ TeV}}, + Author = {Aad, Georges and others}, + Journal = {Eur.Phys.J.}, + Year = {2013}, + Pages = {2261}, + Volume = {C73}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Doi = {10.1140/epjc/s10052-012-2261-1}, + Eprint = {1207.5644}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2012-165}, + Slaccitation = {%%CITATION = ARXIV:1207.5644;%%} +} + +@Article{Aad:2013iua, + Title = {{Measurement of the high-mass Drell--Yan differential cross-section in pp collisions at $\sqrt{s}$=7 TeV with the ATLAS detector}}, + Author = {Aad, Georges and others}, + Journal = {Phys.Lett.}, + Year = {2013}, + Pages = {223-242}, + Volume = {B725}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Doi = {10.1016/j.physletb.2013.07.049}, + Eprint = {1305.4192}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2013-064}, + Slaccitation = {%%CITATION = ARXIV:1305.4192;%%} +} + +@Article{Aad:2013ysa, + Title = {{Measurement of the production cross section of jets in association with a Z boson in pp collisions at sqrt(s) = 7 TeV with the ATLAS detector}}, + Author = {Aad, Georges and others}, + Year = {2013}, + + Archiveprefix = {arXiv}, + Collaboration = { ATLAS Collaboration}, + Eprint = {1304.7098}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2013-023}, + Slaccitation = {%%CITATION = ARXIV:1304.7098;%%}, + Url = {http://inspirehep.net/record/1230812} +} + +@Article{ATLAS:2012mec, + Title = {{Measurement of $W^+W^-$ production in $pp$ collisions at $\sqrt{s}=7$ TeV with the ATLAS detector and limits on anomalous $WWZ$ and $WW\gamma$ couplings}}, + Author = {Aad, Georges and others}, + Journal = {Phys.Rev.}, + Year = {2013}, + Pages = {112001}, + Volume = {D87}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Doi = {10.1103/PhysRevD.87.112001}, + Eprint = {1210.2979}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2012-242}, + Slaccitation = {%%CITATION = ARXIV:1210.2979;%%} +} + +@Article{:2012gk, + Title = {{Observation of a new particle in the search for the Standard Model Higgs boson with the ATLAS detector at the LHC}}, + Author = {Aad, Georges and others}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Eprint = {1207.7214}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2012-218}, + Slaccitation = {%%CITATION = ARXIV:1207.7214;%%}, + Url = {http://inspirehep.net/record/1124337} +} + +@Article{Aad:2011fc, + Title = {{Measurement of inclusive jet and dijet production in pp collisions at sqrt(s) = 7 TeV using the ATLAS detector}}, + Author = {Aad, Georges and others}, + Journal = {Phys. Rev.}, + Year = {2012}, + Pages = {014022}, + Volume = {D86}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Eprint = {1112.6297}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2011-192, FERMILAB-PUB-11-803-E}, + Slaccitation = {%%CITATION = ARXIV:1112.6297;%%}, + Url = {http://inspirehep.net/record/1082936} +} + +@Article{Aad:2011fp, + Title = {{Measurement of the Transverse Momentum Distribution of W Bosons in pp Collisions at sqrt(s) = 7 TeV with the ATLAS Detector}}, + Author = {Aad, Georges and others}, + Journal = {Phys.Rev.}, + Year = {2012}, + Pages = {012005}, + Volume = {D85}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Doi = {10.1103/PhysRevD.85.012005}, + Eprint = {1108.6308}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2011-134}, + Slaccitation = {%%CITATION = ARXIV:1108.6308;%%}, + Url = {http://inspirehep.net/record/925932} +} + +@Article{Aad:2011qv, + Title = {{Measurement of the production cross section for Z/gamma* in association with jets in $pp$ collisions at $\sqrt{s}=7$ TeV with the ATLAS detector}}, + Author = {Aad, Georges and others}, + Journal = {Phys.Rev.}, + Year = {2012}, + Pages = {032009}, + Volume = {D85}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS}, + Doi = {10.1103/PhysRevD.85.032009}, + Eprint = {1111.2690}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2011-162}, + Slaccitation = {%%CITATION = ARXIV:1111.2690;%%}, + Url = {http://inspirehep.net/record/945498} +} + +@Article{Aad:2011xj, + Title = {{Measurement of the ZZ production cross section and limits on anomalous neutral triple gauge couplings in proton-proton collisions at sqrt(s) = 7 TeV with the ATLAS detector}}, + Author = {Aad, Georges and others}, + Journal = {Phys.Rev.Lett.}, + Year = {2012}, + Pages = {041804}, + Volume = {108}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Doi = {10.1103/PhysRevLett.108.041804}, + Eprint = {1110.5016}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2011-166}, + Slaccitation = {%%CITATION = ARXIV:1110.5016;%%}, + Url = {http://inspirehep.net/record/941539} +} + +@Article{Aad:2012aa, + Title = {{Measurement of isolated-photon pair production in pp collisions at sqrt(s) = 7 TeV with the ATLAS detector}}, + Author = {Aad, Georges and others}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Collaboration = { ATLAS Collaboration}, + Eprint = {1211.1913}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2012-300}, + Slaccitation = {%%CITATION = ARXIV:1211.1913;%%}, + Url = {http://inspirehep.net/record/1199269} +} + +@Article{Aad:2012en, + Title = {{Study of jets produced in association with a W boson in $pp$ collisions at $\sqrt{s} = 7$ TeV with the ATLAS detector}}, + Author = {Aad, Georges and others}, + Journal = {Phys.Rev.}, + Year = {2012}, + Pages = {092002}, + Volume = {D85}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Doi = {10.1103/PhysRevD.85.092002}, + Eprint = {1201.1276}, + File = {:Aad2012en.pdf:PDF}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2011-218, FERMILAB-PUB-11-787-E}, + Slaccitation = {%%CITATION = 1201.1276;%%}, + Url = {http://inspirehep.net/record/1083318} +} + +@Article{Aad:2012nn, + Title = {{Measurement of the polarisation of W bosons produced with large transverse momentum in pp collisions at sqrt(s) = 7 TeV with the ATLAS experiment}}, + Author = {Aad, Georges and others}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Eprint = {1203.2165}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2012-016}, + Slaccitation = {%%CITATION = ARXIV:1203.2165;%%}, + Url = {http://inspirehep.net/record/1093486} +} + +@Article{Aad:2012np, + Title = {{Measurement of event shapes at large momentum transfer with the ATLAS detector in $pp$ collisions at $\sqrt{s}=7$ TeV}}, + Author = {Aad, Georges and others}, + Journal = {Eur.Phys.J.}, + Year = {2012}, + Pages = {2211}, + Volume = {C72}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Doi = {10.1140/epjc/s10052-012-2211-y}, + Eprint = {1206.2135}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2012-119}, + Slaccitation = {%%CITATION = ARXIV:1206.2135;%%} +} + +@Article{Aad:2012pw, + Title = {{Rapidity gap cross sections measured with the ATLAS detector in $pp$ collisions at $\sqrt{s}=7$ TeV}}, + Author = {Aad, Georges and others}, + Journal = {Eur.Phys.J.}, + Year = {2012}, + Pages = {1926}, + Volume = {C72}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Doi = {10.1140/epjc/s10052-012-1926-0}, + Eprint = {1201.2808}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2011-220}, + Slaccitation = {%%CITATION = ARXIV:1201.2808;%%} +} + +@Article{Aad:2012tfa, + Title = {{Observation of a new particle in the search for the Standard Model Higgs boson with the ATLAS detector at the LHC}}, + Author = {Aad, Georges and others}, + Journal = {Phys.Lett.}, + Year = {2012}, + Pages = {1-29}, + Volume = {B716}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Doi = {10.1016/j.physletb.2012.08.020}, + Eprint = {1207.7214}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2012-218}, + Slaccitation = {%%CITATION = ARXIV:1207.7214;%%} +} + +@Article{Aad:2012uub, + Title = {{Search for the Standard Model Higgs boson in the $H \to$ WW(*) $\to \ell \nu \ell \nu$ decay mode with 4.7 /fb of ATLAS data at $\sqrt{s}=7$ TeV}}, + Author = {Aad, Georges and others}, + Journal = {Phys.Lett.}, + Year = {2012}, + Pages = {62-81}, + Volume = {B716}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Doi = {10.1016/j.physletb.2012.08.010}, + Eprint = {1206.0756}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2012-126}, + Slaccitation = {%%CITATION = ARXIV:1206.0756;%%} +} + +@Article{ATLAS:2011ad, + Title = {{Search for supersymmetry in final states with jets, missing transverse momentum and one isolated lepton in sqrt{s} = 7 TeV pp collisions using 1 $fb^{-1}$ of ATLAS data}}, + Author = {Aad, Georges and others}, + Journal = {Phys.Rev.}, + Year = {2012}, + Pages = {012006}, + Volume = {D85}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Eprint = {1109.6606}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2011-153}, + Slaccitation = {%%CITATION = ARXIV:1109.6606;%%}, + Url = {http://inspirehep.net/record/930005} +} + +@Article{ATLAS:2012al, + Title = {{Measurement of $t \bar{t}$ production with a veto on additional central jet activity in pp collisions at sqrt(s) = 7 TeV using the ATLAS detector}}, + Author = {Aad, Georges and others}, + Journal = {Eur.Phys.J.}, + Year = {2012}, + Pages = {2043}, + Volume = {C72}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Doi = {10.1140/epjc/s10052-012-2043-9}, + Eprint = {1203.5015}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2012-062}, + Slaccitation = {%%CITATION = ARXIV:1203.5015;%%} +} + +@Article{ATLAS:2012an, + Title = {{Measurement of the charge asymmetry in top quark pair production in $pp$\/ collisions at $\sqrt{s}$ = 7 TeV using the ATLAS detector}}, + Author = {Aad, Georges and others}, + Journal = {Eur.Phys.J.}, + Year = {2012}, + Pages = {2039}, + Volume = {C72}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS}, + Doi = {10.1140/epjc/s10052-012-2039-5}, + Eprint = {1203.4211}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2012-015}, + Slaccitation = {%%CITATION = ARXIV:1203.4211;%%} +} + +@Article{ATLAS:2012au, + Title = {{Measurement of the polarisation of W bosons produced with large transverse momentum in pp collisions at sqrt(s) = 7 TeV with the ATLAS experiment}}, + Author = {Aad, Georges and others}, + Journal = {Eur.Phys.J.}, + Year = {2012}, + Pages = {2001}, + Volume = {C72}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Eprint = {1203.2165}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2012-016}, + Slaccitation = {%%CITATION = ARXIV:1203.2165;%%}, + Url = {http://inspirehep.net/record/1093486} +} + +@Article{:2010wv, + Title = {{Measurement of inclusive jet and dijet cross sections in proton-proton collisions at 7 TeV centre-of-mass energy with the ATLAS detector}}, + Author = {Aad, Georges and others}, + Journal = {Eur. Phys. J.}, + Year = {2011}, + Pages = {1512}, + Volume = {C71}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS}, + Doi = {10.1140/epjc/s10052-010-1512-2}, + Eprint = {1009.5908}, + File = {:Aad2010wv.pdf:PDF}, + Primaryclass = {hep-ex}, + Url = {http://inspirebeta.net/record/871366} +} + +@Article{Aad:2010ab, + Title = {{Measurement of the production cross section for $W^-$ bosons in association with jets in $pp$ collisions at $\sqrt{s}=7$ TeV with the ATLAS detector}}, + Author = {Aad, Georges and others}, + Journal = {Phys.Lett.}, + Year = {2011}, + Pages = {325-345}, + Volume = {B698}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Doi = {10.1016/j.physletb.2011.03.012}, + Eprint = {1012.5382}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2010-081}, + Slaccitation = {%%CITATION = ARXIV:1012.5382;%%} +} + +@Article{Aad:2010ac, + Title = {{Charged-particle multiplicities in pp interactions measured with the ATLAS detector at the LHC}}, + Author = {Aad, G. and others}, + Journal = {New J.Phys.}, + Year = {2011}, + Pages = {053033}, + Volume = {13}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Doi = {10.1088/1367-2630/13/5/053033}, + Eprint = {1012.5104}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = ARXIV:1012.5104;%%} +} + +@Article{Aad:2010fh, + Title = {{Measurement of underlying event characteristics using charged particles in pp collisions at $\sqrt{s} = 900 GeV$ and 7 TeV with the ATLAS detector}}, + Author = {Aad, Georges and others}, + Journal = {Phys.Rev.}, + Year = {2011}, + Pages = {112001}, + Volume = {D83}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Doi = {10.1103/PhysRevD.83.112001}, + Eprint = {1012.0791}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2010-063}, + Slaccitation = {%%CITATION = ARXIV:1012.0791;%%} +} + +@Article{Aad:2010pg, + Title = {{Measurement of the production cross section for W-bosons in association with jets in pp collisions at $\sqrt{s}$ = 7 TeV with the ATLAS detector}}, + Author = {Aad, Georges and others}, + Journal = {Phys. Lett.}, + Year = {2011}, + Pages = {325-345}, + Volume = {B698}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS}, + Doi = {10.1016/j.physletb.2011.03.012}, + Eprint = {1012.5382}, + Primaryclass = {hep-ex} +} + +@Article{Aad:2010sp, + Title = {{Measurement of the inclusive isolated prompt photon cross section in $pp$ collisions at $\sqrt{s}$=7 TeV with the ATLAS detector}}, + Author = {Aad, Georges and others}, + Journal = {Phys. Rev.}, + Year = {2011}, + Pages = {052005}, + Volume = {D83}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS}, + Doi = {10.1103/PhysRevD.83.052005}, + Eprint = {1012.4389}, + File = {:Aad2010sp.pdf:PDF}, + Primaryclass = {hep-ex} +} + +@Article{Aad:2011cwa, + Title = {{Searches for supersymmetry with the ATLAS detector using final states with two leptons and missing transverse momentum in sqrt{s} = 7 TeV proton-proton collisions}}, + Author = {Aad, Georges and others}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Eprint = {1110.6189}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2011-165}, + Slaccitation = {%%CITATION = ARXIV:1110.6189;%%}, + Url = {http://inspirehep.net/record/943401} +} + +@Article{Aad:2011eu, + Title = {{Measurement of the Inelastic Proton-Proton Cross-Section at $\sqrt{s}=7$ TeV with the ATLAS Detector}}, + Author = {Aad, Georges and others}, + Journal = {Nature Commun.}, + Year = {2011}, + Pages = {463}, + Volume = {2}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Eprint = {1104.0326}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2011-047}, + Slaccitation = {%%CITATION = ARXIV:1104.0326;%%} +} + +@Article{Aad:2011gj, + Title = {{Measurement of the transverse momentum distribution of Z/gamma* bosons in proton-proton collisions at $\sqrt{s}=7$ TeV with the ATLAS detector}}, + Author = {Aad, Georges and others}, + Journal = {Phys.Lett.}, + Year = {2011}, + Pages = {415-434}, + Volume = {B705}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Doi = {10.1016/j.physletb.2011.10.018}, + Eprint = {1107.2381}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2011-095}, + Slaccitation = {%%CITATION = ARXIV:1107.2381;%%}, + Url = {http://inspirehep.net/record/917931} +} + +@Article{Aad:2011hh, + Title = {{Search for supersymmetry using final states with one lepton, jets, and missing transverse momentum with the ATLAS detector in sqrt{s} = 7 TeV pp}}, + Author = {Aad, Georges and others}, + Journal = {Phys. Rev. Lett.}, + Year = {2011}, + Pages = {131802}, + Volume = {106}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS}, + Eprint = {1102.2357}, + File = {:Aad2011hh.pdf:PDF}, + Primaryclass = {hep-ex}, + Url = {http://inspirehep.net/record/889431} +} + +@Article{Aad:2011ib, + Title = {{Search for squarks and gluinos using final states with jets and missing transverse momentum with the ATLAS detector in sqrt(s) = 7 TeV proton-proton collisions}}, + Author = {Aad, Georges and others}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Eprint = {1109.6572}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2011-145}, + Slaccitation = {%%CITATION = ARXIV:1109.6572;%%}, + Url = {http://inspirehep.net/record/930002} +} + +@Article{Aad:2011jz, + Title = {{Measurement of dijet production with a veto on additional central jet activity in pp collisions at $\sqrt{s}$=7 TeV using the ATLAS detector}}, + Author = {Aad, G. and others}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS}, + Eprint = {1107.1641}, + Primaryclass = {hep-ex}, + Url = {http://inspirebeta.net/record/917526} +} + +@Article{Aad:2011kq, + Title = {{Study of Jet Shapes in Inclusive Jet Production in $pp$ Collisions at $\sqrt{s}$=7 TeV using the ATLAS Detector}}, + Author = {Aad, Georges and others}, + Journal = {Phys. Rev.}, + Year = {2011}, + Pages = {052003}, + Volume = {D83}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS}, + Doi = {10.1103/PhysRevD.83.052003}, + Eprint = {1101.0070}, + File = {:Aad2011kq.pdf:PDF}, + Primaryclass = {hep-ex} +} + +@Article{Aad:2011mh, + Title = {{Measurement of the isolated di-photon cross-section in pp collisions at sqrt(s) = 7 TeV with the ATLAS detector}}, + Author = {Aad, Georges and others}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Eprint = {1107.0581}, + Primaryclass = {hep-ex}, + Url = {http://inspirehep.net/record/916832} +} + +@Article{Aad:2011qa, + Title = {{Search for new phenomena in final states with large jet multiplicities and missing transverse momentum using $\sqrt{s}$=7 TeV pp collisions with the ATLAS detector}}, + Author = {Aad, Georges and others}, + Journal = {JHEP}, + Year = {2011}, + Pages = {099}, + Volume = {11}, + + Archiveprefix = {arXiv}, + Collaboration = {Atlas Collaboration}, + Doi = {10.1007/JHEP11(2011)099}, + Eprint = {1110.2299}, + File = {:Aad2011qa.pdf:PDF}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2011-155}, + Slaccitation = {%%CITATION = ARXIV:1110.2299;%%}, + Url = {http://inspirehep.net/record/939504} +} + +@Article{Aad:2011tc, + Title = {{Measurement of Wgamma and Zgamma production in proton-proton collisions at $\sqrt{s}$=7 TeV with the ATLAS Detector}}, + Author = {Aad, Georges and others}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS}, + Eprint = {1106.1592}, + Primaryclass = {hep-ex}, + Url = {http://inspirehep.net/record/913039} +} + +@Article{Aad:2011tqa, + Title = {{Measurement of multi-jet cross sections in proton-proton collisions at a 7 TeV center-of-mass energy}}, + Author = {Aad, Georges and others}, + Journal = {Eur.Phys.J.}, + Year = {2011}, + Pages = {1763}, + Volume = {C71}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS Collaboration}, + Eprint = {1107.2092}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2011-098}, + Slaccitation = {%%CITATION = ARXIV:1107.2092;%%} +} + +@Article{Aad:2011xn, + Title = {{A measurement of the ratio of the W and Z cross sections with exactly one associated jet in pp collisions at $\sqrt{s}$ = 7 TeV with ATLAS}}, + Author = {Aad, Georges and others}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS}, + Eprint = {1108.4908}, + Primaryclass = {hep-ex}, + Url = {http://inspirehep.net/record/924848} +} + +@Article{Collaboration:2011dm, + Title = {{Measurement of the inclusive W+- and Z/gamma cross sections in the electron and muon decay channels in pp collisions at $\sqrt{s}$ = 7 TeV with the ATLAS detector}}, + Author = {Aad, G. and others}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS}, + Eprint = {1109.5141}, + Primaryclass = {hep-ex}, + Url = {http://inspirebeta.net/record/928289} +} + +@Article{Collaboration:2011gj, + Title = {{Measurement of the transverse momentum distribution of Z/gamma* bosons in proton-proton collisions at $\sqrt{s}$=7 TeV with the ATLAS detector}}, + Author = {Aad, G. and others}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS}, + Eprint = {1107.2381}, + Primaryclass = {hep-ex}, + Url = {http://inspirebeta.net/record/917931} +} + +@Article{Collaboration:2011jn, + Title = {{Measurement of the cross-section for b-jets produced in association with a Z boson at $\sqrt{s}$=7 TeV with the ATLAS detector}}, + Author = {Aad, G. and others}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS}, + Eprint = {1109.1403}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 1109.1403;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1109.1403} +} + +@Article{Collaboration:2011kp, + Title = {{Measurement of the cross section for the production of a W boson in association with b-jets in pp collisions at $\sqrt{s}$ = 7 TeV with the ATLAS detector}}, + Author = {Aad, G. and others}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS}, + Eprint = {1109.1470}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 1109.1470;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1109.1470} +} + +@Article{Collaboration:2011rm, + Title = {{Measurement of the inclusive and dijet cross-sections of b-jets in pp collisions at $\sqrt{s}$ = 7 TeV with the ATLAS detector}}, + Author = {Aad, G. and others}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS}, + Eprint = {1109.6833}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 1109.6833;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?rawcmd=FIND+EPRINT+1109.6833} +} + +@Article{Collaboration:2011tq, + Title = {{Measurement of multi-jet cross sections in proton-proton collisions at a 7 TeV center-of-mass energy}}, + Author = {Aad, G. and others}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS}, + Eprint = {1107.2092}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 1107.2092;%%}, + Url = {http://inspirebeta.net/record/917599} +} + +@Article{Collaboration:2011tw, + Title = {{Measurement of the inclusive isolated prompt photon cross- section in pp collisions at $\sqrt{s}$= 7 TeV using 35 pb-1 of ATLAS data}}, + Author = {Aad, G. and others}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS}, + Eprint = {1108.0253}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 1108.0253;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1108.0253} +} + +@Article{daCosta:2011ni, + Title = {{Measurement of Dijet Azimuthal Decorrelations in $pp$ Collisions at $\sqrt{s}$=7 TeV}}, + Author = {Aad, Georges and others}, + Journal = {Phys. Rev. Lett.}, + Year = {2011}, + Note = {* Temporary entry *}, + Pages = {172002}, + Volume = {106}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS}, + Doi = {10.1103/PhysRevLett.106.172002}, + Eprint = {1102.2696}, + File = {:daCosta2011ni.pdf:PDF}, + Primaryclass = {hep-ex} +} + +@Article{daCosta:2011qk, + Title = {{Search for squarks and gluinos using final states with jets and missing transverse momentum with the ATLAS detector in $\sqrt{s}$ = 7 TeV proton-proton collisions}}, + Author = {Aad, Georges and others}, + Journal = {Phys. Lett.}, + Year = {2011}, + Pages = {186-203}, + Volume = {B701}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS}, + Doi = {10.1016/j.physletb.2011.05.061}, + Eprint = {1102.5290}, + File = {:daCosta2011qk.pdf:PDF}, + Primaryclass = {hep-ex} +} + +@Article{Aad:2009wy, + Title = {{Expected Performance of the ATLAS Experiment - Detector, Trigger and Physics}}, + Author = {Aad, G. and others}, + Year = {2009}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS}, + Eprint = {0901.0512}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0901.0512;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0901.0512} +} + +@Article{Aad:2008zzm, + Title = {{The ATLAS Experiment at the CERN Large Hadron Collider}}, + Author = {Aad, G. and others}, + Journal = {JINST}, + Year = {2008}, + Pages = {S08003}, + Volume = {3}, + + Collaboration = {ATLAS}, + Doi = {10.1088/1748-0221/3/08/S08003}, + File = {:Aad2008zzm.pdf:PDF} +} + +@Article{Aaltonen:2009ty, + Title = {{Measurement of the inclusive isolated prompt photon cross section in $p\bar{p}$ collisions at $\sqrt{s} = 1.96$ TeV using the CDF detector}}, + Author = {Aaltonen, T.}, + Journal = {Phys. Rev.}, + Year = {2009}, + Pages = {111106}, + Volume = {D80}, + + Archiveprefix = {arXiv}, + Collaboration = {CDF}, + Doi = {10.1103/PhysRevD.80.111106}, + Eprint = {0910.3623}, + File = {:Aaltonen2009ty.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0910.3623;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0910.3623} +} + +@Article{Aaltonen:2010zza, + Title = {{Measurement of $d\sigma/dy$ of Drell-Yan $e^+e^-$ pairs in the $Z$ Mass Region from $p\bar{p}$ Collisions at $\sqrt{s}=1.96$ TeV}}, + Author = {Aaltonen, Timo Antero and others}, + Journal = {Phys.Lett.}, + Year = {2010}, + Pages = {232-239}, + Volume = {B692}, + + Archiveprefix = {arXiv}, + Collaboration = {CDF Collaboration}, + Doi = {10.1016/j.physletb.2010.06.043}, + Eprint = {0908.3914}, + File = {:Aaltonen2010zza.pdf:PDF}, + Primaryclass = {hep-ex}, + Url = {http://inspirehep.net/record/856131} +} + +@Article{Aaltonen:2012it, + Title = {{Measurement of the top quark forward-backward production asymmetry and its dependence on event kinematic properties}}, + Author = {Aaltonen, T. and others}, + Journal = {Phys.Rev.}, + Year = {2013}, + Pages = {092002}, + Volume = {D87}, + + Archiveprefix = {arXiv}, + Collaboration = {CDF}, + Doi = {10.1103/PhysRevD.87.092002}, + Eprint = {1211.1003}, + Primaryclass = {hep-ex}, + Reportnumber = {FERMILAB-PUB-12-591-E}, + Slaccitation = {%%CITATION = ARXIV:1211.1003;%%}, + Url = {http://inspirehep.net/record/1198155} +} + +@Article{Aaltonen:2011et, + Title = {{Measurement of Event Shapes in Proton-Antiproton Collisions at Center-of-Mass Energy 1.96 TeV}}, + Author = {Aaltonen, T. and others}, + Journal = {Phys.Rev.}, + Year = {2011}, + Pages = {112007}, + Volume = {D83}, + + Archiveprefix = {arXiv}, + Collaboration = {CDF Collaboration}, + Doi = {10.1103/PhysRevD.83.112007}, + Eprint = {1103.5143}, + Primaryclass = {hep-ex}, + Reportnumber = {FERMILAB-PUB-11-157-E}, + Slaccitation = {%%CITATION = ARXIV:1103.5143;%%} +} + +@Article{Aaltonen:2011kc, + Title = {{Evidence for a Mass Dependent Forward-Backward Asymmetry in Top Quark Pair Production}}, + Author = {Aaltonen, T. and others}, + Journal = {Phys.Rev.}, + Year = {2011}, + Pages = {112003}, + Volume = {D83}, + + Archiveprefix = {arXiv}, + Collaboration = {CDF Collaboration}, + Doi = {10.1103/PhysRevD.83.112003}, + Eprint = {1101.0034}, + Primaryclass = {hep-ex}, + Reportnumber = {FERMILAB-PUB-10-525-E}, + Slaccitation = {%%CITATION = ARXIV:1101.0034;%%}, + Url = {http://inspirehep.net/record/882996} +} + +@Article{Aaltonen:2011mk, + Title = {{Invariant Mass Distribution of Jet Pairs Produced in Association with a W boson in ppbar Collisions at $\sqrt{s}$ = 1.96 TeV}}, + Author = {Aaltonen, T. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {2011}, + Pages = {171801}, + Volume = {106}, + + Archiveprefix = {arXiv}, + Collaboration = {CDF}, + Doi = {10.1103/PhysRevLett.106.171801}, + Eprint = {1104.0699}, + File = {:Aaltonen2011mk.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 1104.0699;%%}, + Url = {http://inspirebeta.net/record/894999} +} + +@Article{Aaltonen:2009ga, + Title = {{Search for a Fermiophobic Higgs Boson Decaying into Diphotons in $p\bar{p}$ Collisions at $\sqrt{s} = 1.96$ TeV}}, + Author = {Aaltonen, T. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {2009}, + Pages = {061803}, + Volume = {103}, + + Archiveprefix = {arXiv}, + Collaboration = {CDF}, + Doi = {10.1103/PhysRevLett.103.061803}, + Eprint = {0905.0413}, + File = {:Aaltonen2009ga.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0905.0413;%%} +} + +@Article{Aaltonen:2009ne, + Title = {{Measurement of particle production and inclusive differential cross sections in $p\bar{p}$ collisions at $\sqrt{s}=1.96$ TeV}}, + Author = {Aaltonen, T. and others}, + Journal = {Phys. Rev.}, + Year = {2009}, + Pages = {112005}, + Volume = {D79}, + + Archiveprefix = {arXiv}, + Collaboration = {CDF}, + Doi = {10.1103/PhysRevD.79.112005}, + Eprint = {0904.1098}, + File = {:Aaltonen2009ne.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0904.1098;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0904.1098} +} + +@Article{:2007cp, + Title = {{Measurement of Inclusive Jet Cross Sections in $Z/\gamma^* (\to ee)+$ jets Production in $p\bar{p}$ Collisions at $\sqrt{s}=1.96$ TeV}}, + Author = {Aaltonen, T. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {2008}, + Pages = {102001}, + Volume = {100}, + + Archiveprefix = {arXiv}, + Collaboration = {CDF}, + Eprint = {0711.3717}, + File = {:Aaltonen2007cp.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0711.3717;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0711.3717} +} + +@Article{Aaltonen:2007ip, + Title = {{Measurement of the cross section for W-boson production in association with jets in $p\bar{p}$ collisions at $\sqrt{s}=1.96$ TeV}}, + Author = {Aaltonen, T. and others}, + Journal = {Phys. Rev.}, + Year = {2008}, + Pages = {011108}, + Volume = {D77}, + + Archiveprefix = {arXiv}, + Collaboration = {CDF}, + Doi = {10.1103/PhysRevD.77.011108}, + Eprint = {0711.4044}, + File = {:Aaltonen2007ip.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0711.4044;%%} +} + +@Article{Aaltonen:2008hc, + Title = {{Forward-Backward Asymmetry in Top Quark Production in $p\bar{p}$ Collisions at $sqrt{s}=1.96$ TeV}}, + Author = {Aaltonen, T. and others}, + Journal = {Phys.Rev.Lett.}, + Year = {2008}, + Pages = {202001}, + Volume = {101}, + + Archiveprefix = {arXiv}, + Collaboration = {CDF Collaboration}, + Doi = {10.1103/PhysRevLett.101.202001}, + Eprint = {0806.2472}, + Primaryclass = {hep-ex}, + Reportnumber = {FERMILAB-PUB-08-171-E}, + Slaccitation = {%%CITATION = ARXIV:0806.2472;%%}, + Url = {http://inspirehep.net/record/788356} +} + +@Article{Aaron:2011ef, + Title = {{Measurement of the Azimuthal Correlation between the most Forward Jet and the Scattered Positron in Deep-Inelastic Scattering at HERA}}, + Author = {Aaron, F.D. and others}, + Year = {2011}, + Note = {DESY-11-183}, + + Archiveprefix = {arXiv}, + Collaboration = {H1 Collaboration}, + Eprint = {1111.4227}, + File = {:Aaron2011ef.pdf:PDF}, + Primaryclass = {hep-ex}, + Url = {http://inspirehep.net/record/946655} +} + +@Article{Aaron:2010uj, + Title = {{Prompt photons in photoproduction at HERA}}, + Author = {Aaron, F. D. and others}, + Journal = {Eur. Phys. J.}, + Year = {2010}, + Note = {DESY-09-135}, + Pages = {17-33}, + Volume = {C66}, + + Archiveprefix = {arXiv}, + Collaboration = {H1}, + Doi = {10.1140/epjc/s10052-010-1240-7}, + Eprint = {0910.5631}, + File = {:Aaron2010uj.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0910.5631;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0910.5631} +} + +@Article{Aaron:2009vs, + Title = {{Jet production in $ep$ collisions at high $Q^2$ and determination of $\alpha_s$}}, + Author = {Aaron, F. D. and others}, + Journal = {Eur. Phys. J.}, + Year = {2009}, + Note = {DESY-09-032}, + Pages = {363-383}, + Volume = {C65}, + + Archiveprefix = {arXiv}, + Collaboration = {H1}, + Doi = {10.1140/epjc/s10052-009-1208-7}, + Eprint = {0904.3870}, + File = {:Aaron2009vs.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0904.3870;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0904.3870} +} + +@Article{Aaron:2007xx, + Title = {{Three- and four-jet production at low $x$ at HERA}}, + Author = {Aaron, F. D. and others}, + Journal = {Eur. Phys. J.}, + Year = {2008}, + Note = {DESY-07-200}, + Pages = {389-409}, + Volume = {C54}, + + Archiveprefix = {arXiv}, + Collaboration = {H1}, + Doi = {10.1140/epjc/s10052-008-0544-3}, + Eprint = {0711.2606}, + File = {:Aaron2007xx.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0711.2606;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0711.2606} +} + +@Article{Abachi:1995zv, + Title = {{Studies of topological distributions of the three- and four-jet events in $\bar{p}p$ collisions at $\sqrt{s}=1800$ GeV with the D\O\ detector}}, + Author = {Abachi, S. and others}, + Journal = {Phys. Rev.}, + Year = {1996}, + Pages = {6000-6016}, + Volume = {D53}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\}, + Doi = {10.1103/PhysRevD.53.6000}, + Eprint = {hep-ex/9509005}, + File = {:Abachi1995zv.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/9509005;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9509005} +} + +@Article{Abachi:1996et, + Title = {{Azimuthal Decorrelation of Jets Widely Separated in Rapidity}}, + Author = {Abachi, S. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {1996}, + Pages = {595-600}, + Volume = {77}, + + Collaboration = {D\O\}, + Eprint = {hep-ex/9603010}, + File = {:Abachi1996et.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9603010} +} + +@Article{Abachi:1995jf, + Title = {{Study of the Strong Coupling Constant Using W + Jet Processes}}, + Author = {Abachi, S. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {1995}, + Pages = {3226-3231}, + Volume = {75}, + + Collaboration = {D\O\}, + File = {:Abachi1995jf.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRLTA,75,3226} +} + +@Article{Abazov:2008yg, + Title = {{Evidence of $WW+WZ$ Production with lepton + jets Final States in $p\bar{p}$ Collisions at $\sqrt{s}$ =1.96 TeV}}, + Author = {Abazov, : V. M.}, + Journal = {Phys. Rev. Lett.}, + Year = {2009}, + Pages = {161801}, + Volume = {102}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\}, + Doi = {10.1103/PhysRevLett.102.161801}, + Eprint = {0810.3873}, + File = {:Abazov2008yg.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0810.3873;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0810.3873} +} + +@Article{:2011rf, + Title = {{Measurements of inclusive W+jets production rates as a function of jet transverse momentum in ppbar collisions at sqrt{s}=1.96 TeV}}, + Author = {Abazov, V. and others}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\}, + Eprint = {1106.1457}, + Primaryclass = {hep-ex}, + Url = {http://inspirebeta.net/record/913084} +} + +@Article{Abazov:2011rd, + Title = {{Azimuthal decorrelations and multiple parton interactions in photon+2 jet and photon+3 jet events in ppbar collisions at $\sqrt{s}$=1.96 TeV}}, + Author = {Abazov, V. and others}, + Journal = {Phys. Rev.}, + Year = {2011}, + Pages = {052008}, + Volume = {D83}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\}, + Doi = {10.1103/PhysRevD.83.052008}, + Eprint = {1101.1509}, + File = {:Abazov2011rd.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 1101.1509;%%}, + Url = {http://inspirebeta.net/record/883664} +} + +@Article{Abazov:2010ah, + Title = {{Measurement of direct photon pair production cross sections in $p\bar{p}$ collisions at $\sqrt{s}=1.96$ TeV}}, + Author = {Abazov, V. and others}, + Journal = {Phys. Lett.}, + Year = {2010}, + Pages = {108-117}, + Volume = {B690}, + + Archiveprefix = {arXiv}, + Collaboration = {{D\O\}}, + Doi = {10.1016/j.physletb.2010.05.017}, + Eprint = {1002.4917}, + File = {:Abazov2010ah.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 1002.4917;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1002.4917} +} + +@Article{Abazov:2009av, + Title = {{Measurements of differential cross sections of $Z/\gamma^*+$jets$+X$ events in proton anti-proton collisions at $\sqrt{s} = 1.96$~TeV}}, + Author = {Abazov, V.M. and others}, + Journal = {Phys. Lett.}, + Year = {2009}, + Pages = {45-54}, + Volume = {B678}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\}, + Doi = {10.1016/j.physletb.2009.05.058}, + Eprint = {0903.1748}, + File = {:Abazov2009av.pdf:PDF}, + Primaryclass = {hep-ex} +} + +@Article{Abazov:2009nc, + Title = {{Determination of the strong coupling constant from the inclusive jet cross section in $p\bar{p}$ collisions at sqrt(s)=1.96 TeV}}, + Author = {Abazov, V.M. and others}, + Journal = {Phys.Rev.}, + Year = {2009}, + Pages = {111107}, + Volume = {D80}, + + Archiveprefix = {arXiv}, + Collaboration = {D0 Collaboration}, + Doi = {10.1103/PhysRevD.80.111107}, + Eprint = {0911.2710}, + Primaryclass = {hep-ex}, + Reportnumber = {FERMILAB-PUB-09-558-E}, + Slaccitation = {%%CITATION = ARXIV:0911.2710;%%}, + Url = {http://inspirehep.net/record/836929} +} + +@Article{Abazov:2009tr, + Title = {{Measurement of trilinear gauge boson couplings from $WW + WZ \to l \nu j j$ events in $p \bar{p}$ collisions at $\sqrt{s}$ = 1.96 TeV}}, + Author = {Abazov, V.M. and others}, + Journal = {Phys. Rev.}, + Year = {2009}, + Pages = {053012}, + Volume = {D80}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\}, + Doi = {10.1103/PhysRevD.80.053012}, + Eprint = {0907.4398}, + File = {:Abazov2009tr.pdf:PDF}, + Primaryclass = {hep-ex}, + Url = {http://inspirebeta.net/record/826814} +} + +@Article{:2008vja, + Title = {{First study of the radiation-amplitude zero in $W \gamma$ production and limits on anomalous $W W \gamma$ couplings at $\sqrt{s}$ = 1.96- TeV}}, + Author = {Abazov, V.M. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {2008}, + Pages = {241805}, + Volume = {100}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\}, + Doi = {10.1103/PhysRevLett.100.241805}, + Eprint = {0803.0030}, + File = {:Abazov2008vja.pdf:PDF}, + Primaryclass = {hep-ex}, + Url = {http://inspirehep.net/record/780472} +} + +@Article{Abazov:2007ab, + Title = {{First measurement of the forward-backward charge asymmetry in top quark pair production}}, + Author = {Abazov, V.M. and others}, + Journal = {Phys.Rev.Lett.}, + Year = {2008}, + Pages = {142002}, + Volume = {100}, + + Archiveprefix = {arXiv}, + Collaboration = {D0 Collaboration}, + Doi = {10.1103/PhysRevLett.100.142002}, + Eprint = {0712.0851}, + Primaryclass = {hep-ex}, + Reportnumber = {FERMILAB-PUB-07-645-E}, + Slaccitation = {%%CITATION = ARXIV:0712.0851;%%}, + Url = {http://inspirehep.net/record/769720} +} + +@Article{Abazov:2014cca, + Title = {{Measurement of the forward-backward asymmetry in top quark-antiquark production in ppbar collisions using the lepton+jets channel}}, + Author = {Abazov, Victor Mukhamedovich and others}, + Journal = {Phys.Rev.}, + Year = {2014}, + Pages = {072011}, + Volume = {D90}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\ }, + Doi = {10.1103/PhysRevD.90.072011}, + Eprint = {1405.0421}, + Primaryclass = {hep-ex}, + Reportnumber = {FERMILAB-PUB-14-116-E}, + Slaccitation = {%%CITATION = ARXIV:1405.0421;%%} +} + +@Article{Abazov:2012ea, + Title = {{Measurement of the photon$+b$-jet production differential cross section in $p\bar{p}$ collisions at $\sqrt{s}=1.96~\TeV$}}, + Author = {Abazov, Victor Mukhamedovich and others}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Collaboration = {D0 Collaboration}, + Eprint = {1203.5865}, + Primaryclass = {hep-ex}, + Reportnumber = {FERMILAB-PUB-12-082-E}, + Slaccitation = {%%CITATION = ARXIV:1203.5865;%%}, + Url = {http://inspirehep.net/record/1095100} +} + +@Article{Abazov:2010tm, + Title = {{Determination of the width of the top quark}}, + Author = {Abazov, Victor Mukhamedovich and others}, + Journal = {Phys.Rev.Lett.}, + Year = {2011}, + Pages = {022001}, + Volume = {106}, + + Archiveprefix = {arXiv}, + Collaboration = {D0 Collaboration}, + Doi = {10.1103/PhysRevLett.106.022001}, + Eprint = {1009.5686}, + File = {:Abazov2010tm.pdf:PDF}, + Primaryclass = {hep-ex}, + Reportnumber = {FERMILAB-PUB-10-394-E}, + Slaccitation = {%%CITATION = ARXIV:1009.5686;%%}, + Url = {http://inspirehep.net/record/871446} +} + +@Article{Abazov:2011rq, + Title = {{Forward-backward asymmetry in top quark-antiquark production}}, + Author = {Abazov, Victor Mukhamedovich and others}, + Journal = {Phys.Rev.}, + Year = {2011}, + Pages = {112005}, + Volume = {D84}, + + Archiveprefix = {arXiv}, + Collaboration = {D0 Collaboration}, + Doi = {10.1103/PhysRevD.84.112005}, + Eprint = {1107.4995}, + File = {:Abazov2011rq.pdf:PDF}, + Primaryclass = {hep-ex}, + Reportnumber = {FERMILAB-PUB-11-347-E}, + Slaccitation = {%%CITATION = ARXIV:1107.4995;%%}, + Url = {http://inspirehep.net/record/920184} +} + +@Article{Abazov:2011ub, + Title = {{Measurement of three-jet differential cross sections d sigma-3jet / d M-3jet in p anti-p collisions at $\sqrt{s}$=1.96 TeV}}, + Author = {Abazov, Victor Mukhamedovich and others}, + Journal = {Phys. Lett.}, + Year = {2011}, + Pages = {434-441}, + Volume = {B704}, + + Archiveprefix = {arXiv}, + Collaboration = {D\0\}, + Doi = {10.1016/j.physletb.2011.09.048}, + Eprint = {1104.1986}, + File = {:Abazov2011ub.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 1104.1986;%%}, + Url = {http://inspirebeta.net/record/895662} +} + +@Article{Abazov:2009pp, + Title = {{Measurement of $Z / \gamma^\ast +$jet$+X$ angular distributions in $p \bar{p}$ collisions at $\sqrt{s}=1.96$ TeV}}, + Author = {Abazov, Victor Mukhamedovich and others}, + Journal = {Phys. Lett.}, + Year = {2010}, + Pages = {370-380}, + Volume = {B682}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\}, + Doi = {10.1016/j.physletb.2009.11.012}, + Eprint = {0907.4286}, + File = {:Abazov2009pp.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0907.4286;%%} +} + +@Article{Abazov:2010kn, + Title = {{Measurement of the normalized $Z/\gamma^*\to\mu^+\mu^-$ transverse momentum distribution in $p\bar{p}$ collisions at $\sqrt{s}=1.96$ TeV}}, + Author = {Abazov, Victor Mukhamedovich and others}, + Journal = {Phys. Lett.}, + Year = {2010}, + Pages = {522-530}, + Volume = {B693}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\}, + Doi = {10.1016/j.physletb.2010.09.012}, + Eprint = {1006.0618}, + File = {:Abazov2010kn.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 1006.0618;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1006.0618} +} + +@Article{Abazov:2009kq, + Title = {{Search for Resonant Diphoton Production with the D\O\ Detector}}, + Author = {Abazov, V. M. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {2009}, + Pages = {231801}, + Volume = {102}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\}, + Doi = {10.1103/PhysRevLett.102.231801}, + Eprint = {0901.1887}, + File = {:Abazov2009kq.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0901.1887;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0901.1887} +} + +@Article{Abazov:2006gs, + Title = {{Measurement of the ratios of the $Z/\gamma^* +\ge n$ jet production cross sections to the total inclusive $Z/\gamma^*$ cross section in $p\bar{p}$ collisions at $\sqrt{s}$=1.96 TeV}}, + Author = {Abazov, V. M. and others}, + Journal = {Phys. Lett.}, + Year = {2008}, + Pages = {112-119}, + Volume = {B658}, + + Collaboration = {D\O\}, + Eprint = {hep-ex/0608052}, + File = {:Abazov2006gs.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0608052} +} + +@Article{Abazov:2007nt, + Title = {{Measurement of the shape of the boson transverse momentum distribution in $p\bar p\to Z/\gamma^*\to ee+X$ events produced at $\sqrt{s}=1.96$ TeV}}, + Author = {Abazov, V. M. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {2008}, + Pages = {102002}, + Volume = {100}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\}, + Doi = {10.1103/PhysRevLett.100.102002}, + Eprint = {0712.0803}, + File = {:Abazov2007nt.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0712.0803;%%} +} + +@Article{Abazov:2008er, + Title = {{Measurement of the differential cross section for the production of an isolated photon with associated jet in $p \bar{p}$ collisions at $\sqrt{s}$ = 1.96 TeV}}, + Author = {Abazov, V. M. and others}, + Journal = {Phys. Lett.}, + Year = {2008}, + Pages = {435-445}, + Volume = {B666}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\}, + Doi = {10.1016/j.physletb.2008.06.076}, + Eprint = {0804.1107}, + File = {:Abazov2008er.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0804.1107;%%} +} + +@Article{Abazov:2008ez, + Title = {{Measurement of differential $Z / \gamma^{*}$ + jet + $X$ cross sections in $p \bar{p}$ collisions at $\sqrt{s} = 1.96$~TeV}}, + Author = {Abazov, V. M. and others}, + Journal = {Phys. Lett.}, + Year = {2008}, + Pages = {278-286}, + Volume = {B669}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\}, + Doi = {10.1016/j.physletb.2008.09.060}, + Eprint = {0808.1296}, + File = {:Abazov2008ez.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0808.1296;%%} +} + +@Article{Abazov:2008hua, + Title = {{Measurement of the Inclusive Jet Cross Section in $p \bar{p}$ Collisions at $s^{91/2)}$ =1.96 TeV}}, + Author = {Abazov, V. M. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {2008}, + Pages = {062001}, + Volume = {101}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\}, + Doi = {10.1103/PhysRevLett.101.062001}, + Eprint = {0802.2400}, + File = {:Abazov2008hua.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0802.2400;%%}, + Url = {http://durpdg.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0802.2400} +} + +@Article{Abazov:2008it, + Title = {{Search for Decay of a Fermiophobic Higgs Boson $h_f \to \gamma \gamma$ with the D\O\ Detector at $\sqrt{s}$ = 1.96 TeV}}, + Author = {Abazov, V. M. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {2008}, + Pages = {051801}, + Volume = {101}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\}, + Doi = {10.1103/PhysRevLett.101.051801}, + Eprint = {0803.1514}, + File = {:Abazov2008it.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0803.1514;%%} +} + +@Article{Abazov:2007jy, + Title = {{Measurement of the shape of the boson rapidity distribution for $p \bar{p} \to Z/\gamma^* \to e^{+} e^{-}$ + $X$ events produced at $\sqrt{s}$ of 1.96 TeV}}, + Author = {Abazov, V. M. and others}, + Journal = {Phys. Rev.}, + Year = {2007}, + Pages = {012003}, + Volume = {D76}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\}, + Doi = {10.1103/PhysRevD.76.012003}, + Eprint = {hep-ex/0702025}, + File = {:Abazov2007jy.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0702025;%%} +} + +@Article{Abazov:2005wc, + Title = {{Measurement of the isolated photon cross section in $p \bar{p}$ collisions at $\sqrt{s}$ = 1.96 TeV}}, + Author = {Abazov, V. M. and others}, + Journal = {Phys. Lett.}, + Year = {2006}, + Pages = {151-158}, + Volume = {B639}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\}, + Doi = {10.1016/j.physletb.2006.04.048}, + Eprint = {hep-ex/0511054}, + File = {:Abazov2005wc.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0511054;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0511054} +} + +@Article{Abazov:2004hm, + Title = {{Measurement of Dijet Azimuthal Decorrelations at Central Rapidities in $p\bar{p}$ Collisions at $\sqrt{s} = 1.96$ TeV}}, + Author = {Abazov, V. M. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {2005}, + Pages = {221801}, + Volume = {94}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\}, + Doi = {10.1103/PhysRevLett.94.221801}, + Eprint = {hep-ex/0409040}, + File = {:Abazov2004hm.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0409040;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0409040} +} + +@Article{Abazov:2001hb, + Title = {{The inclusive jet cross-section in $p\bar{p}$ collisions at $\sqrt{s} = 1.8$ TeV using the $k_\perp$ algorithm}}, + Author = {Abazov, V. M. and others}, + Journal = {Phys. Lett.}, + Year = {2002}, + Pages = {211-218}, + Volume = {B525}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\}, + Doi = {10.1016/S0370-2693(01)01441-1}, + Eprint = {hep-ex/0109041}, + File = {:Abazov2001hb.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0109041;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0109041} +} + +@Article{Abbate:2010xh, + Title = {{Thrust at $N^3LL$ with Power Corrections and a Precision Global Fit for alphas(mZ)}}, + Author = {Abbate, Riccardo and Fickinger, Michael and Hoang, Andre H. and Mateu, Vicent and Stewart, Iain W.}, + Journal = {Phys.Rev.}, + Year = {2011}, + Pages = {074021}, + Volume = {D83}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.83.074021}, + Eprint = {1006.3080}, + Primaryclass = {hep-ph}, + Reportnumber = {MIT-CTP-4101, MPP-2010-7}, + Slaccitation = {%%CITATION = ARXIV:1006.3080;%%} +} + +@Article{Abbiendi:2004qz, + Title = {{Measurement of event shape distributions and moments in $e^+ e^- \to$ hadrons at 91-GeV - 209-GeV and a determination of alpha(s)}}, + Author = {Abbiendi, G. and others}, + Journal = {Eur.Phys.J.}, + Year = {2005}, + Pages = {287-316}, + Volume = {C40}, + + Archiveprefix = {arXiv}, + Collaboration = {OPAL Collaboration}, + Doi = {10.1140/epjc/s2005-02120-6}, + Eprint = {hep-ex/0503051}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2004-044}, + Slaccitation = {%%CITATION = HEP-EX/0503051;%%} +} + +@Article{Abbiendi:2001qn, + Title = {{A simultaneous measurement of the QCD colour factors and the strong coupling}}, + Author = {Abbiendi, G. and others}, + Journal = {Eur. Phys. J.}, + Year = {2001}, + Pages = {601-615}, + Volume = {C20}, + + Archiveprefix = {arXiv}, + Collaboration = {OPAL}, + Doi = {10.1007/s100520100699}, + Eprint = {hep-ex/0101044}, + File = {:Abbiendi2001qn.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0101044;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0101044} +} + +@Article{Abbott:2000ew, + Title = {{Inclusive Jet Production in $p\bar{p}$ Collisions}}, + Author = {Abbott, B. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {2001}, + Pages = {1707-1712}, + Volume = {86}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\}, + Doi = {10.1103/PhysRevLett.86.1707}, + Eprint = {hep-ex/0011036}, + File = {:Abbott2000ew.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0011036;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0011036} +} + +@Article{Abbott:2000ua, + Title = {{Ratios of Multijet Cross Sections in $p\bar{p}$ Collisions at $\sqrt{s} = 1.8$ TeV}}, + Author = {Abbott, B. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {2001}, + Pages = {1955-1960}, + Volume = {86}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\}, + Doi = {10.1103/PhysRevLett.86.1955}, + Eprint = {hep-ex/0009012}, + File = {:Abbott2000ua.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0009012;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0009012} +} + +@Article{Abbott:2000xv, + Title = {{Differential cross section for $W$ boson production as a function of transverse momentum in $p\bar{p}$ collisions at $\sqrt{s} = 1.8$ TeV}}, + Author = {Abbott, B. and others}, + Journal = {Phys. Lett.}, + Year = {2001}, + Pages = {292-300}, + Volume = {B513}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\}, + Doi = {10.1016/S0370-2693(01)00628-1}, + Eprint = {hep-ex/0010026}, + File = {:Abbott2000xv.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0010026;%%} +} + +@Article{Abbott:1998wh, + Title = {{The Dijet Mass Spectrum and a Search for Quark Compositeness in $\bar{p}p$ Collisions at $\sqrt{s} = 1.8$ TeV}}, + Author = {Abbott, B. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {1999}, + Pages = {2457-2462}, + Volume = {82}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\}, + Doi = {10.1103/PhysRevLett.82.2457}, + Eprint = {hep-ex/9807014}, + File = {:Abbott1998wh.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/9807014;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9807014} +} + +@Article{Abbott:1998xw, + Title = {{Determination of the absolute jet energy scale in the D\O\ calorimeters}}, + Author = {Abbott, B. and others}, + Journal = {Nucl. Instrum. Meth.}, + Year = {1999}, + Pages = {352-394}, + Volume = {A424}, + + Archiveprefix = {arXiv}, + Collaboration = {D\O\}, + Doi = {10.1016/S0168-9002(98)01368-0}, + Eprint = {hep-ex/9805009}, + File = {:Abbott1998xw.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/9805009;%%} +} + +@Article{:2010tk, + Title = {{Study of the dependence of direct soft photon production on the jet characteristics in hadronic $Z^0$ Decays}}, + Author = {Abdallah, J. and others}, + Journal = {Eur. Phys. J.}, + Year = {2010}, + Pages = {343-366}, + Volume = {C67}, + + Archiveprefix = {arXiv}, + Collaboration = {DELPHI}, + Doi = {10.1140/epjc/s10052-010-1315-5}, + Eprint = {1004.1587}, + File = {:Abdallah2010tk.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 1004.1587;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1004.1587} +} + +@Article{Abdesselam:2010pt, + Title = {{Boosted objects: a probe of beyond the standard model physics}}, + Author = {Abdesselam, A and others}, + Journal = {EPHJA,C71,1661.2011}, + Year = {2011}, + Pages = {1661}, + Volume = {C71}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-011-1661-y}, + Eprint = {1012.5412}, + File = {:Abdesselam2010pt.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/882523} +} + +@Article{Abdullin:1998er, + Title = {{Higgs boson discovery potential of LHC in the channel $p p \to \gamma \gamma + jet$}}, + Author = {Abdullin, S. and others}, + Journal = {Phys. Lett.}, + Year = {1998}, + Pages = {410-419}, + Volume = {B431}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0370-2693(98)00547-4}, + Eprint = {hep-ph/9805341}, + File = {:Abdullin1998er.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9805341;%%} +} + +@Article{Abe:1997bp, + Title = {{Measurement of Double Parton Scattering in $\bar{p}p$ collisions at $\sqrt{s} = 1.8\,\rm TeV$}}, + Author = {Abe, F. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {1997}, + Pages = {584-589}, + Volume = {79}, + + Collaboration = {CDF}, + File = {:Abe1997bp.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRLTA,79,584} +} + +@Article{Abe:1997eva, + Title = {{Properties of Jets in W Boson Events from 1.8 TeV $\bar{p}p$ collisions}}, + Author = {Abe, F. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {1997}, + Pages = {4760-4765}, + Volume = {79}, + + Collaboration = {CDF}, + Eprint = {hep-ex/9709016}, + File = {:Abe1997eva.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9709016} +} + +@Article{Abe:1997xk, + Title = {{Double parton scattering in $\bar{p}p$ collisions at $\sqrt{s} = 1.8\,\rm TeV$}}, + Author = {Abe, F. and others}, + Journal = {Phys. Rev.}, + Year = {1997}, + Pages = {3811-3832}, + Volume = {D56}, + + Collaboration = {CDF}, + File = {:Abe1997xk.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D56,3811} +} + +@Article{Abe:1993xx, + Title = {{Measurement of small angle $\bar{p}p$ elastic scattering at $\sqrt{s} = 546$ GeV and 1800 GeV}}, + Author = {Abe, F. and others}, + Journal = {Phys.Rev.}, + Year = {1994}, + Pages = {5518-5534}, + Volume = {D50}, + + Collaboration = {CDF Collaboration}, + Reportnumber = {FERMILAB-PUB-93-232-E, CDF-PUB-MIN-BIAS-PUBLIC-2049, ANL-HEP-PR-95-13}, + Slaccitation = {%%CITATION = PHRVA,D50,5518;%%} +} + +@Article{Abe:1994nj, + Title = {{Evidence for color coherence in $p\bar{p}$ collisions at $\sqrt{s} = 1.8$ TeV}}, + Author = {Abe, F. and others}, + Journal = {Phys. Rev.}, + Year = {1994}, + Pages = {5562-5579}, + Volume = {D50}, + + Collaboration = {CDF}, + Doi = {10.1103/PhysRevD.50.5562}, + File = {:Abe1994nj.pdf:PDF}, + Slaccitation = {%%CITATION = PHRVA,D50,5562;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D50,5562} +} + +@Article{Abe:1992cy, + Title = {{Measurement of the Cross Section for Production of Two Isolated Prompt Photons in $p\bar{p}$ Collisions at $\sqrt{s} = 1.8$ TeV}}, + Author = {Abe, F. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {1993}, + Pages = {2232-2236}, + Volume = {70}, + + Collaboration = {CDF}, + Doi = {10.1103/PhysRevLett.70.2232}, + File = {:Abe1992cy.pdf:PDF}, + Slaccitation = {%%CITATION = PRLTA,70,2232;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PRLTA,70,2232} +} + +@Article{Abe:1993si, + Title = {{Measurement of Jet Multiplicity in $W$ Events Produced in $p\bar{p}$ Collisions at $\sqrt{s} = 1.8$ Tev}}, + Author = {Abe, F. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {1993}, + Pages = {4042-4046}, + Volume = {70}, + + Collaboration = {CDF}, + File = {:Abe1993si.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRLTA,70,4042} +} + +@Article{Abramovsky:1973fm, + Title = {{Character of inclusive spectra and fluctuations produced in inelastic processes by multi-pomeron exchange}}, + Author = {Abramovsky, V.A. and Gribov, V.N. and Kancheli, O.V.}, + Journal = {Yad.Fiz.}, + Year = {1973}, + Pages = {595-616}, + Volume = {18}, + + Slaccitation = {%%CITATION = YAFIA,18,595;%%} +} + +@Article{Abramowicz:1991yb, + Title = {{Parametrization of parton distributions in the photon}}, + Author = {Abramowicz, H. and Charchula, K. and Levy, A.}, + Journal = {Phys.Lett.}, + Year = {1991}, + Pages = {458-464}, + Volume = {B269}, + + Doi = {10.1016/0370-2693(91)90201-Z}, + Reportnumber = {DESY-91-069}, + Slaccitation = {%%CITATION = PHLTA,B269,458;%%} +} + +@Article{Abramowicz:1997tj, + Title = {{Parton distributions in the photon from gamma* gamma and gamma* p scattering}}, + Author = {Abramowicz, H. and Gurvich, E. and Levy, A.}, + Journal = {Phys.Lett.}, + Year = {1998}, + Pages = {104-108}, + Volume = {B420}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0370-2693(97)01525-6}, + Eprint = {hep-ph/9711355}, + Primaryclass = {hep-ph}, + Reportnumber = {TAUP-2438-97}, + Slaccitation = {%%CITATION = HEP-PH/9711355;%%} +} + +@Article{Abreu:1996na, + Title = {{Tuning and test of fragmentation models based on identified particles and precision event shape data}}, + Author = {Abreu, P. and others}, + Journal = {Z. Phys.}, + Year = {1996}, + Pages = {11-60}, + Volume = {C73}, + + Collaboration = {DELPHI}, + Doi = {10.1007/s002880050295}, + File = {:Abreu1996na.pdf:PDF}, + Slaccitation = {%%CITATION = ZEPYA,C73,11;%%} +} + +@Article{Abreu:1991nt, + Title = {{Study of final state photons in hadronic $Z^0$ decay and limits on new phenomena}}, + Author = {Abreu, P. and others}, + Journal = {Z. Phys.}, + Year = {1992}, + Pages = {555-566}, + Volume = {C53}, + + Collaboration = {DELPHI}, + Doi = {10.1007/BF01559732}, + File = {:Abreu1991nt.pdf:PDF}, + Slaccitation = {%%CITATION = ZEPYA,C53,555;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C53,555} +} + +@Article{Abulencia:2007ez, + Title = {{Measurement of the inclusive jet cross section using the $k_{T}$ algorithm in $p \bar{p}$ collisions at $\sqrt{s}$ = 1.96~TeV with the CDF II detector}}, + Author = {Abulencia, A. and others}, + Journal = {Phys. Rev.}, + Year = {2007}, + Pages = {092006}, + Volume = {D75}, + + Collaboration = {CDF}, + Doi = {10.1103/PhysRevD.75.092006}, + Eprint = {hep-ex/0701051}, + File = {:Abulencia2007ez.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0701051;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0701051} +} + +@Article{Abulencia:2005yg, + Title = {{Measurement of the inclusive jet cross section in $p\bar{p}$ interactions at $\sqrt{s} =$ 1.96-TeV using a cone-based jet algorithm.}}, + Author = {Abulencia, A. and others}, + Journal = {Phys. Rev.}, + Year = {2006}, + Pages = {071103}, + Volume = {D74}, + + Collaboration = {CDF}, + Doi = {10.1103/PhysRevD.74.071103}, + Eprint = {hep-ex/0512020}, + File = {:Abulencia2005yg.pdf:PDF}, + Url = {http://inspirebeta.net/record/699933} +} + +@Article{Ackerstaff:1997nha, + Title = {{Measurement of the quark to photon fragmentation function through the inclusive production of prompt photons in hadronic $Z^0$ decays}}, + Author = {Ackerstaff, K. and others}, + Journal = {Eur. Phys. J.}, + Year = {1998}, + Pages = {39-48}, + Volume = {C2}, + + Archiveprefix = {arXiv}, + Collaboration = {OPAL}, + Doi = {10.1007/s100520050122}, + Eprint = {hep-ex/9708020}, + File = {:Ackerstaff1997nha.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/9708020;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9708020} +} + +@Article{Acosta:2005dn, + Title = {{Measurement of the azimuthal angle distribution of leptons from $W$ boson decays as a function of the $W$ transverse momentum in $p\bar{p}$ collisions at $\sqrt{s}$ = 1.8 TeV}}, + Author = {Acosta, Darin E. and others}, + Journal = {Phys. Rev.}, + Year = {2006}, + Pages = {052002}, + Volume = {D73}, + + Archiveprefix = {arXiv}, + Collaboration = {CDF}, + Doi = {10.1103/PhysRevD.73.052002}, + Eprint = {hep-ex/0504020}, + File = {:Acosta2005dn.pdf:PDF}, + Primaryclass = {hep-ex}, + Url = {http://inspirebeta.net/record/680371} +} + +@Article{Acosta:2004sn, + Title = {{Measurement of the Cross Section for Prompt Diphoton Production in $p\bar{p}$ Collisions at $\sqrt{s} = 1.96$ TeV}}, + Author = {Acosta, Darin E. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {2005}, + Pages = {022003}, + Volume = {95}, + + Archiveprefix = {arXiv}, + Collaboration = {CDF}, + Doi = {10.1103/PhysRevLett.95.022003}, + Eprint = {hep-ex/0412050}, + File = {:Acosta2004sn.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0412050;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0412050} +} + +@Article{Acosta:2004wqa, + Title = {{Underlying event in hard interactions at the Fermilab Tevatron $\bar{p}p$ collider}}, + Author = {Acosta, Darin E. and others}, + Journal = {Phys. Rev.}, + Year = {2004}, + Pages = {072002}, + Volume = {D70}, + + Collaboration = {CDF}, + Eprint = {hep-ex/0404004}, + File = {:Acosta2004wqa.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0404004} +} + +@Article{Acosta:2002ya, + Title = {{Comparison of the isolated direct photon cross sections in $p\bar{p}$ collisions at $\sqrt{s}=$ 1.8 TeV and $\sqrt{s}=$ 0.63 TeV}}, + Author = {Acosta, Darin E. and others}, + Journal = {Phys. Rev.}, + Year = {2002}, + Pages = {112003}, + Volume = {D65}, + + Archiveprefix = {arXiv}, + Collaboration = {CDF}, + Doi = {10.1103/PhysRevD.65.112003}, + Eprint = {hep-ex/0201004}, + File = {:Acosta2002ya.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0201004;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0201004} +} + +@Article{Actis:2008rb, + Title = {{Dominant NNLO corrections to four-fermion production near the W-pair production threshold}}, + Author = {Actis, S. and Beneke, M. and Falgari, P. and Schwinn, C.}, + Journal = {Nucl.Phys.}, + Year = {2009}, + Pages = {1-32}, + Volume = {B807}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nuclphysb.2008.08.006}, + Eprint = {0807.0102}, + Primaryclass = {hep-ph}, + Reportnumber = {PITHA-08-12, SFB-CPP-08-34}, + Slaccitation = {%%CITATION = ARXIV:0807.0102;%%} +} + +@Article{Actis:2012qn, + Title = {{Recursive generation of one-loop amplitudes in the Standard Model}}, + Author = {Actis, S. and Denner, A. and Hofer, L. and Scharf, A. and Uccirati, S.}, + Journal = {JHEP}, + Year = {2013}, + Pages = {037}, + Volume = {1304}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP04(2013)037}, + Eprint = {1211.6316}, + Primaryclass = {hep-ph}, + Reportnumber = {PSI-PR-12-09}, + Slaccitation = {%%CITATION = ARXIV:1211.6316;%%} +} + +@Article{Actis:2008ug, + Title = {{NLO Electroweak Corrections to Higgs Boson Production at Hadron Colliders}}, + Author = {Actis, Stefano and Passarino, Giampiero and Sturm, Christian and Uccirati, Sandro}, + Journal = {Phys.Lett.}, + Year = {2008}, + Pages = {12-17}, + Volume = {B670}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2008.10.018}, + Eprint = {0809.1301}, + Primaryclass = {hep-ph}, + Reportnumber = {PITHA-08-20, SFB-CPP-08-62, TTP08-38}, + Slaccitation = {%%CITATION = ARXIV:0809.1301;%%} +} + +@Article{Acton:1992jk, + Title = {{Studies of strong and electroweak interactions using final state photon emission in hadronic $Z^0$ decays}}, + Author = {Acton, P. D. and others}, + Journal = {Z. Phys.}, + Year = {1993}, + Pages = {405-418}, + Volume = {C58}, + + Collaboration = {OPAL}, + Doi = {10.1007/BF01557697}, + File = {:Acton1992jk.pdf:PDF}, + Slaccitation = {%%CITATION = ZEPYA,C58,405;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C58,405} +} + +@Article{Acton:1991yu, + Title = {{Properties of multihadronic events with a final state photon at $\sqrt{s}=M_{Z^0}$}}, + Author = {Acton, P. D. and others}, + Journal = {Z. Phys.}, + Year = {1992}, + Pages = {193-210}, + Volume = {C54}, + + Collaboration = {OPAL}, + Doi = {10.1007/BF01566648}, + File = {:Acton1991yu.pdf:PDF}, + Slaccitation = {%%CITATION = ZEPYA,C54,193;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C54,193} +} + +@Article{Adam:2008aa, + Title = {{Higgs Working Group Summary Report}}, + Author = {Adam, N.E. and Aziz, T. and Andersen, J.R. and Belyaev, A. and Binoth, T and others}, + Year = {2008}, + Pages = {215-289}, + + Archiveprefix = {arXiv}, + Eprint = {0803.1154}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:0803.1154;%%} +} + +@Article{Adloff:2002ew, + Title = {{Measurement of inclusive jet cross-sections in deep-inelastic $ep$ scattering at HERA}}, + Author = {Adloff, C. and others}, + Journal = {Phys. Lett.}, + Year = {2002}, + Note = {DESY-02-079}, + Pages = {193-206}, + Volume = {B542}, + + Archiveprefix = {arXiv}, + Collaboration = {H1}, + Doi = {10.1016/S0370-2693(02)02375-4}, + Eprint = {hep-ex/0206029}, + File = {:Adloff2002ew.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0206029;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0206029} +} + +@Article{Adloff:2000hm, + Title = {{Dijet production in charged and neutral current $e^+ p$ interactions at high $Q^2$}}, + Author = {Adloff, C. and others}, + Journal = {Eur. Phys. J.}, + Year = {2001}, + Note = {DESY-00-143}, + Pages = {429-440}, + Volume = {C19}, + + Archiveprefix = {arXiv}, + Collaboration = {H1}, + Doi = {10.1007/s100520100622}, + Eprint = {hep-ex/0010016}, + File = {:Adloff2000hm.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0010016;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0010016} +} + +@Article{Adloff:2000qk, + Title = {{Deep-inelastic inclusive $ep$ scattering at low $x$ and a determination of $\alpha_s$}}, + Author = {Adloff, C. and others}, + Journal = {Eur. Phys. J.}, + Year = {2001}, + Pages = {33-61}, + Volume = {C21}, + + Archiveprefix = {arXiv}, + Collaboration = {H1}, + Doi = {10.1007/s100520100720}, + Eprint = {hep-ex/0012053}, + File = {:Adloff2000qk.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0012053;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0012053} +} + +@Article{Adloff:2000tq, + Title = {{Measurement and QCD analysis of jet cross sections in deep-inelastic positron-proton collisions at $\sqrt{s}$ of 300 GeV}}, + Author = {Adloff, C. and others}, + Journal = {Eur. Phys. J.}, + Year = {2001}, + Note = {DESY-00-145}, + Pages = {289-311}, + Volume = {C19}, + + Archiveprefix = {arXiv}, + Collaboration = {H1}, + Doi = {10.1007/s100520100621}, + Eprint = {hep-ex/0010054}, + File = {:Adloff2000tq.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0010054;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0010054} +} + +@Article{Adloff:2001kg, + Title = {{Three-jet production in deep-inelastic scattering at HERA}}, + Author = {Adloff, C. and others}, + Journal = {Phys. Lett.}, + Year = {2001}, + Note = {DESY-01-073}, + Pages = {17-29}, + Volume = {B515}, + + Archiveprefix = {arXiv}, + Collaboration = {H1}, + Doi = {10.1016/S0370-2693(01)00805-X}, + Eprint = {hep-ex/0106078}, + File = {:Adloff2001kg.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0106078;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0106078} +} + +@Article{Adloff:1999ws, + Title = {{Measurements of transverse energy flow in deep-inelastic scattering at HERA}}, + Author = {Adloff, C. and others}, + Journal = {Eur. Phys. J.}, + Year = {2000}, + Note = {DESY-99-091}, + Pages = {595-607}, + Volume = {C12}, + + Archiveprefix = {arXiv}, + Collaboration = {H1}, + Doi = {10.1007/s100520000287}, + Eprint = {hep-ex/9907027}, + File = {:Adloff1999ws.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/9907027;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9907027} +} + +@Article{Adloff:1998fa, + Title = {{Forward jet and particle production at HERA}}, + Author = {Adloff, C. and others}, + Journal = {Nucl. Phys.}, + Year = {1999}, + Note = {DESY-98-143}, + Pages = {3-22}, + Volume = {B538}, + + Archiveprefix = {arXiv}, + Collaboration = {H1}, + Doi = {10.1016/S0550-3213(98)00745-7}, + Eprint = {hep-ex/9809028}, + File = {:Adloff1998fa.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/9809028;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9809028} +} + +@Article{Adloff:1998kh, + Title = {{Multi-jet event rates in deep inelastic scattering and determination of the strong coupling constant}}, + Author = {Adloff, C. and others}, + Journal = {Eur. Phys. J.}, + Year = {1999}, + Note = {DESY-98-087}, + Pages = {575-585}, + Volume = {C6}, + + Archiveprefix = {arXiv}, + Collaboration = {H1}, + Doi = {10.1007/s100529901014}, + Eprint = {hep-ex/9807019}, + File = {:Adloff1998kh.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/9807019;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9807019} +} + +@Article{Adloff:1998ni, + Title = {{Measurement of internal jet structure in dijet production in deep-inelastic scattering at HERA}}, + Author = {Adloff, C. and others}, + Journal = {Nucl. Phys.}, + Year = {1999}, + Note = {DESY-98-210}, + Pages = {3-20}, + Volume = {B545}, + + Archiveprefix = {arXiv}, + Collaboration = {H1}, + Doi = {10.1016/S0550-3213(99)00118-2}, + Eprint = {hep-ex/9901010}, + File = {:Adloff1998ni.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/9901010;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9901010} +} + +@Article{Adloff:1996dy, + Title = {{Measurement of charged particle transverse momentum spectra in deep inelastic scattering}}, + Author = {Adloff, C. and others}, + Journal = {Nucl. Phys.}, + Year = {1997}, + Note = {DESY-96-215}, + Pages = {3-24}, + Volume = {B485}, + + Archiveprefix = {arXiv}, + Collaboration = {H1}, + Doi = {10.1016/S0550-3213(96)00675-X}, + Eprint = {hep-ex/9610006}, + File = {:Adloff1996dy.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/9610006;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9610006} +} + +@Article{Adloff:1997fr, + Title = {{Evolution of $ep$ fragmentation and multiplicity distributions in the Breit frame}}, + Author = {Adloff, C. and others}, + Journal = {Nucl. Phys.}, + Year = {1997}, + Note = {DESY-97-108}, + Pages = {3-23}, + Volume = {B504}, + + Archiveprefix = {arXiv}, + Collaboration = {H1}, + Doi = {10.1016/S0550-3213(97)00585-3}, + Eprint = {hep-ex/9707005}, + File = {:Adloff1997fr.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/9707005;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9707005} +} + +@Article{Adloff:1997gq, + Title = {{Measurement of event shape variables in deep inelastic $e$ $p$ scattering}}, + Author = {Adloff, C. and others}, + Journal = {Phys. Lett.}, + Year = {1997}, + Note = {DESY-97-098}, + Pages = {256-270}, + Volume = {B406}, + + Archiveprefix = {arXiv}, + Collaboration = {H1}, + Doi = {10.1016/S0370-2693(97)00754-5}, + Eprint = {hep-ex/9706002}, + File = {:Adloff1997gq.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/9706002;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9706002} +} + +@Article{Adriani:1992zm, + Title = {{Isolated hard photon emission in hadronic $Z^0$ decays}}, + Author = {Adriani, O. and others}, + Journal = {Phys. Lett.}, + Year = {1992}, + Pages = {472-484}, + Volume = {B292}, + + Collaboration = {L3}, + Doi = {10.1016/0370-2693(92)91205-N}, + File = {:Adriani1992zm.pdf:PDF}, + Slaccitation = {%%CITATION = PHLTA,B292,472;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHLTA,B292,472} +} + +@Article{Affolder:2000mz, + Title = {{Test of enhanced leading order QCD in W boson plus jets events from 1.8 TeV $\bar{p}p$ collisions}}, + Author = {Affolder, Anthony Allen and others}, + Journal = {Phys. Rev.}, + Year = {2001}, + Pages = {072003}, + Volume = {D63}, + + Collaboration = {CDF}, + File = {:Affolder2000mz.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D63,072003} +} + +@Article{Affolder:2001hn, + Title = {{Measurement of the strong coupling constant from inclusive jet production at the Tevatron $\bar{p}p$ collider}}, + Author = {Affolder, T. and others}, + Journal = {Phys.Rev.Lett.}, + Year = {2002}, + Pages = {042001}, + Volume = {88}, + + Archiveprefix = {arXiv}, + Collaboration = {CDF Collaboration}, + Doi = {10.1103/PhysRevLett.88.042001}, + Eprint = {hep-ex/0108034}, + Primaryclass = {hep-ex}, + Reportnumber = {FERMILAB-PUB-01-246-E}, + Slaccitation = {%%CITATION = HEP-EX/0108034;%%} +} + +@Article{Affolder:2001xt, + Title = {{Charged jet evolution and the underlying event in proton-antiproton collisions at 1.8 TeV}}, + Author = {Affolder, T. and others}, + Journal = {Phys. Rev.}, + Year = {2002}, + Pages = {092002}, + Volume = {D65}, + + Collaboration = {CDF}, + File = {:Affolder2001xt.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D65,092002} +} + +@Article{Agashe:2006hk, + Title = {{LHC signals from warped extra dimensions}}, + Author = {Agashe, Kaustubh and Belyaev, Alexander and Krupovnickas, Tadas and Perez, Gilad and Virzi, Joseph}, + Journal = {Phys. Rev.}, + Year = {2008}, + Pages = {015003}, + Volume = {D77}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.77.015003}, + Eprint = {hep-ph/0612015}, + File = {:Agashi2006hk.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0612015;%%} +} + +@Article{AguilarSaavedra:2005pw, + Title = {{Supersymmetry parameter analysis: SPA convention and project}}, + Author = {Aguilar-Saavedra, Juan Antonio and Ali, A. and Allanach, Benjamin C. and Arnowitt, Richard L. and Baer, Howard A. and others}, + Journal = {Eur.Phys.J.}, + Year = {2006}, + Pages = {43-60}, + Volume = {C46}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s2005-02460-1}, + Eprint = {hep-ph/0511344}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-11579, CERN-PH-TH-2005-232, DESY-05-242, FERMILAB-PUB-05-524-T, KEK-TH-1054}, + Slaccitation = {%%CITATION = HEP-PH/0511344;%%} +} + +@Article{AguilarSaavedra:2012rx, + Title = {{Collider-independent top quark forward-backward asymmetries: standard model predictions}}, + Author = {Aguilar-Saavedra, J.A. and Bernreuther, W. and Si, Z.G.}, + Journal = {Phys.Rev.}, + Year = {2012}, + Pages = {115020}, + Volume = {D86}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.86.115020}, + Eprint = {1209.6352}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1209.6352;%%} +} + +@Article{AguilarSaavedra:2012va, + Title = {{Collider-independent $t\bar t$\/ forward-backward asymmetries}}, + Author = {Aguilar-Saavedra, J.A. and Juste, A.}, + Journal = {Phys.Rev.Lett.}, + Year = {2012}, + Pages = {211804}, + Volume = {109}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.109.211804}, + Eprint = {1205.1898}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1205.1898;%%} +} + +@Article{AguilarSaavedra:2011ci, + Title = {{Shaping the top asymmetry}}, + Author = {Aguilar-Saavedra, J.A. and Perez-Victoria, M.}, + Journal = {Phys.Lett.}, + Year = {2011}, + Pages = {228-234}, + Volume = {B705}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2011.10.004}, + Eprint = {1107.2120}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1107.2120;%%} +} + +@Article{Ahmed:2014uya, + Title = {{Rapidity distributions in Drell-Yan and Higgs productions at threshold in N$^3$LO QCD}}, + Author = {Ahmed, Taushif and Mandal, M.K. and Rana, Narayan and Ravindran, V.}, + Year = {2014}, + + Archiveprefix = {arXiv}, + Eprint = {1404.6504}, + Primaryclass = {hep-ph}, + Reportnumber = {HRI-RECAPP-2014-008}, + Slaccitation = {%%CITATION = ARXIV:1404.6504;%%} +} + +@Article{Ahrens:2011px, + Title = {{Precision predictions for the $t$+$\bar t$ production cross section at hadron colliders}}, + Author = {Ahrens, Valentin and Ferroglia, Andrea and Neubert, Matthias and Pecjak, Ben D. and Yang, Li Lin}, + Journal = {Phys.Lett.}, + Year = {2011}, + Pages = {135-141}, + Volume = {B703}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2011.07.058}, + Eprint = {1105.5824}, + Primaryclass = {hep-ph}, + Reportnumber = {MZ-TH-11-11, ZU-TH-10-11}, + Slaccitation = {%%CITATION = ARXIV:1105.5824;%%} +} + +@Article{Ahrens:2011uf, + Title = {{The top-pair forward-backward asymmetry beyond NLO}}, + Author = {Ahrens, Valentin and Ferroglia, Andrea and Neubert, Matthias and Pecjak, Ben D. and Yang, Li Lin}, + Journal = {Phys.Rev.}, + Year = {2011}, + Pages = {074004}, + Volume = {D84}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.84.074004}, + Eprint = {1106.6051}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1106.6051;%%} +} + +@Article{Aid:1996cb, + Title = {{Charged particle multiplicities in deep inelastic scattering at HERA}}, + Author = {Aid, S. and others}, + Journal = {Z. Phys.}, + Year = {1996}, + Note = {DESY-96-160}, + Pages = {573-592}, + Volume = {C72}, + + Archiveprefix = {arXiv}, + Collaboration = {H1}, + Doi = {10.1007/s002880050280}, + Eprint = {hep-ex/9608011}, + File = {:Aid1996cb.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/9608011;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9608011} +} + +@Article{Aid:1995we, + Title = {{Transverse energy and forward jet production in the low x regime at HERA}}, + Author = {Aid, S. and others}, + Journal = {Phys. Lett.}, + Year = {1995}, + Note = {DESY-95-108}, + Pages = {118-128}, + Volume = {B356}, + + Archiveprefix = {arXiv}, + Collaboration = {H1}, + Doi = {10.1016/0370-2693(95)00804-T}, + Eprint = {hep-ex/9506012}, + File = {:Aid1995we.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/9506012;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9506012} +} + +@Article{Aivazis:1993pi, + Title = {{Leptoproduction of heavy quarks. II. A unified QCD formulation of charged and neutral current processes from fixed-target to collider energies}}, + Author = {Aivazis, M. A. G. and Collins, John C. and Olness, Fredrick I. and Tung, Wu-Ki}, + Journal = {Phys. Rev.}, + Year = {1994}, + Pages = {3102-3118}, + Volume = {D50}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.50.3102}, + Eprint = {hep-ph/9312319}, + File = {:Aivazis1993pi.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9312319;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9312319} +} + +@Article{Aivazis:1993kh, + Title = {{Leptoproduction of heavy quarks. I. General formalism and kinematics of charged current and neutral current production processes}}, + Author = {Aivazis, M. A. G. and Olness, Frederick I. and Tung, Wu-Ki}, + Journal = {Phys. Rev.}, + Year = {1994}, + Pages = {3085-3101}, + Volume = {D50}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.50.3085}, + Eprint = {hep-ph/9312318}, + File = {:Aivazis1993kh.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9312318;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9312318} +} + +@Article{Akers:1994vx, + Title = {{A Measurement of the QCD color factor ratios C(A) / C(F) and T(F) / C(F) from angular correlations in four jet events}}, + Author = {Akers, R. and others}, + Journal = {Z. Phys.}, + Year = {1995}, + Pages = {367-378}, + Volume = {C65}, + + Collaboration = {OPAL}, + Doi = {10.1007/BF01556127}, + File = {:Akers1994vx.pdf:PDF}, + Slaccitation = {%%CITATION = ZEPYA,C65,367;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C65,367} +} + +@Article{Akers:1994wj, + Title = {{QCD studies using a cone-based jet finding algorithm for $e^+e^-$ collisions at LEP}}, + Author = {Akers, R. and others}, + Journal = {Z. Phys.}, + Year = {1994}, + Pages = {197-212}, + Volume = {C63}, + + Collaboration = {OPAL}, + Doi = {10.1007/BF01411011}, + File = {:Akers1994wj.pdf:PDF}, + Slaccitation = {%%CITATION = ZEPYA,C63,197;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C63,197} +} + +@Article{Aktas:2007pb, + Title = {{Measurement of inclusive jet production in deep-inelastic scattering at high $Q^2$ and determination of the strong coupling}}, + Author = {Aktas, A. and others}, + Journal = {Phys. Lett.}, + Year = {2007}, + Note = {DESY-07-073}, + Pages = {134-144}, + Volume = {B653}, + + Archiveprefix = {arXiv}, + Collaboration = {H1}, + Doi = {10.1016/j.physletb.2007.07.050}, + Eprint = {0706.3722}, + File = {:Aktas2007pb.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0706.3722;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0706.3722} +} + +@Article{Aktas:2005up, + Title = {{Forward jet production in deep inelastic scattering at HERA}}, + Author = {Aktas, A. and others}, + Journal = {Eur. Phys. J.}, + Year = {2006}, + Note = {DESY-05-135}, + Pages = {27-42}, + Volume = {C46}, + + Collaboration = {H1}, + Eprint = {hep-ex/0508055}, + File = {:Aktas2005up.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0508055} +} + +@Article{Aktas:2004uv, + Title = {{Measurement of prompt photon cross sections in photoproduction at HERA}}, + Author = {Aktas, A. and others}, + Journal = {Eur. Phys. J.}, + Year = {2005}, + Note = {DESY-04-118}, + Pages = {437-445}, + Volume = {C38}, + + Archiveprefix = {arXiv}, + Collaboration = {H1}, + Doi = {10.1140/epjc/s2004-02085-x}, + Eprint = {hep-ex/0407018}, + File = {:Aktas2004uv.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0407018;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0407018} +} + +@Article{Aktas:2003ja, + Title = {{Inclusive dijet production at low Bj{\o}rken-$x$ in deep inelastic scattering}}, + Author = {Aktas, A. and others}, + Journal = {Eur. Phys. J.}, + Year = {2004}, + Note = {DESY-03-160}, + Pages = {477-493}, + Volume = {C33}, + + Archiveprefix = {arXiv}, + Collaboration = {H1}, + Doi = {10.1140/epjc/s2004-01644-5}, + Eprint = {hep-ex/0310019}, + File = {:Aktas2003ja.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0310019;%%}, + Url = {http://www-library.desy.de/spires/find/hep/www?eprint=hep-ex/0310019} +} + +@Article{Aktas:2004px, + Title = {{Measurement of dijet production at low $Q^2$ at HERA}}, + Author = {Aktas, A. and others}, + Journal = {Eur. Phys. J.}, + Year = {2004}, + Note = {DESY-03-206}, + Pages = {141-159}, + Volume = {C37}, + + Archiveprefix = {arXiv}, + Collaboration = {H1}, + Doi = {10.1140/epjc/s2004-01957-3}, + Eprint = {hep-ex/0401010}, + File = {:Aktas2004px.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0401010;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0401010} +} + +@Article{Albrow:2010yb, + Title = {{Central Exclusive Particle Production at High Energy Hadron Colliders}}, + Author = {Albrow, M.G. and Coughlin, T.D. and Forshaw, J.R.}, + Journal = {Prog.Part.Nucl.Phys.}, + Year = {2010}, + Pages = {149-184}, + Volume = {65}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.ppnp.2010.06.001}, + Eprint = {1006.1289}, + Primaryclass = {hep-ph}, + Reportnumber = {FERMILAB-PUB-10-193-E}, + Slaccitation = {%%CITATION = ARXIV:1006.1289;%%} +} + +@Article{Albrow:2008pn, + Title = {{The FP420 R\&D Project: Higgs and New Physics with forward protons at the LHC}}, + Author = {Albrow, M.G. and others}, + Journal = {JINST}, + Year = {2009}, + Pages = {T10001}, + Volume = {4}, + + Archiveprefix = {arXiv}, + Collaboration = {FP420 R and D}, + Doi = {10.1088/1748-0221/4/10/T10001}, + Eprint = {0806.0302}, + Primaryclass = {hep-ex}, + Reportnumber = {FERMILAB-FN-0825-E}, + Slaccitation = {%%CITATION = ARXIV:0806.0302;%%} +} + +@Article{AlcarazMaestre:2012vp, + Title = {{The SM and NLO Multileg and SM MC Working Groups: Summary Report}}, + Author = {Alcaraz Maestre, J. and others}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Collaboration = {SM AND NLO MULTILEG and SM MC Working Groups}, + Eprint = {1203.6803}, + Primaryclass = {hep-ph}, + Reportnumber = {FERMILAB-PUB-12-885-CD}, + Slaccitation = {%%CITATION = ARXIV:1203.6803;%%} +} + +@Article{Alekhin:2002fv, + Title = {{Parton distributions from deep-inelastic-scattering data}}, + Author = {Alekhin, Sergey}, + Journal = {Phys. Rev.}, + Year = {2003}, + Pages = {014002}, + Volume = {D68}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.68.014002}, + Eprint = {hep-ph/0211096}, + File = {:Alekhin2002fv.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0211096;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0211096} +} + +@Article{Alekhin:2005dx, + Title = {{HERA and the LHC - A workshop on the implications of HERA for LHC physics: Proceedings Part A}}, + Author = {Alekhin, S. and others}, + Year = {2006}, + + Eprint = {hep-ph/0601012}, + File = {:Alekhin2005dx.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0601012} +} + +@Article{Alekhin:2005dy, + Title = {{HERA and the LHC - A workshop on the implications of HERA for LHC physics: Proceedings Part B}}, + Author = {Alekhin, S. and others}, + Year = {2006}, + + Eprint = {hep-ph/0601013}, + File = {:Alekhin2005dy.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0601013} +} + +@Article{Aliev:2007uu, + Title = {{Semileptonic decays of pseudoscalar mesons to scalar $f_0$ meson}}, + Author = {Aliev, T. M. and Savci, M.}, + Journal = {Europhys. Lett.}, + Year = {2010}, + Pages = {61001}, + Volume = {90}, + + Archiveprefix = {arXiv}, + Doi = {10.1209/0295-5075/90/61001}, + Eprint = {hep-ph/0701108}, + File = {:Aliev2007uu.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0701108;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0701108} +} + +@Article{Alioli:2012tp, + Title = {{Probing higher-order corrections in dijet production at the LHC}}, + Author = {Alioli, Simone and Andersen, Jeppe R. and Oleari, Carlo and Re, Emanuele and Smillie, Jennifer M.}, + Journal = {Phys.Rev.}, + Year = {2012}, + Pages = {114034}, + Volume = {D85}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.85.114034}, + Eprint = {1202.1475}, + Primaryclass = {hep-ph}, + Reportnumber = {EDINBURGH-2012-01, CP3-ORIGINS-2012-002, DIAS-2012-3, LPN12-032, IPPP-12-05, DCPT-12-10}, + Slaccitation = {%%CITATION = ARXIV:1202.1475;%%}, + Url = {http://inspirehep.net/record/1088229} +} + +@Article{Alioli:2013nda, + Title = {{Update of the Binoth Les Houches Accord for a standard interface between Monte Carlo tools and one-loop programs}}, + Author = {Alioli, S. and Badger, S. and Bellm, J. and Biedermann, B. and Boudjema, F. and others}, + Journal = {Comput.Phys.Commun.}, + Year = {2014}, + Pages = {560-571}, + Volume = {185}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.cpc.2013.10.020}, + Eprint = {1308.3462}, + Primaryclass = {hep-ph}, + Reportnumber = {MPP-2013-237}, + Slaccitation = {%%CITATION = ARXIV:1308.3462;%%}, + Url = {http://inspirehep.net/record/1247987} +} + +@Article{Alioli:2012fc, + Title = {{Combining Higher-Order Resummation with Multiple NLO Calculations and Parton Showers in GENEVA}}, + Author = {Alioli, Simone and Bauer, Christian W. and Berggren, Calvin J. and Hornig, Andrew and Tackmann, Frank J. and others}, + Journal = {JHEP}, + Year = {2013}, + Pages = {120}, + Volume = {09}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP09(2013)120}, + Eprint = {1211.7049}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-12-221}, + Slaccitation = {%%CITATION = ARXIV:1211.7049;%%}, + Url = {http://inspirehep.net/record/1204791} +} + +@Article{Alioli:2010xa, + Title = {{Jet pair production in POWHEG}}, + Author = {Alioli, Simone and Hamilton, Keith and Nason, Paolo and Oleari, Carlo and Re, Emanuele}, + Journal = {JHEP}, + Year = {2011}, + Pages = {081}, + Volume = {04}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP04(2011)081}, + Eprint = {1012.3380}, + File = {:Alioli2010xa.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/881431} +} + +@Article{Alioli:2011nr, + Title = {{Practical improvements and merging of POWHEG simulations for vector boson production}}, + Author = {Alioli, Simone and Hamilton, Keith and Re, Emanuele}, + Journal = {JHEP}, + Year = {2011}, + Pages = {104}, + Volume = {09}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP09(2011)104}, + Eprint = {1108.0909}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-11-133, IPPP-11-43, DCPT-11-86, MCNET-11-17, LPN11-43}, + Slaccitation = {%%CITATION = ARXIV:1108.0909;%%} +} + +@Article{Alioli:2011as, + Title = {{Hadronic top-quark pair-production with one jet and parton showering}}, + Author = {Alioli, Simone and Moch, Sven-Olaf and Uwer, Peter}, + Journal = {JHEP}, + Year = {2012}, + Pages = {137}, + Volume = {01}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP01(2012)137}, + Eprint = {1110.5251}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-11-122, HU-EP-11-36, LPN-11-39, SFB-CPP-11-41}, + Slaccitation = {%%CITATION = ARXIV:1110.5251;%%} +} + +@Article{Alioli:2010qp, + Title = {{Vector boson plus one jet production in POWHEG}}, + Author = {Alioli, Simone and Nason, Paolo and Oleari, Carlo and Re, Emanuele}, + Journal = {JHEP}, + Year = {2011}, + Pages = {095}, + Volume = {01}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP01(2011)095}, + Eprint = {1009.5594}, + File = {:Alioli2010qp.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1009.5594;%%}, + Url = {http://inspirebeta.net/record/871058} +} + +@Article{Alioli:2010xd, + Title = {{A general framework for implementing NLO calculations in shower Monte Carlo programs: the POWHEG BOX}}, + Author = {Alioli, Simone and Nason, Paolo and Oleari, Carlo and Re, Emanuele}, + Journal = {JHEP}, + Year = {2010}, + Pages = {043}, + Volume = {06}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP06(2010)043}, + Eprint = {1002.2581}, + File = {:Alioli2010xd.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1002.2581;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1002.2581} +} + +@Article{Alioli:2008tz, + Title = {{NLO Higgs boson production via gluon fusion matched with shower in POWHEG}}, + Author = {Alioli, Simone and Nason, Paolo and Oleari, Carlo and Re, Emanuele}, + Journal = {JHEP}, + Year = {2009}, + Pages = {002}, + Volume = {04}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/04/002}, + Eprint = {0812.0578}, + File = {:Alioli2008tz.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0812.0578;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0812.0578} +} + +@Article{Alioli:2009je, + Title = {{NLO single-top production matched with shower in POWHEG: $s$- and $t$-channel contributions}}, + Author = {Alioli, Simone and Nason, Paolo and Oleari, Carlo and Re, Emanuele}, + Journal = {JHEP}, + Year = {2009}, + Pages = {111}, + Volume = {09}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/09/111}, + Eprint = {0907.4076}, + File = {:Alioli2009je.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0907.4076;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0907.4076} +} + +@Article{Alioli:2008gx, + Title = {{NLO vector-boson production matched with shower in POWHEG}}, + Author = {Alioli, Simone and Nason, Paolo and Oleari, Carlo and Re, Emanuele}, + Journal = {JHEP}, + Year = {2008}, + Pages = {060}, + Volume = {07}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/07/060}, + Eprint = {0805.4802}, + File = {:Alioli2008gx.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0805.4802;%%} +} + +@Article{Alioli:2013hqa, + Title = {{Matching Fully Differential NNLO Calculations and Parton Showers}}, + Author = {Alioli, Simone and others}, + Journal = {JHEP}, + Year = {2014}, + Pages = {089}, + Volume = {06}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP06(2014)089}, + Eprint = {1311.0286}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-13-194}, + Slaccitation = {%%CITATION = ARXIV:1311.0286;%%} +} + +@Article{Alitti:1990cn, + Title = {{Measurement of the transverse momentum distributions of $W$ and $Z$ bosons at the CERN $\bar{p}p$ collider}}, + Author = {Alitti, J. and others}, + Journal = {Z. Phys.}, + Year = {1990}, + Note = {CERN-EP-90-52}, + Pages = {523-532}, + Volume = {C47}, + + Collaboration = {UA2}, + Doi = {10.1007/BF01552316}, + File = {:Alitti1990cn.pdf:PDF}, + Slaccitation = {%%CITATION = ZEPYA,C47,523;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C47,523} +} + +@Article{Allanach:2008qq, + Title = {{SUSY Les Houches Accord 2}}, + Author = {Allanach, B. and others}, + Journal = {Comp. Phys. Commun.}, + Year = {2009}, + Pages = {8-25}, + Volume = {180}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.cpc.2008.08.004}, + Eprint = {0801.0045}, + File = {:Allanach2008qq.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0801.0045;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0801.0045} +} + +@Article{Allanach:2001kg, + Title = {{SOFTSUSY: A program for calculating supersymmetric spectra}}, + Author = {Allanach, B. C.}, + Journal = {Comput. Phys. Commun.}, + Year = {2002}, + Pages = {305-331}, + Volume = {143}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0010-4655(01)00460-X}, + Eprint = {hep-ph/0104145}, + File = {:Allanach2001kg.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0104145;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0104145} +} + +@Article{Allanach:2002nj, + Title = {{The Snowmass Points and Slopes: benchmarks for SUSY searches}}, + Author = {Allanach, B. C. and others}, + Journal = {Eur. Phys. J.}, + Year = {2002}, + Pages = {113-123}, + Volume = {C25}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/s10052-002-0949-3}, + Eprint = {hep-ph/0202233}, + File = {:Allanach2002nj.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0202233;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0202233} +} + +@Article{Alloul:2013bka, + Title = {{FeynRules 2.0 - A complete toolbox for tree-level phenomenology}}, + Author = {Alloul, Adam and Christensen, Neil D. and Degrande, Celine and Duhr, Claude and Fuks, Benjamin}, + Journal = {Comput.Phys.Commun.}, + Year = {2014}, + Pages = {2250-2300}, + Volume = {185}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.cpc.2014.04.012}, + Eprint = {1310.1921}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2013-239, MCNET-13-14, IPPP-13-71, DCPT-13-142, --PITT-PACC-1308, --PITT-PACC-1308}, + Slaccitation = {%%CITATION = ARXIV:1310.1921;%%}, + Url = {http://inspirehep.net/record/1257621} +} + +@Article{Almeida:2008ug, + Title = {{Threshold Resummation for the Top Quark Charge Asymmetry}}, + Author = {Almeida, Leandro G. and Sterman, George F. and Vogelsang, Werner}, + Journal = {Phys.Rev.}, + Year = {2008}, + Pages = {014008}, + Volume = {D78}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.78.014008}, + Eprint = {0805.1885}, + Primaryclass = {hep-ph}, + Reportnumber = {BNL-NT-08-13, YITP-SB-08-15}, + Slaccitation = {%%CITATION = ARXIV:0805.1885;%%} +} + +@Article{Altarelli:1981ax, + Title = {{Partons in Quantum Chromodynamics}}, + Author = {Altarelli, Guido}, + Journal = {Phys.Rept.}, + Year = {1982}, + Pages = {1}, + Volume = {81}, + + Doi = {10.1016/0370-1573(82)90127-2}, + File = {:Altarelli1981ax.pdf:PDF}, + Reportnumber = {INFN-ROME-783}, + Slaccitation = {%%CITATION = PRPLC,81,1;%%}, + Url = {http://inspirehep.net/record/168574} +} + +@Article{Altarelli:1979kv, + Title = {{Processes involving fragmentation functions beyond the leading order in QCD}}, + Author = {Altarelli, Guido and Ellis, R. Keith and Martinelli, G. and Pi, So-Young}, + Journal = {Nucl. Phys.}, + Year = {1979}, + Pages = {301}, + Volume = {B160}, + + Doi = {10.1016/0550-3213(79)90062-2}, + File = {:Altarelli1979kv.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B160,301;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=NUPHA,B160,301} +} + +@Article{Altarelli:1977zs, + Title = {{Asymptotic freedom in parton language}}, + Author = {Guido Altarelli and Parisi, G.}, + Journal = {Nucl. Phys.}, + Year = {1977}, + Pages = {298-318}, + Volume = {B126}, + + File = {:Altarelli1977zs.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B126,298} +} + +@Article{Altheimer:2012mn, + Title = {{Jet Substructure at the Tevatron and LHC: New results, new tools, new benchmarks}}, + Author = {Altheimer, A. and others}, + Year = {2012}, + Note = {Long author list - awaiting processing}, + + Archiveprefix = {arXiv}, + Eprint = {1201.0008}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1201.0008;%%}, + Url = {http://inspirehep.net/record/1083293} +} + +@Article{Altunay:2010zz, + Title = {{A Science driven production cyberinfrastructure: the Open Science Grid}}, + Author = {Altunay, Mine and others}, + Journal = {J.Grid Comput.}, + Year = {2011}, + Pages = {201-218}, + Volume = {9}, + + Collaboration = {Open Science Grid Collaboration}, + Doi = {10.1007/s10723-010-9176-6}, + Reportnumber = {FERMILAB-PUB-10-236-CD}, + Slaccitation = {%%CITATION = JGCOA,9,201;%%}, + Url = {http://inspirehep.net/record/864313} +} + +@Article{Alvarez:2012ca, + Title = {{A charged $Z'$ to conciliate the apparent disagreement between top-antitop Tevatron forward-backward asymmetry and LHC charge asymmetry}}, + Author = {Alvarez, Ezequiel and Leskow, Estefania Coluccio}, + Journal = {Phys.Rev.}, + Year = {2012}, + Pages = {114034}, + Volume = {D86}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.86.114034}, + Eprint = {1209.4354}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1209.4354;%%} +} + +@Article{Alwall:2014hca, + Title = {{The automated computation of tree-level and next-to-leading order differential cross sections, and their matching to parton shower simulations}}, + Author = {Alwall, J. and Frederix, R. and Frixione, S. and Hirschi, V. and Maltoni, F. and O. Mattelaer and H.-S. Shao and T. Stelzer and P. Torrielli and M. Zaro}, + Journal = {JHEP}, + Year = {2014}, + Pages = {079}, + Volume = {1407}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP07(2014)079}, + Eprint = {1405.0301}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2014-064, CP3-14-18, LPN14-066, MCNET-14-09, ZU-TH-14-14}, + Slaccitation = {%%CITATION = ARXIV:1405.0301;%%} +} + +@Article{Alwall:2011uj, + Title = {{MadGraph 5 : Going Beyond}}, + Author = {Alwall, Johan and Herquet, Michel and Maltoni, Fabio and Mattelaer, Olivier and Stelzer, Tim}, + Journal = {JHEP}, + Year = {2011}, + Pages = {128}, + Volume = {06}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP06(2011)128}, + Eprint = {1106.0522}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/912611} +} + +@Article{Alwall:2008ve, + Title = {{Searching for directly decaying gluinos at the Tevatron}}, + Author = {Alwall, Johan and Le, My-Phuong and Lisanti, Mariangela and Wacker, Jay G.}, + Journal = {Phys. Lett.}, + Year = {2008}, + Pages = {34-37}, + Volume = {B666}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2008.06.065}, + Eprint = {0803.0019}, + File = {:Alwall2008ve.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0803.0019;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0803.0019} +} + +@Article{Alwall:2007fs, + Title = {{Comparative study of various algorithms for the merging of parton showers and matrix elements in hadronic collisions}}, + Author = {Alwall, J. and others}, + Journal = {Eur. Phys. J.}, + Year = {2008}, + Pages = {473-500}, + Volume = {C53}, + + Archiveprefix = {arXiv}, + Eprint = {0706.2569}, + File = {:Alwall2007fs.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirehep.net/record/753397} +} + +@Article{Alwall:2006yp, + Title = {{A standard format for Les Houches Event Files}}, + Author = {Alwall, J. and others}, + Journal = {Comput. Phys. Commun.}, + Year = {2007}, + Pages = {300-304}, + Volume = {176}, + + Eprint = {hep-ph/0609017}, + File = {:Alwall2006yp.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0609017} +} + +@Article{Alwall:2007mw, + Title = {{A Les Houches Interface for BSM Generators}}, + Author = {Alwall, Johan and others}, + Year = {2007}, + + Archiveprefix = {arXiv}, + Doi = {10.2172/921331}, + Eprint = {0712.3311}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-13087, FERMILAB-CONF-07-621-T}, + Slaccitation = {%%CITATION = ARXIV:0712.3311;%%} +} + +@Article{Alwall:2007st, + Title = {{MadGraph/MadEvent v4: The new web generation}}, + Author = {Alwall, Johan and others}, + Journal = {JHEP}, + Year = {2007}, + Pages = {028}, + Volume = {09}, + + Archiveprefix = {arXiv}, + Eprint = {0706.2334}, + File = {:Alwall2007st.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0706.2334} +} + +@Article{Alwall:2008qv, + Title = {{QCD radiation in the production of heavy colored particles at the LHC}}, + Author = {Alwall, Johan and de Visscher, Simon and Maltoni, Fabio}, + Journal = {JHEP}, + Year = {2009}, + Pages = {017}, + Volume = {02}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/02/017}, + Eprint = {0810.5350}, + File = {:Alwall2008qv.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0810.5350;%%} +} + +@Article{Amati:1980ch, + Title = {{A treatment of hard processes sensitive to the infrared structure of QCD}}, + Author = {Amati, D. and Bassetto, A. and Ciafaloni, M. and Marchesini, G. and Veneziano, G.}, + Journal = {Nucl. Phys.}, + Year = {1980}, + Pages = {429}, + Volume = {B173}, + + Doi = {10.1016/0550-3213(80)90012-7}, + File = {:Amati1980ch.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B173,429;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=NUPHA,B173,429} +} + +@Article{Amati:1978by, + Title = {{Relating hard QCD processes through universality of mass singularities. 2}}, + Author = {Amati, D. and Petronzio, R. and Veneziano, G.}, + Journal = {Nucl. Phys.}, + Year = {1978}, + Pages = {29-49}, + Volume = {B146}, + + File = {:Amati1978by.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B146,29} +} + +@Article{Amati:1978wx, + Title = {{Relating hard QCD processes through universality of mass singularities}}, + Author = {Amati, D. and Petronzio, R. and Veneziano, G.}, + Journal = {Nucl. Phys.}, + Year = {1978}, + Pages = {54}, + Volume = {B140}, + + File = {:Amati1978wx.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B140,54} +} + +@Article{Amati:1979fg, + Title = {{Preconfinement as a Property of Perturbative QCD}}, + Author = {Amati, D. and Veneziano, G.}, + Journal = {Phys.Lett.}, + Year = {1979}, + Pages = {87}, + Volume = {B83}, + + Doi = {10.1016/0370-2693(79)90896-7}, + Reportnumber = {CERN-TH-2620}, + Slaccitation = {%%CITATION = PHLTA,B83,87;%%} +} + +@Article{Amos:1985wx, + Title = {{Measurement of Small Angle $\bar{p}p$ and Proton Proton Elastic Scattering at the CERN Intersecting Storage Rings}}, + Author = {Amos, Norman A. and Block, M.M. and Bobbink, G.J. and Botje, M. and Favart, D. and others}, + Journal = {Nucl.Phys.}, + Year = {1985}, + Pages = {689}, + Volume = {B262}, + + Doi = {10.1016/0550-3213(85)90511-5}, + Reportnumber = {CERN-EP-85-94}, + Slaccitation = {%%CITATION = NUPHA,B262,689;%%} +} + +@Article{Amos:1990fw, + Title = {{$\bar{p}p$ elastic scattering at $\sqrt{s}$ = 1.8 TeV from $|t|$ = 0.034 GeV/c $^{2}$ to 0.65 GeV/c $^{2}$}}, + Author = {Amos, Norman A. and others}, + Journal = {Phys.Lett.}, + Year = {1990}, + Pages = {127-130}, + Volume = {B247}, + + Collaboration = {E-710 Collaboration}, + Doi = {10.1016/0370-2693(90)91060-O}, + Reportnumber = {FERMILAB-PUB-90-096-E}, + Slaccitation = {%%CITATION = PHLTA,B247,127;%%} +} + +@Article{Amsler:2008zz, + Title = {{Review of particle physics}}, + Author = {Amsler, C. and others}, + Journal = {Phys. Lett.}, + Year = {2008}, + Pages = {1}, + Volume = {B667}, + + Collaboration = {Particle Data Group}, + Doi = {10.1016/j.physletb.2008.07.018}, + File = {:Amsler2008zz.pdf:PDF}, + Slaccitation = {%%CITATION = PHLTA,B667,1;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B667,1} +} + +@article{Anastasiou:2014lda, + author = "Anastasiou, Charalampos and Duhr, Claude and Dulat, Falko + and Furlan, Elisabetta and Gehrmann, Thomas and others", + title = "{Higgs boson gluon-fusion production beyond threshold in + N3LO QCD}", + year = "2014", + eprint = "1411.3584", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-14-461-T", + SLACcitation = "%%CITATION = ARXIV:1411.3584;%%", +} + +@article{Anastasiou:2014vaa, + author = "Anastasiou, Charalampos and Duhr, Claude and Dulat, Falko + and Furlan, Elisabetta and Gehrmann, Thomas and others", + title = "{Higgs boson gluon–fusion production at threshold in + N$^3$LO QCD}", + journal = "Phys.Lett.", + volume = "B737", + pages = "325-328", + doi = "10.1016/j.physletb.2014.08.067", + year = "2014", + eprint = "1403.4616", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "IPPP-14-17, DCPT-14-34, ZU-TH-07-14, CERN-PH-TH-2014-042, + FERMILAB-PUB-14-052-T", + SLACcitation = "%%CITATION = ARXIV:1403.4616;%%", +} + +@article{Anastasiou:2014nha, + author = "Anastasiou, Charalampos and Cancino, Julián and Chavez, + Federico and Duhr, Claude and Lazopoulos, Achilleas and + others", + title = "{NNLO QCD corrections to pp → γ$^{*}$ γ$^{*}$ in the + large N$_{F}$ limit}", + journal = "JHEP", + volume = "1502", + pages = "182", + doi = "10.1007/JHEP02(2015)182", + year = "2015", + eprint = "1408.4546", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "IPPP-14-76, DCPT-14-152", + SLACcitation = "%%CITATION = ARXIV:1408.4546;%%", +} + +@Article{Anastasiou:2008tj, + Title = {{Mixed QCD-electroweak corrections to Higgs boson production in gluon fusion}}, + Author = {Anastasiou, Charalampos and Boughezal, Radja and Petriello, Frank}, + Journal = {JHEP}, + Year = {2009}, + Pages = {003}, + Volume = {04}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/04/003}, + Eprint = {0811.3458}, + File = {:Anastasiou2008tj.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0811.3458;%%} +} + +@Article{Anastasiou:2006jv, + Title = {{D-dimensional unitarity cut method}}, + Author = {Anastasiou, Charalampos and Britto, Ruth and Feng, Bo and Kunszt, Zoltan and Mastrolia, Pierpaolo}, + Journal = {Phys. Lett.}, + Year = {2007}, + Pages = {213-216}, + Volume = {B645}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2006.12.022}, + Eprint = {hep-ph/0609191}, + File = {:Anastasiou2006jv.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirehep.net/record/726495} +} + +@Article{Anastasiou:2009kn, + Title = {{HPro: A NLO Monte-Carlo for Higgs production via gluon fusion with finite heavy quark masses}}, + Author = {Anastasiou, Charalampos and Bucherer, Stefan and Kunszt, Zoltan}, + Journal = {JHEP}, + Year = {2009}, + Pages = {068}, + Volume = {10}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/10/068}, + Eprint = {0907.2362}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:0907.2362;%%}, + Url = {http://inspirehep.net/record/825632} +} + +@Article{Anastasiou:2007mz, + Title = {{NNLO QCD predictions for the $H \to WW \to l\nu l\nu$ signal at the LHC}}, + Author = {Anastasiou, Charalampos and Dissertori, Gunther and St{\"o}ckli, Fabian}, + Journal = {JHEP}, + Year = {2007}, + Pages = {018}, + Volume = {09}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2007/09/018}, + Eprint = {0707.2373}, + File = {:Anastasiou2007mz.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0707.2373;%%} +} + +@Article{Anastasiou:2003ds, + Title = {{High precision QCD at hadron colliders: Electroweak gauge boson rapidity distributions at NNLO}}, + Author = {Anastasiou, Charalampos and Dixon, Lance J. and Melnikov, Kirill and Petriello, Frank}, + Journal = {Phys.Rev.}, + Year = {2004}, + Pages = {094008}, + Volume = {D69}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.69.094008}, + Eprint = {hep-ph/0312266}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-10288, UH-511-1042-03}, + Slaccitation = {%%CITATION = HEP-PH/0312266;%%}, + Url = {http://inspirehep.net/record/635943} +} + +@Article{Anastasiou:2003yy, + Title = {{Dilepton rapidity distribution in the Drell-Yan process at NNLO in QCD}}, + Author = {Anastasiou, Charalampos and Dixon, Lance J. and Melnikov, Kirill and Petriello, Frank}, + Journal = {Phys.Rev.Lett.}, + Year = {2003}, + Pages = {182002}, + Volume = {91}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.91.182002}, + Eprint = {hep-ph/0306192}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-10000, UH-511-1029-03}, + Slaccitation = {%%CITATION = HEP-PH/0306192;%%}, + Url = {http://inspirehep.net/record/621730} +} + +@Article{Anastasiou:2014vaa, + Title = {{Higgs boson gluon-fusion production at threshold in $N^3LO$ QCD}}, + Author = {Anastasiou, Charalampos and Duhr, Claude and Dulat, Falko and Furlan, Elisabetta and Gehrmann, Thomas and Herzog, Franz and Mistlberger, Bernhard}, + Year = {2014}, + + Archiveprefix = {arXiv}, + Eprint = {1403.4616}, + Primaryclass = {hep-ph}, + Reportnumber = {IPPP-14-17, DCPT-14-34, ZU-TH-07-14, CERN-PH-TH-2014-042, FERMILAB-PUB-14-052-T}, + Slaccitation = {%%CITATION = ARXIV:1403.4616;%%} +} + +@Article{Anastasiou:2013mca, + Title = {{Real-virtual contributions to the inclusive Higgs cross-section at $N^3LO$}}, + Author = {Anastasiou, Charalampos and Duhr, Claude and Dulat, Falko and Herzog, Franz and Mistlberger, Bernhard}, + Journal = {JHEP}, + Year = {2013}, + Pages = {088}, + Volume = {12}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP12(2013)088}, + Eprint = {1311.1425}, + Primaryclass = {hep-ph}, + Reportnumber = {IPPP-13-92, DCTP-13-184, CERN-PH-TH-2013-258, MCNET-13-18}, + Slaccitation = {%%CITATION = ARXIV:1311.1425;%%} +} + +@Article{Anastasiou:2002wq, + Title = {{Pseudoscalar Higgs boson production at hadron colliders in NNLO QCD}}, + Author = {Anastasiou, Charalampos and Melnikov, Kirill}, + Journal = {Phys.Rev.}, + Year = {2003}, + Pages = {037501}, + Volume = {D67}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.67.037501}, + Eprint = {hep-ph/0208115}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-9373}, + Slaccitation = {%%CITATION = HEP-PH/0208115;%%}, + Url = {http://inspirehep.net/record/592489} +} + +@Article{Anastasiou:2002yz, + Title = {{Higgs boson production at hadron colliders in NNLO QCD}}, + Author = {Anastasiou, Charalampos and Melnikov, Kirill}, + Journal = {Nucl.Phys.}, + Year = {2002}, + Pages = {220-256}, + Volume = {B646}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0550-3213(02)00837-4}, + Eprint = {hep-ph/0207004}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-9273}, + Slaccitation = {%%CITATION = HEP-PH/0207004;%%}, + Url = {http://inspirehep.net/record/589593} +} + +@Article{Anastasiou:2005qj, + Title = {{Fully differential Higgs boson production and the di-photon signal through next-to-next-to-leading order}}, + Author = {Anastasiou, Charalampos and Melnikov, Kirill and Petriello, Frank}, + Journal = {Nucl. Phys.}, + Year = {2005}, + Pages = {197-246}, + Volume = {B724}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nuclphysb.2005.06.036}, + Eprint = {hep-ph/0501130}, + File = {:Anastasiou2005qj.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0501130;%%} +} + +@Article{Anastasiou:2003gr, + Title = {{A new method for real radiation at NNLO}}, + Author = {Anastasiou, Charalampos and Melnikov, Kirill and Petriello, Frank}, + Journal = {Phys.Rev.}, + Year = {2004}, + Pages = {076010}, + Volume = {D69}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.69.076010}, + Eprint = {hep-ph/0311311}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-10252, UH-511-1039-03}, + Slaccitation = {%%CITATION = HEP-PH/0311311;%%}, + Url = {http://inspirehep.net/record/633908} +} + +@Article{Anastasiou:2004xq, + Title = {{Higgs boson production at hadron colliders: Differential cross sections through next-to-next-to-leading order}}, + Author = {Anastasiou, Charalampos and Melnikov, Kirill and Petriello, Frank}, + Journal = {Phys.Rev.Lett.}, + Year = {2004}, + Pages = {262002}, + Volume = {93}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.93.262002}, + Eprint = {hep-ph/0409088}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-10673}, + Slaccitation = {%%CITATION = HEP-PH/0409088;%%} +} + +@Article{Andersen:2006kp, + Title = {{Quark-antiquark contribution to the fully exclusive BFKL Evolution at next-to-leading logarithmic accuracy}}, + Author = {Andersen, Jeppe R.}, + Journal = {Phys. Rev.}, + Year = {2006}, + Pages = {114008}, + Volume = {D74}, + + Eprint = {hep-ph/0611011}, + File = {:Andersen2006kp.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0611011} +} + +@Article{Andersen:2006sp, + Title = {{On the role of NLL corrections and energy conservation in the high energy evolution of QCD}}, + Author = {Andersen, Jeppe R.}, + Journal = {Phys. Lett.}, + Year = {2006}, + Pages = {290-293}, + Volume = {B639}, + + Eprint = {hep-ph/0602182}, + File = {:Andersen2006sp.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0602182} +} + +@Article{Andersen:2008gc, + Title = {{Higgs boson production in association with multiple hard jets}}, + Author = {Andersen, Jeppe R. and Del Duca, Vittorio and White, Chris D.}, + Journal = {JHEP}, + Year = {2009}, + Pages = {015}, + Volume = {02}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/02/015}, + Eprint = {0808.3696}, + File = {:Andersen2008gc.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0808.3696;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0808.3696} +} + +@Article{Andersen:2012gk, + Title = {{W Plus Multiple Jets at the LHC with High Energy Jets}}, + Author = {Andersen, Jeppe R. and Hapola, Tuomas and Smillie, Jennifer M.}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Eprint = {1206.6763}, + Primaryclass = {hep-ph}, + Reportnumber = {EDINBURGH-2012-13, IPPP-12-45, DCPT-12-90, CP3-ORIGINS-2012-017, DIAS-2012-18}, + Slaccitation = {%%CITATION = ARXIV:1206.6763;%%}, + Url = {http://inspirehep.net/record/1120302} +} + +@Article{Andersen:2011zd, + Title = {{A Parton Shower for High Energy Jets}}, + Author = {Andersen, Jeppe R. and L{\"o}nnblad, Leif and Smillie, Jennifer M.}, + Journal = {JHEP}, + Year = {2011}, + Pages = {110}, + Volume = {07}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP07(2011)110}, + Eprint = {1104.1316}, + File = {:Andersen2011zd.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/895202} +} + +@Article{Andersen:2003wy, + Title = {{The gluon Green's function in the BFKL approach at next-to-leading logarithmic accuracy}}, + Author = {Jeppe R. Andersen and Sabio-Vera, Agustin}, + Journal = {Nucl. Phys.}, + Year = {2004}, + Pages = {345-362}, + Volume = {B679}, + + Eprint = {hep-ph/0309331}, + File = {:Andersen2003wy.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0309331} +} + +@Article{Andersen:2003an, + Title = {{Solving the BFKL equation in the next-to-leading approximation}}, + Author = {Jeppe R. Andersen and Sabio-Vera, Agustin}, + Journal = {Phys. Lett.}, + Year = {2003}, + Pages = {116-124}, + Volume = {B567}, + + Eprint = {hep-ph/0305236}, + File = {:Andersen2003an.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0305236} +} + +@Article{Andersen:2011hs, + Title = {{Multiple Jets at the LHC with High Energy Jets}}, + Author = {Andersen, Jeppe R. and Smillie, Jennifer M.}, + Journal = {JHEP}, + Year = {2011}, + Pages = {010}, + Volume = {06}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP06(2011)010}, + Eprint = {1101.5394}, + File = {:Andersen2011hs.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/885964} +} + +@Article{Andersen:2009he, + Title = {{The Factorisation of the t-channel Pole in Quark-Gluon Scattering}}, + Author = {Andersen, Jeppe R. and Smillie, Jennifer M.}, + Journal = {Phys. Rev.}, + Year = {2010}, + Pages = {114021}, + Volume = {D81}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.81.114021}, + Eprint = {0910.5113}, + File = {:Andersen2009he.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirehep.net/record/835266} +} + +@Article{Andersen:2009nu, + Title = {{Constructing all-order corrections to multi-jet rates}}, + Author = {Andersen, Jeppe R. and Smillie, Jennifer M.}, + Journal = {JHEP}, + Year = {2010}, + Pages = {039}, + Volume = {01}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP01(2010)039}, + Eprint = {0908.2786}, + File = {:Andersen2009nu.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/829131} +} + +@Article{Andersen:2003gs, + Title = {{Energy consumption and jet multiplicity from the leading log BFKL evolution}}, + Author = {Andersen, Jeppe R. and Stirling, W.J.}, + Journal = {JHEP}, + Year = {2003}, + Pages = {018}, + Volume = {02}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0301081}, + File = {:Andersen2003gs.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/611502} +} + +@Article{Anderson:1999ui, + Title = {{Hadronic structure in the decay $\tau^- \to \pi^- \pi^0 \nu_\tau$}}, + Author = {Anderson, S. and others}, + Journal = {Phys. Rev.}, + Year = {2000}, + Pages = {112002}, + Volume = {D61}, + + Archiveprefix = {arXiv}, + Collaboration = {CLEO}, + Doi = {10.1103/PhysRevD.61.112002}, + Eprint = {hep-ex/9910046}, + File = {:Anderson1999ui.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/9910046;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9910046} +} + +@Book{Andersson:1998tv, + Title = {{The Lund model}}, + Author = {Andersson, Bo}, + Publisher = {Camb. Monogr. Part. Phys. Nucl. Phys. Cosmol.}, + Year = {1997}, + Volume = {7}, + + Pages = {1-471}, + Slaccitation = {%%CITATION = CMPCE,7,1;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=CMPCE,7,1} +} + +@Article{Andersson:1983ia, + Title = {{Parton Fragmentation and String Dynamics}}, + Author = {Andersson, Bo and Gustafson, G. and Ingelman, G. and Sj{\"o}strand, T.}, + Journal = {Phys. Rept.}, + Year = {1983}, + Pages = {31-145}, + Volume = {97}, + + Doi = {10.1016/0370-1573(83)90080-7}, + File = {:Andersson1983ia.pdf:PDF}, + Slaccitation = {%%CITATION = PRPLC,97,31;%%} +} + +@Article{Andersson:1995jt, + Title = {{Structure functions and general final state properties in the linked dipole chain model}}, + Author = {Andersson, Bo and Gustafson, G. and Kharraziha, H. and Samuelsson, J.}, + Journal = {Z. Phys.}, + Year = {1996}, + Pages = {613-624}, + Volume = {C71}, + + File = {:Andersson1995jt.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C71,613} +} + +@Article{Andersson:1989ki, + Title = {{Gluon splitting in the color dipole cascades}}, + Author = {Andersson, Bo and Gustafson, Gosta and L{\"o}nnblad, Leif}, + Journal = {Nucl. Phys.}, + Year = {1990}, + Pages = {393-406}, + Volume = {B339}, + + File = {:Andersson1989ki.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B339,393} +} + +@Article{Andersson:1988gp, + Title = {{Coherence effects in deep inelastic scattering}}, + Author = {Andersson, Bo and Gustafson, Gosta and L{\"o}nnblad, Leif and Pettersson, Ulf}, + Journal = {Z. Phys.}, + Year = {1989}, + Pages = {625}, + Volume = {C43}, + + File = {:Andersson1988gp.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C43,625} +} + +@Article{Andersson:1983jt, + Title = {{A general model for jet fragmentation}}, + Author = {Andersson, B. and Gustafson, G. and S{\"o}derberg, B.}, + Journal = {Z. Phys.}, + Year = {1983}, + Pages = {317}, + Volume = {C20}, + + File = {:Andersson1983jt.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C20,317} +} + +@Article{Andersson:1995ju, + Title = {{The linked dipole chain model for DIS}}, + Author = {Andersson, Bo and Gustafson, G. and Samuelsson, J.}, + Journal = {Nucl. Phys.}, + Year = {1996}, + Pages = {443-478}, + Volume = {B467}, + + File = {:Andersson1995ju.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B467,443} +} + +@Article{Andersson:1984af, + Title = {{Baryon Production in Jet Fragmentation and Upsilon-Decay}}, + Author = {Andersson, Bo and Gustafson, G. and Sj{\"o}strand, T.}, + Journal = {Phys. Scripta}, + Year = {1985}, + Pages = {574}, + Volume = {32}, + + Doi = {10.1088/0031-8949/32/6/003}, + File = {:Andersson1984af.pdf:PDF}, + Slaccitation = {%%CITATION = PHSTB,32,574;%%} +} + +@Article{Andersson:1981ce, + Title = {{A Model for Baryon Production in Quark and Gluon Jets}}, + Author = {Andersson, Bo and Gustafson, G. and Sj{\"o}strand, T.}, + Journal = {Nucl. Phys.}, + Year = {1982}, + Pages = {45}, + Volume = {B197}, + + Doi = {10.1016/0550-3213(82)90153-5}, + File = {:Andersson1981ce.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B197,45;%%} +} + +@Article{Andersson:2002cf, + Title = {{Small $x$ phenomenology: summary and status}}, + Author = {Andersson, Bo and others}, + Journal = {Eur. Phys. J.}, + Year = {2002}, + Pages = {77-101}, + Volume = {C25}, + + Collaboration = {Small $x$}, + Eprint = {hep-ph/0204115}, + File = {:Andersson2002cf.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0204115} +} + +@Article{Andonov:2002mx, + Title = {{Comparison of SANC with KORALZ and PHOTOS}}, + Author = {Andonov, A. and Jadach, S. and Nanava, G. and Was, Z.}, + Journal = {Acta Phys.Polon.}, + Year = {2003}, + Pages = {2665-2672}, + Volume = {B34}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0212209}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-TH-2002-315}, + Slaccitation = {%%CITATION = HEP-PH/0212209;%%} +} + +@Article{Andre:1997vh, + Title = {{Matching of matrix elements and parton showers}}, + Author = {Andr\'e, J. and Sj{\"o}strand, T.}, + Journal = {Phys. Rev.}, + Year = {1998}, + Pages = {5767-5772}, + Volume = {D57}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.57.5767}, + Eprint = {hep-ph/9708390}, + File = {:Andre1997vh.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9708390;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9708390} +} + +@Article{Andreeva:2008zz, + Title = {{High-energy physics on the Grid: The ATLAS and CMS experience}}, + Author = {Andreeva, Julia and Campana, Simone and Fanzago, Federica and Herrala, Juha}, + Journal = {J. Grid Comput.}, + Year = {2008}, + Pages = {3-13}, + Volume = {6}, + + File = {:Andreeva2008zz.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=JGCOA,6,3} +} + +@Article{Antchev:lowt, + Title = {{Measurement of proton-proton elastic scattering and total cross-section at $\sqrt{s}$ =7 TeV}}, + Author = {Antchev, G. and Aspell, P. and Atanassov, I. and Avati, V. and Baechler, J. and others}, + Year = {2012}, + + Reportnumber = {CERN-PH-EP-2012-239, 17-August-2012} +} + +@Article{Antchev:2011vs, + Title = {{First measurement of the total proton-proton cross section at the LHC energy of $\sqrt{s}$ =7 TeV}}, + Author = {Antchev, G. and Aspell, P. and Atanassov, I. and Avati, V. and Baechler, J. and others}, + Journal = {Europhys.Lett.}, + Year = {2011}, + Pages = {21002}, + Volume = {96}, + + Archiveprefix = {arXiv}, + Eprint = {1110.1395}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2011-158, 24-SEPTEMBER-2011}, + Slaccitation = {%%CITATION = ARXIV:1110.1395;%%} +} + +@Article{Aspell:2012ux, + Title = {{Measurement of the forward charged particle pseudorapidity density in $pp$ collisions at $\sqrt{s} = 7$ TeV with the TOTEM experiment}}, + Author = {Antchev, G and others}, + Journal = {Europhys.Lett.}, + Year = {2012}, + Pages = {31002}, + Volume = {98}, + + Archiveprefix = {arXiv}, + Collaboration = {TOTEM Collaboration}, + Doi = {10.1209/0295-5075/98/31002}, + Eprint = {1205.4105}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = ARXIV:1205.4105;%%} +} + +@Article{Antchev:2011zz, + Title = {{Proton-proton elastic scattering at the LHC energy of s** (1/2) = 7-TeV}}, + Author = {Antchev, G. and others}, + Journal = {Europhys.Lett.}, + Year = {2011}, + Pages = {41001}, + Volume = {95}, + + Archiveprefix = {arXiv}, + Collaboration = {TOTEM Collaboration}, + Doi = {10.1209/0295-5075/95/41001}, + Eprint = {1110.1385}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2011-101}, + Slaccitation = {%%CITATION = ARXIV:1110.1385;%%} +} + +@Article{Antoniadis:1998ig, + Title = {{New dimensions at a millimeter to a fermi and superstrings at a TeV}}, + Author = {Antoniadis, Ignatios and Arkani-Hamed, Nima and Dimopoulos, Savas and Dvali, G. R.}, + Journal = {Phys. Lett.}, + Year = {1998}, + Pages = {257-263}, + Volume = {B436}, + + Doi = {10.1016/S0370-2693(98)00860-0}, + Eprint = {hep-ph/9804398}, + File = {:Antoniadis1998ig.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9804398;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9804398} +} + +@Article{Antreasyan:1981eg, + Title = {{Dimuon Scaling Comparison at 44-Gev And 62-Gev}}, + Author = {Antreasyan, D. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {1982}, + Note = {CERN-R209}, + Pages = {302}, + Volume = {48}, + + Doi = {10.1103/PhysRevLett.48.302}, + File = {:Antreasyan1981eg.pdf:PDF}, + Slaccitation = {%%CITATION = PRLTA,48,302;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRLTA,48,302} +} + +@Article{Antreasyan:1981uv, + Title = {{Production Dynamics of High-Mass Muon Pairs}}, + Author = {Antreasyan, D. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {1981}, + Note = {CERN-R209}, + Pages = {12-15}, + Volume = {47}, + + Doi = {10.1103/PhysRevLett.47.12}, + File = {:Antreasyan1981uv.pdf:PDF}, + Slaccitation = {%%CITATION = PRLTA,47,12;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRLTA,47,12} +} + +@Article{Antunano:2007da, + Title = {{Top Quarks, Axigluons and Charge Asymmetries at Hadron Colliders}}, + Author = {Antunano, Oscar and K{\"u}hn, Johann H. and Rodrigo, German}, + Journal = {Phys. Rev.}, + Year = {2008}, + Pages = {014003}, + Volume = {D77}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.77.014003}, + Eprint = {0709.1652}, + File = {:Antunano2007da.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0709.1652;%%} +} + +@Article{Appelquist:1980vg, + Title = {{Strongly interacting Higgs bosons}}, + Author = {Appelquist, Thomas and Bernard, Claude W.}, + Journal = {Phys. Rev.}, + Year = {1980}, + Pages = {200}, + Volume = {D22}, + + Doi = {10.1103/PhysRevD.22.200}, + File = {:Appelquist1980vg.pdf:PDF}, + Slaccitation = {%%CITATION = PHRVA,D22,200;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D22,200} +} + +@Article{Appelquist:1993ka, + Title = {{Electroweak chiral Lagrangian and new precision measurements}}, + Author = {Appelquist, Thomas and Wu, Guo-Hong}, + Journal = {Phys. Rev.}, + Year = {1993}, + Pages = {3235-3241}, + Volume = {D48}, + + Doi = {10.1103/PhysRevD.48.3235}, + Eprint = {hep-ph/9304240}, + File = {:Appelquist1993ka.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9304240;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9304240} +} + +@Article{Appleby:2003sj, + Title = {{The Resummation of interjet energy flow for gaps between jets processes at HERA}}, + Author = {Appleby, R.B. and Seymour, M.H.}, + Journal = {JHEP}, + Year = {2003}, + Pages = {056}, + Volume = {0309}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2003/09/056}, + Eprint = {hep-ph/0308086}, + Primaryclass = {hep-ph}, + Reportnumber = {MC-TH-2003-8}, + Slaccitation = {%%CITATION = HEP-PH/0308086;%%} +} + +@Article{deAquino:2011ub, + Title = {{ALOHA: Automatic Libraries Of Helicity Amplitudes for Feynman Diagram Computations}}, + Author = {de Aquino, Priscila and Link, William and Maltoni, Fabio and Mattelaer, Olivier and Stelzer, Tim}, + Journal = {Comput.Phys.Commun.}, + Year = {2012}, + Pages = {2254-2263}, + Volume = {183}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.cpc.2012.05.004}, + Eprint = {1108.2041}, + Primaryclass = {hep-ph}, + Reportnumber = {CP3-11-26}, + Slaccitation = {%%CITATION = ARXIV:1108.2041;%%} +} + +@Article{Arbuzov:2013fa, + Title = {{Non-perturbative approach to the problem of anomalous FB asymmetry in top pair production at TEVATRON}}, + Author = {Arbuzov, Boris A. and Zaitsev, Ivan V.}, + Year = {2013}, + + Archiveprefix = {arXiv}, + Eprint = {1302.0663}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1302.0663;%%} +} + +@Article{Archibald:2011aa, + Title = {An Automated NLO Framework in \Sherpa}, + Author = {Archibald, Jennifer}, + Year = {2011}, + + File = {:Archibald2011aa.pdf:PDF} +} + +@Article{Archibald:2008aa, + Title = {{Simulation of photon-photon interactions in hadron collisions with \Sherpa}}, + Author = {Archibald, Jennifer and Gleisberg, Tanju and H{\"o}che, Stefan and Krauss, Frank and Sch{\"o}nherr, Marek and Schumann, Steffen and Siegert, Frank and Winter, Jan-Christopher}, + Journal = {Nucl. Phys.}, + Year = {2008}, + Pages = {218-225}, + Volume = {179}, + + File = {:Archibald2008aa.pdf:PDF}, + Url = {http://dx.doi.org/10.1016/j.nuclphysbps.2008.07.027} +} + +@Article{ArkaniHamed:1998rs, + Title = {{The hierarchy problem and new dimensions at a millimeter}}, + Author = {Arkani-Hamed, Nima and Dimopoulos, Savas and Dvali, G. R.}, + Journal = {Phys. Lett.}, + Year = {1998}, + Pages = {263-272}, + Volume = {B429}, + + Doi = {10.1016/S0370-2693(98)00466-3}, + Eprint = {hep-ph/9803315}, + File = {:ArkaniHamed1998rs.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9803315;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9803315} +} + +@Article{Artru:1974hr, + Title = {{String model and multiproduction}}, + Author = {Artru, X. and Mennessier, G.}, + Journal = {Nucl. Phys.}, + Year = {1974}, + Pages = {93-115}, + Volume = {B70}, + + File = {:Artru1974hr.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B70,93} +} + +@Article{Ask:2011cg, + Title = {{Measurement of the production cross section for W- and Z-bosons in association with jets in ATLAS}}, + Author = {Ask, Stefan}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS}, + Eprint = {1106.2061}, + Primaryclass = {hep-ex}, + Url = {http://inspirehep.net/record/913349} +} + +@Article{Aubert:2006px, + Title = {{Measurement of the $B^0 \to \pi^- l^+ \nu$ Form-Factor Shape and Branching Fraction, and Determination of $|V_{ub}|$ with a Loose Neutrino Reconstruction Technique}}, + Author = {Aubert, B. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {2007}, + Pages = {091801}, + Volume = {98}, + + Archiveprefix = {arXiv}, + Collaboration = {BABAR}, + Doi = {10.1103/PhysRevLett.98.091801}, + Eprint = {hep-ex/0612020}, + File = {:Aubert2006px.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0612020;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0612020} +} + +@Article{Aubert:1988xb, + Title = {{Evidence for anomalous prompt photons in deep inelastic muon scattering at 200 GeV}}, + Author = {Aubert, J. J. and others}, + Journal = {Phys. Lett.}, + Year = {1989}, + Pages = {248}, + Volume = {B218}, + + Collaboration = {European Muon}, + Doi = {10.1016/0370-2693(89)91428-7}, + File = {:Aubert1988xb.pdf:PDF}, + Slaccitation = {%%CITATION = PHLTA,B218,248;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHLTA,B218,248} +} + +@Article{Aurenche:1989gv, + Title = {{Prompt photon production at colliders}}, + Author = {Aurenche, P. and Baier, R. and Fontannaz, M.}, + Journal = {Phys. Rev.}, + Year = {1990}, + Pages = {1440-1449}, + Volume = {D42}, + + Doi = {10.1103/PhysRevD.42.1440}, + File = {:Aurenche1989gv.pdf:PDF}, + Slaccitation = {%%CITATION = PHRVA,D42,1440;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHRVA,D42,1440} +} + +@Article{Aurenche:1988vi, + Title = {{Gluon content of the nucleon probed with real and virtual photons}}, + Author = {Aurenche, P. and Baier, R. and Fontannaz, M. and Owens, J. F. and Werlen, M.}, + Journal = {Phys. Rev.}, + Year = {1989}, + Pages = {3275}, + Volume = {D39}, + + Doi = {10.1103/PhysRevD.39.3275}, + File = {:Aurenche1988vi.pdf:PDF}, + Slaccitation = {%%CITATION = PHRVA,D39,3275;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHRVA,D39,3275} +} + +@Article{Aurenche:1987fs, + Title = {{Prompt photon production at large $p_T$ Scheme invariant QCD predictions and comparison with experiment}}, + Author = {Aurenche, P. and Baier, R. and Fontannaz, M. and Schiff, D.}, + Journal = {Nucl. Phys.}, + Year = {1988}, + Pages = {661}, + Volume = {B297}, + + Doi = {10.1016/0550-3213(88)90553-6}, + File = {:Aurenche1987fs.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B297,661;%%} +} + +@Article{Aurenche:1985yk, + Title = {{Large $p_T$ Double Photon Production in Hadronic Collisions --- Beyond Leading Logarithm QCD Calculation}}, + Author = {Aurenche, P. and Douiri, A. and Baier, R. and Fontannaz, M. and Schiff, D.}, + Journal = {Z. Phys.}, + Year = {1985}, + Pages = {459-475}, + Volume = {C29}, + + Doi = {10.1007/BF01565195}, + File = {:Aurenche1985yk.pdf:PDF}, + Slaccitation = {%%CITATION = ZEPYA,C29,459;%%} +} + +@Article{Aurenche:2006vj, + Title = {{Recent critical study of photon production in hadronic collisions}}, + Author = {Aurenche, Patrick and Fontannaz, Michel and Guillet, Jean-Philippe and Pilon, Eric and Werlen, Monique}, + Journal = {Phys. Rev.}, + Year = {2006}, + Pages = {094007}, + Volume = {D73}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.73.094007}, + Eprint = {hep-ph/0602133}, + File = {:Aurenche2006vj.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0602133;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0602133} +} + +@Article{Azimov:1985by, + Title = {{Humpbacked QCD Plateau in Hadron Spectra}}, + Author = {Azimov, Yakov I. and Dokshitzer, Yuri L. and Khoze, Valery A. and Troyan, S.I.}, + Journal = {Z.Phys.}, + Year = {1986}, + Pages = {213}, + Volume = {C31}, + + Doi = {10.1007/BF01479529}, + Reportnumber = {CERN-TH-4345-85}, + Slaccitation = {%%CITATION = ZEPYA,C31,213;%%} +} + +@Article{Azimov:1984np, + Title = {{Similarity of Parton and Hadron Spectra in QCD Jets}}, + Author = {Azimov, Yakov I. and Dokshitzer, Yuri L. and Khoze, Valery A. and Troyan, S.I.}, + Journal = {Z.Phys.}, + Year = {1985}, + Pages = {65-72}, + Volume = {C27}, + + Doi = {10.1007/BF01642482}, + Reportnumber = {LENINGRAD-84-942}, + Slaccitation = {%%CITATION = ZEPYA,C27,65;%%} +} + +@Article{Bahr:2008wk, + Title = {{The Underlying Event and the Total Cross Section from Tevatron to the LHC}}, + Author = {B{\"a}hr, Manuel and Butterworth, Jonathan M. and Seymour, Michael H.}, + Journal = {JHEP}, + Year = {2009}, + Pages = {065}, + Volume = {01}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/01/065}, + Eprint = {0806.2949}, + File = {:Bahr2008wk.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0806.2949;%%} +} + +@Article{Bahr:2008dy, + Title = {{Simulation of multiple partonic interactions in Herwig++}}, + Author = {B{\"a}hr, Manuel and Gieseke, Stefan and Seymour, Michael H.}, + Journal = {JHEP}, + Year = {2008}, + Pages = {076}, + Volume = {07}, + + Archiveprefix = {arXiv}, + Eprint = {0803.3633}, + File = {:Bahr2008dy.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0803.3633} +} + +@Article{Bahr:2008pv, + Title = {{Herwig++ Physics and Manual}}, + Author = {B{\"a}hr, M. and others}, + Journal = {Eur. Phys. J.}, + Year = {2008}, + Pages = {639-707}, + Volume = {C58}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-008-0798-9}, + Eprint = {0803.0883}, + File = {:Bahr2008pv.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0803.0883;%%} +} + +@Article{Baernreuther:2012ws, + Title = {{Percent level precision physics at the Tevatron: first genuine NNLO QCD corrections to $q\bar q\to t\bar t$ + $X$}}, + Author = {B{\"a}rnreuther, Peter and Czakon, Michal and Mitov, Alexander}, + Journal = {Phys.Rev.Lett.}, + Year = {2012}, + Pages = {132001}, + Volume = {109}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.109.132001}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1204.5201;%%}, + Url = {http://inspirehep.net/record/1112110} +} + +@Article{Badelek:2001xb, + Title = {{TESLA Technical Design Report, Part VI, Chapter 1: Photon collider at TESLA}}, + Author = {Badelek, B. and others}, + Journal = {Int. J. Mod. Phys.}, + Year = {2004}, + Pages = {5097-5186}, + Volume = {A19}, + + Collaboration = {ECFA/DESY Photon Collider Working Group}, + Eprint = {1204.5201}, + File = {:Badelek2001xb.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0108012} +} + +@Article{Badger:2010nx, + Title = {{NGluon: A Package to Calculate One-loop Multi-gluon Amplitudes}}, + Author = {Badger, Simon and Biedermann, Benedikt and Uwer, Peter}, + Journal = {Comput.Phys.Commun.}, + Year = {2011}, + Pages = {1674-1692}, + Volume = {182}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.cpc.2011.04.008}, + Eprint = {1011.2900}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-10-200, HU-EP-10-74, SFB-CPP-10-109}, + Slaccitation = {%%CITATION = ARXIV:1011.2900;%%} +} + +@Article{Badger:2012pg, + Title = {{Numerical evaluation of virtual corrections to multi-jet production in massless QCD}}, + Author = {Badger, Simon and Biedermann, Benedikt and Uwer, Peter and Yundin, Valery}, + Journal = {Comput.Phys.Commun.}, + Year = {2013}, + Pages = {1981-1998}, + Volume = {184}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.cpc.2013.03.018}, + Eprint = {1209.0100}, + Primaryclass = {hep-ph}, + Reportnumber = {HU-EP-12-29}, + Slaccitation = {%%CITATION = ARXIV:1209.0100;%%} +} + +@Article{Badger:2013yda, + Title = {{Next-to-leading order QCD corrections to five jet production at the LHC}}, + Author = {Badger, Simon and Biedermann, Benedikt and Uwer, Peter and Yundin, Valery}, + Journal = {Phys.Rev.}, + Year = {2013}, + Pages = {034019}, + Volume = {D89}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.89.034019}, + Eprint = {1309.6585}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1309.6585;%%}, + Url = {http://inspirehep.net/record/1255434} +} + +@article{Badger:2013ava, + author = "Badger, Simon and Guffanti, Alberto and Yundin, Valery", + title = "{Next-to-leading order QCD corrections to di-photon + production in association with up to three jets at the + Large Hadron Collider}", + journal = "JHEP", + volume = "1403", + pages = "122", + doi = "10.1007/JHEP03(2014)122", + year = "2014", + eprint = "1312.5927", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MPP-2013-319, CERN-PH-TH-2013-318", + SLACcitation = "%%CITATION = ARXIV:1312.5927;%%", +} + +@Article{Badger:2005zh, + Title = {{Recursion relations for gauge theory amplitudes with massive particles}}, + Author = {Badger, S. D. and Glover, E. W. N. and Khoze, V. V. and Svr{\v{c}}ek, P.}, + Journal = {JHEP}, + Year = {2005}, + Pages = {025}, + Volume = {07}, + + Eprint = {hep-th/0504159}, + File = {:Badger2005zh.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0504159} +} + +@Article{Baer:1990ra, + Title = {{Next-to-leading-logarithm calculation of direct photon production}}, + Author = {Baer, H. and Ohnemus, J. and Owens, J. F.}, + Journal = {Phys. Rev.}, + Year = {1990}, + Pages = {61-71}, + Volume = {D42}, + + Doi = {10.1103/PhysRevD.42.61}, + File = {:Baer1990ra.pdf:PDF}, + Slaccitation = {%%CITATION = PHRVA,D42,61;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHRVA,D42,61} +} + +@Article{Bagger:1987fz, + Title = {{Axigluon Production in Hadronic Collisions}}, + Author = {Bagger, Jonathan and Schmidt, Carl and King, Stephen}, + Journal = {Phys. Rev.}, + Year = {1988}, + Pages = {1188}, + Volume = {D37}, + + Doi = {10.1103/PhysRevD.37.1188}, + File = {:Bagger1987fz.pdf:PDF}, + Slaccitation = {%%CITATION = PHRVA,D37,1188;%%} +} + +@Article{Bahr:2009ek, + Title = {{Soft interactions in Herwig++}}, + Author = {Bahr, Manuel and Butterworth, Jonathan M. and Gieseke, Stefan and Seymour, Michael H.}, + Year = {2009}, + + Archiveprefix = {arXiv}, + Eprint = {0905.4671}, + Primaryclass = {hep-ph}, + Slaccitation = {CITATION = 0905.4671;} +} + +@Article{Bai:2011ed, + Title = {{LHC Predictions from a Tevatron Anomaly in the Top Quark Forward-Backward Asymmetry}}, + Author = {Bai, Yang and Hewett, JoAnne L. and Kaplan, Jared and Rizzo, Thomas G.}, + Journal = {JHEP}, + Year = {2011}, + Pages = {003}, + Volume = {03}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP03(2011)003}, + Eprint = {1101.5203}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-14364}, + Slaccitation = {%%CITATION = ARXIV:1101.5203;%%} +} + +@Article{Bai:2011mr, + Title = {{Composite Octet Searches with Jet Substructure}}, + Author = {Bai, Yang and Shelton, Jessie}, + Journal = {JHEP}, + Year = {2012}, + Pages = {067}, + Volume = {07}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP07(2012)067}, + Eprint = {1107.3563}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-14509}, + Slaccitation = {%%CITATION = ARXIV:1107.3563;%%}, + Url = {http://inspirehep.net/record/919197} +} + +@Article{Bailey:1992br, + Title = {{Order $\alpha_s$ Monte Carlo calculation of hadronic double-photon production}}, + Author = {Bailey, B. and Owens, J. F. and Ohnemus, J.}, + Journal = {Phys. Rev.}, + Year = {1992}, + Pages = {2018-2027}, + Volume = {D46}, + + Doi = {10.1103/PhysRevD.46.2018}, + File = {:Bailey1992br.pdf:PDF}, + Slaccitation = {%%CITATION = PHRVA,D46,2018;%%} +} + +@Article{Balazs:1997hv, + Title = {{Photon pair production with soft gluon resummation in hadronic interactions}}, + Author = {Balazs, C. and Berger, Edmond L. and Mrenna, S. and Yuan, C. P.}, + Journal = {Phys. Rev.}, + Year = {1998}, + Pages = {6934-6947}, + Volume = {D57}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.57.6934}, + Eprint = {hep-ph/9712471}, + File = {:Balazs1997hv.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9712471;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9712471} +} + +@Article{Balazs:2007hr, + Title = {{Calculation of prompt diphoton production cross sections at Fermilab Tevatron and CERN LHC energies}}, + Author = {Balazs, C. and Berger, Edmond L. and Nadolsky, Pavel M. and Yuan, C. -P.}, + Journal = {Phys. Rev.}, + Year = {2007}, + Pages = {013009}, + Volume = {D76}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.76.013009}, + Eprint = {0704.0001}, + File = {:Balazs2007hr.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0704.0001;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0704.0001} +} + +@Article{Balazs:2006cc, + Title = {{All-orders resummation for diphoton production at hadron colliders}}, + Author = {Balazs, Csaba and Berger, Edmond L. and Nadolsky, Pavel M. and Yuan, C. -P.}, + Journal = {Phys. Lett.}, + Year = {2006}, + Pages = {235-240}, + Volume = {B637}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2006.04.017}, + Eprint = {hep-ph/0603037}, + File = {:Balazs2006cc.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0603037;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0603037} +} + +@Article{Balazs:1999yf, + Title = {{Diphoton background to Higgs boson production at the LHC with soft gluon effects}}, + Author = {Balazs, C. and Nadolsky, Pavel M. and Schmidt, C. and Yuan, C. P.}, + Journal = {Phys. Lett.}, + Year = {2000}, + Pages = {157-162}, + Volume = {B489}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0370-2693(00)00934-5}, + Eprint = {hep-ph/9905551}, + File = {:Balazs1999yf.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9905551;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9905551} +} + +@Article{Bali:1992ab, + Title = {{Static quark - anti-quark potential: Scaling behavior and finite size effects in SU(3) lattice gauge theory}}, + Author = {Bali, G.S. and Schilling, K.}, + Journal = {Phys.Rev.}, + Year = {1992}, + Pages = {2636-2646}, + Volume = {D46}, + + Doi = {10.1103/PhysRevD.46.2636}, + Reportnumber = {WUB-92-02}, + Slaccitation = {%%CITATION = PHRVA,D46,2636;%%} +} + +@Article{Balitsky:1978ic, + Title = {{The Pomeranchuk Singularity in Quantum Chromodynamics}}, + Author = {I. I. Balitsky and L. N. Lipatov}, + Journal = {Sov. J. Nucl. Phys.}, + Year = {1978}, + Pages = {822-829}, + Volume = {28}, + + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SJNCA,28,822} +} + +@article{Ball:2014uwa, + author = "Ball, Richard D. and others", + title = "{Parton distributions for the LHC Run II}", + collaboration = "The NNPDF Collaboration", + year = "2014", + eprint = "1410.8849", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "EDINBURGH-2014-15, IFUM-1034-FT, CERN-PH-TH-2013-253, + OUTP-14-11P, CAVENDISH-HEP-14-11", + SLACcitation = "%%CITATION = ARXIV:1410.8849;%%", +} + +@Article{Ball:2007hb, + Title = {{$B \to \eta^{(')}$ form factors in QCD}}, + Author = {Ball, Patricia and Jones, G. W.}, + Journal = {JHEP}, + Year = {2007}, + Pages = {025}, + Volume = {08}, + + Archiveprefix = {arXiv}, + Eprint = {0706.3628}, + File = {:Ball2007hb.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0706.3628;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0706.3628} +} + +@Article{Ball:2004rg, + Title = {{$B_{d,s} \to \rho, \omega, K^*, \Phi$ decay form factors from light-cone sum rules reexamined}}, + Author = {Ball, Patricia and Zwicky, Roman}, + Journal = {Phys. Rev.}, + Year = {2005}, + Pages = {014029}, + Volume = {D71}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.71.014029}, + Eprint = {hep-ph/0412079}, + File = {:Ball2004rg.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0412079;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0412079} +} + +@Article{Ball:2004ye, + Title = {{New results on $B \to \pi, K, \eta$ decay form factors from light-cone sum rules}}, + Author = {Ball, Patricia and Zwicky, Roman}, + Journal = {Phys. Rev.}, + Year = {2005}, + Pages = {014015}, + Volume = {D71}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.71.014015}, + Eprint = {hep-ph/0406232}, + File = {:Ball2004ye.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0406232;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0406232} +} + +@Article{Ball:2012cx, + Title = {{Parton distributions with LHC data}}, + Author = {Ball, Richard D. and Bertone, Valerio and Carrazza, Stefano and Deans, Christopher S. and Del Debbio, Luigi and others}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Eprint = {1207.1303}, + Primaryclass = {hep-ph}, + Reportnumber = {EDINBURGH-2012-08, IFUM-FT-997, FR-PHENO-2012-014, RWTH-TTK-12-25, CERN-PH-TH-2012-037, SFB-CPP-12-47\}, + Slaccitation = {%%CITATION = ARXIV:1207.1303;%%} +} + +@Article{Ball:2011us, + Title = {{Precision NNLO determination of alpha_s(M_Z) using an unbiased global parton set}}, + Author = {Ball, Richard D. and Bertone, Valerio and Del Debbio, Luigi and Forte, Stefano and Guffanti, Alberto and others}, + Journal = {Phys.Lett.}, + Year = {2012}, + Pages = {66-71}, + Volume = {B707}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2011.11.053}, + Eprint = {1110.2483}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2011-225, EDINBURGH-2011-29, FR-PHENO-2011-018, IFUM-985-FT, TTK-11-50}, + Slaccitation = {%%CITATION = ARXIV:1110.2483;%%} +} + +@Article{Ball:2013bra, + Title = {{Higgs production in gluon fusion beyond NNLO}}, + Author = {Ball, Richard D. and Bonvini, Marco and Forte, Stefano and Marzani, Simone and Ridolfi, Giovanni}, + Journal = {Nucl.Phys.}, + Year = {2013}, + Pages = {746-772}, + Volume = {B874}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nuclphysb.2013.06.012}, + Eprint = {1303.3590}, + Primaryclass = {hep-ph}, + Reportnumber = {DCPT-13-30, DESY-13-001, EDINBURGH-2012-25, IFUM-1010-FT, IPPP-13-15}, + Slaccitation = {%%CITATION = ARXIV:1303.3590;%%} +} + +@Article{Ball:2013hta, + Title = {{Parton distributions with QED corrections}}, + Author = {Ball, Richard D. and others}, + Year = {2013}, + + Archiveprefix = {arXiv}, + Collaboration = { The NNPDF Collaboration}, + Eprint = {1308.0598}, + Primaryclass = {hep-ph}, + Reportnumber = {EDINBURGH-2013-20, IFUM-1014-FT, FR-PHENO-2013-008, --CERN-PH-TH-2013-075}, + Slaccitation = {%%CITATION = ARXIV:1308.0598;%%} +} + +@Article{Ball:2008by, + Title = {{A determination of parton distributions with faithful uncertainty estimation}}, + Author = {Ball, Richard D. and others}, + Journal = {Nucl. Phys.}, + Year = {2009}, + Pages = {1-63}, + Volume = {B809}, + + Archiveprefix = {arXiv}, + Collaboration = {NNPDF}, + Doi = {10.1016/j.nuclphysb.2008.09.037}, + Eprint = {0808.1231}, + File = {:Ball2008by.pdf:PDF;:Ball2008bya.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0808.1231;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0808.1231} +} + +@Article{Ball:2009mk, + Title = {{Precision determination of electroweak parameters and the strange content of the proton from neutrino deep-inelastic scattering}}, + Author = {Ball, Richard D. and others}, + Journal = {Nucl. Phys.}, + Year = {2009}, + Pages = {195-233}, + Volume = {B823}, + + Archiveprefix = {arXiv}, + Collaboration = {NNPDF}, + Doi = {10.1016/j.nuclphysb.2009.08.003}, + Eprint = {0906.1958}, + File = {:Ball2009mk.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0906.1958;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0906.1958} +} + +@Article{Ballestrero:1994jn, + Title = {{A new method for helicity calculations}}, + Author = {Ballestrero, Alessandro and Maina, Ezio}, + Journal = {Phys. Lett.}, + Year = {1995}, + Pages = {225-233}, + Volume = {B350}, + + Eprint = {hep-ph/9403244}, + File = {:Ballestrero1994jn.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9403244} +} + +@Article{Ballestrero:1992dv, + Title = {{Heavy quarks and leptons at $e^+e^-$ colliders}}, + Author = {Ballestrero, Alessandro and Maina, Ezio and Moretti, Stefano}, + Journal = {Nucl. Phys.}, + Year = {1994}, + Pages = {265-292}, + Volume = {B415}, + + Doi = {10.1016/0550-3213(94)90112-0}, + Eprint = {hep-ph/9212246}, + File = {:Ballestrero1992dv.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9212246;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9212246} +} + +@Article{Banfi:2005gj, + Title = {{Problems in resumming interjet energy flows with $k_t$ clustering}}, + Author = {Banfi, A. and Dasgupta, M.}, + Journal = {Phys.Lett.}, + Year = {2005}, + Pages = {49-56}, + Volume = {B628}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2005.08.125}, + Eprint = {hep-ph/0508159}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = HEP-PH/0508159;%%} +} + +@Article{Banfi:2010pa, + Title = {{Non-global logarithms and jet algorithms in high-pT jet shapes}}, + Author = {Banfi, Andrea and Dasgupta, Mrinal and Khelifa-Kerfa, Kamel and Marzani, Simone}, + Journal = {JHEP}, + Year = {2010}, + Pages = {064}, + Volume = {1008}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP08(2010)064}, + Eprint = {1004.3483}, + Primaryclass = {hep-ph}, + Reportnumber = {MAN-HEP-2010-04}, + Slaccitation = {%%CITATION = ARXIV:1004.3483;%%} +} + +@Article{Banfi:2002hw, + Title = {{Away from jet energy flow}}, + Author = {Banfi, A. and Marchesini, G. and Smye, G.}, + Journal = {JHEP}, + Year = {2002}, + Pages = {006}, + Volume = {0208}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2002/08/006}, + Eprint = {hep-ph/0206076}, + Primaryclass = {hep-ph}, + Reportnumber = {BICOCCA-FT-02-10}, + Slaccitation = {%%CITATION = HEP-PH/0206076;%%} +} + +@Article{Banfi:2012jm, + Title = {{Higgs and Z-boson production with a jet veto}}, + Author = {Banfi, Andrea and Monni, Pier Francesco and Salam, Gavin P. and Zanderighi, Giulia}, + Journal = {Phys.Rev.Lett.}, + Year = {2012}, + Pages = {202001}, + Volume = {109}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.109.202001}, + Eprint = {1206.4998}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2012-173, LPN12-061, OUTP-12-14P, ZU-ZH-10-12}, + Slaccitation = {%%CITATION = ARXIV:1206.4998;%%} +} + +@Article{Banfi:2013eda, + Title = {{Quark masses in Higgs production with a jet veto}}, + Author = {Banfi, Andrea and Monni, Pier Francesco and Zanderighi, Giulia}, + Journal = {JHEP}, + Year = {2014}, + Pages = {097}, + Volume = {1401}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP01(2014)097}, + Eprint = {1308.4634}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1308.4634;%%} +} + +@Article{Banfi:2010cf, + Title = {{Optimisation of variables for studying dilepton transverse momentum distributions at hadron colliders}}, + Author = {Banfi, A. and Redford, S. and Vesterinen, M. and Waller, P. and Wyatt, T. R.}, + Journal = {Eur. Phys. J.}, + Year = {2011}, + Pages = {1600}, + Volume = {C71}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-011-1600-y}, + Eprint = {1009.1580}, + File = {:Banfi2010cf.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 1009.1580;%%}, + Url = {http://inspirebeta.net/record/867998} +} + +@Article{Banfi:2001bz, + Title = {{Semi-numerical resummation of event shapes}}, + Author = {Banfi, A. and Salam, G.P. and Zanderighi, G.}, + Journal = {JHEP}, + Year = {2002}, + Pages = {018}, + Volume = {01}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0112156}, + Primaryclass = {hep-ph}, + Reportnumber = {BICOCCA-FT-01-28, CERN-TH-2001-352, DCPT-01-122, IPPP-01-61, LPTHE-01-77}, + Slaccitation = {%%CITATION = HEP-PH/0112156;%%} +} + +@Article{Banfi:2012yh, + Title = {{NLL+NNLO predictions for jet-veto efficiencies in Higgs-boson and Drell-Yan production}}, + Author = {Banfi, Andrea and Salam, Gavin P. and Zanderighi, Giulia}, + Journal = {JHEP}, + Year = {2012}, + Pages = {159}, + Volume = {06}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP06(2012)159}, + Eprint = {1203.5773}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2012-065, OUTP-12-04P}, + Slaccitation = {%%CITATION = ARXIV:1203.5773;%%} +} + +@Article{Banfi:2010xy, + Title = {{Phenomenology of event shapes at hadron colliders}}, + Author = {Banfi, Andrea and Salam, Gavin P. and Zanderighi, Giulia}, + Journal = {JHEP}, + Year = {2010}, + Pages = {038}, + Volume = {06}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP06(2010)038}, + Eprint = {1001.4082}, + File = {:Banfi2010xy.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/843687} +} + +@Article{Banfi:2006hf, + Title = {{Infrared-safe definition of jet flavour}}, + Author = {Banfi, Andrea and Salam, Gavin P. and Zanderighi, Giulia}, + Journal = {Eur. Phys. J.}, + Year = {2006}, + Pages = {113-124}, + Volume = {C47}, + + Eprint = {hep-ph/0601139}, + File = {:Banfi2006hf.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0601139} +} + +@Article{Banfi:2004yd, + Title = {{Principles of general final-state resummation and automated implementation}}, + Author = {Banfi, Andrea and Salam, Gavin P. and Zanderighi, Giulia}, + Journal = {JHEP}, + Year = {2005}, + Pages = {073}, + Volume = {03}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2005/03/073}, + Eprint = {hep-ph/0407286}, + File = {:Banfi2004yd.pdf:PDF}, + Primaryclass = {hep-ph}, + Reportnumber = {FERMILAB-PUB-04-116-T, LPTHE-04-16, NIKHEF-2004-005}, + Slaccitation = {%%CITATION = HEP-PH/0407286;%%}, + Url = {http://inspirehep.net/record/655163} +} + +@Article{Banfi:2003je, + Title = {{Generalized resummation of QCD final state observables}}, + Author = {Banfi, Andrea and Salam, Gavin P. and Zanderighi, Giulia}, + Journal = {Phys.Lett.}, + Year = {2004}, + Pages = {298-305}, + Volume = {B584}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2004.01.048}, + Eprint = {hep-ph/0304148}, + Primaryclass = {hep-ph}, + Reportnumber = {BICOCCA-FT-03-8, DCPT-03-36, IPPP-03-18, LPTHE-03-12, NIKHEF-2003-007}, + Slaccitation = {%%CITATION = HEP-PH/0304148;%%} +} + +@Article{Banfi:2004nk, + Title = {{Resummed event shapes at hadron - hadron colliders}}, + Author = {Banfi, Andrea and Salam, Gavin P. and Zanderighi, Giulia}, + Journal = {JHEP}, + Year = {2004}, + Note = {Erratum added online, nov/29/2004}, + Pages = {062}, + Volume = {08}, + + Doi = {10.1088/1126-6708/2004/08/062}, + Eprint = {hep-ph/0407287}, + File = {:Banfi2004nk.pdf:PDF}, + Primaryclass = {hep-ph}, + Reportnumber = {FERMILAB-PUB-04-117-T, LPTHE-04-18, NIKHEF-2004-006}, + Slaccitation = {%%CITATION = HEP-PH/0407287;%%}, + Url = {http://inspirehep.net/record/654501} +} + +@Article{Barate:1997ha, + Title = {{A measurement of the QCD colour factors and a limit on the light gluino}}, + Author = {Barate, R. and others}, + Journal = {Z. Phys.}, + Year = {1997}, + Pages = {1-14}, + Volume = {C76}, + + Collaboration = {ALEPH}, + Doi = {10.1007/s002880050522}, + File = {:Barate1997ha.pdf:PDF}, + Slaccitation = {%%CITATION = ZEPYA,C76,1;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C76,1} +} + +@Article{Barber:1979yr, + Title = {{Discovery of Three Jet Events and a Test of Quantum Chromodynamics at PETRA Energies}}, + Author = {Barber, D.P. and Becker, U. and Benda, H. and Boehm, A. and Branson, J.G. and others}, + Journal = {Phys.Rev.Lett.}, + Year = {1979}, + Pages = {830}, + Volume = {43}, + + Doi = {10.1103/PhysRevLett.43.830}, + Reportnumber = {MIT-LNS-106}, + Slaccitation = {%%CITATION = PRLTA,43,830;%%} +} + +@Article{Barberio:1993qi, + Title = {{PHOTOS - a universal monte carlo for QED radiative corrections: version 2.0}}, + Author = {Barberio, Elisabetta and W{\c a}s, Zbigniew}, + Journal = {Comput. Phys. Commun.}, + Year = {1994}, + Pages = {291-308}, + Volume = {79}, + + Doi = {10.1016/0010-4655(94)90074-4}, + File = {:Barberio1993qi.pdf:PDF}, + Slaccitation = {%%CITATION = CPHCB,79,291;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=CPHCB,79,291} +} + +@Article{Barbier:2004ez, + Title = {{R-parity violating supersymmetry}}, + Author = {Barbier, R. and others}, + Journal = {Phys.Rept.}, + Year = {2005}, + Pages = {1-202}, + Volume = {420}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physrep.2005.08.006}, + Eprint = {hep-ph/0406039}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = HEP-PH/0406039;%%} +} + +@Article{Barcelo:2011vk, + Title = {{Stealth gluons at hadron colliders}}, + Author = {Barcelo, R. and Carmona, Adrian and Masip, M. and Santiago, Jose}, + Journal = {Phys.Lett.}, + Year = {2012}, + Pages = {88-91}, + Volume = {B707}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2011.12.002}, + Eprint = {1106.4054}, + Primaryclass = {hep-ph}, + Reportnumber = {UG-FT-287-11, CAFPE-157-11}, + Slaccitation = {%%CITATION = ARXIV:1106.4054;%%} +} + +@Article{Barcelo:2011fw, + Title = {{Gluon excitations in $t\bar t$\/ production at hadron colliders}}, + Author = {Barcelo, Roberto and Carmona, Adrian and Masip, Manuel and Santiago, Jose}, + Journal = {Phys.Rev.}, + Year = {2011}, + Pages = {014024}, + Volume = {D84}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.84.014024}, + Eprint = {1105.3333}, + Primaryclass = {hep-ph}, + Reportnumber = {UG-FT-286-11, CAFPE-156-11}, + Slaccitation = {%%CITATION = ARXIV:1105.3333;%%} +} + +@Article{Barger:2006hm, + Title = {{Top Quark Pairs at High Invariant Mass: A Model-Independent Discriminator of New Physics at the LHC}}, + Author = {Barger, Vernon and Han, Tao and Walker, Devin G.E.}, + Journal = {Phys.Rev.Lett.}, + Year = {2008}, + Pages = {031801}, + Volume = {100}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.100.031801}, + Eprint = {hep-ph/0612016}, + Primaryclass = {hep-ph}, + Reportnumber = {MADPH-06-1475}, + Slaccitation = {%%CITATION = HEP-PH/0612016;%%} +} + +@Article{Barger:2011ya, + Title = {{Looking for parity nonconservation from strong interactions beyond QCD}}, + Author = {Barger, Vernon and Keung, Wai-Yee and Yu, Chiu-Tien}, + Journal = {Phys.Rev.}, + Year = {2012}, + Pages = {056008}, + Volume = {D85}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.85.056008}, + Eprint = {1108.2275}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1108.2275;%%} +} + +@Book{Barone:2002dc, + Title = {{High-energy particle diffraction}}, + Author = {Barone, Vincenzo and Predazzi, Enrico}, + Publisher = {Berlin, Germany: Springer}, + Year = {2002}, + + Pages = {407}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?key=4960041} +} + +@Article{Bartalini:2011jp, + Title = {{Multi-Parton Interactions at the LHC}}, + Author = {Bartalini, P. and Berger, E.L. and Blok, B. and Calucci, G. and Corke, R. and others}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Eprint = {1111.0469}, + Primaryclass = {hep-ph}, + Reportnumber = {ANL-HEP-PR-11-65, CMS-CR-2011-048, DESY-11-185, KA-TP-32-2011, TTK-11-52}, + Slaccitation = {%%CITATION = ARXIV:1111.0469;%%}, + Url = {http://inspirehep.net/record/944170} +} + +@Article{Bartel:1986ua, + Title = {{Experimental Studies on Multijet Production in $e^+$ $e^-$ Annihilation at PETRA Energies}}, + Author = {Bartel, W. and others}, + Journal = {Z. Phys.}, + Year = {1986}, + Pages = {23}, + Volume = {C33}, + + Collaboration = {JADE}, + Doi = {10.1007/BF01410449}, + File = {:Bartel1986ua.pdf:PDF}, + Slaccitation = {%%CITATION = ZEPYA,C33,23;%%} +} + +@Article{Bartel:1983ii, + Title = {{Particle Distribution in Three Jet Events Produced by e+ e- Annihilation}}, + Author = {Bartel, W. and others}, + Journal = {Z.Phys.}, + Year = {1983}, + Pages = {37}, + Volume = {C21}, + + Collaboration = {JADE Collaboration}, + Doi = {10.1007/BF01648774}, + Reportnumber = {DESY-83-080}, + Slaccitation = {%%CITATION = ZEPYA,C21,37;%%} +} + +@Article{Bartel:1979ut, + Title = {{Observation of Planar Three Jet Events in e+ e- Annihilation and Evidence for Gluon Bremsstrahlung}}, + Author = {Bartel, W. and others}, + Journal = {Phys.Lett.}, + Year = {1980}, + Pages = {142}, + Volume = {B91}, + + Collaboration = {JADE Collaboration}, + Doi = {10.1016/0370-2693(80)90680-2}, + Reportnumber = {DESY 79/80}, + Slaccitation = {%%CITATION = PHLTA,B91,142;%%} +} + +@Article{Bartels:2005wa, + Title = {{AGK cutting rules and multiple scattering in hadronic collisions}}, + Author = {Bartels, J. and Salvadore, M. and Vacca, G. P.}, + Journal = {Eur. Phys. J.}, + Year = {2005}, + Pages = {53-71}, + Volume = {C42}, + + Eprint = {hep-ph/0503049}, + File = {:Bartels2005wa.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0503049} +} + +@Article{Barze:2012tt, + Title = {{Implementation of electroweak corrections in the POWHEG BOX: single W production}}, + Author = {Barze, Luca and Montagna, Guido and Nason, Paolo and Nicrosini, Oreste and Piccinini, Fulvio}, + Journal = {JHEP}, + Year = {2012}, + Note = {31 pages, 7 figures. Minor corrections, references added and updated. Final version to appear in JHEP}, + Pages = {037}, + Volume = {04}, + + Archiveprefix = {arXiv}, + Eprint = {1202.0465}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2012-025, FNT-2012-01, LPN12-031}, + Slaccitation = {%%CITATION = ARXIV:1202.0465;%%}, + Url = {http://inspirehep.net/record/1087253} +} + +@Article{Basham:1978bw, + Title = {{Energy Correlations in electron - Positron Annihilation: Testing QCD}}, + Author = {Basham, C. Louis and Brown, Lowell S. and Ellis, Stephen D. and Love, Sherwin T.}, + Journal = {Phys. Rev. Lett.}, + Year = {1978}, + Pages = {1585}, + Volume = {41}, + + Doi = {10.1103/PhysRevLett.41.1585}, + File = {:Basham1978bw.pdf:PDF}, + Slaccitation = {%%CITATION = PRLTA,41,1585;%%} +} + +@Article{Bassetto:1984ik, + Title = {{Jet structure and infrared sensitive quantities in perturbative QCD}}, + Author = {Bassetto, A. and Ciafaloni, M. and Marchesini, G.}, + Journal = {Phys. Rept.}, + Year = {1983}, + Pages = {201-272}, + Volume = {100}, + + File = {:Bassetto1984ik.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRPLC,100,201} +} + +@Article{Bassetto:1979vy, + Title = {{Color Singlet Distributions and Mass Damping in Perturbative QCD}}, + Author = {Bassetto, A. and Ciafaloni, M. and Marchesini, G.}, + Journal = {Phys.Lett.}, + Year = {1979}, + Pages = {207}, + Volume = {B83}, + + Doi = {10.1016/0370-2693(79)90687-7}, + Reportnumber = {SNS 4/1979}, + Slaccitation = {%%CITATION = PHLTA,B83,207;%%} +} + +@Article{Bassetto:1982ma, + Title = {{Jet multiplicity and soft gluon factorization}}, + Author = {Bassetto, A. and Ciafaloni, M. and Marchesini, G. and Mueller, Alfred H.}, + Journal = {Nucl. Phys.}, + Year = {1982}, + Pages = {189}, + Volume = {B207}, + + File = {:Bassetto1982ma.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B207,189} +} + +@Article{Battiston:1983gp, + Title = {{Proton -- anti-proton elastic scattering at four-momentum transfer up to 0.5 GeV $^2$ at the CERN SPS collider}}, + Author = {Battiston, R. and others}, + Journal = {Phys.Lett.}, + Year = {1983}, + Pages = {472}, + Volume = {B127}, + + Collaboration = {UA4 Collaboration}, + Doi = {10.1016/0370-2693(83)90296-4}, + Reportnumber = {CERN-EP/83-57}, + Slaccitation = {%%CITATION = PHLTA,B127,472;%%} +} + +@Article{Bauer:2009km, + Title = {{Scale setting and resummation of logarithms in $pp\to V$+jets}}, + Author = {Bauer, Christian W. and Lange, Bj{\"o}rn O.}, + Year = {2009}, + + Archiveprefix = {arXiv}, + Eprint = {0905.4739}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/821638} +} + +@Article{Bauer:2008qh, + Title = {{GenEvA. (I). a new framework for event generation}}, + Author = {Bauer, Christian W. and Tackmann, Frank J. and Thaler, Jesse}, + Journal = {JHEP}, + Year = {2008}, + Pages = {010}, + Volume = {12}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/12/010}, + Eprint = {0801.4026}, + File = {:Bauer2008qh.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0801.4026;%%} +} + +@Article{Bauer:2008qj, + Title = {{GenEvA (II): a phase space generator from a reweighted parton shower}}, + Author = {Bauer, Christian W. and Tackmann, Frank J. and Thaler, Jesse}, + Journal = {JHEP}, + Year = {2008}, + Pages = {011}, + Volume = {12}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/12/011}, + Eprint = {0801.4028}, + File = {:Bauer2008qj.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0801.4028;%%} +} + +@Article{Bauer:2010iq, + Title = {{Top-Quark Forward-Backward Asymmetry in Randall-Sundrum Models Beyond the Leading Order}}, + Author = {Bauer, Martin and G{\"o}rtz, Florian and Haisch, Ulrich and Pfoh, Torsten and Westhoff, Susanne}, + Journal = {JHEP}, + Year = {2010}, + Pages = {039}, + Volume = {11}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP11(2010)039}, + Eprint = {1008.0742}, + Primaryclass = {hep-ph}, + Reportnumber = {MZ-TH-10-28}, + Slaccitation = {%%CITATION = ARXIV:1008.0742;%%} +} + +@Article{Bauerdick:2014qka, + Title = {{Planning the Future of U.S. Particle Physics (Snowmass 2013): Chapter 9: Computing Frontier}}, + Author = {Bauerdick, L.A.T. and Gottlieb, S. and others}, + Year = {2014}, + + Archiveprefix = {arXiv}, + Eprint = {1401.6117}, + Primaryclass = {hep-ex}, + Reportnumber = {FERMILAB-CONF-14-019-CH09}, + Slaccitation = {%%CITATION = ARXIV:1401.6117;%%} +} + +@Article{Bauerdick:2012xd, + Title = {{The Open Science Grid - Support for Multi-Disciplinary Team Science - the Adolescent Years}}, + Author = {Bauerdick, Lothar and others}, + Journal = {J.Phys.Conf.Ser.}, + Year = {2012}, + Pages = {042048}, + Volume = {396}, + + Collaboration = {Open Science Grid}, + Doi = {10.1088/1742-6596/396/4/042048}, + Reportnumber = {FERMILAB-PUB-12-252-CD}, + Slaccitation = {%%CITATION = 00462,396,042048;%%} +} + +@Article{Baumgart:2013yra, + Title = {{Transverse Top Quark Polarization and the ttbar Forward-Backward Asymmetry}}, + Author = {Baumgart, Matthew and Tweedie, Brock}, + Year = {2013}, + + Archiveprefix = {arXiv}, + Eprint = {1303.1200}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1303.1200;%%} +} + +@Article{Baur:2006sn, + Title = {{Weak Boson Emission in Hadron Collider Processes}}, + Author = {Baur, U.}, + Journal = {Phys.Rev.}, + Year = {2007}, + Pages = {013005}, + Volume = {D75}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.75.013005}, + Eprint = {hep-ph/0611241}, + File = {:Baur2006sn.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirehep.net/record/732252} +} + +@Article{Baur:2001ze, + Title = {{Electroweak radiative corrections to neutral current Drell-Yan processes at hadron colliders}}, + Author = {Baur, U. and Brein, O. and Hollik, W. and Schappacher, C. and Wackeroth, D.}, + Journal = {Phys.Rev.}, + Year = {2002}, + Pages = {033007}, + Volume = {D65}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.65.033007}, + Eprint = {hep-ph/0108274}, + Primaryclass = {hep-ph}, + Reportnumber = {KA-TP-26-2001, UB-HET-01-04, UR-1642}, + Slaccitation = {%%CITATION = HEP-PH/0108274;%%} +} + +@Article{Baur:1988qt, + Title = {{Probing the WW$\gamma$ vertex at future hadron colliders}}, + Author = {Baur, U. and Zeppenfeld, D.}, + Journal = {Nucl. Phys.}, + Year = {1988}, + Pages = {127}, + Volume = {B308}, + + Doi = {10.1016/0550-3213(88)90045-4}, + File = {:Baur1988qt.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B308,127;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B308,127} +} + +@Article{Ball:2007zza, + Title = {{CMS technical design report, volume II: Physics performance}}, + Author = {Bayatian, G. L. and others}, + Journal = {J. Phys.}, + Year = {2007}, + Pages = {995-1579}, + Volume = {G34}, + + Collaboration = {CMS}, + Doi = {10.1088/0954-3899/34/6/S01}, + File = {:Ball2007zza.pdf:PDF}, + Slaccitation = {%%CITATION = JPHGB,G34,995;%%} +} + +@Article{Becher:2011dz, + Title = {{Analytic Regularization in Soft-Collinear Effective Theory}}, + Author = {Becher, Thomas and Bell, Guido}, + Journal = {Phys.Lett.}, + Year = {2012}, + Pages = {41-46}, + Volume = {B713}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2012.05.016}, + Eprint = {1112.3907}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1112.3907;%%}, + Url = {http://inspirehep.net/record/1081751} +} + +@Article{Becher:2014aya, + Title = {{Automated NNLL+NLO Resummation for Jet-Veto Cross Sections}}, + Author = {Becher, Thomas and Frederix, Rikkert and Neubert, Matthias and Rothen, Lorena}, + Year = {2014}, + + Archiveprefix = {arXiv}, + Eprint = {1412.8408}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2014-268, MITP-14-099}, + Slaccitation = {%%CITATION = ARXIV:1412.8408;%%}, + Url = {http://inspirehep.net/record/1335724} +} + +@Article{Becher:2012qa, + Title = {{Factorization and NNLL Resummation for Higgs Production with a Jet Veto}}, + Author = {Becher, Thomas and Neubert, Matthias}, + Journal = {JHEP}, + Year = {2012}, + Pages = {108}, + Volume = {07}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP07(2012)108}, + Eprint = {1205.3806}, + Primaryclass = {hep-ph}, + Reportnumber = {MZ-TH-12-18}, + Slaccitation = {%%CITATION = ARXIV:1205.3806;%%}, + Url = {http://inspirehep.net/record/1115192?ln=en} +} + +@Article{Becher:2010tm, + Title = {{Drell-Yan production at small q_T, transverse parton distributions and the collinear anomaly}}, + Author = {Becher, Thomas and Neubert, Matthias}, + Journal = {Eur.Phys.J.}, + Year = {2011}, + Pages = {1665}, + Volume = {C71}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-011-1665-7}, + Eprint = {1007.4005}, + Primaryclass = {hep-ph}, + Reportnumber = {HD-THEP-10-13, MZ-TH-10-26}, + Slaccitation = {%%CITATION = ARXIV:1007.4005;%%}, + Url = {http://inspirehep.net/record/862424} +} + +@Article{Becher:2009cu, + Title = {{Infrared singularities of scattering amplitudes in perturbative QCD}}, + Author = {Becher, Thomas and Neubert, Matthias}, + Journal = {Phys. Rev. Lett.}, + Year = {2009}, + Pages = {162001}, + Volume = {102}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.102.162001}, + Eprint = {0901.0722}, + File = {:Becher2009cu.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0901.0722;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0901.0722} +} + +@Article{Becher:2009qa, + Title = {{On the structure of infrared singularities of gauge-theory amplitudes}}, + Author = {Becher, Thomas and Neubert, Matthias}, + Journal = {JHEP}, + Year = {2009}, + Pages = {081}, + Volume = {06}, + + Archiveprefix = {arXiv}, + Eprint = {0903.1126}, + File = {:Becher2009qa.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0903.1126;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0903.1126} +} + +@Article{Becher:2013xia, + Title = {{Factorization and $N^{3}LL_{p}$+NNLO predictions for the Higgs cross section with a jet veto}}, + Author = {Becher, Thomas and Neubert, Matthias and Rothen, Lorena}, + Journal = {JHEP}, + Year = {2013}, + Pages = {125}, + Volume = {10}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP10(2013)125}, + Eprint = {1307.0025}, + Primaryclass = {hep-ph}, + Reportnumber = {MITP-13-37, PHY11-25915}, + Slaccitation = {%%CITATION = ARXIV:1307.0025;%%} +} + +@Article{Becher:2012yn, + Title = {{Higgs-Boson Production at Small Transverse Momentum}}, + Author = {Becher, Thomas and Neubert, Matthias and Wilhelm, Daniel}, + Journal = {JHEP}, + Year = {2013}, + Pages = {110}, + Volume = {05}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP05(2013)110}, + Eprint = {1212.2621}, + File = {:Becher2012yn.pdf:PDF}, + Primaryclass = {hep-ph}, + Reportnumber = {MZ-TH-12-51}, + Slaccitation = {%%CITATION = ARXIV:1212.2621;%%} +} + +@Article{Becher:2009th, + Title = {{Direct photon production with effective field theory}}, + Author = {Becher, Thomas and Schwartz, Matthew D.}, + Journal = {JHEP}, + Year = {2010}, + Pages = {040}, + Volume = {02}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP02(2010)040}, + Eprint = {0911.0681}, + File = {:Becher2009th.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0911.0681;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0911.0681} +} + +@Article{Becker:2011vg, + Title = {{NLO results for five, six and seven jets in electron- positron annihilation}}, + Author = {Becker, Sebastian and G{\"o}tz, Daniel and Reuschle, Christian and Schwan, Christopher and Weinzierl, Stefan}, + Journal = {Phys.Rev.Lett.}, + Year = {2012}, + Pages = {032005}, + Volume = {108}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.108.032005}, + Eprint = {1111.1733}, + File = {:Becker2011vg.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1111.1733;%%}, + Url = {http://inspirehep.net/record/945041} +} + +@Article{Becker:2010ng, + Title = {{Numerical NLO QCD calculations}}, + Author = {Becker, Sebastian and Reuschle, Christian and Weinzierl, Stefan}, + Journal = {JHEP}, + Year = {2010}, + Pages = {013}, + Volume = {12}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP12(2010)013}, + Eprint = {1010.4187}, + File = {:Becker2010ng.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1010.4187;%%}, + Url = {http://inspirebeta.net/record/873502} +} + +@Article{Belanger:2003sd, + Title = {{Automatic calculations in high energy physics and {\tt GRACE} at one-loop}}, + Author = {Belanger, G. and others}, + Journal = {Phys. Rept.}, + Year = {2006}, + Pages = {117-209}, + Volume = {430}, + + Eprint = {hep-ph/0308080}, + File = {:Belanger2003sd.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0308080} +} + +@Article{Belghobsi:2009hx, + Title = {{Photon-jet correlations and constraints on fragmentation functions}}, + Author = {Belghobsi, Z. and others}, + Journal = {Phys. Rev.}, + Year = {2009}, + Pages = {114024}, + Volume = {D79}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.79.114024}, + Eprint = {0903.4834}, + File = {:Belghobsi2009hx.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0903.4834;%%} +} + +@Article{Bell:2003ak, + Title = {{Prompt photon production in deep inelastic scattering at HERA}}, + Author = {Bell, Mairi Siobhan}, + Year = {2003}, + + File = {:Bell2003ak.pdf:PDF}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?key=6566510} +} + +@Article{Belokurov:1980ba, + Title = {{On exponentiation of the singlet quark form-factor in the leading logarithm approximation}}, + Author = {Belokurov, V. V. and Usyukina, N. I.}, + Journal = {Phys. Lett.}, + Year = {1980}, + Pages = {251-253}, + Volume = {B94}, + + File = {:Belokurov1980ba.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B94,251} +} + +@Article{Belotsky:2004ex, + Title = {{Can an invisible Higgs boson be seen via diffraction at the LHC?}}, + Author = {Belotsky, K. and Khoze, V.A. and Martin, A.D. and Ryskin, M.G.}, + Journal = {Eur.Phys.J.}, + Year = {2004}, + Pages = {503-507}, + Volume = {C36}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s2004-01896-y}, + Eprint = {hep-ph/0406037}, + Primaryclass = {hep-ph}, + Reportnumber = {IPPP-04-19, DCPT-04-38}, + Slaccitation = {%%CITATION = HEP-PH/0406037;%%} +} + +@Article{Belyaev:1998ih, + Title = {{Strongly interacting vector bosons at the CERN LHC: Quartic anomalous couplings}}, + Author = {Belyaev, A.S. and Eboli, Oscar J.P. and Gonzalez-Garcia, M.C. and Mizukoshi, J.K. and Novaes, S.F. and I. Zacharov}, + Journal = {Phys.Rev.}, + Year = {1999}, + Pages = {015022}, + Volume = {D59}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.59.015022}, + Eprint = {hep-ph/9805229}, + Primaryclass = {hep-ph}, + Reportnumber = {IFT-P-021-98, IFIC-98-35, FTUV-98-34, IFUSP-98-1306}, + Slaccitation = {%%CITATION = HEP-PH/9805229;%%} +} + +@Article{Bena:2004ry, + Title = {{Twistor-space recursive formulation of gauge-theory amplitudes}}, + Author = {Bena, Iosif and Bern, Zvi and Kosower, David A.}, + Journal = {Phys. Rev.}, + Year = {2005}, + Pages = {045008}, + Volume = {D71}, + + Eprint = {hep-th/0406133}, + File = {:Bena2004ry.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0406133} +} + +@Article{Beneke:2000ry, + Title = {{QCD factorization for exclusive, non-leptonic B meson decays: General arguments and the case of heavy-light final states}}, + Author = {Beneke, M. and Buchalla, G. and Neubert, M. and Sachrajda, Christopher T.}, + Journal = {Nucl. Phys.}, + Year = {2000}, + Pages = {313-418}, + Volume = {B591}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0550-3213(00)00559-9}, + Eprint = {hep-ph/0006124}, + File = {:Beneke2000ry.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0006124;%%} +} + +@Article{Beneke:2009ye, + Title = {{Threshold expansion of the gg(qq-bar) ---\> QQ-bar + X cross section at O(alpha(s)**4)}}, + Author = {Beneke, Martin and Czakon, Michal and Falgari, Pietro and Mitov, Alexander and Schwinn, Christian}, + Journal = {Phys.Lett.}, + Year = {2010}, + Pages = {483-490}, + Volume = {B690}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2010.05.038}, + Eprint = {0911.5166}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:0911.5166;%%} +} + +@Article{Beneke:2011mq, + Title = {{Hadronic top-quark pair production with NNLL threshold resummation}}, + Author = {Beneke, M. and Falgari, P. and Klein, S. and Schwinn, C.}, + Journal = {Nucl.Phys.}, + Year = {2012}, + Pages = {695-741}, + Volume = {B855}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nuclphysb.2011.10.021}, + Eprint = {1109.1536}, + Primaryclass = {hep-ph}, + Reportnumber = {TTK-11-38, ITP-UU-11-26, SPIN-11-19, FR-PHENO-2011-015, SFB-CPP-11-49}, + Slaccitation = {%%CITATION = ARXIV:1109.1536;%%} +} + +@Article{Beneke:2009rj, + Title = {{Soft radiation in heavy-particle pair production: All-order colour structure and two-loop anomalous dimension}}, + Author = {Beneke, M. and Falgari, P. and Schwinn, C.}, + Journal = {Nucl.Phys.}, + Year = {2010}, + Pages = {69-101}, + Volume = {B828}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nuclphysb.2009.11.004}, + Eprint = {0907.1443}, + Primaryclass = {hep-ph}, + Reportnumber = {PITHA-09-16, IPPP-09-48, DCPT-09-96, SFB-CPP-09-59}, + Slaccitation = {%%CITATION = ARXIV:0907.1443;%%} +} + +@Article{Bengtsson:1986et, + Title = {{A comparative study of coherent and non-coherent parton shower evolution}}, + Author = {Bengtsson, Mats and Torbj{\"o}rn Sj{\"o}strand}, + Journal = {Nucl. Phys.}, + Year = {1987}, + Pages = {810}, + Volume = {B289}, + + File = {:Bengtsson1986et.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B289,810} +} + +@Article{Bengtsson:1986hr, + Title = {{Coherent Parton Showers Versus Matrix Elements: Implications of PETRA - PEP Data}}, + Author = {Bengtsson, Mats and Sj{\"o}strand, Torbjorn}, + Journal = {Phys. Lett.}, + Year = {1987}, + Pages = {435}, + Volume = {B185}, + + Doi = {10.1016/0370-2693(87)91031-8}, + File = {:Bengtsson1986hr.pdf:PDF}, + Slaccitation = {%%CITATION = PHLTA,B185,435;%%} +} + +@Article{Bengtsson:1986gz, + Title = {{Initial State Radiation Effects on $W$ and Jet Production}}, + Author = {Bengtsson, Mats and Sj{\"o}strand, Torbj{\"o}rn and van Zijl, Maria}, + Journal = {Z. Phys.}, + Year = {1986}, + Pages = {67}, + Volume = {C32}, + + Doi = {10.1007/BF01441353}, + File = {:Bengtsson1986gz.pdf:PDF}, + Slaccitation = {%%CITATION = ZEPYA,C32,67;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C32,67} +} + +@Article{Bengtsson:1988qg, + Title = {{Four-jet events in $e^+ e^-$ Annihilation: Testing the three-gluon vertex}}, + Author = {Bengtsson, M. and Zerwas, P. M.}, + Journal = {Phys. Lett.}, + Year = {1988}, + Pages = {306}, + Volume = {B208}, + + Doi = {10.1016/0370-2693(88)90435-2}, + File = {:Bengtsson1988qg.pdf:PDF}, + Slaccitation = {%%CITATION = PHLTA,B208,306;%%} +} + +@Article{Berdine:2007uv, + Title = {{Breakdown of the Narrow Width Approximation for New Physics}}, + Author = {Berdine, D. and Kauer, N. and Rainwater, D.}, + Journal = {Phys. Rev. Lett.}, + Year = {2007}, + Pages = {111601}, + Volume = {99}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.99.071801}, + Eprint = {hep-ph/0703058}, + File = {:Berdine2007uv.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0703058;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0703058} +} + +@Article{Berends:1987cv, + Title = {{The six-gluon process as an example of Weyl-van der Waerden spinor calculus}}, + Author = {Berends, Frits A. and Giele, W.}, + Journal = {Nucl. Phys.}, + Year = {1987}, + Pages = {700}, + Volume = {B294}, + + File = {:Berends1987cv.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B294,700} +} + +@Article{Berends:1987me, + Title = {{Recursive calculations for processes with $n$ gluons}}, + Author = {Berends, Frits A. and Giele, W. T.}, + Journal = {Nucl. Phys.}, + Year = {1988}, + Pages = {759}, + Volume = {B306}, + + File = {:Berends1987me.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B306,759} +} + +@Article{Berends:1988yn, + Title = {{Exact expressions for processes involving a vector boson and up to five partons}}, + Author = {Berends, Frits A. and Giele, W. T. and Kuijf, H.}, + Journal = {Nucl. Phys.}, + Year = {1989}, + Pages = {39}, + Volume = {B321}, + + File = {:Berends1988yn.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B321,39} +} + +@Article{Berends:1989ie, + Title = {{On six-jet production at hadron colliders}}, + Author = {Berends, Frits A. and Giele, W. T. and Kuijf, H.}, + Journal = {Phys. Lett.}, + Year = {1989}, + Pages = {266}, + Volume = {B232}, + + File = {:Berends1989ie.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B232,266} +} + +@Article{Berends:1989cf, + Title = {{Multi-jet production in W, Z events at $p\bar p$ colliders}}, + Author = {Berends, Frits A. and Giele, W. T. and Kuijf, H. and Kleiss, R. and Stirling, W. James}, + Journal = {Phys. Lett.}, + Year = {1989}, + Pages = {237}, + Volume = {B224}, + + Doi = {10.1016/0370-2693(89)91081-2}, + File = {:Berends1989cf.pdf:PDF}, + Slaccitation = {%%CITATION = PHLTA,B224,237;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B224,237} +} + +@Article{Berends:1994pv, + Title = {{All electroweak four-fermion processes in electron-positron collisions}}, + Author = {F.~A.~Berends and R.~Pittau and R.~Kleiss}, + Journal = {Nucl. Phys.}, + Year = {1994}, + Pages = {308}, + Volume = {B424}, + + Eprint = {hep-ph/9404313}, + File = {:Berends1994pv.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9404313} +} + +@Article{Berge:2013xsa, + Title = {{Top-Quark Charge Asymmetry Goes Forward: Two New Observables for Hadron Colliders}}, + Author = {Berge, Stefan and Westhoff, Susanne}, + Year = {2013}, + + Archiveprefix = {arXiv}, + Eprint = {1305.3272}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1305.3272;%%} +} + +@Article{Berger:1979cj, + Title = {{Evidence for Gluon Bremsstrahlung in e+ e- Annihilations at High-Energies}}, + Author = {Berger, Christoph and others}, + Journal = {Phys.Lett.}, + Year = {1979}, + Pages = {418}, + Volume = {B86}, + + Collaboration = {PLUTO Collaboration}, + Doi = {10.1016/0370-2693(79)90869-4}, + Reportnumber = {DESY 79/57}, + Slaccitation = {%%CITATION = PHLTA,B86,418;%%} +} + +@Article{Berger:2010zx, + Title = {{Precise Predictions for W + 4-Jet Production at the Large Hadron Collider}}, + Author = {Berger, C. F. and Bern, Z. and Dixon, L. J. and Febres-Cordero, F. and Forde, D. and Gleisberg, T. and Ita, H. and Kosower, D. A. and Ma{\^i}tre, D.}, + Journal = {Phys. Rev. Lett.}, + Year = {2011}, + Pages = {092001}, + Volume = {106}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.106.092001}, + Eprint = {1009.2338}, + File = {:Berger2010zx.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/867513} +} + +@Article{Berger:2010vm, + Title = {{Next-to-leading order QCD predictions for $Z,\gamma^*$+3-Jet distributions at the Tevatron}}, + Author = {Berger, C. F. and Bern, Z. and Dixon, L. J. and Febres-Cordero, F. and Forde, D. and Gleisberg, T. and Ita, H. and Kosower, D. A. and Ma{\^i}tre, D.}, + Journal = {Phys. Rev.}, + Year = {2010}, + Pages = {074002}, + Volume = {D82}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.82.074002}, + Eprint = {1004.1659}, + File = {:Berger2010vm.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1004.1659} +} + +@Article{Berger:2009dq, + Title = {{NLO Jet Physics with BlackHat}}, + Author = {Berger, C. F. and Bern, Z. and Dixon, L. J. and Febres-Cordero, F. and Forde, D. and Gleisberg, T. and Ita, H. and Kosower, D. A. and Ma{\^i}tre, D.}, + Journal = {PoS}, + Year = {2009}, + Pages = {002}, + Volume = {RADCOR2009}, + + Archiveprefix = {arXiv}, + Eprint = {0912.4927}, + File = {:Berger2009dq.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0912.4927;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0912.4927} +} + +@Article{Berger:2009ep, + Title = {{Next-to-leading order QCD predictions for W+3-Jet distributions at hadron colliders}}, + Author = {Berger, C. F. and Bern, Z. and Dixon, L. J. and Febres-Cordero, F. and Forde, D. and Gleisberg, T. and Ita, H. and Kosower, D. A. and Ma{\^i}tre, D.}, + Journal = {Phys. Rev.}, + Year = {2009}, + Pages = {074036}, + Volume = {D80}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.80.074036}, + Eprint = {0907.1984}, + File = {:Berger2009ep.pdf:PDF}, + Primaryclass = {hep-ph} +} + +@Article{Berger:2009zg, + Title = {{Precise Predictions for W + 3 Jet Production at Hadron Colliders}}, + Author = {Berger, C. F. and Bern, Z. and Dixon, L. J. and Febres-Cordero, F. and Forde, D. and Gleisberg, T. and Ita, H. and Kosower, D. A. and Ma{\^i}tre, D.}, + Journal = {Phys. Rev. Lett.}, + Year = {2009}, + Pages = {222001}, + Volume = {102}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.102.222001}, + Eprint = {0902.2760}, + File = {:Berger2009fg.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0902.2760;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0902.2760} +} + +@Article{Berger:2008sj, + Title = {{Automated implementation of on-shell methods for one-loop amplitudes}}, + Author = {Berger, C. F. and Bern, Z. and Dixon, L. J. and Febres-Cordero, F. and Forde, D. and Ita, H. and Kosower, D. A. and Ma{\^i}tre, D.}, + Journal = {Phys. Rev.}, + Year = {2008}, + Pages = {036003}, + Volume = {D78}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.78.036003}, + Eprint = {0803.4180}, + File = {:Berger2008sj.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/782271} +} + +@Article{Berger:2006ci, + Title = {{Bootstrapping One-Loop QCD Amplitudes with General Helicities}}, + Author = {Berger, Carola F. and Bern, Zvi and Dixon, Lance J. and Forde, Darren and Kosower, David A.}, + Journal = {Phys. Rev.}, + Year = {2006}, + Pages = {036009}, + Volume = {D74}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.74.036009}, + Eprint = {hep-ph/0604195}, + File = {:Berger2006ci.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirehep.net/record/715183} +} + +@Article{Berger:2010xi, + Title = {{Higgs Production with a Central Jet Veto at NNLL+NNLO}}, + Author = {Berger, Carola F. and Marcantonini, Claudio and Stewart, Iain W. and Tackmann, Frank J. and Waalewijn, Wouter J.}, + Journal = {JHEP}, + Year = {2011}, + Pages = {092}, + Volume = {04}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP04(2011)092}, + Eprint = {1012.4480}, + Primaryclass = {hep-ph}, + Reportnumber = {MIT-CTP-4122}, + Slaccitation = {%%CITATION = ARXIV:1012.4480;%%} +} + +@Article{Berger:1983yi, + Title = {{Large-$p_\mathrm{T}$ Production of Single and Double Photons in Proton-Proton and Pion-Proton Collisions}}, + Author = {Berger, Edmond L. and Braaten, E. and Field, R. D.}, + Journal = {Nucl. Phys.}, + Year = {1984}, + Pages = {52}, + Volume = {B239}, + + Doi = {10.1016/0550-3213(84)90084-1}, + File = {:Berger1983yi.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B239,52;%%} +} + +@Article{Berger:2004pca, + Title = {{Higgs boson production in weak boson fusion at next-to-leading order}}, + Author = {Berger, Edmond L. and Campbell, John M.}, + Journal = {Phys.Rev.}, + Year = {2004}, + Pages = {073011}, + Volume = {D70}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.70.073011}, + Eprint = {hep-ph/0403194}, + Primaryclass = {hep-ph}, + Reportnumber = {ANL-HEP-PR-04-4, NSF-KITP-04-13}, + Slaccitation = {%%CITATION = HEP-PH/0403194;%%} +} + +@Article{Berger:2012nw, + Title = {{The Top Quark Production Asymmetries $A_{FB}^t$ and $A_{FB}^{\ell}$}}, + Author = {Berger, Edmond L. and Cao, Qing-Hong and Chen, Chuan-Ren and Yu, Jiang-Hao and Zhang, Hao}, + Journal = {Phys.Rev.Lett.}, + Year = {2012}, + Pages = {072002}, + Volume = {108}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.108.072002}, + Eprint = {1201.1790}, + Primaryclass = {hep-ph}, + Reportnumber = {ANL-HEP-PR-11-90, MSUHEP-120109, IIT-CAPP-11-11}, + Slaccitation = {%%CITATION = ARXIV:1201.1790;%%} +} + +@Article{Berger:2011pu, + Title = {{Dynamical Origin of the Correlation between the Asymmetries $A_{FB}^t$ and $A_{FB}^{\ell}$}}, + Author = {Berger, Edmond L. and Cao, Qing-Hong and Chen, Chuan-Ren and Yu, Jiang-Hao and Zhang, Hao}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Eprint = {1111.3641}, + Primaryclass = {hep-ph}, + Reportnumber = {ANL-HEP-PR-11-74, MSUHEP-111024}, + Slaccitation = {%%CITATION = ARXIV:1111.3641;%%} +} + +@Article{Berger:2011hn, + Title = {{Top Quark Polarization As A Probe of Models with Extra Gauge Bosons}}, + Author = {Berger, Edmond L. and Cao, Qing-Hong and Chen, Chuan-Ren and Zhang, Hao}, + Journal = {Phys.Rev.}, + Year = {2011}, + Pages = {114026}, + Volume = {D83}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.83.114026}, + Eprint = {1103.3274}, + Primaryclass = {hep-ph}, + Reportnumber = {ANL-HEP-PR-11-15, EFI-11-7, IPMU11-0030}, + Slaccitation = {%%CITATION = ARXIV:1103.3274;%%} +} + +@Article{Bern:2010tq, + Title = {{The Complete Four-Loop Four-Point Amplitude in N=4 Super-Yang-Mills Theory}}, + Author = {Bern, Z. and Carrasco, J.J.M. and Dixon, Lance J. and Johansson, H. and Roiban, R.}, + Journal = {Phys. Rev.}, + Year = {2010}, + Pages = {125040}, + Volume = {D82}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.82.125040}, + Eprint = {1008.3327}, + File = {:Bern2010tq.pdf:PDF}, + Primaryclass = {hep-th}, + Url = {http://inspirebeta.net/record/865697} +} + +@Article{Bern:2009kd, + Title = {{The Ultraviolet Behavior of N=8 Supergravity at Four Loops}}, + Author = {Bern, Z. and Carrasco, J.J. and Dixon, Lance J. and Johansson, H. and Roiban, R.}, + Journal = {Phys. Rev. Lett.}, + Year = {2009}, + Pages = {081301}, + Volume = {103}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.103.081301}, + Eprint = {0905.2326}, + File = {:Bern2009kd.pdf:PDF}, + Primaryclass = {hep-th}, + Url = {http://inspirebeta.net/record/820486} +} + +@Article{Bern:2008qj, + Title = {{New Relations for Gauge-Theory Amplitudes}}, + Author = {Bern, Z. and Carrasco, J.J.M. and Johansson, Henrik}, + Journal = {Phys. Rev.}, + Year = {2008}, + Pages = {085011}, + Volume = {D78}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.78.085011}, + Eprint = {0805.3993}, + File = {:Bern2008qj.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirehep.net/record/786640} +} + +@Article{Bern:2011ep, + Title = {{Four-Jet Production at the Large Hadron Collider at Next-to-Leading Order in QCD}}, + Author = {Bern, Z. and Diana, G. and Dixon, L.J. and Febres Cordero, F. and H{\"o}che, S. and D.A. Kosower and H. Ita and D. Ma{\^i}tre and K. Ozeren}, + Journal = {Phys.Rev.Lett.}, + Year = {2012}, + Pages = {042001}, + Volume = {109}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.109.042001}, + Eprint = {1112.3940}, + Primaryclass = {hep-ph}, + Reportnumber = {SB-F-402-11, UCLA-11-TEP-111, SLAC-PUB-14837, IPPP-11-82, CERN-PH-TH-2011-304}, + Slaccitation = {%%CITATION = ARXIV:1112.3940;%%}, + Url = {http://inspirehep.net/record/1081737} +} + +@Article{Bern:2011ie, + Title = {{Left-Handed W Bosons at the LHC}}, + Author = {Bern, Z. and Diana, G. and Dixon, L.J. and Febres-Cordero, F and Forde, D. and others}, + Journal = {Phys. Rev.}, + Year = {2011}, + Pages = {034008}, + Volume = {D84}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.84.034008}, + Eprint = {1103.5445}, + File = {:Bern2011ie.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/894419} +} + +@Article{Bern:2011pa, + Title = {{Driving Missing Data at Next-to-Leading Order}}, + Author = {Bern, Z. and Diana, G. and Dixon, L.J. and Febres-Cordero, F. and H{\"o}che, S. and others}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Eprint = {1106.1423}, + File = {:Bern2011pa.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/912896} +} + +@Article{Bern:2013gka, + Title = {{Next-to-Leading Order $W + 5$-Jet Production at the LHC}}, + Author = {Bern, Z. and Dixon, L.J. and Febres Cordero, F. and H{\"o}che, S. and Ita, H. and D. A. Kosower and D. Ma{\^i}tre and K. J. Ozeren}, + Journal = {Phys.Rev.}, + Year = {2013}, + Pages = {014025}, + Volume = {D88}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.88.014025}, + Eprint = {1304.1253}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-15395, UCLA-13-TEP-101, SB-F-420-13, IPPP-13-16, --FR-PHENO-2013-004, --FR-PHENO-2013-004}, + Slaccitation = {%%CITATION = ARXIV:1304.1253;%%} +} + +@Article{Bern:1994cg, + Title = {{Fusing gauge theory tree amplitudes into loop amplitudes}}, + Author = {Bern, Zvi and Dixon, Lance J. and Dunbar, David C. and Kosower, David A.}, + Journal = {Nucl. Phys.}, + Year = {1995}, + Pages = {59-101}, + Volume = {B435}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/0550-3213(94)00488-Z}, + Eprint = {hep-ph/9409265}, + File = {:Bern1994cg.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/376524} +} + +@Article{Bern:1994zx, + Title = {{One loop n point gauge theory amplitudes, unitarity and collinear limits}}, + Author = {Bern, Zvi and Dixon, Lance J. and Dunbar, David C. and Kosower, David A.}, + Journal = {Nucl. Phys.}, + Year = {1994}, + Pages = {217-260}, + Volume = {B425}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/0550-3213(94)90179-1}, + Eprint = {hep-ph/9403226}, + File = {:Bern1994zx.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/37455} +} + +@Article{Bern:2005hs, + Title = {{On-shell recurrence relations for one-loop QCD amplitudes}}, + Author = {Bern, Zvi and Dixon, Lance J. and Kosower, David A.}, + Journal = {Phys. Rev.}, + Year = {2005}, + Pages = {105013}, + Volume = {D71}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.71.105013}, + Eprint = {hep-th/0501240}, + File = {:Bern2005hs.pdf:PDF}, + Primaryclass = {hep-th}, + Url = {http://inspirebeta.net/record/675869} +} + +@Article{Bern:1997sc, + Title = {{One loop amplitudes for e+ e- to four partons}}, + Author = {Bern, Zvi and Dixon, Lance J. and Kosower, David A.}, + Journal = {Nucl. Phys.}, + Year = {1998}, + Pages = {3-86}, + Volume = {B513}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0550-3213(97)00703-7}, + Eprint = {hep-ph/9708239}, + File = {:Bern1997sc.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirehep.net/record/446755} +} + +@Article{Bern:2002jx, + Title = {{Isolating a light Higgs boson from the di-photon background at the LHC}}, + Author = {Bern, Zvi and Dixon, Lance J. and Schmidt, Carl}, + Journal = {Phys. Rev.}, + Year = {2002}, + Pages = {074018}, + Volume = {D66}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.66.074018}, + Eprint = {hep-ph/0206194}, + File = {:Bern2002jx.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0206194;%%} +} + +@Article{Bern:1995db, + Title = {{Massive loop amplitudes from unitarity}}, + Author = {Bern, Z. and Morgan, A.G.}, + Journal = {Nucl. Phys.}, + Year = {1996}, + Pages = {479-509}, + Volume = {B467}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/0550-3213(96)00078-8}, + Eprint = {hep-ph/9511336}, + Primaryclass = {hep-ph}, + Url = {http://inspirehep.net/record/402275} +} + +@Article{Bern:2013zja, + Title = {{Ntuples for NLO Events at Hadron Colliders}}, + Author = {Bern, Z. and others}, + Journal = {Comput.Phys.Commun.}, + Year = {2014}, + Pages = {1443-1460}, + Volume = {185}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.cpc.2014.01.011}, + Eprint = {1310.7439}, + Primaryclass = {hep-ph}, + Reportnumber = {UCLA-13-TEP-108, SLAC--PUB--15739, SB-F-422-13, IPHT--T13-228, --IPPP-13-86, CERN--PH--TH-2013-243}, + Slaccitation = {%%CITATION = ARXIV:1310.7439;%%} +} + +@Article{Bernaciak:2012hj, + Title = {{Combining NLO QCD and Electroweak Radiative Corrections to W boson Production at Hadron Colliders in the POWHEG Framework}}, + Author = {Bernaciak, C. and Wackeroth, D.}, + Journal = {Phys.Rev.}, + Year = {2012}, + Pages = {093003}, + Volume = {D85}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.85.093003}, + Eprint = {1201.4804}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1201.4804;%%}, + Url = {http://inspirehep.net/record/1085550} +} + +@Article{Bernard:1987vq, + Title = {{The Real Part of the Proton - anti-Proton Elastic Scattering Amplitude at the Center-Of-Mass Energy of 546-GeV}}, + Author = {Bernard, Denis, 1 and others}, + Journal = {Phys.Lett.}, + Year = {1987}, + Pages = {583}, + Volume = {B198}, + + Collaboration = {UA4 Collaboration}, + Doi = {10.1016/0370-2693(87)90922-1}, + Reportnumber = {CERN-EP-87-147}, + Slaccitation = {%%CITATION = PHLTA,B198,583;%%} +} + +@Article{Bernicot:2008th, + Title = {{Light-light amplitude from generalized unitarity in massive QED}}, + Author = {Bernicot, Christophe}, + Year = {2008}, + + Archiveprefix = {arXiv}, + Eprint = {0804.0749}, + File = {:Bernicot2008th.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0804.0749;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0804.0749} +} + +@Article{Bernreuther:2012sx, + Title = {{Top quark and leptonic charge asymmetries for the Tevatron and LHC}}, + Author = {Bernreuther, Werner and Si, Zong-Guo}, + Journal = {Phys.Rev.}, + Year = {2012}, + Pages = {034026}, + Volume = {D86}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.86.034026}, + Eprint = {1205.6580}, + Primaryclass = {hep-ph}, + Reportnumber = {TTK-12-19}, + Slaccitation = {%%CITATION = ARXIV:1205.6580;%%} +} + +@Article{Bertram:2002sv, + Title = {{Jet results at the D0 experiment}}, + Author = {Bertram, I.A.}, + Journal = {Acta Phys.Polon.}, + Year = {2002}, + Pages = {3141-3146}, + Volume = {B33}, + + Collaboration = {D0 Collaboration}, + Slaccitation = {%%CITATION = APPOA,B33,3141;%%} +} + +@Article{Bevilacqua:2011xh, + Title = {{HELAC-NLO}}, + Author = {Bevilacqua, G. and Czakon, M. and Garzelli, M.V. and van Hameren, A. and Kardos, A. and others}, + Journal = {Comput.Phys.Commun.}, + Year = {2013}, + Pages = {986-997}, + Volume = {184}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.cpc.2012.10.033}, + Eprint = {1110.1499}, + Primaryclass = {hep-ph}, + Reportnumber = {DEMO-INP-HEPP-2011-4, WUB-11-13, TTK-11-43, IFJPAN-IV-2011-7}, + Slaccitation = {%%CITATION = ARXIV:1110.1499;%%} +} + +@Article{Bevilacqua:2010qb, + Title = {{Complete off-shell effects in top quark pair hadroproduction with leptonic decay at next-to-leading order}}, + Author = {Bevilacqua, Giuseppe and Czakon, Michal and van Hameren, Andreas and Papadopoulos, Costas G. and Worek, Malgorzata}, + Journal = {JHEP}, + Year = {2011}, + Pages = {083}, + Volume = {02}, + + Doi = {10.1007/JHEP02(2011)083}, + Eprint = {1012.4230}, + File = {:Bevilacqua2010qb.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1012.4230;%%}, + Url = {http://inspirebeta.net/record/881826} +} + +@Article{Bevilacqua:2009zn, + Title = {{Assault on the NLO wishlist: $pp \to t\bar{t}b\bar{b}$}}, + Author = {Bevilacqua, G. and Czakon, M. and Papadopoulos, C.G. and Pittau, R. and Worek, M.}, + Journal = {JHEP}, + Year = {2009}, + Pages = {109}, + Volume = {09}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/09/109}, + Eprint = {0907.4723}, + File = {:Bevilacqua2009zn.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/826955} +} + +@Article{Bevilacqua:2010ve, + Title = {{Dominant QCD Backgrounds in Higgs Boson Analyses at the LHC: A Study of pp -\> t anti-t + 2 jets at Next-To-Leading Order}}, + Author = {Bevilacqua, G. and Czakon, M. and Papadopoulos, C.G. and Worek, M.}, + Journal = {Phys. Rev. Lett.}, + Year = {2010}, + Pages = {162002}, + Volume = {104}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.104.162002}, + Eprint = {1002.4009}, + File = {:Bevilacqua2010ve.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirehep.net/record/846439} +} + +@Article{Bhatti:2005ai, + Title = {{Determination of the jet energy scale at the Collider Detector at Fermilab}}, + Author = {Bhatti, A. and others}, + Journal = {Nucl. Instrum. Meth.}, + Year = {2006}, + Pages = {375-412}, + Volume = {A566}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nima.2006.05.269}, + Eprint = {hep-ex/0510047}, + File = {:Bhatti2005ai.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0510047;%%} +} + +@Article{Bialas:1991wj, + Title = {{Higgs production in p p collisions by double pomeron exchange}}, + Author = {Bialas, A. and Landshoff, P.V.}, + Journal = {Phys.Lett.}, + Year = {1991}, + Pages = {540-546}, + Volume = {B256}, + + Reportnumber = {DAMTP-90-39}, + Slaccitation = {%%CITATION = PHLTA,B256,540;%%} +} + +@Article{Bierweiler:2013dja, + Title = {{Vector-boson pair production at the LHC to $\mathcal{O}(\alpha^3)$ accuracy}}, + Author = {Bierweiler, Anastasiya and Kasprzik, Tobias and Kühn, Johann H.}, + Year = {2013}, + + Archiveprefix = {arXiv}, + Eprint = {1305.5402}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1305.5402;%%} +} + +@Article{Binoth:2009wk, + Title = {{NLO QCD corrections to ZZ+jet production at hadron colliders}}, + Author = {Binoth, T. and Gleisberg, T. and Karg, S. and Kauer, N. and Sanguinetti, G.}, + Journal = {Phys. Lett.}, + Year = {2010}, + Pages = {154-159}, + Volume = {B683}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2009.12.013}, + Eprint = {0911.3181}, + File = {:Binoth2009wk.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0911.3181;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0911.3181} +} + +@Article{Binoth:2011xi, + Title = {{Automized Squark-Neutralino Production to Next-to-Leading Order}}, + Author = {Binoth, Thomas and Goncalves Netto, Dorival and Lopez-Val, David and Mawatari, Kentarou and Plehn, Tilman and Ioan Wigmore}, + Journal = {Phys.Rev.}, + Year = {2011}, + Pages = {075005}, + Volume = {D84}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.84.075005}, + Eprint = {1108.1250}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1108.1250;%%} +} + +@Article{Binoth:2009rv, + Title = {{Next-to-leading order QCD corrections to pp --\> b anti-b b anti-b + X at the LHC: the quark induced case}}, + Author = {Binoth, T. and Greiner, N. and Guffanti, A. and Reuter, J. and Guillet, J.-Ph. and Reiter, T.}, + Journal = {Phys. Lett.}, + Year = {2010}, + Pages = {293-296}, + Volume = {B685}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2010.02.010}, + Eprint = {0910.4379}, + Primaryclass = {hep-ph}, + Url = {http://inspirehep.net/record/834918} +} + +@Article{Binoth:2008uq, + Title = {{Golem95: A numerical program to calculate one-loop tensor integrals with up to six external legs}}, + Author = {Binoth, T. and Guillet, J. -Ph. and Heinrich, G. and Pilon, E. and Reiter, T.}, + Journal = {Comput. Phys. Commun.}, + Year = {2009}, + Pages = {2317-2330}, + Volume = {180}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.cpc.2009.06.024}, + Eprint = {0810.0992}, + File = {:Binoth2008uq.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0810.0992;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0810.0992} +} + +@Article{Binoth:2005ff, + Title = {{An Algebraic/numerical formalism for one-loop multi-leg amplitudes}}, + Author = {Binoth, T. and Guillet, J. Ph. and Heinrich, G. and Pilon, E. and Schubert, C.}, + Journal = {JHEP}, + Year = {2005}, + Pages = {015}, + Volume = {0510}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2005/10/015}, + Eprint = {hep-ph/0504267}, + Primaryclass = {hep-ph}, + Reportnumber = {LAPTH-1097-05, WUE-ITP-2005-003, ZU-TH-08-05}, + Slaccitation = {%%CITATION = HEP-PH/0504267;%%} +} + +@Article{Binoth:2003xk, + Title = {{A compact representation of the $\gamma \gamma g g g \to 0$ amplitude}}, + Author = {Binoth, T. and Guillet, J. P. and Mahmoudi, F.}, + Journal = {JHEP}, + Year = {2004}, + Pages = {057}, + Volume = {02}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0312334}, + File = {:Binoth2003xk.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0312334;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0312334} +} + +@Article{Binoth:2000zt, + Title = {{Beyond leading order effects in photon pair production at the Fermilab Tevatron}}, + Author = {Binoth, T. and Guillet, J. Ph. and Pilon, E. and Werlen, M.}, + Journal = {Phys. Rev.}, + Year = {2001}, + Pages = {114016}, + Volume = {D63}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.63.114016}, + Eprint = {hep-ph/0012191}, + File = {:Binoth2000zt.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0012191;%%} +} + +@Article{Binoth:1999qq, + Title = {{A full next-to-leading order study of direct photon pair production in hadronic collisions}}, + Author = {Binoth, T. and Guillet, J. P. and Pilon, E. and Werlen, M.}, + Journal = {Eur. Phys. J.}, + Year = {2000}, + Pages = {311-330}, + Volume = {C16}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/s100520050024}, + Eprint = {hep-ph/9911340}, + File = {:Binoth1999qq.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9911340;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9911340} +} + +@Article{Binoth:2004jv, + Title = {{Numerical evaluation of phase space integrals by sector decomposition}}, + Author = {Binoth, T. and Heinrich, G.}, + Journal = {Nucl.Phys.}, + Year = {2004}, + Pages = {134-148}, + Volume = {B693}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nuclphysb.2004.06.005}, + Eprint = {hep-ph/0402265}, + Primaryclass = {hep-ph}, + Reportnumber = {WUE-ITP-2004-007, DESY-04-030, NSF-KITP-04-29}, + Slaccitation = {%%CITATION = HEP-PH/0402265;%%} +} + +@Article{Binoth:2000ps, + Title = {{An automatized algorithm to compute infrared divergent multiloop integrals}}, + Author = {Binoth, T. and Heinrich, G.}, + Journal = {Nucl.Phys.}, + Year = {2000}, + Pages = {741-759}, + Volume = {B585}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0550-3213(00)00429-6}, + Eprint = {hep-ph/0004013}, + Primaryclass = {hep-ph}, + Reportnumber = {LAPTH-789-00, LPT-ORSAY-00-37}, + Slaccitation = {%%CITATION = HEP-PH/0004013;%%} +} + +@Article{Binoth:2008kt, + Title = {{NLO QCD corrections to tri-boson production}}, + Author = {Binoth, T. and Ossola, G. and Papadopoulos, C.G. and Pittau, R.}, + Journal = {JHEP}, + Year = {2008}, + Pages = {082}, + Volume = {06}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/06/082}, + Eprint = {0804.0350}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:0804.0350;%%} +} + +@Article{Binoth:2010ra, + Title = {{The SM and NLO multileg working group: Summary report}}, + Author = {Binoth, T and others}, + Year = {2010}, + Note = {Proceedings of the Workshop ``Physics at TeV Colliders'', Les Houches, France, 8-26 June, 2009}, + + Archiveprefix = {arXiv}, + Eprint = {1003.1241}, + File = {:Binoth2010ra.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1003.1241;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1003.1241} +} + +@Article{Binoth:2010xt, + Title = {{A proposal for a standard interface between Monte Carlo tools and one-loop programs}}, + Author = {Binoth, T. and others}, + Journal = {Comput. Phys. Commun.}, + Year = {2010}, + Pages = {1612-1622}, + Volume = {181}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.cpc.2010.05.016}, + Eprint = {1001.1307}, + File = {:Binoth2010xt.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1001.1307;%%}, + Url = {http://inspirehep.net/record/842428} +} + +@Article{Bird:2005js, + Title = {{LHC computing Grid. Technical design report}}, + Author = {Bird, I. and others}, + Year = {2005}, + Note = {CERN-LHCC-2005-024}, + + File = {:Bird2005js.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?r=CERN-LHCC-2005-024} +} + +@Article{Birthwright:2005ak, + Title = {{Multi-gluon collinear limits from MHV diagrams}}, + Author = {Birthwright, T. G. and Glover, E. W. N. and Khoze, V. V. and Marquard, P.}, + Journal = {JHEP}, + Year = {2005}, + Pages = {013}, + Volume = {05}, + + Eprint = {hep-ph/0503063}, + File = {:Birthwright2005ak.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0503063} +} + +@Article{Birthwright:2005vi, + Title = {{Collinear limits in QCD from MHV rules}}, + Author = {Birthwright, T. G. and Glover, E. W. N. and Khoze, V. V. and Marquard, P.}, + Journal = {JHEP}, + Year = {2005}, + Pages = {068}, + Volume = {07}, + + Eprint = {hep-ph/0505219}, + File = {:Birthwright2005vi.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0505219} +} + +@Article{Bjorken:1992er, + Title = {{Rapidity gaps and jets as a new physics signature in very high-energy hadron hadron collisions}}, + Author = {Bjorken, J.D.}, + Journal = {Phys.Rev.}, + Year = {1993}, + Pages = {101-113}, + Volume = {D47}, + + Doi = {10.1103/PhysRevD.47.101}, + Reportnumber = {SLAC-PUB-5616}, + Slaccitation = {%%CITATION = PHRVA,D47,101;%%} +} + +@Article{Blazey:2000qt, + Title = {{Run II jet physics}}, + Author = {Blazey, Gerald C. and others}, + Year = {2000}, + + Eprint = {hep-ex/0005012}, + File = {:Blazey2000qt.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0005012} +} + +@Article{Bloch:1937pw, + Title = {{Note on the Radiation Field of the electron}}, + Author = {Bloch, F. and Nordsieck, A.}, + Journal = {Phys. Rev.}, + Year = {1937}, + Pages = {54-59}, + Volume = {52}, + + Doi = {10.1103/PhysRev.52.54}, + File = {:Bloch1937pw.pdf:PDF}, + Slaccitation = {%%CITATION = PHRVA,52,54;%%} +} + +@Article{Bodwin:1984hc, + Title = {{Factorization of the Drell-Yan Cross-Section in Perturbation Theory}}, + Author = {Bodwin, Geoffrey T.}, + Journal = {Phys.Rev.}, + Year = {1985}, + Pages = {2616}, + Volume = {D31}, + + Doi = {10.1103/PhysRevD.34.3932, 10.1103/PhysRevD.31.2616}, + Reportnumber = {ANL-HEP-PR-84-64-REV, ANL-HEP-PR-84-64}, + Slaccitation = {%%CITATION = PHRVA,D31,2616;%%}, + Url = {http://inspirehep.net/record/207541} +} + +@Article{Bohm:2001yx, + Title = {{Gauge theories of the strong and electroweak interaction}}, + Author = {Bohm, M. and Denner, Ansgar and Joos, H.}, + Year = {2001}, + + Slaccitation = {%%CITATION = INSPIRE-571258;%%} +} + +@Article{Bolzoni:2011cu, + Title = {{Vector boson fusion at NNLO in QCD: SM Higgs and beyond}}, + Author = {Bolzoni, Paolo and Maltoni, Fabio and Moch, Sven-Olaf and Zaro, Marco}, + Journal = {Phys.Rev.}, + Year = {2012}, + Pages = {035002}, + Volume = {D85}, + + Archiveprefix = {arXiv}, + Eprint = {1109.3717}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-11-153, CP3-11-28, LPN-11-51, SFB-CPP-11-50}, + Slaccitation = {%%CITATION = ARXIV:1109.3717;%%} +} + +@Article{Bolzoni:2010xr, + Title = {{Higgs production via vector-boson fusion at NNLO in QCD}}, + Author = {Bolzoni, Paolo and Maltoni, Fabio and Moch, Sven-Olaf and Zaro, Marco}, + Journal = {Phys.Rev.Lett.}, + Year = {2010}, + Pages = {011801}, + Volume = {105}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.105.011801}, + Eprint = {1003.4451}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-10-042, SFB-CPP-10-23, CP3-10-12}, + Slaccitation = {%%CITATION = ARXIV:1003.4451;%%} +} + +@Article{Bonciani:2003nt, + Title = {{Sudakov resummation of multiparton QCD cross sections}}, + Author = {Bonciani, Roberto and Catani, Stefano and Mangano, Michelangelo L. and Nason, Paolo}, + Journal = {Phys. Lett.}, + Year = {2003}, + Pages = {268-278}, + Volume = {B575}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2003.09.068}, + Eprint = {hep-ph/0307035}, + File = {:Bonciani2003nt.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0307035;%%}, + Url = {http://inspirehep.net/record/622525} +} + +@Article{Bonvini:2014jma, + Title = {{Updated Higgs cross section at approximate N$^3$LO}}, + Author = {Bonvini, Marco and Ball, Richard D. and Forte, Stefano and Marzani, Simone and Ridolfi, Giovanni}, + Year = {2014}, + + Archiveprefix = {arXiv}, + Eprint = {1404.3204}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-14-052, IFUM-1026-FT, DCPT-14-62, IPPP-14-31}, + Slaccitation = {%%CITATION = ARXIV:1404.3204;%%} +} + +@Article{Bonvini:2012az, + Title = {{Threshold Resummation in SCET vs. Perturbative QCD: An Analytic Comparison}}, + Author = {Bonvini, Marco and Forte, Stefano and Ghezzi, Margherita and Ridolfi, Giovanni}, + Journal = {Nucl.Phys.}, + Year = {2012}, + Pages = {337-360}, + Volume = {B861}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nuclphysb.2012.04.010}, + Eprint = {1201.6364}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-12-007, IFUM-986-FT}, + Slaccitation = {%%CITATION = ARXIV:1201.6364;%%}, + Url = {http://inspirehep.net/record/1086799} +} + +@Article{Bonvini:2014joa, + Title = {{Resummed Higgs cross section at N$^3$LL}}, + Author = {Bonvini, Marco and Marzani, Simone}, + Journal = {JHEP}, + Year = {2014}, + Pages = {007}, + Volume = {09}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP09(2014)007}, + Eprint = {1405.3654}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-14-075, DCPT-14-94, IPPP-14-47}, + Slaccitation = {%%CITATION = ARXIV:1405.3654;%%}, + Url = {http://inspirehep.net/record/1296265} +} + +@Article{Boos:2004kh, + Title = {{CompHEP 4.4 - automatic computations from Lagrangians to events}}, + Author = {Boos, E. and others}, + Journal = {Nucl. Instrum. Meth.}, + Year = {2004}, + Pages = {250-259}, + Volume = {A534}, + + Archiveprefix = {arXiv}, + Collaboration = {CompHEP}, + Doi = {10.1016/j.nima.2004.07.096}, + Eprint = {hep-ph/0403113}, + File = {:Boos2004kh.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0403113;%%} +} + +@Article{Borozan:2002fk, + Title = {{An eikonal model for multiparticle production in hadron-hadron interactions}}, + Author = {Borozan, I. and Seymour, M. H.}, + Journal = {JHEP}, + Year = {2002}, + Pages = {015}, + Volume = {09}, + + Eprint = {hep-ph/0207283}, + File = {:Borozan2002fk.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0207283} +} + +@Article{Bossard:2000jh, + Title = {{Cosmic ray air shower characteristics in the framework of the parton-based Gribov-Regge model NEXUS}}, + Author = {Bossard, G. and others}, + Journal = {Phys. Rev.}, + Year = {2001}, + Pages = {054030}, + Volume = {D63}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.63.054030}, + Eprint = {hep-ph/0009119}, + Slaccitation = {CITATION = HEP-PH/0009119;} +} + +@Article{Botella:1985gb, + Title = {{Anticipating the Higher Generations of Quarks from Rephasing Invariance of the Mixing Matrix}}, + Author = {Botella, F. J. and Chau, Ling-Lie}, + Journal = {Phys. Lett.}, + Year = {1986}, + Pages = {97}, + Volume = {B168}, + + Doi = {10.1016/0370-2693(86)91468-1}, + File = {:Botella1985gb.pdf:PDF}, + Slaccitation = {%%CITATION = PHLTA,B168,97;%%} +} + +@Article{Botje:2011sn, + Title = {{The PDF4LHC Working Group Interim Recommendations}}, + Author = {Botje, Michiel and Butterworth, Jon and Cooper-Sarkar, Amanda and de Roeck, Albert and Feltesse, Joel and others}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Eprint = {1101.0538}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1101.0538;%%} +} + +@Article{Botts:1989kf, + Title = {{Hard Elastic Scattering in QCD: Leading Behavior}}, + Author = {Botts, James and Sterman, George F.}, + Journal = {Nucl.Phys.}, + Year = {1989}, + Pages = {62}, + Volume = {B325}, + + Doi = {10.1016/0550-3213(89)90372-6}, + File = {:Botts1989kf.pdf:PDF}, + Reportnumber = {ITP-SB-89-7}, + Slaccitation = {%%CITATION = NUPHA,B325,62;%%}, + Url = {http://inspirehep.net/record/25315} +} + +@Article{Boughezal:2013uia, + Title = {{Higgs boson production in association with a jet at next-to-next-to-leading order in perturbative QCD}}, + Author = {Boughezal, Radja and Caola, Fabrizio and Melnikov, Kirill and Petriello, Frank and Schulze, Markus}, + Journal = {JHEP}, + Year = {2013}, + Pages = {072}, + Volume = {06}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP06(2013)072}, + Eprint = {1302.6216}, + Primaryclass = {hep-ph}, + Reportnumber = {ANL-HEP-PR-13-13}, + Slaccitation = {%%CITATION = ARXIV:1302.6216;%%}, + Url = {http://inspirehep.net/record/1221084} +} + +@Article{Boughezal:2010mc, + Title = {{Antenna subtraction at NNLO with hadronic initial states: double real radiation for initial-initial configurations with two quark flavours}}, + Author = {Boughezal, Radja and Gehrmann-De Ridder, Aude and Ritzmann, Mathias}, + Journal = {JHEP}, + Year = {2011}, + Pages = {098}, + Volume = {02}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP02(2011)098}, + Eprint = {1011.6631}, + File = {:Boughezal2010mc.pdf:PDF}, + Primaryclass = {hep-ph}, + Reportnumber = {ANL-HEP-PR-10-58}, + Slaccitation = {%%CITATION = ARXIV:1011.6631;%%}, + Url = {http://inspirebeta.net/record/878509} +} + +@Article{Boughezal:2010ty, + Title = {{NNLO Antenna Subtraction with Two Hadronic Initial States}}, + Author = {Boughezal, Radja and Gehrmann-De Ridder, Aude and Ritzmann, Mathias}, + Journal = {PoS}, + Year = {2010}, + Pages = {052}, + Volume = {RADCOR2009}, + + Archiveprefix = {arXiv}, + Eprint = {1001.2396}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1001.2396;%%}, + Url = {http://inspirehep.net/record/842807} +} + +@Article{Boughezal:2013oha, + Title = {{Combining Resummed Higgs Predictions Across Jet Bins}}, + Author = {Boughezal, Radja and Liu, Xiaohui and Petriello, Frank and Tackmann, Frank J. and Walsh, Jonathan R.}, + Journal = {Phys.Rev.}, + Year = {2014}, + Pages = {074044}, + Volume = {D89}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.89.074044}, + Eprint = {1312.4535}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-13-244}, + Slaccitation = {%%CITATION = ARXIV:1312.4535;%%} +} + +@Article{Boughezal:2011jf, + Title = {{A subtraction scheme for NNLO computations}}, + Author = {Boughezal, Radja and Melnikov, Kirill and Petriello, Frank}, + Journal = {Phys.Rev.}, + Year = {2012}, + Pages = {034025}, + Volume = {D85}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.85.034025}, + Eprint = {1111.7041}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1111.7041;%%} +} + +@Article{Bourhis:1997yu, + Title = {{Quark and gluon fragmentation functions into photons}}, + Author = {Bourhis, L. and Fontannaz, M. and Guillet, J. P.}, + Journal = {Eur. Phys. J.}, + Year = {1998}, + Pages = {529-537}, + Volume = {C2}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/s100520050158}, + Eprint = {hep-ph/9704447}, + File = {:Bourhis1997yu.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9704447;%%}, + Url = {http://www-spires.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9704447} +} + +@Article{Bowler:1981sb, + Title = {{$e^+e^-$ production of heavy quarks in the string model}}, + Author = {Bowler, M. G.}, + Journal = {Z. Phys.}, + Year = {1981}, + Pages = {169}, + Volume = {C11}, + + File = {:Bowler1981sb.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C11,169} +} + +@Article{Bozzi:2009ig, + Title = {{NLO QCD corrections to W+W- gamma and Z Z gamma production with leptonic decays}}, + Author = {Bozzi, G. and Campanario, F. and Hankele, V. and Zeppenfeld, D.}, + Journal = {Phys.Rev.}, + Year = {2010}, + Pages = {094030}, + Volume = {D81}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.81.094030}, + Eprint = {0911.0438}, + Primaryclass = {hep-ph}, + Reportnumber = {KA-TP-11-2009, SFB-CPP-09-105, FTUV-09-1101, IFUM-938-FT}, + Slaccitation = {%%CITATION = ARXIV:0911.0438;%%} +} + +@Article{Bozzi:2010sj, + Title = {{NLO QCD corrections to $W^\pm Z\gamma$ production with leptonic decays}}, + Author = {Bozzi, G. and Campanario, F. and Rauch, M. and Rzehak, H. and Zeppenfeld, D.}, + Journal = {Phys.Lett.}, + Year = {2011}, + Pages = {380-385}, + Volume = {B696}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2010.12.051}, + Eprint = {1011.2206}, + Primaryclass = {hep-ph}, + Reportnumber = {FTUV-10-1109, KA-TP-33-2010, SFB-CPP-10-96, IFUM-967-FT}, + Slaccitation = {%%CITATION = ARXIV:1011.2206;%%} +} + +@Article{Bozzi:2011en, + Title = {{Z\gamma\gamma production with leptonic decays and triple photon production at NLO QCD}}, + Author = {Bozzi, G. and Campanario, F. and Rauch, M. and Zeppenfeld, D.}, + Journal = {Phys.Rev.}, + Year = {2011}, + Pages = {074028}, + Volume = {D84}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.84.074028}, + Eprint = {1107.3149}, + Primaryclass = {hep-ph}, + Reportnumber = {FTUV-11-0715, IFUM-972-FT, KA-TP-16-2011, LPN11-38, SFB-CPP-11-39}, + Slaccitation = {%%CITATION = ARXIV:1107.3149;%%} +} + +@Article{Bozzi:2011wwa, + Title = {{$W^{+-}\gamma \gamma$ production with leptonic decays at NLO QCD}}, + Author = {Bozzi, G. and Campanario, F. and Rauch, M. and Zeppenfeld, D.}, + Journal = {Phys.Rev.}, + Year = {2011}, + Pages = {114035}, + Volume = {D83}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.83.114035}, + Eprint = {1103.4613}, + Primaryclass = {hep-ph}, + Reportnumber = {FTUV-11-0324, IFUM-971-FT, KA-TP-08-2011, LPN11-14, SFB-CPP-11-14}, + Slaccitation = {%%CITATION = ARXIV:1103.4613;%%} +} + +@Article{Bozzi:2010xn, + Title = {{Production of Drell-Yan lepton pairs in hadron collisions: Transverse-momentum resummation at next-to-next-to-leading logarithmic accuracy}}, + Author = {Bozzi, Giuseppe and Catani, Stefano and Ferrera, Giancarlo and de Florian, Daniel and Grazzini, Massimiliano}, + Journal = {Phys.Lett.}, + Year = {2011}, + Pages = {207-213}, + Volume = {B696}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2010.12.024}, + Eprint = {1007.2351}, + File = {:Bozzi2010xn.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1007.2351;%%}, + Url = {http://inspirehep.net/record/861204} +} + +@Article{Bozzi:2005wk, + Title = {{Transverse-momentum resummation and the spectrum of the Higgs boson at the LHC}}, + Author = {Bozzi, Giuseppe and Catani, Stefano and de Florian, Daniel and Grazzini, Massimiliano}, + Journal = {Nucl. Phys.}, + Year = {2006}, + Pages = {73-120}, + Volume = {B737}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nuclphysb.2005.12.022}, + Eprint = {hep-ph/0508068}, + File = {:Bozzi2005wk.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0508068;%%} +} + +@Article{Bozzi:2003jy, + Title = {{The q(T) spectrum of the Higgs boson at the LHC in QCD perturbation theory}}, + Author = {Bozzi, G. and Catani, S. and de Florian, D. and Grazzini, M.}, + Journal = {Phys.Lett.}, + Year = {2003}, + Pages = {65-72}, + Volume = {B564}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0370-2693(03)00656-7}, + Eprint = {hep-ph/0302104}, + File = {:Bozzi2003jy.pdf:PDF}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-TH-2003-026}, + Slaccitation = {%%CITATION = HEP-PH/0302104;%%} +} + +@Article{Bozzo:1985th, + Title = {{Elastic scattering at the CERN SPS collider up to a four-momentum transfer of 1.55 GeV $^2$}}, + Author = {Bozzo, M. and others}, + Journal = {Phys.Lett.}, + Year = {1985}, + Pages = {197-202}, + Volume = {B155}, + + Collaboration = {UA4 Collaboration}, + Doi = {10.1016/0370-2693(85)90985-2}, + Reportnumber = {CERN-EP/85-31}, + Slaccitation = {%%CITATION = PHLTA,B155,197;%%} +} + +@article{Branco:2011iw, + author = "Branco, G. C. and Ferreira, P. M. and Lavoura, L. and + Rebelo, M. N. and Sher, Marc and Silva, Joao P.", + title = "{Theory and phenomenology of two-Higgs-doublet models}", + journal = "Phys. Rept.", + volume = "516", + year = "2012", + pages = "1-102", + doi = "10.1016/j.physrep.2012.02.002", + eprint = "1106.0034", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1106.0034;%%" +} + +@Article{Brandelik:1980zw, + Title = {{Comparison of e+ e- Annihilation with QCD and Determination of the Strong Coupling Constant}}, + Author = {Brandelik, R. and others}, + Journal = {Phys.Lett.}, + Year = {1980}, + Pages = {437}, + Volume = {B94}, + + Collaboration = {TASSO Collaboration}, + Reportnumber = {DESY 80/40}, + Slaccitation = {%%CITATION = PHLTA,B94,437;%%} +} + +@Article{Brandelik:1979bd, + Title = {{Evidence for Planar Events in e+ e- Annihilation at High-Energies}}, + Author = {Brandelik, R. and others}, + Journal = {Phys.Lett.}, + Year = {1979}, + Pages = {243}, + Volume = {B86}, + + Collaboration = {TASSO Collaboration}, + Reportnumber = {DESY 79/53}, + Slaccitation = {%%CITATION = PHLTA,B86,243;%%} +} + +@Article{Bredenstein:2010rs, + Title = {{NLO QCD corrections to top anti-top bottom anti-bottom production at the LHC: 2. full hadronic results}}, + Author = {Bredenstein, Axel and Denner, Ansgar and Dittmaier, Stefan and Pozzorini, Stefano}, + Journal = {JHEP}, + Year = {2010}, + Pages = {021}, + Volume = {03}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP03(2010)021}, + Eprint = {1001.4006}, + Primaryclass = {hep-ph}, + Url = {http://inspirehep.net/record/843721} +} + +@Article{Bredenstein:2009aj, + Title = {{NLO QCD corrections to pp ---\> t anti-t b anti-b + X at the LHC}}, + Author = {Bredenstein, A. and Denner, A. and Dittmaier, S. and Pozzorini, S.}, + Journal = {Phys. Rev. Lett.}, + Year = {2009}, + Pages = {012002}, + Volume = {103}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.103.012002}, + Eprint = {0905.0110}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/819268} +} + +@Article{Bredenstein:2008zb, + Title = {{NLO QCD corrections to t anti-t b anti-b production at the LHC: 1. Quark-antiquark annihilation}}, + Author = {Bredenstein, Axel and Denner, Ansgar and Dittmaier, Stefan and Pozzorini, Stefano}, + Journal = {JHEP}, + Year = {2008}, + Pages = {108}, + Volume = {08}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/08/108}, + Eprint = {0807.1248}, + Primaryclass = {hep-ph}, + Url = {http://inspirehep.net/record/790184} +} + +@Article{Bredenstein:2004ef, + Title = {{Four-fermion production at gamma gamma colliders: I. Lowest-order predictions and anomalous couplings}}, + Author = {Bredenstein, A. and Dittmaier, S. and Roth, M.}, + Journal = {Eur. Phys. J.}, + Year = {2004}, + Pages = {341-363}, + Volume = {C36}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s2004-01948-4}, + Eprint = {hep-ph/0405169}, + File = {:Bredenstein2004ef.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0405169;%%} +} + +@Article{Brein:2003wg, + Title = {{NNLO QCD corrections to the Higgs-strahlung processes at hadron colliders}}, + Author = {Brein, Oliver and Djouadi, Abdelhak and Harlander, Robert}, + Journal = {Phys.Lett.}, + Year = {2004}, + Pages = {149-156}, + Volume = {B579}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2003.10.112}, + Eprint = {hep-ph/0307206}, + Primaryclass = {hep-ph}, + Reportnumber = {MPP-2003-35, CERN-TH-2003-161, PM-03-16}, + Slaccitation = {%%CITATION = HEP-PH/0307206;%%} +} + +@Article{Breitweg:1999ss, + Title = {{Measurement of the $E_{T,jet}^2/Q^2$ dependence of forward-jet production at HERA}}, + Author = {Breitweg, J. and others}, + Journal = {Phys. Lett.}, + Year = {2000}, + Note = {DESY-99-162}, + Pages = {223-233}, + Volume = {B474}, + + Archiveprefix = {arXiv}, + Collaboration = {ZEUS}, + Doi = {10.1016/S0370-2693(99)01478-1}, + Eprint = {hep-ex/9910043}, + File = {:Breitweg1999ss.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/9910043;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9910043} +} + +@Article{Breitweg:1999su, + Title = {{Measurement of inclusive prompt photon photoproduction at HERA}}, + Author = {Breitweg, J. and others}, + Journal = {Phys. Lett.}, + Year = {2000}, + Note = {DESY-99-161}, + Pages = {175-188}, + Volume = {B472}, + + Archiveprefix = {arXiv}, + Collaboration = {ZEUS}, + Doi = {10.1016/S0370-2693(99)01450-1}, + Eprint = {hep-ex/9910045}, + File = {:Breitweg1999su.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/9910045;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9910045} +} + +@Article{Breitweg:1998ed, + Title = {{Forward jet production in deep inelastic scattering at HERA}}, + Author = {Breitweg, J. and others}, + Journal = {Eur. Phys. J.}, + Year = {1999}, + Note = {DESY-98-050}, + Pages = {239-252}, + Volume = {C6}, + + Archiveprefix = {arXiv}, + Collaboration = {ZEUS}, + Doi = {10.1007/s100529801018}, + Eprint = {hep-ex/9805016}, + File = {:Breitweg1998ed.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/9805016;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9805016} +} + +@Article{Breitweg:1998gf, + Title = {{Measurement of jet shapes in high-$Q^{2}$ deep inelastic scattering at HERA}}, + Author = {Breitweg, J. and others}, + Journal = {Eur. Phys. J.}, + Year = {1999}, + Note = {DESY-98-038}, + Pages = {367-380}, + Volume = {C8}, + + Archiveprefix = {arXiv}, + Collaboration = {ZEUS}, + Doi = {10.1007/s100520050471}, + Eprint = {hep-ex/9804001}, + File = {:Breitweg1998gf.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/9804001;%%}, + Url = {http://www-library.desy.de/spires/find/hep/www?eprint=hep-ex/9804001} +} + +@Article{Breitweg:1999nt, + Title = {{Measurement of multiplicity and momentum spectra in the current and target regions of the Breit frame in Deep Inelastic Scattering at HERA}}, + Author = {Breitweg, J. and others}, + Journal = {Eur. Phys. J.}, + Year = {1999}, + Note = {DESY-99-041}, + Pages = {251-270}, + Volume = {C11}, + + Archiveprefix = {arXiv}, + Collaboration = {ZEUS}, + Doi = {10.1007/s100520050630}, + Eprint = {hep-ex/9903056}, + File = {:Breitweg1999nt.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/9903056;%%}, + Url = {http://www-library.desy.de/spires/find/hep/www?eprint=hep-ex/9903056} +} + +@Article{Britto:2004ap, + Title = {{New recursion relations for tree amplitudes of gluons}}, + Author = {Britto, Ruth and Cachazo, Freddy and Feng, Bo}, + Journal = {Nucl. Phys.}, + Year = {2005}, + Pages = {499-522}, + Volume = {B715}, + + Eprint = {hep-th/0412308}, + File = {:Britto2004ap.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0412308} +} + +@Article{Britto:2005fq, + Title = {{Direct Proof of the Tree-Level Scattering Amplitude Recursion Relation in Yang-Mills Theory}}, + Author = {Britto, Ruth and Cachazo, Freddy and Feng, Bo and Witten, Edward}, + Journal = {Phys. Rev. Lett.}, + Year = {2005}, + Pages = {181602}, + Volume = {94}, + + Eprint = {hep-th/0501052}, + File = {:Britto2005fq.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0501052} +} + +@Article{Britto:2007tt, + Title = {{Integral coefficients for one-loop amplitudes}}, + Author = {Britto, Ruth and Feng, Bo}, + Journal = {JHEP}, + Year = {2008}, + Pages = {095}, + Volume = {02}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/02/095}, + Eprint = {0711.4284}, + Primaryclass = {hep-ph}, + Url = {http://inspirehep.net/record/768681} +} + +@Article{Britto:2006sj, + Title = {{Cut-constructible part of QCD amplitudes}}, + Author = {Britto, Ruth and Feng, Bo and Mastrolia, Pierpaolo}, + Journal = {Phys. Rev.}, + Year = {2006}, + Pages = {105004}, + Volume = {D73}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.73.105004}, + Eprint = {hep-ph/0602178}, + File = {:Britto2006sj.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/710878} +} + +@Article{Britto:2011cr, + Title = {{External leg corrections in the unitarity method}}, + Author = {Britto, R. and Mirabella, E.}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Eprint = {1109.5106}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/928304} +} + +@Article{Brodsky:2011ig, + Title = {{Setting the Renormalization Scale in QCD: The Principle of Maximum Conformality}}, + Author = {Brodsky, Stanley J. and Di Giustino, Leonardo}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Eprint = {1107.0338}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/916905} +} + +@Article{Brodsky:1982gc, + Title = {{On the elimination of scale ambiguities in perturbative quantum chromodynamics}}, + Author = {Brodsky, Stanley J. and Lepage, G. Peter and Mackenzie, Paul B.}, + Journal = {Phys. Rev.}, + Year = {1983}, + Pages = {228}, + Volume = {D28}, + + Doi = {10.1103/PhysRevD.28.228}, + File = {:Brodsky1982gc.pdf:PDF}, + Slaccitation = {%%CITATION = PHRVA,D28,228;%%}, + Url = {http://inspirebeta.net/record/181524?ln=en} +} + +@Article{Brodsky:1994eh, + Title = {{Commensurate scale relations in quantum chromodynamics}}, + Author = {Brodsky, Stanley J. and Lu, Hung Jung}, + Journal = {Phys. Rev.}, + Year = {1995}, + Pages = {3652-3668}, + Volume = {D51}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.51.3652}, + Eprint = {hep-ph/9405218}, + File = {:Brodsky1994eh.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/373128} +} + +@Article{Brodsky:2010ur, + Title = {{Nonperturbative QCD Coupling and its $\beta$-function from Light-Front Holography}}, + Author = {Brodsky, Stanley J. and de Teramond, Guy F. and Deur, Alexandre}, + Journal = {Phys. Rev.}, + Year = {2010}, + Pages = {096010}, + Volume = {D81}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.81.096010}, + Eprint = {1002.3948}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/846452} +} + +@Article{Brodsky:2012ik, + Title = {{Application of the Principle of Maximum Conformality to the Top-Quark Forward-Backward Asymmetry at the Tevatron}}, + Author = {Brodsky, Stanley J. and Wu, Xing-Gang}, + Journal = {Phys.Rev.}, + Year = {2012}, + Pages = {114040}, + Volume = {D85}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.85.114040}, + Eprint = {1205.1232}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-15006}, + Slaccitation = {%%CITATION = ARXIV:1205.1232;%%} +} + +@Article{Brodsky:2012rj, + Title = {{Eliminating the Renormalization Scale Ambiguity for Top-Pair Production Using the Principle of Maximum Conformality}}, + Author = {Brodsky, Stanley J. and Wu, Xing-Gang}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Eprint = {1203.5312}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-14898}, + Slaccitation = {%%CITATION = ARXIV:1203.5312;%%}, + Url = {http://inspirehep.net/record/1094744} +} + +@Article{Broedel:2011ib, + Title = {{Maximally Supersymmetric Path Integrals}}, + Author = {Broedel, Johannes and Kallosh, Renata}, + Journal = {JHEP}, + Year = {2011}, + Pages = {024}, + Volume = {06}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP06(2011)024}, + Eprint = {1103.0322}, + Primaryclass = {hep-th}, + Url = {http://inspirebeta.net/record/891263} +} + +@Article{Brook:1995nn, + Title = {{Tuning Monte Carlo event generators to HERA data}}, + Author = {Brook, N. and Waugh, R. G. and Carli, T. and Mohr, R. and Sutton, M.}, + Year = {1996}, + Note = {In Hamburg 1995/96, Future physics at HERA, vol. 1, 613-619}, + + File = {:Brook1995nn.pdf:PDF}, + Url = {http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.48.4310} +} + +@Article{Brook:1998jd, + Title = {{A Comparison of Deep Inelastic Scattering Monte Carlo Event Generators to HERA Data}}, + Author = {Brook, N. H. and others}, + Year = {1998}, + Note = {In Hamburg 1998/1999, Monte Carlo generators for HERA physics, 10-35}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ex/9912053}, + File = {:Brook1998jd.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/9912053;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9912053} +} + +@Article{Brown:1991hx, + Title = {{Finding Jets and Summing Soft Gluons: a New Algorithm}}, + Author = {Brown, N. and Stirling, W. James}, + Journal = {Z. Phys.}, + Year = {1992}, + Pages = {629-636}, + Volume = {C53}, + + Doi = {10.1007/BF01559740}, + File = {:Brown1991hx.pdf:PDF}, + Slaccitation = {%%CITATION = ZEPYA,C53,629;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C53,629} +} + +@Article{Brun:1997pa, + Title = {{ROOT: An object oriented data analysis framework}}, + Author = {Brun, R. and Rademakers, F.}, + Journal = {Nucl.Instrum.Meth.}, + Year = {1997}, + Pages = {81-86}, + Volume = {A389}, + + Doi = {10.1016/S0168-9002(97)00048-X}, + Slaccitation = {%%CITATION = NUIMA,A389,81;%%} +} + +@article{Buckley:2014ana, + author = "Buckley, Andy and Ferrando, James and Lloyd, Stephen and + Nordström, Karl and Page, Ben and Rüfenacht, Martin and + Schönherr, Marek and Watt, Graeme", + title = "{LHAPDF6: parton density access in the LHC precision + era}", + journal = "Eur. Phys. J.", + volume = "C75", + year = "2015", + number = "3", + pages = "132", + doi = "10.1140/epjc/s10052-015-3318-8", + eprint = "1412.7420", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "GLAS-PPE-2014-05, MCNET-14-29, IPPP-14-111, DCPT-14-222", + SLACcitation = "%%CITATION = ARXIV:1412.7420;%%" +} + +@Article{Buckley:2008vh, + Title = {{Tools for event generator tuning and validation}}, + Author = {Buckley, Andy}, + Year = {2008}, + + Archiveprefix = {arXiv}, + Eprint = {0809.4638}, + File = {:Buckley2008vh.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0809.4638;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0809.4638} +} + +@Article{Buckley:2010ar, + Title = {{Rivet user manual}}, + Author = {Buckley, Andy and Butterworth, Jonathan and L{\"o}nnblad, Leif and Grellscheid, David and Hoeth, Hendrik and others}, + Journal = {Comput.Phys.Commun.}, + Year = {2013}, + Pages = {2803-2819}, + Volume = {184}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.cpc.2013.05.021}, + Eprint = {1003.0694}, + Primaryclass = {hep-ph}, + Reportnumber = {MCNET-10-03}, + Slaccitation = {%%CITATION = ARXIV:1003.0694;%%} +} + +@Article{Buckley:2009bj, + Title = {{Systematic event generator tuning for the LHC}}, + Author = {Buckley, Andy and Hoeth, Hendrik and Lacker, Heiko and Schulz, Holger and von Seggern, Jan Eike}, + Journal = {Eur. Phys. J.}, + Year = {2010}, + Pages = {331-357}, + Volume = {C65}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-009-1196-7}, + Eprint = {0907.2973}, + File = {:Buckley2009bj.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0907.2973;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0907.2973} +} + +@Article{Buckley:2009ad, + Title = {{Monte Carlo event generator validation and tuning for the LHC}}, + Author = {Buckley, Andy and Hoeth, Hendrik and Schulz, Holger and von Seggern, Jan Eike}, + Journal = {PoS}, + Year = {2008}, + Pages = {112}, + Volume = {ACAT08}, + + Archiveprefix = {arXiv}, + Eprint = {0902.4403}, + File = {:Buckley2009ad.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0902.4403;%%}, + Url = {http://inspirebeta.net/record/814174} +} + +@Article{Buckley:2011ms, + Title = {{General-purpose event generators for LHC physics}}, + Author = {Buckley, Andy and others}, + Journal = {Phys. Rept.}, + Year = {2011}, + Pages = {145-233}, + Volume = {504}, + + Archiveprefix = {arXiv}, + Doi = {http://dx.doi.org/10.1016/j.physrep.2011.03.005}, + Eprint = {1101.2599}, + File = {:Buckley2011ms.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/884202} +} + +@Article{Budnev:1974de, + Title = {{The two photon particle production mechanism. Physical problems. Applications. Equivalent photon approximation}}, + Author = {Budnev, V. M. and Ginzburg, I. F. and Meledin, G. V. and Serbo, V. G.}, + Journal = {Phys. Rept.}, + Year = {1974}, + Pages = {181-281}, + Volume = {15}, + + File = {:Budnev1974de.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRPLC,15,181} +} + +@Article{Buescher:2005re, + Title = {{Higgs boson searches at hadron colliders}}, + Author = {Buescher, V. and Jakobs, Karl}, + Journal = {Int. J. Mod. Phys.}, + Year = {2005}, + Pages = {2523-2602}, + Volume = {A20}, + + Archiveprefix = {arXiv}, + Doi = {10.1142/S0217751X05022457}, + Eprint = {hep-ph/0504099}, + File = {:Buescher2005re.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0504099;%%} +} + +@Article{Buskulic:1995au, + Title = {{First measurement of the quark-to-photon fragmentation function}}, + Author = {Buskulic, D. and others}, + Journal = {Z. Phys.}, + Year = {1996}, + Pages = {365-378}, + Volume = {C69}, + + Collaboration = {ALEPH}, + Doi = {10.1007/s002880050037}, + File = {:Buskulic1995au.pdf:PDF}, + Slaccitation = {%%CITATION = ZEPYA,C69,365;%%}, + Url = {http://www-spires.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C69,365} +} + +@Article{Buskulic:1992ji, + Title = {{Measurement of prompt photon production in hadronic $Z$ decays}}, + Author = {Buskulic, D. and others}, + Journal = {Z. Phys.}, + Year = {1993}, + Pages = {17-36}, + Volume = {C57}, + + Collaboration = {ALEPH}, + Doi = {10.1007/BF01555735}, + File = {:Buskulic1992ji.pdf:PDF}, + Slaccitation = {%%CITATION = ZEPYA,C57,17;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C57,17} +} + +@Article{Butterworth:2014efa, + Title = {{Les Houches 2013: Physics at TeV Colliders: Standard Model Working Group Report}}, + Author = {Butterworth, J. and Dissertori, G. and Dittmaier, S. and de Florian, D. and Glover, N. and others}, + Year = {2014}, + + Archiveprefix = {arXiv}, + Eprint = {1405.1067}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1405.1067;%%} +} + +@Article{Butterworth:2008iy, + Title = {{Jet substructure as a new Higgs search channel at the LHC}}, + Author = {Butterworth, Jonathan M. and Davison, Adam R. and Rubin, Mathieu and Salam, Gavin P.}, + Journal = {Phys. Rev. Lett.}, + Year = {2008}, + Pages = {242001}, + Volume = {100}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.100.242001}, + Eprint = {0802.2470}, + File = {:Butterworth2008iy.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/779602} +} + +@Article{Butterworth:1996zw, + Title = {{Multiparton Interactions in Photoproduction at HERA}}, + Author = {John M. Butterworth and Jeffrey R. Forshaw and Mike H. Seymour}, + Journal = {Z. Phys.}, + Year = {1996}, + Pages = {637-646}, + Volume = {C72}, + + Eprint = {hep-ph/9601371}, + File = {:Butterworth1996zw.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9601371} +} + +@Article{Butterworth:2010ym, + Title = {{The Tools and Monte Carlo working group: Summary report}}, + Author = {Butterworth, J. M. and others}, + Year = {2010}, + Note = {Proceedings of the Workshop ``Physics at TeV Colliders'', Les Houches, France, 8-26 June, 2009}, + + Archiveprefix = {arXiv}, + Eprint = {1003.1643}, + File = {:Butterworth2010ym.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1003.1643;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1003.1643} +} + +@Article{Butterworth:2005aq, + Title = {{High energy photoproduction}}, + Author = {Butterworth, J. M. and Wing, M.}, + Journal = {Rept. Prog. Phys.}, + Year = {2005}, + Pages = {2773-2828}, + Volume = {68}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/0034-4885/68/12/R03}, + Eprint = {hep-ex/0509018}, + File = {:Butterworth2005aq.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0509018;%%} +} + +@Article{Byckling:1969sx, + Title = {{N-particle phase space in terms of invariant momentum transfers}}, + Author = {Byckling, E. and Kajantie, K.}, + Journal = {Nucl. Phys.}, + Year = {1969}, + Pages = {568-576}, + Volume = {B9}, + + File = {:Byckling1969sx.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B9,568} +} + +@article{Cacciari:1998it, + author = "Cacciari, Matteo and Greco, Mario and Nason, Paolo", + title = "{The P(T) spectrum in heavy flavor hadroproduction}", + journal = "JHEP", + volume = "9805", + pages = "007", + doi = "10.1088/1126-6708/1998/05/007", + year = "1998", + eprint = "hep-ph/9803400", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-TH-98-77, LPTHE-ORSAY-98-11, IFUM-613-FT, + LNF-98-008-P", + SLACcitation = "%%CITATION = HEP-PH/9803400;%%", +} + +@Article{Cacciari:2011hy, + Title = {{Top-pair production at hadron colliders with next-to-next-to-leading logarithmic soft-gluon resummation}}, + Author = {Cacciari, Matteo and Czakon, Michal and Mangano, Michelangelo and Mitov, Alexander and Nason, Paolo}, + Journal = {Phys.Lett.}, + Year = {2012}, + Pages = {612-622}, + Volume = {B710}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2012.03.013}, + Eprint = {1111.5869}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2011-277, TTK-11-54}, + Slaccitation = {%%CITATION = ARXIV:1111.5869;%%}, + Url = {http://inspirehep.net/record/955207} +} + +@Article{Cacciari:2005hq, + Title = {{Dispelling the $N^{3}$ myth for the $k_t$ jet-finder}}, + Author = {Cacciari, Matteo and Salam, Gavin P.}, + Journal = {Phys. Lett.}, + Year = {2006}, + Pages = {57-61}, + Volume = {B641}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2006.08.037}, + Eprint = {hep-ph/0512210}, + File = {:Cacciari2005hq.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0512210;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0512210} +} + +@Article{Cacciari:2011ma, + Title = {{FastJet user manual}}, + Author = {Cacciari, Matteo and Salam, Gavin P. and Soyez, Gregory}, + Journal = {Eur.Phys.J.}, + Year = {2012}, + Pages = {1896}, + Volume = {C72}, + + Archiveprefix = {arXiv}, + Eprint = {1111.6097}, + File = {:Cacciari2011ma.pdf:PDF}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2011-297}, + Slaccitation = {%%CITATION = ARXIV:1111.6097;%%}, + Url = {http://inspirehep.net/record/955176} +} + +@Article{Cacciari:2008gp, + Title = {{The Anti-k(t) jet clustering algorithm}}, + Author = {Cacciari, Matteo and Salam, Gavin P. and Soyez, Gregory}, + Journal = {JHEP}, + Year = {2008}, + Pages = {063}, + Volume = {04}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/04/063}, + Eprint = {0802.1189}, + File = {:Cacciari2008gp.pdf:PDF}, + Primaryclass = {hep-ph}, + Reportnumber = {LPTHE-07-03}, + Slaccitation = {%%CITATION = ARXIV:0802.1189;%%} +} + +@Article{Cachazo:2005ga, + Title = {{Lectures on Twistor Strings and Perturbative Yang-Mills Theory}}, + Author = {Cachazo, Freddy and Svr{\v{c}}ek, Peter}, + Journal = {PoS}, + Year = {2005}, + Pages = {004}, + Volume = {RTN2005}, + + Eprint = {hep-th/0504194}, + File = {:Cachazo2005ga.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0504194} +} + +@Article{Cachazo:2004kj, + Title = {{MHV vertices and tree amplitudes in gauge theory}}, + Author = {Cachazo, Freddy and Svr\v{c}ek, Peter and Witten, Edward}, + Journal = {JHEP}, + Year = {2004}, + Pages = {006}, + Volume = {09}, + + Eprint = {hep-th/0403047}, + File = {:Cachazo2004kj.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0403047} +} + +@Article{Cafarella:2007pc, + Title = {{Helac-Phegas: A generator for all parton level processes}}, + Author = {Cafarella, Alessandro and Papadopoulos, Costas G. and Worek, Malgorzata}, + Journal = {Comput. Phys. Commun.}, + Year = {2009}, + Pages = {1941-1955}, + Volume = {180}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.cpc.2009.04.023}, + Eprint = {0710.2427}, + File = {:Cafarella2007pc.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0710.2427} +} + +@Article{Cahn:1986zv, + Title = {{Transverse Momentum Signatures for Heavy Higgs Bosons}}, + Author = {Cahn, Robert N. and Ellis, Stephen D. and Kleiss, Ronald and Stirling, W. James}, + Journal = {Phys.Rev.}, + Year = {1987}, + Pages = {1626}, + Volume = {D35}, + + Doi = {10.1103/PhysRevD.35.1626}, + Reportnumber = {LBL-21649}, + Slaccitation = {%%CITATION = PHRVA,D35,1626;%%} +} + +@Article{Campanario:2011ud, + Title = {{Precise predictions for W \gamma \gamma +jet production at hadron colliders}}, + Author = {Campanario, Francisco and Englert, Christoph and Rauch, Michael and Zeppenfeld, Dieter}, + Journal = {Phys.Lett.}, + Year = {2011}, + Pages = {515-519}, + Volume = {B704}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2011.09.072}, + Eprint = {1106.4009}, + Primaryclass = {hep-ph}, + Reportnumber = {FTUV-11-0620, KA-TP-13-2011, LPN11-32, SFB-CPP-11-31}, + Slaccitation = {%%CITATION = ARXIV:1106.4009;%%} +} + +@Article{Campanario:2013fsa, + Title = {{Electroweak Higgs plus Three Jet Production at NLO QCD}}, + Author = {Campanario, F. and Figy, T.M. and Pl{\"a}tzer, S. and Sj{\"o}dahl, M.}, + Journal = {Phys.Rev.Lett.}, + Year = {2013}, + Pages = {211802}, + Volume = {111}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.111.211802}, + Eprint = {1308.2932}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-13-144, FTUV-13-1308, IFIC-13-55, LPN13-055, LU-TP-13-28, --MAN-HEP-2013-17}, + Slaccitation = {%%CITATION = ARXIV:1308.2932;%%} +} + +@Article{Campanario:2008yg, + Title = {{QCD corrections to charged triple vector boson production with leptonic decay}}, + Author = {Campanario, F. and Hankele, V. and Oleari, C. and Prestel, S. and Zeppenfeld, D.}, + Journal = {Phys.Rev.}, + Year = {2008}, + Pages = {094012}, + Volume = {D78}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.78.094012}, + Eprint = {0809.0790}, + Primaryclass = {hep-ph}, + Reportnumber = {KA-TP-19-2008, FT-VV-08-0309}, + Slaccitation = {%%CITATION = ARXIV:0809.0790;%%} +} + +@Article{MCFM, + Title = {{MCFM -- Monte Carlo for FeMtobarn processes}}, + Author = {Campbell, John and Ellis, R. Keith and Williams, Ciaran}, + Note = {{http://mcfm.fnal.gov}}, + + Url = {http://mcfm.fnal.gov} +} + +@Article{Campbell:2010ff, + Title = {{MCFM for the Tevatron and the LHC}}, + Author = {Campbell, John M. and Ellis, R.K.}, + Journal = {Nucl.Phys.Proc.Suppl.}, + Year = {2010}, + Pages = {10-15}, + Volume = {205-206}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nuclphysbps.2010.08.011}, + Eprint = {1007.3492}, + Primaryclass = {hep-ph}, + Reportnumber = {FERMILAB-CONF-10-244-T}, + Slaccitation = {%%CITATION = ARXIV:1007.3492;%%}, + Url = {http://inspirehep.net/record/861954} +} + +@Article{Campbell:2002tg, + Title = {{Next-to-leading order corrections to $W^+$ 2 jet and $Z^+$ 2 jet production at hadron colliders}}, + Author = {Campbell, John M. and Ellis, R.Keith}, + Journal = {Phys. Rev.}, + Year = {2002}, + Pages = {113007}, + Volume = {D65}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.65.113007}, + Eprint = {hep-ph/0202176}, + Primaryclass = {hep-ph} +} + +@Article{Campbell:2012am, + Title = {{NLO Higgs boson production plus one and two jets using the POWHEG BOX, MadGraph4 and MCFM}}, + Author = {Campbell, John M. and Ellis, R.Keith and Frederix, Rikkert and Nason, Paolo and Oleari, Carlo and Williams, Ciaran}, + Journal = {JHEP}, + Year = {2012}, + Pages = {092}, + Volume = {07}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP07(2012)092}, + Eprint = {1202.5475}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1202.5475;%%}, + Url = {http://inspirehep.net/record/1090361} +} + +@Article{Campbell:2003hd, + Title = {{Next-to-leading order QCD predictions for W + 2 jet and Z + 2 jet production at the CERN LHC}}, + Author = {Campbell, John M. and Ellis, R.Keith and Rainwater, David L.}, + Journal = {Phys. Rev.}, + Year = {2003}, + Pages = {094021}, + Volume = {D68}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.68.094021}, + Eprint = {hep-ph/0308195}, + Primaryclass = {hep-ph} +} + +@Article{Campbell:2012uf, + Title = {{Top-quark processes at NLO in production and decay}}, + Author = {Campbell, John M. and Ellis, R. Keith}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Eprint = {1204.1513}, + Primaryclass = {hep-ph}, + Reportnumber = {FERMILAB-PUB-12-078-T}, + Slaccitation = {%%CITATION = ARXIV:1204.1513;%%}, + Url = {http://inspirehep.net/record/1107630} +} + +@Article{Campbell:1999ah, + Title = {{Update on vector boson pair production at hadron colliders}}, + Author = {Campbell, John M. and Ellis, R. Keith}, + Journal = {Phys. Rev.}, + Year = {1999}, + Pages = {113006}, + Volume = {D60}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.60.113006}, + Eprint = {hep-ph/9905386}, + File = {:Campbell1999ah.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9905386;%%} +} + +@Article{Campbell:2011cu, + Title = {{Gluon-gluon contributions to W+ W- production and Higgs interference effects}}, + Author = {Campbell, John M. and Ellis, R. Keith and Williams, Ciaran}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Eprint = {1107.5569}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1107.5569;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1107.5569} +} + +@Article{Campbell:2010cz, + Title = {{Hadronic production of a Higgs boson and two jets at next-to-leading order}}, + Author = {Campbell, John M. and Ellis, R. Keith and Williams, Ciaran}, + Journal = {Phys.Rev.}, + Year = {2010}, + Pages = {074023}, + Volume = {D81}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.81.074023}, + Eprint = {1001.4495}, + Primaryclass = {hep-ph}, + Reportnumber = {FERMILAB-PUB-10-013-T, IPPP-10-06}, + Slaccitation = {%%CITATION = ARXIV:1001.4495;%%}, + Url = {http://inspirehep.net/record/843581} +} + +@Article{Campbell:2006xx, + Title = {{Next-to-Leading order Higgs + 2 jet production via gluon fusion}}, + Author = {Campbell, John M. and Ellis, R. Keith and Zanderighi, Giulia}, + Journal = {JHEP}, + Year = {2006}, + Pages = {028}, + Volume = {10}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2006/10/028}, + Eprint = {hep-ph/0608194}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-06-164, FERMILAB-PUB-06-274-T}, + Slaccitation = {%%CITATION = HEP-PH/0608194;%%} +} + +@Article{Campbell:2005bb, + Title = {{Next-to-leading order corrections to Wt production and decay}}, + Author = {Campbell, John M. and Tramontano, Francesco}, + Journal = {Nucl.Phys.}, + Year = {2005}, + Pages = {109-130}, + Volume = {B726}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nuclphysb.2005.08.015}, + Eprint = {hep-ph/0506289}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2005-110, DSF-18-2005}, + Slaccitation = {%%CITATION = HEP-PH/0506289;%%} +} + +@Article{Cao:2010nw, + Title = {{New physics effects on top quark spin correlation and polarization at the LHC: a comparative study in different models}}, + Author = {Cao, Junjie and Wu, Lei and Yang, Jin Min}, + Journal = {Phys.Rev.}, + Year = {2011}, + Pages = {034024}, + Volume = {D83}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.83.034024}, + Eprint = {1011.5564}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1011.5564;%%} +} + +@Article{Caprini:1997mu, + Title = {{Dispersive bounds on the shape of $\bar{B} \to D^{(*)} l \bar{\nu}$ form factors}}, + Author = {Caprini, Irinel and Lellouch, Laurent and Neubert, Matthias }, + Journal = {Nucl. Phys.}, + Year = {1998}, + Pages = {153-181}, + Volume = {B530}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0550-3213(98)00350-2}, + Eprint = {hep-ph/9712417}, + File = {:Caprini1997mu.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9712417;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9712417} +} + +@Article{Caravaglios:1998yr, + Title = {{A new approach to multi-jet calculations in hadron collisions}}, + Author = {Caravaglios, F. and Mangano, Michelangelo L. and Moretti, M. and Pittau, R.}, + Journal = {Nucl. Phys.}, + Year = {1999}, + Pages = {215-232}, + Volume = {B539}, + + Eprint = {hep-ph/9807570}, + File = {:Caravaglios1998yr.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9807570} +} + +@Article{Carli:2004up, + Title = {{Events with isolated charged leptons and large missing transverse momentum at HERA}}, + Author = {Carli, Tancredi and Dannheim, Dominik and Bellagamba, Lorenzo}, + Journal = {Mod. Phys. Lett.}, + Year = {2004}, + Pages = {1881-1902}, + Volume = {A19}, + + Archiveprefix = {arXiv}, + Doi = {10.1142/S0217732304015142}, + Eprint = {hep-ph/0402012}, + File = {:Carli2004up.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0402012;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0402012} +} + +@Article{Carli:2009cg, + Title = {{Hadronic final states in deep-inelastic scattering with \Sherpa}}, + Author = {Tancredi Carli and Thomas Gehrmann and Stefan H{\"o}che}, + Journal = {Eur. Phys. J.}, + Year = {2010}, + Pages = {73}, + Volume = {C67}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-010-1261-2}, + Eprint = {0912.3715}, + File = {:Carli2009cg.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0912.3715;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?rawcmd=f+eprint+0912.3715} +} + +@Article{Carli:2010jb, + Title = {{Hadronic final states in DIS with Sherpa}}, + Author = {Carli, Tancredi and Gehrmann, Thomas and H{\"o}che, Stefan}, + Journal = {PoS}, + Year = {2010}, + Pages = {112}, + Volume = {DIS2010}, + + Archiveprefix = {arXiv}, + Eprint = {1006.5696}, + File = {:Carli2010jb.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1006.5696;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1006.5696} +} + +@Article{Carli:2010rw, + Title = {{A posteriori inclusion of parton density functions in NLO QCD final-state calculations at hadron colliders: The APPLGRID Project}}, + Author = {Carli, Tancredi and others}, + Journal = {Eur. Phys. J.}, + Year = {2010}, + Pages = {503-524}, + Volume = {C}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-010-1255-0}, + Eprint = {0911.2985}, + File = {:Carli2010rw.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0911.2985;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0911.2985} +} + +@Article{CarloniCalame:2003ux, + Title = {{Higher order QED corrections to W boson mass determination at hadron colliders}}, + Author = {Carloni Calame, C.M. and Montagna, G. and Nicrosini, O. and Treccani, M.}, + Journal = {Phys.Rev.}, + Year = {2004}, + Pages = {037301}, + Volume = {D69}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.69.037301}, + Eprint = {hep-ph/0303102}, + Primaryclass = {hep-ph}, + Reportnumber = {FNT-T-2003-05}, + Slaccitation = {%%CITATION = HEP-PH/0303102;%%} +} + +@Article{Cascioli:2013gfa, + Title = {{Precise Higgs-background predictions: merging NLO QCD and squared quark-loop corrections to four-lepton + 0,1 jet production}}, + Author = {Cascioli, F. and H{\"o}che, S. and Krauss, F. and Maierh{\"o}fer, P. and Pozzorini, S. and Siegert, F.}, + Journal = {JHEP}, + Year = {2014}, + Pages = {046}, + Volume = {01}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP01(2014)046}, + Eprint = {1309.0500}, + Primaryclass = {hep-ph}, + Reportnumber = {IPPP-13-66, DCPT-13-132, MCNET-13-12, SLAC-PUB-15714, ZU-TH-15-13, --LPN13-056, FR-PHENO-2013-007}, + Slaccitation = {%%CITATION = ARXIV:1309.0500;%%} +} + +@Article{Cascioli:2011va, + Title = {{Scattering Amplitudes with Open Loops}}, + Author = {Cascioli, Fabio and Maierh{\"o}fer, Philipp and Pozzorini, Stefano}, + Journal = {Phys.Rev.Lett.}, + Year = {2012}, + Pages = {111601}, + Volume = {108}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.108.111601}, + Eprint = {1111.5206}, + File = {:Cascioli2011va.pdf:PDF}, + Primaryclass = {hep-ph}, + Reportnumber = {ZU-TH-23-11, LPN11-66}, + Slaccitation = {%%CITATION = ARXIV:1111.5206;%%}, + Url = {http://inspirehep.net/record/946998} +} + +@Article{Cascioli:2013era, + Title = {{NLO matching for $t\bar{t}b\bar{b}$ production with massive $b$-quarks}}, + Author = {Cascioli, Fabio and Maierhoefer, Philipp and Moretti, Niccolo and Pozzorini, Stefano and Siegert, Frank}, + Year = {2013}, + + Archiveprefix = {arXiv}, + Eprint = {1309.5912}, + Primaryclass = {hep-ph}, + Reportnumber = {ZU-TH-22-13, LPN13-062, FR-PHENO-2013-010}, + Slaccitation = {%%CITATION = ARXIV:1309.5912;%%} +} + +@Article{Casher:1974xd, + Title = {{Chiral magnetism (or magnetohadrochironics)}}, + Author = {Casher, A. and Susskind, Leonard}, + Journal = {Phys. Rev.}, + Year = {1974}, + Pages = {436-460}, + Volume = {D9}, + + Doi = {10.1103/PhysRevD.9.436}, + File = {:Casher1974xd.pdf:PDF}, + Url = {http://inspirebeta.net/record/93137} +} + +@Article{Catani:1998bh, + Title = {{The singular behaviour of QCD amplitudes at two-loop order}}, + Author = {Catani, Stefano}, + Journal = {Phys. Lett.}, + Year = {1998}, + Pages = {161-171}, + Volume = {B427}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0370-2693(98)00332-3}, + Eprint = {hep-ph/9802439}, + File = {:Catani1998bh.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9802439;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9802439} +} + +@Article{Catani:1983bz, + Title = {{Many-gluon correlations and the quark form factor in QCD}}, + Author = {Catani, S. and Ciafaloni, M.}, + Journal = {Nucl. Phys.}, + Year = {1984}, + Pages = {61}, + Volume = {B236}, + + Doi = {10.1016/0550-3213(84)90525-X}, + File = {:Catani1983bz.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B236,61;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B236,61} +} + +@Article{Catani:1990eg, + Title = {{High energy factorization and small-$x$ heavy flavour production}}, + Author = {Stefano Catani and M. Ciafaloni and F. Hautmann}, + Journal = {Nucl. Phys.}, + Year = {1991}, + Pages = {135-188}, + Volume = {B366}, + + File = {:Catani1990eg.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B366,135} +} + +@Article{Catani:1985xt, + Title = {{Non-cancelling infrared divergences in QCD coherent state}}, + Author = {Catani, S. and Ciafaloni, M. and Marchesini, G.}, + Journal = {Nucl. Phys.}, + Year = {1986}, + Pages = {588-620}, + Volume = {B264}, + + Doi = {10.1016/0550-3213(86)90500-6}, + File = {:Catani1985xt.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B264,588;%%}, + Url = {http://inspirebeta.net/record/220930} +} + +@Article{Catani:2009sm, + Title = {{Vector boson production at hadron colliders: a fully exclusive QCD calculation at NNLO}}, + Author = {Catani, Stefano and Cieri, Leandro and Ferrera, Giancarlo and de Florian, Daniel and Grazzini, Massimiliano}, + Journal = {Phys.Rev.Lett.}, + Year = {2009}, + Pages = {082001}, + Volume = {103}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.103.082001}, + Eprint = {0903.2120}, + File = {:Catani2009sm.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:0903.2120;%%} +} + +@Article{Catani:2013tia, + Title = {{Universality of transverse-momentum resummation and hard factors at the NNLO}}, + Author = {Catani, Stefano and Cieri, Leandro and de Florian, Daniel and Ferrera, Giancarlo and Grazzini, Massimiliano}, + Journal = {Nucl.Phys.}, + Year = {2014}, + Pages = {414-443}, + Volume = {B881}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nuclphysb.2014.02.011}, + Eprint = {1311.1654}, + Primaryclass = {hep-ph}, + Reportnumber = {ZU-TH-25-13}, + Slaccitation = {%%CITATION = ARXIV:1311.1654;%%}, + Url = {http://inspirehep.net/record/1263671} +} + +@Article{Catani:2012qa, + Title = {{Vector boson production at hadron colliders: hard-collinear coefficients at the NNLO}}, + Author = {Catani, Stefano and Cieri, Leandro and de Florian, Daniel and Ferrera, Giancarlo and Grazzini, Massimiliano}, + Journal = {Eur.Phys.J.}, + Year = {2012}, + Pages = {2195}, + Volume = {C72}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-012-2195-7}, + Eprint = {1209.0158}, + Primaryclass = {hep-ph}, + Reportnumber = {ZU-TH-16-12}, + Slaccitation = {%%CITATION = ARXIV:1209.0158;%%}, + Url = {http://inspirehep.net/record/1184204} +} + +@Article{Catani:2011qz, + Title = {{Diphoton production at hadron colliders: a fully- differential QCD calculation at NNLO}}, + Author = {Catani, Stefano and Cieri, Leandro and de Florian, Daniel and Ferrera, Giancarlo and Grazzini, Massimiliano}, + Journal = {Phys.Rev.Lett.}, + Year = {2011}, + Pages = {072001}, + Volume = {108}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.108.072001}, + Eprint = {1110.2375}, + File = {:Catani2011qz.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1110.2375;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1110.2375} +} + +@Article{Catani:1988vd, + Title = {{The Gluon Form-factor to Higher Orders: Gluon Gluon Annihilation at Small $Q^-$transverse}}, + Author = {Catani, S. and D'Emilio, E. and Trentadue, L.}, + Journal = {Phys.Lett.}, + Year = {1988}, + Pages = {335-342}, + Volume = {B211}, + + Doi = {10.1016/0370-2693(88)90912-4}, + File = {:Catani1988vd.pdf:PDF}, + Slaccitation = {%%CITATION = PHLTA,B211,335;%%} +} + +@Article{Catani:2002hc, + Title = {{The dipole formalism for next-to-leading order QCD calculations with massive partons}}, + Author = {Catani, Stefano and Dittmaier, Stefan and Seymour, Michael H. and Trocsanyi, Zoltan}, + Journal = {Nucl. Phys.}, + Year = {2002}, + Pages = {189-265}, + Volume = {B627}, + + Eprint = {hep-ph/0201036}, + File = {:Catani2002hc.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0201036} +} + +@Article{Catani:2000ef, + Title = {{One-loop singular behaviour of QCD and SUSY QCD amplitudes with massive partons}}, + Author = {Catani, Stefano and Dittmaier, Stefan and Trocsanyi, Zoltan}, + Journal = {Phys. Lett.}, + Year = {2001}, + Pages = {149-160}, + Volume = {B500}, + + Eprint = {hep-ph/0011222}, + File = {:Catani2000ef.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0011222} +} + +@Article{Catani:1991hj, + Title = {{New clustering algorithm for multijet cross sections in $e^+e^-$ annihilation}}, + Author = {Catani, S. and Dokshitzer, Yuri L. and Olsson, M. and Turnock, G. and Webber, B. R.}, + Journal = {Phys. Lett.}, + Year = {1991}, + Pages = {432-438}, + Volume = {B269}, + + File = {:Catani1991hj.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B269,432} +} + +@Article{Catani:1993hr, + Title = {{Longitudinally-invariant $k_\perp$-clustering algorithms for hadron--hadron collisions}}, + Author = {Stefano Catani and Yuri L. Dokshitzer and Mike H. Seymour and Brian R. Webber}, + Journal = {Nucl. Phys.}, + Year = {1993}, + Pages = {187-224}, + Volume = {B406}, + + File = {:Catani1993hr.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B406,187} +} + +@Article{Catani:1992zp, + Title = {{The $k_\perp$ clustering algorithm for jets in deep inelastic scattering and hadron collisions}}, + Author = {Stefano Catani and Yuri L. Dokshitzer and Brian R. Webber}, + Journal = {Phys. Lett.}, + Year = {1992}, + Pages = {291-299}, + Volume = {B285}, + + File = {:Catani1992zp.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B285,291} +} + +@Article{Catani:1989sg, + Title = {{Small-$x$ behavior of initial state radiation in perturbative QCD}}, + Author = {Stefano Catani and F. Fiorani and G. Marchesini}, + Journal = {Nucl. Phys.}, + Year = {1990}, + Pages = {18-85}, + Volume = {B336}, + + File = {:Catani1989sg.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B336,18} +} + +@Article{Catani:1989yc, + Title = {{QCD coherence in initial state radiation}}, + Author = {Stefano Catani and F. Fiorani and G. Marchesini}, + Journal = {Phys. Lett.}, + Year = {1990}, + Pages = {339-345}, + Volume = {B234}, + + File = {:Catani1989yc.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B234,339} +} + +@Article{Catani:2001ic, + Title = {{Higgs production in hadron collisions: Soft and virtual QCD corrections at NNLO}}, + Author = {Catani, Stefano and de Florian, Daniel and Grazzini, Massimiliano}, + Journal = {JHEP}, + Year = {2001}, + Pages = {025}, + Volume = {05}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0102227}, + File = {:Catani2001ic.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0102227;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0102227} +} + +@Article{Catani:2003zt, + Title = {{Soft-gluon resummation for Higgs boson production at hadron colliders}}, + Author = {Catani, Stefano and de Florian, Daniel and Grazzini, Massimiliano and Nason, Paolo}, + Journal = {JHEP}, + Year = {2003}, + Pages = {028}, + Volume = {07}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0306211}, + File = {:Catani2003zt.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0306211;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0306211} +} + +@Article{Catani:2002ny, + Title = {{Cross section of isolated prompt photons in hadron-hadron collisions}}, + Author = {Catani, S. and Fontannaz, M. and Guillet, J. P. and Pilon, E.}, + Journal = {JHEP}, + Year = {2002}, + Pages = {028}, + Volume = {05}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0204023}, + File = {:Catani2002ny.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0204023;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0204023} +} + +@Article{Catani:2011kr, + Title = {{Higgs Boson Production at Hadron Colliders: Hard-Collinear Coefficients at the NNLO}}, + Author = {Catani, S. and Grazzini, M.}, + Journal = {Eur.Phys.J.}, + Year = {2012}, + Pages = {2013}, + Volume = {C72}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-012-2013-2, 10.1140/epjc/s10052-012-2132-9}, + Eprint = {1106.4652}, + Primaryclass = {hep-ph}, + Reportnumber = {ZU-TH-12-11}, + Slaccitation = {%%CITATION = ARXIV:1106.4652;%%}, + Url = {http://inspirehep.net/record/914989} +} + +@Article{Catani:2007vq, + Title = {{An NNLO subtraction formalism in hadron collisions and its application to Higgs boson production at the LHC}}, + Author = {Catani, Stefano and Grazzini, Massimiliano}, + Journal = {Phys.Rev.Lett.}, + Year = {2007}, + Pages = {222002}, + Volume = {98}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.98.222002}, + Eprint = {hep-ph/0703012}, + File = {:Catani2007vq.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = HEP-PH/0703012;%%} +} + +@Article{Catani:2008me, + Title = {{HNNLO: a Monte Carlo program to compute Higgs boson production at hadron colliders}}, + Author = {Catani, Stefano and Grazzini, Massimiliano}, + Journal = {PoS}, + Year = {2007}, + Pages = {046}, + Volume = {RADCOR2007}, + + Archiveprefix = {arXiv}, + Eprint = {0802.1410}, + File = {:Catani2008me.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0802.1410;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0802.1410} +} + +@Article{Catani:2001cc, + Title = {{QCD matrix elements + parton showers}}, + Author = {Stefano Catani and Frank Krauss and Ralf Kuhn and Brian R. Webber}, + Journal = {JHEP}, + Year = {2001}, + Pages = {063}, + Volume = {11}, + + Eprint = {hep-ph/0109231}, + File = {:Catani2001cc.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0109231} +} + +@Article{Catani:1996dj, + Title = {{The top cross section in hadronic collisions}}, + Author = {Catani, Stefano and Mangano, Michelangelo L. and Nason, Paolo and Trentadue, Luca}, + Journal = {Phys. Lett.}, + Year = {1996}, + Pages = {329-336}, + Volume = {B378}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/0370-2693(96)00387-5}, + Eprint = {hep-ph/9602208}, + File = {:Catani1996dj.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9602208;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9602208} +} + +@Article{Catani:1996yz, + Title = {{The resummation of soft gluon in hadronic collisions}}, + Author = {Catani, Stefano and Mangano, Michelangelo L. and Nason, Paolo and Trentadue, Luca}, + Journal = {Nucl. Phys.}, + Year = {1996}, + Pages = {273-310}, + Volume = {B478}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/0550-3213(96)00399-9}, + Eprint = {hep-ph/9604351}, + File = {:Catani1996yz.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9604351;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9604351} +} + +@Article{Catani:1996vz, + Title = {{A general algorithm for calculating jet cross sections in NLO QCD}}, + Author = {Catani, S. and Seymour, M. H.}, + Journal = {Nucl. Phys.}, + Year = {1997}, + Pages = {291-419}, + Volume = {B485}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/9605323}, + File = {:Catani1996vz.ps.gz:PostScript;:Catani1996vz.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9605323} +} + +@Article{Catani:1996jh, + Title = {{The Dipole Formalism for the Calculation of QCD Jet Cross Sections at Next-to-Leading Order}}, + Author = {Catani, S. and Seymour, M. H.}, + Journal = {Phys. Lett.}, + Year = {1996}, + Pages = {287-301}, + Volume = {B378}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/0370-2693(96)00425-X}, + Eprint = {hep-ph/9602277}, + File = {:Catani1996jh.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9602277;%%} +} + +@Article{Catani:1989et, + Title = {{Fermion pair exponentiation in QED}}, + Author = {Catani, S. and Trentadue, L.}, + Journal = {JETP Lett.}, + Year = {1990}, + Pages = {83}, + Volume = {51}, + + File = {:Catani1989et.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=JTPLA,51,83} +} + +@Article{Catani:1988tn, + Title = {{Inhibited radiation dynamics in QCD}}, + Author = {Catani, S. and Trentadue, L.}, + Journal = {Phys. Lett.}, + Year = {1989}, + Pages = {539-544}, + Volume = {B217}, + + Doi = {10.1016/0370-2693(89)90093-2}, + File = {:Catani1988tn.pdf:PDF}, + Slaccitation = {%%CITATION = PHLTA,B217,539;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHLTA,B217,539} +} + +@Article{Catani:1989ne, + Title = {{Resummation of the QCD perturbative series for hard processes}}, + Author = {Catani, S. and Trentadue, L.}, + Journal = {Nucl. Phys.}, + Year = {1989}, + Pages = {323}, + Volume = {B327}, + + File = {:Catani1989ne.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B327,323} +} + +@Article{Catani:1992ua, + Title = {{Resummation of large logarithms in $e^+ e^-$ event shape distributions}}, + Author = {Catani, S. and Trentadue, L. and Turnock, G. and Webber, B. R.}, + Journal = {Nucl. Phys.}, + Year = {1993}, + Pages = {3-42}, + Volume = {B407}, + + Doi = {10.1016/0550-3213(93)90271-P}, + File = {:Catani1992ua.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B407,3;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=NUPHA,B407,3} +} + +@Article{Catani:1991kz, + Title = {{Thrust distribution in e+ e- annihilation}}, + Author = {Catani, S. and Turnock, G. and Webber, B.R. and Trentadue, L.}, + Journal = {Phys.Lett.}, + Year = {1991}, + Pages = {491-497}, + Volume = {B263}, + + Doi = {10.1016/0370-2693(91)90494-B}, + File = {:Catani1991kz.pdf:PDF}, + Reportnumber = {CAVENDISH-HEP-91-3}, + Slaccitation = {%%CITATION = PHLTA,B263,491;%%}, + Url = {http://inspirehep.net/record/314988} +} + +@Article{Catani:1997xc, + Title = {{Infrared safe but infinite: Soft gluon divergences inside the physical region}}, + Author = {Catani, S. and Webber, B.R.}, + Journal = {JHEP}, + Year = {1997}, + Pages = {005}, + Volume = {10}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/9710333}, + File = {:Catani1997xc.pdf:PDF}, + Primaryclass = {hep-ph}, + Reportnumber = {CAVENDISH-HEP-97-10, LPTHE-ORSAY-97-39}, + Slaccitation = {%%CITATION = HEP-PH/9710333;%%}, + Url = {http://inspirehep.net/record/449666} +} + +@Article{Catani:1990rr, + Title = {{QCD coherent branching and semiinclusive processes at large $x$}}, + Author = {Catani, S. and Webber, B. R. and Marchesini, G.}, + Journal = {Nucl. Phys.}, + Year = {1991}, + Pages = {635-654}, + Volume = {B349}, + + Doi = {10.1016/0550-3213(91)90390-J}, + File = {:Catani1990rr.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B349,635;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B349,635} +} + +@Article{Chanowitz:1985hj, + Title = {{The TeV Physics of Strongly Interacting W's and Z's}}, + Author = {Chanowitz, Michael S. and Gaillard, Mary K.}, + Journal = {Nucl.Phys.}, + Year = {1985}, + Pages = {379}, + Volume = {B261}, + + Doi = {10.1016/0550-3213(85)90580-2}, + Reportnumber = {LBL-19470, UCB-PTH-85/19}, + Slaccitation = {%%CITATION = NUPHA,B261,379;%%} +} + +@article{Chatrchyan:2013zja, + author = "Chatrchyan, Serguei and others", + title = "{Measurement of the cross section and angular + correlations for associated production of a Z boson with b + hadrons in pp collisions at $\sqrt{s} =$ 7 TeV}", + collaboration = "CMS Collaboration", + journal = "JHEP", + volume = "1312", + pages = "039", + doi = "10.1007/JHEP12(2013)039", + year = "2013", + eprint = "1310.1349", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-EWK-11-015, CERN-PH-EP-2013-153", + SLACcitation = "%%CITATION = ARXIV:1310.1349;%%", +} + +@Article{Chatrchyan:2013foa, + Title = {{Study of exclusive two-photon production of W(+)W(-) in pp collisions at sqrt(s) = 7 TeV and constraints on anomalous quartic gauge couplings}}, + Author = {Chatrchyan, Serguei and others}, + Journal = {JHEP}, + Year = {2013}, + Pages = {116}, + Volume = {07}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS Collaboration}, + Doi = {10.1007/JHEP07(2013)116}, + Eprint = {1305.5596}, + Primaryclass = {hep-ex}, + Reportnumber = {CMS-FSQ-12-010, CERN-PH-EP-2013-084}, + Slaccitation = {%%CITATION = ARXIV:1305.5596;%%} +} + +@Article{Chatrchyan:2013yaa, + Title = {{Measurement of the W+W- cross section in pp collisions at sqrt(s) = 7 TeV and limits on anomalous WW gamma and WWZ couplings}}, + Author = {Chatrchyan, Serguei and others}, + Year = {2013}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS Collaboration}, + Eprint = {1306.1126}, + Primaryclass = {hep-ex}, + Reportnumber = {CMS-SMP-12-005, CERN-PH-EP-2013-075}, + Slaccitation = {%%CITATION = ARXIV:1306.1126;%%} +} + +@Article{CMS2012:aa, + Title = {{Event shapes and azimuthal correlations in Z + jets events in pp collisions at sqrt(s) =7 TeV}}, + Author = {Chatrchyan, Serguei and others}, + Year = {2013}, + + Archiveprefix = {arXiv}, + Collaboration = { CMS Collaboration}, + Eprint = {1301.1646}, + Primaryclass = {hep-ex}, + Reportnumber = {CMS-EWK-11-021, CERN-PH-EP-2013-001}, + Slaccitation = {%%CITATION = ARXIV:1301.1646;%%} +} + +@Article{:2012bz, + Title = {{Measurements of differential jet cross sections in proton-proton collisions at sqrt(s)=7 TeV with the CMS detector}}, + Author = {Chatrchyan, Serguei and others}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS Collaboration}, + Eprint = {1212.6660}, + Primaryclass = {hep-ex}, + Reportnumber = {CMS-QCD-11-004, CMS-PH-EP-2012-343}, + Slaccitation = {%%CITATION = ARXIV:1212.6660;%%} +} + +@Article{:2012qka, + Title = {{Measurement of differential top-quark pair production cross sections in $pp$ colisions at $\sqrt{s}=7$ TeV}}, + Author = {Chatrchyan, Serguei and others}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS Collaboration}, + Eprint = {1211.2220}, + Primaryclass = {hep-ex}, + Reportnumber = {CMS-TOP-11-013, CERN-PH-EP-2012-322}, + Slaccitation = {%%CITATION = ARXIV:1211.2220;%%} +} + +@Article{Chatrchyan:2011hk, + Title = {{Measurement of the charge asymmetry in top-quark pair production in proton-proton collisions at $\sqrt{s}$ = 7 TeV}}, + Author = {Chatrchyan, Serguei and others}, + Journal = {Phys.Lett.}, + Year = {2012}, + Pages = {28-49}, + Volume = {B709}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS}, + Doi = {10.1016/j.physletb.2012.01.078}, + Eprint = {1112.5100}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2011-217, CMS-TOP-11-014}, + Slaccitation = {%%CITATION = ARXIV:1112.5100;%%} +} + +@Article{Chatrchyan:2011ne, + Title = {{Jet Production Rates in Association with W and Z Bosons in pp Collisions at sqrt(s) = 7 TeV}}, + Author = {Chatrchyan, Serguei and others}, + Journal = {JHEP}, + Year = {2012}, + Pages = {010}, + Volume = {01}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS}, + Eprint = {1110.3226}, + Primaryclass = {hep-ex}, + Reportnumber = {CMS-EWK-10-012, CERN-PH-EP-2011-125}, + Slaccitation = {%%CITATION = ARXIV:1110.3226;%%}, + Url = {http://inspirehep.net/record/940012} +} + +@Article{Chatrchyan:2011wt, + Title = {{Measurement of the Rapidity and Transverse Momentum Distributions of $Z$ Bosons in $pp$ Collisions at $\sqrt{s}=7$ TeV}}, + Author = {Chatrchyan, Serguei and others}, + Journal = {Phys.Rev.}, + Year = {2012}, + Pages = {032002}, + Volume = {D85}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS Collaboration}, + Doi = {10.1103/PhysRevD.85.032002}, + Eprint = {1110.4973}, + Primaryclass = {hep-ex}, + Reportnumber = {CMS-EWK-10-010, CERN-PH-EP-2011-169}, + Slaccitation = {%%CITATION = ARXIV:1110.4973;%%}, + Url = {http://inspirehep.net/record/941555} +} + +@Article{Chatrchyan:2012aa, + Title = {{Ratios of dijet production cross sections as a function of the absolute difference in rapidity between jets in proton-proton collisions at sqrt(s) = 7 TeV}}, + Author = {Chatrchyan, Serguei and others}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS Collaboration}, + Eprint = {1204.0696}, + Primaryclass = {hep-ex}, + Reportnumber = {CMS-FWD-10-014, CERN-PH-EP-2012-088}, + Slaccitation = {%%CITATION = ARXIV:1204.0696;%%}, + Url = {http://inspirehep.net/record/1102908} +} + +@Article{Chatrchyan:2012cz, + Title = {{Measurement of the top-quark mass in $t\bar{t}$ events with lepton+jets final states in $pp$ collisions at $\sqrt{s}=7$ TeV}}, + Author = {Chatrchyan, Serguei and others}, + Journal = {JHEP}, + Year = {2012}, + Pages = {105}, + Volume = {12}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS Collaboration}, + Doi = {10.1007/JHEP12(2012)105}, + Eprint = {1209.2319}, + Primaryclass = {hep-ex}, + Reportnumber = {CMS-TOP-11-015, CERN-PH-EP-2012-250}, + Slaccitation = {%%CITATION = ARXIV:1209.2319;%%} +} + +@Article{Chatrchyan:2012gwa, + Title = {{Measurement of the inclusive production cross sections for forward jets and for dijet events with one forward and one central jet in pp collisions at sqrt(s) = 7 TeV}}, + Author = {Chatrchyan, Serguei and others}, + Journal = {JHEP}, + Year = {2012}, + Pages = {036}, + Volume = {06}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS Collaboration}, + Doi = {10.1007/JHEP06(2012)036}, + Eprint = {1202.0704}, + Primaryclass = {hep-ex}, + Reportnumber = {CMS-FWD-11-002, CERN-PH-EP-2011-179}, + Slaccitation = {%%CITATION = ARXIV:1202.0704;%%} +} + +@Article{Chatrchyan:2012tx, + Title = {{Combined results of searches for the standard model Higgs boson in $pp$ collisions at $\sqrt{s}=7$ TeV}}, + Author = {Chatrchyan, Serguei and others}, + Journal = {Phys.Lett.}, + Year = {2012}, + Pages = {26-48}, + Volume = {B710}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS Collaboration}, + Doi = {10.1016/j.physletb.2012.02.064}, + Eprint = {1202.1488}, + Primaryclass = {hep-ex}, + Reportnumber = {CMS-HIG-11-032, CERN-PH-EP-2012-023}, + Slaccitation = {%%CITATION = ARXIV:1202.1488;%%} +} + +@Article{Chatrchyan:2012ty, + Title = {{Search for the standard model Higgs boson decaying to a $W$ pair in the fully leptonic final state in $pp$ collisions at $\sqrt{s}=7$ TeV}}, + Author = {Chatrchyan, Serguei and others}, + Journal = {Phys.Lett.}, + Year = {2012}, + Pages = {91-113}, + Volume = {B710}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS Collaboration}, + Doi = {10.1016/j.physletb.2012.02.076}, + Eprint = {1202.1489}, + Primaryclass = {hep-ex}, + Reportnumber = {CMS-HIG-11-024, CERN-PH-EP-2012-018}, + Slaccitation = {%%CITATION = ARXIV:1202.1489;%%} +} + +@Article{Chatrchyan:2012ufa, + Title = {{Observation of a new boson at a mass of 125 GeV with the CMS experiment at the LHC}}, + Author = {Chatrchyan, Serguei and others}, + Journal = {Phys.Lett.}, + Year = {2012}, + Pages = {30-61}, + Volume = {B716}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS Collaboration}, + Doi = {10.1016/j.physletb.2012.08.021}, + Eprint = {1207.7235}, + Primaryclass = {hep-ex}, + Reportnumber = {CMS-HIG-12-028, CERN-PH-EP-2012-220}, + Slaccitation = {%%CITATION = ARXIV:1207.7235;%%} +} + +@Article{Chatrchyan:2012xv, + Title = {{Inclusive and differential measurements of the $t \bar{t}$\/ charge asymmetry in proton-proton collisions at 7 TeV}}, + Author = {Chatrchyan, Serguei and others}, + Journal = {Phys.Lett.}, + Year = {2012}, + Pages = {129-150}, + Volume = {B717}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS}, + Doi = {10.1016/j.physletb.2012.09.028}, + Eprint = {1207.0065}, + Primaryclass = {hep-ex}, + Reportnumber = {CMS-TOP-11-030, CERN-PH-EP-2012-175}, + Slaccitation = {%%CITATION = ARXIV:1207.0065;%%} +} + +@Article{:2011me, + Title = {{Measurement of the Inclusive Jet Cross Section in pp Collisions at $\sqrt{s}$ = 7 TeV}}, + Author = {Chatrchyan, Serguei and others}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS}, + Eprint = {1106.0208}, + Primaryclass = {hep-ex}, + Url = {http://inspirebeta.net/record/902309} +} + +@Article{Chatrchyan:2011cm, + Title = {{Measurement of the Drell-Yan Cross Section in $pp$ Collisions at $\sqrt{s}=7$ TeV}}, + Author = {Chatrchyan, Serguei and others}, + Journal = {JHEP}, + Year = {2011}, + Pages = {007}, + Volume = {10}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS Collaboration}, + Doi = {10.1007/JHEP10(2011)007}, + Eprint = {1108.0566}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2011-093, CMS-EWK-10-007}, + Slaccitation = {%%CITATION = ARXIV:1108.0566;%%} +} + +@Article{Chatrchyan:2011ida, + Title = {{Search for New Physics with Jets and Missing Transverse Momentum in pp collisions at $\sqrt{s}$ = 7 TeV}}, + Author = {Chatrchyan, Serguei and others}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS}, + Eprint = {1106.4503}, + Primaryclass = {hep-ex}, + Url = {http://inspirehep.net/record/914487?ln=en} +} + +@Article{Chatrchyan:2011ig, + Title = {{Measurement of the Polarization of W Bosons with Large Transverse Momenta in W+Jets Events at the LHC}}, + Author = {Chatrchyan, Serguei and others}, + Journal = {Phys. Rev. Lett.}, + Year = {2011}, + Pages = {021802}, + Volume = {107}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS}, + Doi = {10.1103/PhysRevLett.107.021802}, + Eprint = {1104.3829}, + Primaryclass = {hep-ex}, + Url = {http://inspirebeta.net/record/896585} +} + +@Article{Chatrchyan:2011nd, + Title = {{Search for New Physics with a Mono-Jet and Missing Transverse Energy in pp Collisions at $\sqrt{s}$ = 7 TeV}}, + Author = {Chatrchyan, Serguei and others}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS}, + Eprint = {1106.4775}, + Primaryclass = {hep-ex}, + Url = {http://inspirehep.net/record/914953} +} + +@Article{Chatrchyan:2011qs, + Title = {{Search for supersymmetry in pp collisions at $\sqrt{s}$=7 TeV in events with a single lepton, jets, and missing transverse momentum}}, + Author = {Chatrchyan, Serguei and others}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS}, + Eprint = {1107.1870}, + Primaryclass = {hep-ex}, + Url = {http://inspirehep.net/record/917588} +} + +@Article{Chatrchyan:2011rr, + Title = {{Measurement of W-gamma and Z-gamma production in pp collisions at sqrt(s) = 7 TeV}}, + Author = {Chatrchyan, Serguei and others}, + Journal = {Phys. Lett. B701,}, + Year = {2011}, + Note = {* Temporary entry *}, + Volume = {535-555}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS}, + Doi = {10.1016/j.physletb.2011.06.034}, + Eprint = {1105.2758}, + Primaryclass = {hep-ex}, + Url = {http://inspirehep.net/record/899577} +} + +@Article{Chatrchyan:2011wm, + Title = {{Measurement of energy flow at large pseudorapidities in $pp$ collisions at $\sqrt{s} = 0.9$ and 7 TeV}}, + Author = {Chatrchyan, Serguei and others}, + Journal = {JHEP}, + Year = {2011}, + Pages = {148}, + Volume = {11}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS Collaboration}, + Eprint = {1110.0211}, + Primaryclass = {hep-ex}, + Reportnumber = {FERMILAB-PUB-11-750-CMS, CMS-FWD-10-011, CERN-PH-EP-2011-086}, + Slaccitation = {%%CITATION = ARXIV:1110.0211;%%} +} + +@Article{Chatrchyan:2011wn, + Title = {{Measurement of the Ratio of the 3-jet to 2-jet Cross Sections in $pp$ Collisions at $\sqrt{s} = 7$ TeV}}, + Author = {Chatrchyan, Serguei and others}, + Journal = {Phys.Lett.}, + Year = {2011}, + Pages = {336-354}, + Volume = {B702}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS Collaboration}, + Eprint = {1106.0647}, + Primaryclass = {hep-ex}, + Reportnumber = {FERMILAB-PUB-11-730-CMS, CMS-QCD-10-012, CERN-PH-EP-2011-044}, + Slaccitation = {%%CITATION = ARXIV:1106.0647;%%} +} + +@Article{Chehime:1993kj, + Title = {{'Rapidity gaps' A New tool to find the Higgs?}}, + Author = {Chehime, H. and Zeppenfeld, D.}, + Year = {1993}, + + Reportnumber = {MAD-PH-748, C93-02-21}, + Slaccitation = {%%CITATION = MAD-PH-748 ETC.;%%} +} + +@Article{Chehime:1994mq, + Title = {{Evidence for a hard pomeron in perturbative QCD}}, + Author = {Chehime, Hassan N. and Zeppenfeld, Dieter}, + Year = {1994}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/9401244}, + Primaryclass = {hep-ph}, + Reportnumber = {MAD-PH-814}, + Slaccitation = {%%CITATION = HEP-PH/9401244;%%} +} + +@Article{Chekanov:2008wt, + Title = {{Multijet cross sections in charged current $e^\pm p$ scattering at HERA}}, + Author = {Chekanov, Sergei and others}, + Journal = {Phys. Rev.}, + Year = {2008}, + Pages = {032004}, + Volume = {D78}, + + Archiveprefix = {arXiv}, + Collaboration = {ZEUS}, + Doi = {10.1103/PhysRevD.78.032004}, + Eprint = {0802.3955}, + File = {:Chekanov2008wt.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0802.3955;%%}, + Url = {http://durpdg.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0802.3955} +} + +@Article{Chekanov:2006un, + Title = {{Measurement of prompt photons with associated jets in photoproduction at HERA}}, + Author = {Chekanov, S. and others}, + Journal = {Eur. Phys. J.}, + Year = {2007}, + Note = {DESY-06-125}, + Pages = {511-522}, + Volume = {C49}, + + Archiveprefix = {arXiv}, + Collaboration = {ZEUS}, + Doi = {10.1140/epjc/s10052-006-0134-1}, + Eprint = {hep-ex/0608028}, + File = {:Chekanov2006un.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0608028;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0608028} +} + +@Article{Chekanov:2006xr, + Title = {{Inclusive-jet and dijet cross sections in deep inelastic scattering at HERA}}, + Author = {Chekanov, S. and others}, + Journal = {Nucl. Phys.}, + Year = {2007}, + Pages = {1-30}, + Volume = {B765}, + + Archiveprefix = {arXiv}, + Collaboration = {ZEUS}, + Doi = {10.1016/j.nuclphysb.2006.09.018}, + Eprint = {hep-ex/0608048}, + File = {:Chekanov2006xr.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0608048;%%} +} + +@Article{Chekanov:2007dx, + Title = {{Multijet production at low $x_{Bj}$ in deep inelastic scattering at HERA}}, + Author = {Chekanov, S. and others}, + Journal = {Nucl. Phys.}, + Year = {2007}, + Pages = {152-180}, + Volume = {B786}, + + Archiveprefix = {arXiv}, + Collaboration = {ZEUS}, + Doi = {10.1016/j.nuclphysb.2007.05.027}, + Eprint = {0705.1931}, + File = {:Chekanov2007dx.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0705.1931;%%}, + Url = {http://durpdg.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0705.1931} +} + +@Article{Chekanov:2007pa, + Title = {{Forward-jet production in deep inelastic $ep$ scattering at HERA}}, + Author = {Chekanov, S. and others}, + Journal = {Eur. Phys. J.}, + Year = {2007}, + Pages = {515-530}, + Volume = {C52}, + + Archiveprefix = {arXiv}, + Collaboration = {ZEUS}, + Doi = {10.1140/epjc/s10052-007-0418-0}, + Eprint = {0707.3093}, + File = {:Chekanov2007pa.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0707.3093;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0707.3093} +} + +@Article{Chekanov:2003yv, + Title = {{High $Q^2$ neutral current cross-sections in $e^+ p$ deep inelastic scattering at $\sqrt{s}$=318 GeV}}, + Author = {Chekanov, S. and others}, + Journal = {Phys.Rev.}, + Year = {2004}, + Note = {DESY-03-214}, + Pages = {052001}, + Volume = {D70}, + + Archiveprefix = {arXiv}, + Collaboration = {ZEUS Collaboration}, + Doi = {10.1103/PhysRevD.70.052001}, + Eprint = {hep-ex/0401003}, + File = {:Chekanov2003yv.pdf:PDF}, + Primaryclass = {hep-ex}, + Url = {http://inspirehep.net/record/636641} +} + +@Article{Chekanov:2004hz, + Title = {{The dependence of dijet production on photon virtuality in $ep$ collisions at HERA}}, + Author = {Chekanov, S. and others}, + Journal = {Eur. Phys. J.}, + Year = {2004}, + Note = {DESY-04-053}, + Pages = {487-500}, + Volume = {C35}, + + Archiveprefix = {arXiv}, + Collaboration = {ZEUS}, + Doi = {10.1140/epjc/s2004-01885-2}, + Eprint = {hep-ex/0404033}, + File = {:Chekanov2004hz.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0404033;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0404033} +} + +@Article{Chekanov:2001aq, + Title = {{Study of the effective transverse momentum of partons in the proton using prompt photons in photoproduction at HERA}}, + Author = {Chekanov, S. and others}, + Journal = {Phys. Lett.}, + Year = {2001}, + Note = {DESY-01-043}, + Pages = {19-32}, + Volume = {B511}, + + Archiveprefix = {arXiv}, + Collaboration = {ZEUS}, + Doi = {10.1016/S0370-2693(01)00615-3}, + Eprint = {hep-ex/0104001}, + File = {:Chekanov2001aq.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0104001;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0104001} +} + +@Article{Chekanov:2001qu, + Title = {{Measurement of the neutral current cross-section and $F_2$ structure function for deep inelastic $e^+ p$ scattering at HERA}}, + Author = {Chekanov, S. and others}, + Journal = {Eur.Phys.J.}, + Year = {2001}, + Note = {DESY-01-064}, + Pages = {443-471}, + Volume = {C21}, + + Archiveprefix = {arXiv}, + Collaboration = {ZEUS Collaboration}, + Doi = {10.1007/s100520100749}, + Eprint = {hep-ex/0105090}, + File = {:Chekanov2001qu.pdf:PDF}, + Primaryclass = {hep-ex}, + Url = {http://inspirehep.net/record/557597} +} + +@Article{Chen:1973kf, + Title = {{A mapping technique for efficient random event generation with constraints}}, + Author = {Chen, M-S. and Peierls, R. F.}, + Journal = {J. Comput. Phys.}, + Year = {1974}, + Pages = {195}, + Volume = {16}, + + Doi = {10.1016/0021-9991(74)90091-6}, + File = {:Chen1973kf.pdf:PDF}, + Slaccitation = {%%CITATION = JCTPA,16,195;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=JCTPA,16,195} +} + +@article{Chen:2014gva, + author = "Chen, X. and Gehrmann, T. and Glover, E.W.N. and Jaquier, + M.", + title = "{Precise QCD predictions for the production of Higgs + + jet final states}", + journal = "Phys.Lett.", + volume = "B740", + pages = "147-150", + doi = "10.1016/j.physletb.2014.11.021", + year = "2015", + eprint = "1408.5325", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "IPPP-14-64, ZU-TH-27-14", + SLACcitation = "%%CITATION = ARXIV:1408.5325;%%", +} +@Article{Chen:1997gg, + Title = {{Isolated direct double photon production in $p\bar{p}$ collisions at 1.8-TeV with the D\O\ detector}}, + Author = {Chen, Wei}, + Note = {FERMILAB-THESIS-1997-31} +} + +@Article{Chien:2012ur, + Title = {{Resummation of Jet Mass at Hadron Colliders}}, + Author = {Chien, Yang-Ting and Kelley, Randall and Schwartz, Matthew D. and Zhu, Hua Xing}, + Journal = {Phys.Rev.}, + Year = {2013}, + Pages = {014010}, + Volume = {D87}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.87.014010}, + Eprint = {1208.0010}, + Reportnumber = {IFT-UAM-CSIC-11-96}, + Slaccitation = {%%CITATION = ARXIV:1208.0010;%%} +} + +@Article{Chivukula:1991zk, + Title = {{Multi - jet physics at hadron colliders}}, + Author = {Chivukula, R. Sekhar and Golden, Mitchell and Simmons, Elizabeth H.}, + Journal = {Nucl.Phys.}, + Year = {1991}, + Pages = {83-96}, + Volume = {B363}, + + Doi = {10.1016/0550-3213(91)90235-P}, + File = {:Chivukula1991zk.pdf:PDF}, + Reportnumber = {HUTP-91-A009, BUHEP-90-34, NSF-ITP-91-27I}, + Slaccitation = {%%CITATION = NUPHA,B363,83;%%}, + Url = {http://inspirehep.net/record/314324} +} + +@Article{Chivukula:2013kw, + Title = {{A Flavorful Top-Coloron Model}}, + Author = {Chivukula, R. Sekhar and Simmons, Elizabeth H. and Vignaroli, Natascia}, + Journal = {Phys.Rev.}, + Year = {2013}, + Pages = {075002}, + Volume = {D87}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.87.075002}, + Eprint = {1302.1069}, + Primaryclass = {hep-ph}, + Reportnumber = {MSUHEP-130205}, + Slaccitation = {%%CITATION = ARXIV:1302.1069;%%} +} + +@Article{Cho:2006sx, + Title = {{Weak boson fusion production of supersymmetric particles at the LHC}}, + Author = {Cho, G. -C. and others}, + Journal = {Phys. Rev.}, + Year = {2006}, + Pages = {054002}, + Volume = {D73}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.73.054002}, + Eprint = {hep-ph/0601063}, + File = {:Cho2006sx.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0601063;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0601063} +} + +@Article{Cho:1994yu, + Title = {{Searching for G3 in $t \bar{t}$ production}}, + Author = {Cho, Peter L. and Simmons, Elizabeth H.}, + Journal = {Phys.Rev.}, + Year = {1995}, + Pages = {2360-2370}, + Volume = {D51}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.51.2360}, + Eprint = {hep-ph/9408206}, + File = {:Cho1994yu.pdf:PDF}, + Primaryclass = {hep-ph}, + Reportnumber = {CALT-68-1941, BUHEP-94-18}, + Slaccitation = {%%CITATION = HEP-PH/9408206;%%} +} + +@Article{Choudhury:2010cd, + Title = {{Top polarization, forward-backward asymmetry and new physics}}, + Author = {Choudhury, Debajyoti and Godbole, Rohini M. and Rindani, Saurabh D. and Saha, Pratishruti}, + Journal = {Phys.Rev.}, + Year = {2011}, + Pages = {014023}, + Volume = {D84}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.84.014023}, + Eprint = {1012.4750}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2010-314}, + Slaccitation = {%%CITATION = ARXIV:1012.4750;%%} +} + +@Article{Christensen:2009jx, + Title = {{A comprehensive approach to new physics simulations}}, + Author = {Christensen, Neil D. and de Aquino, P. and Degrande, C. and Duhr, C. and Fuks, B. and Herquet, M. and Maltoni, F. and Schumann, S.}, + Journal = {Eur. Phys. J.}, + Year = {2011}, + Pages = {1541}, + Volume = {C71}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-011-1541-5}, + Eprint = {0906.2474}, + File = {:Christensen2009jx.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0906.2474;%%}, + Url = {http://inspirebeta.net/record/823106} +} + +@Article{Christensen:2008py, + Title = {{FeynRules - Feynman rules made easy}}, + Author = {Christensen, Neil D. and Duhr, Claude}, + Journal = {Comput. Phys. Commun.}, + Year = {2009}, + Pages = {1614-1641}, + Volume = {180}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.cpc.2009.02.018}, + Eprint = {0806.4194}, + File = {:Christensen2008py.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0806.4194} +} + +@Article{Chudakov:55ce, + Author = {A. E. Chudakov}, + Journal = {Ser. Fiz., Izv. Akad. Nauk {SSSR}}, + Year = {1955}, + Pages = {650}, + Volume = {19} +} + +@Article{Chung:2006dv, + Title = {{$W/Z$ + jets and $Z$ $p(T)$ measurements at Tevatron}}, + Author = {Chung, Y. S.}, + Note = {FERMILAB-CONF-06-535-E}, + + Collaboration = {CDF}, + File = {:Chung2006dv.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?r=FERMILAB-CONF-06-535-E} +} + +@Article{Ciafaloni:1987ur, + Title = {{Coherence effects in initial jets at small $Q^2/s$}}, + Author = {Ciafaloni, Marcello}, + Journal = {Nucl. Phys.}, + Year = {1988}, + Pages = {49-74}, + Volume = {B296}, + + File = {:Ciafaloni1987ur.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B296,49} +} + +@Article{Ciafaloni:2000gm, + Title = {{Electroweak double logarithms in inclusive observables for a generic initial state}}, + Author = {Ciafaloni, Marcello and Ciafaloni, Paolo and Comelli, Denis}, + Journal = {Phys.Lett.}, + Year = {2001}, + Pages = {216-222}, + Volume = {B501}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0370-2693(01)00127-7}, + Eprint = {hep-ph/0007096}, + File = {:Ciafaloni2000gm.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = HEP-PH/0007096;%%}, + Url = {http://inspirehep.net/record/529982} +} + +@Article{Ciccolini:2007ec, + Title = {{Electroweak and QCD corrections to Higgs production via vector-boson fusion at the LHC}}, + Author = {Ciccolini, Mariano and Denner, Ansgar and Dittmaier, Stefan}, + Journal = {Phys.Rev.}, + Year = {2008}, + Pages = {013002}, + Volume = {D77}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.77.013002}, + Eprint = {0710.4749}, + Primaryclass = {hep-ph}, + Reportnumber = {MPP-2007-152, PSI-PR-07-06, UWTHPH-2007-26}, + Slaccitation = {%%CITATION = ARXIV:0710.4749;%%} +} + +@Article{Clement:2011yp, + Title = {{Top physics with the ATLAS detector}}, + Author = {Clement, Helsens}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Doi = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1107.2899}, + Eprint = {1107.2899}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 1107.2899;%%} +} + +@Article{Coleman:1967ad, + Title = {{All Possible Symmetries of the S Matrix}}, + Author = {Coleman, Sidney R. and Mandula, J.}, + Journal = {Phys. Rev.}, + Year = {1967}, + Pages = {1251-1256}, + Volume = {159}, + + Doi = {10.1103/PhysRev.159.1251}, + File = {:Coleman1967ad.pdf:PDF}, + Slaccitation = {%%CITATION = PHRVA,159,1251;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,159,1251} +} + +@Article{Collaboration:2012nn, + Title = {{Measurement of the polarisation of W bosons produced with large transverse momentum in pp collisions at sqrt(s) = 7 TeV with the ATLAS experiment}}, + Author = {Collaboration, ATLAS}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Eprint = {1203.2165}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 1203.2165;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1203.2165} +} + +@Article{Collaboration:2012sm, + Title = {{Observation of spin correlation in ttbar events from pp collisions at sqrt(s) = 7 TeV using the ATLAS detector}}, + Author = {Collaboration, ATLAS}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Eprint = {1203.4081}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2012-074}, + Slaccitation = {%%CITATION = ARXIV:1203.4081;%%}, + Url = {http://inspirehep.net/record/1094169} +} + +@Article{Collaboration:2011he, + Title = {{Jet energy measurement with the ATLAS detector in proton-proton collisions at sqrt(s) = 7 TeV}}, + Author = {Collaboration, ATLAS}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Eprint = {1112.6426}, + Primaryclass = {hep-ex}, + Reportnumber = {CERN-PH-EP-2011-191}, + Slaccitation = {%%CITATION = ARXIV:1112.6426;%%}, + Url = {http://inspirehep.net/record/1082939} +} + +@Article{Collaboration:2012tb, + Title = {{Measurement of the underlying event in the Drell-Yan process in proton-proton collisions at sqrt(s) = 7 TeV}}, + Author = {Collaboration, CMS}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Eprint = {1204.1411}, + Primaryclass = {hep-ex}, + Reportnumber = {CMS-QCD-11-012, CERN-PH-EP-2012-085}, + Slaccitation = {%%CITATION = ARXIV:1204.1411;%%}, + Url = {http://inspirehep.net/record/1107658} +} + +@Article{Collaboration:2011id, + Title = {{Search for New Physics with Jets and Missing Transverse Momentum in pp collisions at $\sqrt{s}$ = 7 TeV}}, + Author = {Collaboration, CMS}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Eprint = {1106.4503}, + Primaryclass = {hep-ex}, + Url = {http://inspirebeta.net/record/914487} +} + +@Article{Collaboration:2011jz, + Title = {{Measurement of the lepton charge asymmetry in inclusive W production in pp collisions at $\sqrt{s}$ = 7 TeV}}, + Author = {Collaboration, CMS}, + Journal = {JHEP}, + Year = {2011}, + Pages = {050}, + Volume = {04}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP04(2011)050}, + Eprint = {1103.3470}, + File = {:Collaboration2011jz.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 1103.3470;%%}, + Url = {http://inspirebeta.net/record/892975} +} + +@Article{Collaboration:2011qt, + Title = {{Measurement of the differential dijet production cross section in proton-proton collisions at $\sqrt{s}$=7 TeV}}, + Author = {Collaboration, CMS}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Eprint = {1104.1693}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 1104.1693;%%}, + Url = {http://inspirebeta.net/record/895742} +} + +@Article{Collaboration:2011ue, + Title = {{Measurement of the Differential Cross Section for Isolated Prompt Photon Production in pp Collisions at 7 TeV}}, + Author = {Collaboration, CMS}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Eprint = {1108.2044}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 1108.2044;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1108.2044} +} + +@Article{Collaboration:2011wn, + Title = {{Measurement of the Ratio of the 3-jet to 2-jet Cross Sections in pp Collisions at $\sqrt{s}$ = 7 TeV}}, + Author = {Collaboration, CMS}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Eprint = {1106.0647}, + Primaryclass = {hep-ex}, + Url = {http://inspirebeta.net/record/912560} +} + +@Article{Collaboration:2011zj, + Title = {{Dijet Azimuthal Decorrelations in pp Collisions at $\sqrt{s}$ = 7 TeV}}, + Author = {Collaboration, CMS}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Eprint = {1101.5029}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 1101.5029;%%}, + Url = {http://inspirebeta.net/record/885663} +} + +@Article{Collaboration:2012ea, + Title = {{Measurement of the photon$+b$-jet production differential cross section in $p\bar{p}$ collisions at $\sqrt{s}=1.96~\TeV$}}, + Author = {Collaboration, D0}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Eprint = {1203.5865}, + Primaryclass = {hep-ex}, + Reportnumber = {FERMILAB-PUB-12-082-E}, + Slaccitation = {%%CITATION = ARXIV:1203.5865;%%}, + Url = {http://inspirehep.net/record/1095100} +} + +@Article{Collins:1987cp, + Title = {{Spin correlations in Monte Carlo event generators}}, + Author = {Collins, John C.}, + Journal = {Nucl.Phys.}, + Year = {1988}, + Pages = {794}, + Volume = {B304}, + + Doi = {10.1016/0550-3213(88)90654-2}, + File = {:Collins1987cp.pdf:PDF}, + Url = {http://inspirehep.net/record/249338} +} + +@Article{Collins:1991ty, + Title = {{Heavy quark production in very high energy hadron collisions}}, + Author = {Collins, John C. and Ellis, R. K.}, + Journal = {Nucl. Phys.}, + Year = {1991}, + Pages = {3-30}, + Volume = {B360}, + + File = {:Collins1991ty.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B360,3} +} + +@Article{Collins:1987pm, + Title = {{The theorems of perturbative QCD}}, + Author = {Collins, John C. and Soper, Davison E.}, + Journal = {Ann. Rev. Nucl. Part. Sci.}, + Year = {1987}, + Pages = {383-409}, + Volume = {37}, + + File = {:Collins1987pm.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ARNUA,37,383} +} + +@Article{Collins:1981uw, + Title = {{Parton distribution and decay functions}}, + Author = {Collins, John C. and Soper, Davison E.}, + Journal = {Nucl. Phys.}, + Year = {1982}, + Pages = {445}, + Volume = {B194}, + + File = {:Collins1981uw.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B194,445} +} + +@Article{Collins:1981uk, + Title = {{Back-to-back jets in QCD}}, + Author = {Collins, John C. and Soper, Davison E.}, + Journal = {Nucl. Phys.}, + Year = {1981}, + Pages = {381}, + Volume = {B193}, + + File = {:Collins1981uk.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B193,381} +} + +@Article{Collins:1977iv, + Title = {{Angular distribution of dileptons in high-energy hadron collisions}}, + Author = {Collins, John C. and Soper, Davison E.}, + Journal = {Phys. Rev.}, + Year = {1977}, + Pages = {2219}, + Volume = {D16}, + + Doi = {10.1103/PhysRevD.16.2219}, + File = {:Collins1977iv.pdf:PDF}, + Url = {http://inspirebeta.net/record/5163} +} + +@Article{Collins:1988ig, + Title = {{Soft gluons and factorization}}, + Author = {Collins, J. C. and Soper, D. E. and Sterman, G.}, + Journal = {Nucl. Phys.}, + Year = {1988}, + Pages = {833-856}, + Volume = {B308}, + + File = {:Collins1988ig.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B308,833} +} + +@Article{Collins:1989gx, + Title = {{Factorization of hard processes in QCD}}, + Author = {Collins, John C. and Soper, Davison E. and Sterman, George}, + Journal = {Adv. Ser. Direct. High Energy Phys.}, + Year = {1988}, + Pages = {1-91}, + Volume = {5}, + + Eprint = {hep-ph/0409313}, + File = {:Collin very brieflys1989gx.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0409313} +} + +@Article{Collins:1984kg, + Title = {{Transverse Momentum Distribution in Drell-Yan Pair and W and Z Boson Production}}, + Author = {Collins, John C. and Soper, Davison E. and Sterman, George F.}, + Journal = {Nucl.Phys.}, + Year = {1985}, + Pages = {199}, + Volume = {B250}, + + Doi = {10.1016/0550-3213(85)90479-1}, + Reportnumber = {CERN-TH-3923}, + Slaccitation = {%%CITATION = NUPHA,B250,199;%%}, + Url = {http://inspirehep.net/record/203059} +} + +@Article{Collins:1985ue, + Title = {{Factorization for Short Distance Hadron - Hadron Scattering}}, + Author = {Collins, John C. and Soper, Davison E. and Sterman, George F.}, + Journal = {Nucl.Phys.}, + Year = {1985}, + Pages = {104}, + Volume = {B261}, + + Doi = {10.1016/0550-3213(85)90565-6}, + Reportnumber = {OITS-287}, + Slaccitation = {%%CITATION = NUPHA,B261,104;%%}, + Url = {http://inspirehep.net/record/212922} +} + +@Article{Collins:1981ta, + Title = {{Soft partons in QCD}}, + Author = {Collins, John C. and Sterman, George}, + Journal = {Nucl. Phys.}, + Year = {1981}, + Pages = {172}, + Volume = {B185}, + + File = {:Collins1981ta.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B185,172} +} + +@Article{Collins:2004vq, + Title = {{Initial state parton showers beyond leading order}}, + Author = {Collins, John C. and Zu, Xiaomin}, + Journal = {JHEP}, + Year = {2005}, + Pages = {059}, + Volume = {03}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2005/03/059}, + Eprint = {hep-ph/0411332}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = HEP-PH/0411332;%%}, + Url = {http://inspirehep.net/record/665346} +} + +@Article{Collins:2002ey, + Title = {{Parton distribution functions suitable for Monte Carlo event generators}}, + Author = {Collins, John C. and Zu, Xiao-min}, + Journal = {JHEP}, + Year = {2002}, + Pages = {018}, + Volume = {06}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0204127}, + File = {:Collins2002ey.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = HEP-PH/0204127;%%}, + Url = {http://inspirehep.net/record/585259} +} + +@Article{Contopanagos:1996nh, + Title = {{Sudakov factorization and resummation}}, + Author = {Contopanagos, Harry and Laenen, Eric and Sterman, George F.}, + Journal = {Nucl.Phys.}, + Year = {1997}, + Pages = {303-330}, + Volume = {B484}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0550-3213(96)00567-6}, + Eprint = {hep-ph/9604313}, + Primaryclass = {hep-ph}, + Reportnumber = {ANL-HEP-25, ANL-HEP-PR-96-25, CERN-TH-96-75, ITP-SB-96-17}, + Slaccitation = {%%CITATION = HEP-PH/9604313;%%}, + Url = {http://inspirehep.net/record/417612} +} + +@Article{Corcella:2002jc, + Title = {{HERWIG 6.5 Release Note}}, + Author = {Corcella, G. and Knowles, I. G. and Marchesini, G. and Moretti, M. and Odagiri, K. and Richardson, P. and Seymour, M. H. and Webber, B. R.}, + Year = {2002}, + + Eprint = {hep-ph/0210213}, + File = {:Corcella2002jc.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0210213} +} + +@Article{Corcella:2000bw, + Title = {{HERWIG 6: an event generator for hadron emission reactions with interfering gluons (including supersymmetric processes)}}, + Author = {Corcella, G. and others}, + Journal = {JHEP}, + Year = {2001}, + Pages = {010}, + Volume = {01}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0011363}, + File = {:Corcella2000bw.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0011363;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0011363} +} + +@Article{Corcella:1999gs, + Title = {{Initial state radiation in simulations of vector boson production at hadron colliders}}, + Author = {Corcella, Gennaro and Seymour, Michael H.}, + Journal = {Nucl. Phys.}, + Year = {2000}, + Pages = {227-244}, + Volume = {B565}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0550-3213(99)00672-0}, + Eprint = {hep-ph/9908388}, + File = {:Corcella1999gs.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9908388;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9908388} +} + +@Article{Corcella:1998rs, + Title = {{Matrix element corrections to parton shower simulations of heavy quark decay}}, + Author = {Corcella, G. and Seymour, M. H.}, + Journal = {Phys. Lett.}, + Year = {1998}, + Pages = {417-426}, + Volume = {B442}, + + Eprint = {hep-ph/9809451}, + File = {:Corcella1998rs.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9809451} +} + +@Article{Corke:2010zj, + Title = {{Improved Parton Showers at Large Transverse Momenta}}, + Author = {Corke, Richard and Sj{\"o}strand, Torbj{\"o}rn}, + Journal = {Eur. Phys. J.}, + Year = {2010}, + Pages = {1-18}, + Volume = {C69}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-010-1409-0}, + Eprint = {1003.2384}, + File = {:Corke2010zj.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1003.2384;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1003.2384} +} + +@Article{Corke:2009tk, + Title = {{Multiparton interactions and rescattering}}, + Author = {Corke, Richard and Sj{\"o}strand, Torbj{\"o}rn}, + Journal = {JHEP}, + Year = {2009}, + Pages = {035}, + Volume = {01}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP01(2010)035}, + Eprint = {0911.1909}, + File = {:Corke2009tk.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0911.1909;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0911.1909} +} + +@Article{Cornwall:1975ty, + Title = {{Infrared behavior of nonabelian gauge theories}}, + Author = {Cornwall, John M. and Tiktopoulos, George}, + Journal = {Phys. Rev.}, + Year = {1976}, + Pages = {3370}, + Volume = {D13}, + + File = {:Cornwall1975ty.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D13,3370} +} + +@Article{Cox:2000jt, + Title = {{POMWIG: HERWIG for diffractive interactions}}, + Author = {Cox, Brian E. and Forshaw, Jeffrey R.}, + Journal = {Comput.Phys.Commun.}, + Year = {2002}, + Pages = {104-110}, + Volume = {144}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0010-4655(01)00467-2}, + Eprint = {hep-ph/0010303}, + Primaryclass = {hep-ph}, + Reportnumber = {MAN-HEP-2000-3, MC-TH-00-09}, + Slaccitation = {%%CITATION = HEP-PH/0010303;%%} +} + +@Article{Cullen:2013saa, + Title = {{NLO QCD corrections to Higgs boson production plus three jets in gluon fusion}}, + Author = {Cullen, G. and van Deurzen, H. and Greiner, N. and Luisoni, G. and Mastrolia, P. and others}, + Journal = {Phys.Rev.Lett.}, + Year = {2013}, + Pages = {131801}, + Volume = {111}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.111.131801}, + Eprint = {1307.4737}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-13-119, DF-06-2013, LPN-13-042, MPP-2013-193, SFB-CPP-13-46}, + Slaccitation = {%%CITATION = ARXIV:1307.4737;%%} +} + +@Article{Cullen:2011xs, + Title = {{GoSam: A program for automated one-loop Calculations}}, + Author = {Cullen, G. and Greiner, N. and Heinrich, G. and Luisoni, G. and Mastrolia, P. and Ossola, G. and Reiter, T.}, + Journal = {J.Phys.Conf.Ser.}, + Year = {2011}, + Pages = {012056}, + Volume = {368}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1742-6596/368/1/012056}, + Eprint = {1111.6534}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-11-230, SFB-CPP-11-73, LPN11-69}, + Slaccitation = {%%CITATION = ARXIV:1111.6534;%%}, + Url = {http://inspirehep.net/record/963392} +} + +@Article{Cullen:2011ac, + Title = {{Automated One-Loop Calculations with GoSam}}, + Author = {Cullen, Gavin and Greiner, Nicolas and Heinrich, Gudrun and Luisoni, Gionata and Mastrolia, Pierpaolo and Ossola, Giovanni and Reiter, Thomas and Tramontano, Francesco}, + Journal = {Eur.Phys.J.}, + Year = {2012}, + Pages = {1889}, + Volume = {C72}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-012-1889-1}, + Eprint = {1111.2034}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1111.2034;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?rawcmd=FIND+EPRINT+1111.2034} +} + +@Article{Cullen:2011kv, + Title = {{Golem95C: A library for one-loop integrals with complex masses}}, + Author = {Cullen, G. and Guillet, J. Ph. and Heinrich, G. and Kleinschmidt, T. and Pilon, E. and others}, + Journal = {Comput.Phys.Commun.}, + Year = {2011}, + Pages = {2276-2284}, + Volume = {182}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.cpc.2011.05.015}, + Eprint = {1101.5595}, + Primaryclass = {hep-ph}, + Reportnumber = {EDINBURGH-2011-02, IPPP-11-04, DCPT-11-08, MPP-2011-5, NIKHEF-2011-002}, + Slaccitation = {%%CITATION = ARXIV:1101.5595;%%} +} + +@Article{Curci:1980uw, + Title = {{Evolution of parton densities beyond leading order: The non-singlet case}}, + Author = {Curci, G. and Furmanski, W. and Petronzio, R.}, + Journal = {Nucl. Phys.}, + Year = {1980}, + Pages = {27}, + Volume = {B175}, + + Doi = {10.1016/0550-3213(80)90003-6}, + File = {:Curci1980uw.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B175,27;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=NUPHA,B175,27} +} + +@article{Currie:2013dwa, + author = "Currie, James and Gehrmann-De Ridder, Aude and Glover, + E.W.N. and Pires, Joao", + title = "{NNLO QCD corrections to jet production at hadron + colliders from gluon scattering}", + journal = "JHEP", + volume = "1401", + pages = "110", + doi = "10.1007/JHEP01(2014)110", + year = "2014", + eprint = "1310.3993", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "IPPP-13-87, LPN13-073, ZU-TH-24-13", + SLACcitation = "%%CITATION = ARXIV:1310.3993;%%", +} + +@article{Czakon:2013goa, + author = "Czakon, Michał and Fiedler, Paul and Mitov, Alexander", + title = "{Total Top-Quark Pair-Production Cross Section at Hadron + Colliders Through $O(α\frac{4}{S})$}", + journal = "Phys.Rev.Lett.", + volume = "110", + pages = "252004", + doi = "10.1103/PhysRevLett.110.252004", + year = "2013", + eprint = "1303.6254", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2013-056, TTK-13-08", + SLACcitation = "%%CITATION = ARXIV:1303.6254;%%", +} + +@Article{Czakon:2010td, + Title = {{A novel subtraction scheme for double-real radiation at NNLO}}, + Author = {Czakon, M.}, + Journal = {Phys.Lett.}, + Year = {2010}, + Pages = {259-268}, + Volume = {B693}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2010.08.036}, + Eprint = {1005.0274}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1005.0274;%%} +} + +@Article{Czakon:2014xsa, + Title = {{Resolving the Tevatron top quark forward-backward asymmetry puzzle}}, + Author = {Czakon, Michal and Fiedler, Paul and Mitov, Alexander}, + Year = {2014}, + + Archiveprefix = {arXiv}, + Eprint = {1411.3007}, + Primaryclass = {hep-ph}, + Reportnumber = {CAVENDISH-HEP-14-10, TTK-14-32}, + Slaccitation = {%%CITATION = ARXIV:1411.3007;%%} +} + +@Article{Czakon:2013goa, + Title = {{The total top quark pair production cross-section at hadron colliders through $O(\alpha_S^4)$}}, + Author = {Czakon, Michal and Fiedler, Paul and Mitov, Alexander}, + Journal = {Phys.Rev.Lett.}, + Year = {2013}, + Pages = {252004}, + Volume = {110}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.110.252004}, + Eprint = {1303.6254}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2013-056, TTK-13-08}, + Slaccitation = {%%CITATION = ARXIV:1303.6254;%%} +} + +@Article{Czakon:2013tha, + Title = {{Constraints on the gluon PDF from top quark pair production at hadron colliders}}, + Author = {Czakon, Michal and Mangano, Michelangelo L. and Mitov, Alexander and Rojo, Juan}, + Journal = {JHEP}, + Year = {2013}, + Pages = {167}, + Volume = {07}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP07(2013)167}, + Eprint = {1303.7215}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2013-036, TTK-13-09}, + Slaccitation = {%%CITATION = ARXIV:1303.7215;%%} +} + +@Article{Czakon:2012pz, + Title = {{NNLO corrections to top pair production at hadron colliders: the quark-gluon reaction}}, + Author = {Czakon, Michal and Mitov, Alexander}, + Journal = {JHEP}, + Year = {2013}, + Pages = {080}, + Volume = {01}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP01(2013)080}, + Eprint = {1210.6832}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2012-286}, + Slaccitation = {%%CITATION = ARXIV:1210.6832;%%} +} + +@Article{Czakon:2012zr, + Title = {{NNLO corrections to top-pair production at hadron colliders: the all-fermionic scattering channels}}, + Author = {Czakon, Michal and Mitov, Alexander}, + Journal = {JHEP}, + Year = {2012}, + Pages = {054}, + Volume = {12}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP12(2012)054}, + Eprint = {1207.0236}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2012-181}, + Slaccitation = {%%CITATION = ARXIV:1207.0236;%%}, + Url = {http://inspirehep.net/record/1120738} +} + +@Article{Czakon:2009zw, + Title = {{Threshold Resummation for Top-Pair Hadroproduction to Next-to-Next-to-Leading Log}}, + Author = {Czakon, Michal and Mitov, Alexander and Sterman, George F.}, + Journal = {Phys.Rev.}, + Year = {2009}, + Pages = {074017}, + Volume = {D80}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.80.074017}, + Eprint = {0907.1790}, + Primaryclass = {hep-ph}, + Reportnumber = {PITHA-09-17, ITP-SB-09-20}, + Slaccitation = {%%CITATION = ARXIV:0907.1790;%%} +} + +@Article{Czakon:2009ss, + Title = {{Polarizing the dipoles}}, + Author = {Czakon, M. and Papadopoulos, C.G. and Worek, M.}, + Journal = {JHEP}, + Year = {2009}, + Pages = {085}, + Volume = {08}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/08/085}, + Eprint = {0905.0883}, + File = {:Czakon2009ss.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/819580} +} + +@Article{D'Errico:2011sd, + Title = {{Next-to-Leading-Order Monte Carlo Simulation of Diphoton Production in Hadronic Collisions}}, + Author = {D'Errico, Luca and Richardson, Peter}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Eprint = {1106.3939}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1106.3939;%%}, + Url = {http://inspirebeta.net/record/914215} +} + +@Article{D'Errico:2011um, + Title = {{A Positive-Weight Next-to-Leading-Order Monte Carlo Simulation of Deep Inelastic Scattering and Higgs Boson Production via Vector Boson Fusion in Herwig++}}, + Author = {D'Errico, Luca and Richardson, Peter}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Eprint = {1106.2983}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/913715} +} + +@Article{DaRold:2012sz, + Title = {{Up Asymmetries From Exhilarated Composite Flavor Structures}}, + Author = {Da Rold, Leandro and Delaunay, Cedric and Grojean, Christophe and Perez, Gilad}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Eprint = {1208.1499}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1208.1499;%%} +} + +@Article{Daleo:2006xa, + Title = {{Antenna subtraction with hadronic initial states}}, + Author = {Daleo, A. and Gehrmann, T. and Ma{\^i}tre, D.}, + Journal = {JHEP}, + Year = {2007}, + Pages = {016}, + Volume = {04}, + + Eprint = {hep-ph/0612257}, + File = {:Daleo2006xa.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0612257} +} + +@Article{Daleo:2009yj, + Title = {{Antenna subtraction at NNLO with hadronic initial states: initial-final configurations}}, + Author = {Daleo, Alejandro and Gehrmann-De Ridder, Aude and Gehrmann, Thomas and Luisoni, Gionata}, + Journal = {JHEP}, + Year = {2010}, + Pages = {118}, + Volume = {01}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP01(2010)118}, + Eprint = {0912.0374}, + Primaryclass = {hep-ph}, + Reportnumber = {ZU-TH-17-09}, + Slaccitation = {%%CITATION = ARXIV:0912.0374;%%} +} + +@Article{Dasgupta:2009an, + Title = {{Hadronisation corrections for jets in the $k_t$ algorithm}}, + Author = {Dasgupta, Mrinal and Delenda, Yazid}, + Year = {2009}, + + Archiveprefix = {arXiv}, + Eprint = {0906.5463}, + Primaryclass = {hep-ph}, + Slaccitation = {CITATION = 0906.5463;} +} + +@Article{Dasgupta:2009tm, + Title = {{On the universality of hadronisation corrections to QCD jets}}, + Author = {Dasgupta, Mrinal and Delenda, Yazid}, + Journal = {JHEP}, + Year = {2009}, + Pages = {004}, + Volume = {07}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/07/004}, + Eprint = {0903.2187}, + Primaryclass = {hep-ph}, + Slaccitation = {CITATION = 0903.2187;} +} + +@Article{Dasgupta:2013via, + Title = {{Jet substructure with analytical methods}}, + Author = {Dasgupta, Mrinal and Fregoso, Alessandro and Marzani, Simone and Powling, Alexander}, + Journal = {Eur.Phys.J.}, + Year = {2013}, + Number = {11}, + Pages = {2623}, + Volume = {C73}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-013-2623-3}, + Eprint = {1307.0013}, + Primaryclass = {hep-ph}, + Reportnumber = {DCPT-13-88, IPPP-13-44, MAN-HEP-2013-11}, + Slaccitation = {%%CITATION = ARXIV:1307.0013;%%} +} + +@Article{Dasgupta:2013ihk, + Title = {{Towards an understanding of jet substructure}}, + Author = {Dasgupta, Mrinal and Fregoso, Alessandro and Marzani, Simone and Salam, Gavin P.}, + Journal = {JHEP}, + Year = {2013}, + Pages = {029}, + Volume = {1309}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP09(2013)029}, + Eprint = {1307.0007}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2013-145, DCPT-13-86, IPPP-13-43, LPN13-036, MAN-HEP-2013-12}, + Slaccitation = {%%CITATION = ARXIV:1307.0007;%%} +} + +@Article{Dasgupta:2012hg, + Title = {{On jet mass distributions in Z+jet and dijet processes at the LHC}}, + Author = {Dasgupta, Mrinal and Khelifa-Kerfa, Kamel and Marzani, Simone and Spannowsky, Michael}, + Journal = {JHEP}, + Year = {2012}, + Pages = {126}, + Volume = {1210}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP10(2012)126}, + Eprint = {1207.1640}, + Primaryclass = {hep-ph}, + Reportnumber = {DCPT-12-96, IPPP-12-48, MAN-HEP-2012-08}, + Slaccitation = {%%CITATION = ARXIV:1207.1640;%%} +} + +@Article{Dasgupta:2001eq, + Title = {{Resummation of the jet broadening in DIS}}, + Author = {Dasgupta, M. and Salam, G.P.}, + Journal = {Eur.Phys.J.}, + Year = {2002}, + Pages = {213-236}, + Volume = {C24}, + + Doi = {10.1007/s100520200915}, + Eprint = {hep-ph/0110213}, + File = {:Dasgupta2001eq.pdf:PDF}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-01-160, CERN-TH-2001-261, LPTHE-01-43}, + Slaccitation = {%%CITATION = HEP-PH/0110213;%%}, + Url = {http://inspirehep.net/record/564459} +} + +@Article{Dasgupta:2001sh, + Title = {{Resummation of nonglobal QCD observables}}, + Author = {Dasgupta, M. and Salam, G.P.}, + Journal = {Phys.Lett.}, + Year = {2001}, + Pages = {323-330}, + Volume = {B512}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0370-2693(01)00725-0}, + Eprint = {hep-ph/0104277}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-01-055, CERN-TH-2001-110, LPTHE-01-21}, + Slaccitation = {%%CITATION = HEP-PH/0104277;%%}, + Url = {http://inspirehep.net/record/555905} +} + +@Article{Dasgupta:2003iq, + Title = {{Event shapes in e+ e- annihilation and deep inelastic scattering}}, + Author = {Dasgupta, Mrinal and Salam, Gavin P.}, + Journal = {J.Phys.}, + Year = {2004}, + Pages = {R143}, + Volume = {G30}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/0954-3899/30/5/R01}, + Eprint = {hep-ph/0312283}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-TH-2003-306, LPTHE-03-40}, + Slaccitation = {%%CITATION = HEP-PH/0312283;%%} +} + +@Article{Dasgupta:2002bw, + Title = {{Accounting for coherence in interjet E(t) flow: A Case study}}, + Author = {Dasgupta, Mrinal and Salam, Gavin P.}, + Journal = {JHEP}, + Year = {2002}, + Pages = {017}, + Volume = {03}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0203009}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-02-021, LPTHE-02-013}, + Slaccitation = {%%CITATION = HEP-PH/0203009;%%}, + Url = {http://inspirehep.net/record/583553} +} + +@Article{Dasgupta:2002dc, + Title = {{Resummed event shape variables in DIS}}, + Author = {Dasgupta, Mrinal and Salam, Gavin P.}, + Journal = {JHEP}, + Year = {2002}, + Pages = {032}, + Volume = {08}, + + Eprint = {hep-ph/0208073}, + File = {:Dasgupta2002dc.pdf:PDF}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-02-104, LPTHE-02-040}, + Slaccitation = {%%CITATION = HEP-PH/0208073;%%}, + Url = {http://inspirehep.net/record/592145} +} + +@Article{Davies:1984hs, + Title = {{Nonleading Corrections to the Drell-Yan Cross-Section at Small Transverse Momentum}}, + Author = {Davies, C.T.H. and Stirling, W. James}, + Journal = {Nucl.Phys.}, + Year = {1984}, + Pages = {337}, + Volume = {B244}, + + Doi = {10.1016/0550-3213(84)90316-X}, + File = {:Davies1984hs.pdf:PDF}, + Reportnumber = {CERN-TH-3853}, + Slaccitation = {%%CITATION = NUPHA,B244,337;%%} +} + +@Article{Davies:1984sp, + Title = {{Drell-Yan cross sections at small transverse momentum}}, + Author = {Davies, C.T.H. and Webber, B.R. and Stirling, W.James}, + Journal = {Nucl. Phys.}, + Year = {1985}, + Pages = {413}, + Volume = {B256}, + + Doi = {10.1016/0550-3213(85)90402-X}, + File = {:Davies1984sp.pdf:PDF}, + Url = {http://inspirebeta.net/record/204409} +} + +@Article{Davoudiasl:2000wi, + Title = {{Experimental probes of localized gravity: On and off the wall}}, + Author = {Davoudiasl, H. and Hewett, J. L. and Rizzo, T. G.}, + Journal = {Phys. Rev.}, + Year = {2001}, + Pages = {075004}, + Volume = {D63}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.63.075004}, + Eprint = {hep-ph/0006041}, + File = {:Davoudiasl2000wi.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0006041;%%} +} + +@Article{Dawson:1990zj, + Title = {{Radiative corrections to Higgs boson production}}, + Author = {Dawson, S.}, + Journal = {Nucl. Phys.}, + Year = {1991}, + Pages = {283-300}, + Volume = {B359}, + + Doi = {10.1016/0550-3213(91)90061-2}, + File = {:Dawson1990zj.pdf:PDF} +} + +@Article{Dawson:2003zu, + Title = {{Associated Higgs production with top quarks at the large hadron collider: NLO QCD corrections}}, + Author = {Dawson, S. and Jackson, C. and Orr, L.H. and Reina, L. and Wackeroth, D.}, + Journal = {Phys.Rev.}, + Year = {2003}, + Pages = {034022}, + Volume = {D68}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.68.034022}, + Eprint = {hep-ph/0305087}, + Primaryclass = {hep-ph}, + Reportnumber = {BNL-HET-03-9, FSU-HEP-2003-0503, UB-HET-03-02}, + Slaccitation = {%%CITATION = HEP-PH/0305087;%%}, + Url = {http://inspirehep.net/record/618390} +} + +@Article{Dawson:2013lya, + Title = {{Threshold Resummed and Approximate NNLO results for W+W- Pair Production at the LHC}}, + Author = {Dawson, S. and Lewis, Ian M. and Zeng, Mao}, + Year = {2013}, + + Archiveprefix = {arXiv}, + Eprint = {1307.3249}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1307.3249;%%} +} + +@Article{Dawson:2002tg, + Title = {{Associated top quark Higgs boson production at the LHC}}, + Author = {Dawson, S. and Orr, L.H. and Reina, L. and Wackeroth, D.}, + Journal = {Phys.Rev.}, + Year = {2003}, + Pages = {071503}, + Volume = {D67}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.67.071503}, + Eprint = {hep-ph/0211438}, + Primaryclass = {hep-ph}, + Reportnumber = {BNL-HET-02-27A, FSU-HEP-2002-1115, UB-HET-02-09}, + Slaccitation = {%%CITATION = HEP-PH/0211438;%%}, + Url = {http://inspirehep.net/record/603254} +} + +@Article{DeRoeck:2002hk, + Title = {{Ways to detect a light Higgs boson at the LHC}}, + Author = {De Roeck, A. and Khoze, V.A. and Martin, A.D. and Orava, R. and Ryskin, M.G.}, + Journal = {Eur.Phys.J.}, + Year = {2002}, + Pages = {391-403}, + Volume = {C25}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/s10052-002-1032-9}, + Eprint = {hep-ph/0207042}, + Primaryclass = {hep-ph}, + Reportnumber = {IPPP-02-29, DCPT-02-58}, + Slaccitation = {%%CITATION = HEP-PH/0207042;%%} +} + +@Article{Deak:2011ga, + Title = {{Forward Jets and Energy Flow in Hadronic Collisions}}, + Author = {Deak, M. and Hautmann, F. and Jung, H. and Kutak, K.}, + Journal = {Eur.Phys.J.}, + Year = {2012}, + Pages = {1982}, + Volume = {C72}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-012-1982-5}, + Eprint = {1112.6354}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-11-262, IFJPAN-IV-2011-8, OUTP-11-38-P}, + Slaccitation = {%%CITATION = ARXIV:1112.6354;%%}, + Url = {http://inspirehep.net/record/1082987} +} + +@Article{Deak:2009xt, + Title = {{Forward Jet Production at the Large Hadron Collider}}, + Author = {Deak, M. and Hautmann, F. and Jung, H. and Kutak, K.}, + Journal = {JHEP}, + Year = {2009}, + Pages = {121}, + Volume = {09}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/09/121}, + Eprint = {0908.0538}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-09-119, OUTP-09-15P}, + Slaccitation = {%%CITATION = ARXIV:0908.0538;%%}, + Url = {http://inspirehep.net/record/827859} +} + +@Article{Dechambre:2011py, + Title = {{Uncertainties on exclusive diffractive Higgs and jets production at the LHC}}, + Author = {Dechambre, Alice and Kepka, Oldrich and Royon, Christophe and Staszewski, Rafal}, + Journal = {Phys.Rev.}, + Year = {2011}, + Pages = {054013}, + Volume = {D83}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.83.054013}, + Eprint = {1101.1439}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1101.1439;%%} +} + +@Article{Dedes:2008bf, + Title = {{Searching for Nambu-Goldstone Bosons at the LHC}}, + Author = {Dedes, Athanasios and Figy, Terrance and H{\"o}che, Stefan and Krauss, Frank and Underwood, Thomas E. J.}, + Journal = {JHEP}, + Year = {2008}, + Pages = {036}, + Volume = {11}, + + Archiveprefix = {arXiv}, + Eprint = {0807.4666}, + File = {:Dedes2008bf.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0807.4666;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0807.4666} +} + +@Article{Degrande:2011ua, + Title = {{UFO - The Universal FeynRules Output}}, + Author = {Degrande, Celine and Duhr, Claude and Fuks, Benjamin and Grellscheid, David and Mattelaer, Olivier and Thomas Reiter}, + Journal = {Comput.Phys.Commun.}, + Year = {2012}, + Pages = {1201-1214}, + Volume = {183}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.cpc.2012.01.022}, + Eprint = {1108.2040}, + Primaryclass = {hep-ph}, + Reportnumber = {CP3-11-25, IPHC-PHENO-11-04, IPPP-11-39, DCPT-11-78, MPP-2011-68}, + Slaccitation = {%%CITATION = ARXIV:1108.2040;%%} +} + +@Article{DelDuca:1999rs, + Title = {{New color decompositions for gauge amplitudes at tree and loop level}}, + Author = {Del Duca, Vittorio and Dixon, Lance J. and Maltoni, Fabio}, + Journal = {Nucl. Phys.}, + Year = {2000}, + Pages = {51-70}, + Volume = {B571}, + + Eprint = {hep-ph/9910563}, + File = {:DelDuca1999rs.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9910563} +} + +@Article{DelDuca:1999ha, + Title = {{Factorization of tree QCD amplitudes in the high-energy limit and in the collinear limit}}, + Author = {Vittorio {del Duca} and Alberto Frizzo and Fabio Maltoni}, + Journal = {Nucl. Phys.}, + Year = {2000}, + Pages = {211-262}, + Volume = {B568}, + + Eprint = {hep-ph/9909464}, + File = {:DelDuca1999ha.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9909464} +} + +@Article{DelDuca:2003uz, + Title = {{QCD radiative corrections to prompt diphoton production in association with a jet at hadron colliders}}, + Author = {Del Duca, Vittorio and Maltoni, Fabio and Nagy, Zoltan and Trocsanyi, Zoltan}, + Journal = {JHEP}, + Year = {2003}, + Pages = {059}, + Volume = {04}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0303012}, + File = {:DelDuca2003uz.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0303012;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0303012} +} + +@Article{DelDuca:1994ng, + Title = {{Balitsky-Fadin-Kuraev-Lipatov approximation versus $\mathcal{O}(\alpha_s^3)$ corrections to large-rapidity dijet production}}, + Author = {Del Duca, Vittorio and Schmidt, Carl R.}, + Journal = {Phys. Rev.}, + Year = {1995}, + Pages = {2150-2158}, + Volume = {D51}, + + Eprint = {hep-ph/9407359}, + File = {:DelDuca1994ng.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9407359} +} + +@Article{DelPozo:1993th, + Title = {Tests of QCD from Jet and Hadron Production at LEP}, + Author = {Del Pozo, L. A.}, + Year = {1993}, + Note = {PhD Thesis, University of Cambridge (1993), RALT-002} +} + +@Article{Delenda:2006nf, + Title = {{On QCD resummation with k(t) clustering}}, + Author = {Delenda, Yazid and Appleby, Robert and Dasgupta, Mrinal and Banfi, Andrea}, + Journal = {JHEP}, + Year = {2006}, + Pages = {044}, + Volume = {0612}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2006/12/044}, + Eprint = {hep-ph/0610242}, + Primaryclass = {hep-ph}, + Reportnumber = {MAN-HEP-2006-27, BICOCCA-FT-06-16}, + Slaccitation = {%%CITATION = HEP-PH/0610242;%%} +} + +@Article{Delenda:2012mm, + Title = {{On the resummation of clustering logarithms for non-global observables}}, + Author = {Delenda, Yazid and Khelifa-Kerfa, Kamel}, + Journal = {JHEP}, + Year = {2012}, + Pages = {109}, + Volume = {1209}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP09(2012)109}, + Eprint = {1207.4528}, + Primaryclass = {hep-ph}, + Reportnumber = {MAN-HEP-2012-10}, + Slaccitation = {%%CITATION = ARXIV:1207.4528;%%} +} + +@Article{Delgado:2011tp, + Title = {{The dijet cross section with a jet veto}}, + Author = {Delgado, Rosa Maria Duran and Forshaw, Jeffrey R. and Marzani, Simone and Seymour, Michael H.}, + Journal = {JHEP}, + Year = {2011}, + Pages = {157}, + Volume = {08}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP08(2011)157}, + Eprint = {1107.2084}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1107.2084;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1107.2084} +} + +@article{Denner:2000jv, + author = "Denner, Ansgar and Pozzorini, Stefano", + title = "{One loop leading logarithms in electroweak radiative + corrections. 1. Results}", + journal = "Eur.Phys.J.", + volume = "C18", + pages = "461-480", + doi = "10.1007/s100520100551", + year = "2001", + eprint = "hep-ph/0010201", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "PSI-PR-00-15, ZU-TH-17-00", + SLACcitation = "%%CITATION = HEP-PH/0010201;%%", +} + +@article{Denner:2002gd, + author = "Denner, Ansgar and Melles, Michael and Pozzorini, + Stefano", + title = "{Two loop electroweak corrections at high-energies}", + journal = "Nucl.Phys.Proc.Suppl.", + volume = "116", + pages = "18-22", + doi = "10.1016/S0920-5632(03)80136-6", + year = "2003", + eprint = "hep-ph/0211196", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "PSI-PR-02-20, TTP02-36", + SLACcitation = "%%CITATION = HEP-PH/0211196;%%", +} + +@article{Denner:2001gw, + author = "Denner, Ansgar and Pozzorini, Stefano", + title = "{One loop leading logarithms in electroweak radiative + corrections. 2. Factorization of collinear singularities}", + journal = "Eur.Phys.J.", + volume = "C21", + pages = "63-79", + doi = "10.1007/s100520100721", + year = "2001", + eprint = "hep-ph/0104127", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "PSI-PR-01-06, ZU-TH-13-01", + SLACcitation = "%%CITATION = HEP-PH/0104127;%%", +} + +@article{Denner:2001uk, + author = "Denner, Ansgar and Pozzorini, Stefano", + title = "{Leading electroweak logarithms at one loop}", + year = "2001", + eprint = "hep-ph/0101213", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "PSI-PR-01-02", + SLACcitation = "%%CITATION = HEP-PH/0101213;%%", +} + +@Article{Denner:2006xx, + Author = {Denner, Ansgar}, + Note = {private communication}, + + File = {:Denner2006xx.pdf:PDF} +} + +@Article{Denner:2005nn, + Title = {{Reduction schemes for one-loop tensor integrals}}, + Author = {Denner, Ansgar and Dittmaier, S.}, + Journal = {Nucl. Phys.}, + Year = {2006}, + Pages = {62-115}, + Volume = {B734}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nuclphysb.2005.11.007}, + Eprint = {hep-ph/0509141}, + File = {:Denner2005nn.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/692154} +} + +@Article{Denner:2014gla, + Title = {{COLLIER - A fortran-library for one-loop integrals}}, + Author = {Denner, Ansgar and Dittmaier, Stefan and Hofer, Lars}, + Journal = {PoS}, + Year = {2014}, + Pages = {071}, + Volume = {LL2014}, + + Archiveprefix = {arXiv}, + Eprint = {1407.0087}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1407.0087;%%} +} + +@article{Denner:2014ina, + author = "Denner, Ansgar and Hofer, Lars and Scharf, Andreas and + Uccirati, Sandro", + title = "{Electroweak corrections to lepton pair production in + association with two hard jets at the LHC}", + journal = "JHEP", + volume = "1501", + pages = "094", + doi = "10.1007/JHEP01(2015)094", + year = "2015", + eprint = "1411.0916", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1411.0916;%%", +} + +@Article{Denner:2011id, + Title = {{Electroweak corrections to Higgs-strahlung off W/Z bosons at the Tevatron and the LHC with HAWK}}, + Author = {Denner, A. and Dittmaier, S. and Kallweit, S. and Muck, A.}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Eprint = {1112.5142}, + Primaryclass = {hep-ph}, + Reportnumber = {FR-PHENO-2011-025, PSI-PR-11-04, ZU-TH-29-11, TTK-11-61}, + Slaccitation = {%%CITATION = ARXIV:1112.5142;%%}, + Url = {http://inspirehep.net/record/1082492} +} + +@Article{Denner:2010jp, + Title = {{NLO QCD corrections to WWbb production at hadron colliders}}, + Author = {Denner, A. and Dittmaier, S. and Kallweit, S. and Pozzorini, S.}, + Journal = {Phys. Rev. Lett.}, + Year = {2011}, + Pages = {052001}, + Volume = {106}, + + Doi = {10.1103/PhysRevLett.106.052001}, + Eprint = {1012.3975}, + File = {:Denner2010jp.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1012.3975;%%}, + Url = {http://inspirebeta.net/record/881934} +} + +@Article{Denner:2011vu, + Title = {{Electroweak corrections to dilepton + jet production at hadron colliders}}, + Author = {Denner, Ansgar and Dittmaier, Stefan and Kasprzik, Tobias and Muck, Alexander}, + Journal = {JHEP}, + Year = {2011}, + Pages = {069}, + Volume = {06}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP06(2011)069}, + Eprint = {1103.0914}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1103.0914;%%}, + Url = {http://inspirebeta.net/record/891490} +} + +@Article{Denner:1999gp, + Title = {{Predictions for all processes $e^+e^-$ $\to$ fermions + $\gamma$}}, + Author = {Denner, Ansgar and Dittmaier, S. and Roth, M. and Wackeroth, D.}, + Journal = {Nucl. Phys.}, + Year = {1999}, + Pages = {33-65}, + Volume = {B560}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0550-3213(99)00437-X}, + Eprint = {hep-ph/9904472}, + File = {:Denner1999gp.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9904472;%%}, + Url = {http://inspirebeta.net/record/499024} +} + +@Article{Denner:1992me, + Title = {{Compact Feynman rules for Majorana fermions}}, + Author = {Denner, Ansgar and Eck, H. and Hahn, O. and K{\"u}blbeck, J.}, + Journal = {Phys.Lett.}, + Year = {1992}, + Pages = {278-280}, + Volume = {B291}, + + Doi = {10.1016/0370-2693(92)91045-B}, + File = {:Denner1992me.pdf:PDF}, + Reportnumber = {PRINT-92-0315 (CERN)}, + Slaccitation = {%%CITATION = PHLTA,B291,278;%%}, + Url = {http://inspirehep.net/record/32906} +} + +@Article{Denner:1992vza, + Title = {{Feynman rules for fermion number violating interactions}}, + Author = {Denner, Ansgar and Eck, H. and Hahn, O. and K{\"u}blbeck, J.}, + Journal = {Nucl. Phys.}, + Year = {1992}, + Pages = {467-484}, + Volume = {B387}, + + Doi = {10.1016/0550-3213(92)90169-C}, + File = {:Denner1992vza.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B387,467;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B387,467} +} + +@Article{Derrick:1996hn, + Title = {{Measurement of the $F_2$ structure function in deep inelastic $e^+ p$ scattering using 1994 data from the ZEUS detector at HERA}}, + Author = {Derrick, M. and others}, + Journal = {Z.Phys.}, + Year = {1996}, + Note = {DESY-96-076}, + Pages = {399-424}, + Volume = {C72}, + + Archiveprefix = {arXiv}, + Collaboration = {ZEUS Collaboration}, + Doi = {10.1007/s002880050260}, + Eprint = {hep-ex/9607002}, + File = {:Derrick1996hn.pdf:PDF}, + Primaryclass = {hep-ex}, + Url = {http://inspirehep.net/record/420332} +} + +@Article{Derrick:1995wv, + Title = {{Measurement of the diffractive structure function in deep elastic scattering at HERA}}, + Author = {Derrick, M. and others}, + Journal = {Z.Phys.}, + Year = {1995}, + Pages = {569-584}, + Volume = {C68}, + + Archiveprefix = {arXiv}, + Collaboration = {ZEUS Collaboration}, + Doi = {10.1007/BF01565257}, + Eprint = {hep-ex/9505010}, + Primaryclass = {hep-ex}, + Reportnumber = {DESY-95-093}, + Slaccitation = {%%CITATION = HEP-EX/9505010;%%} +} + +@Article{Deur:2008rf, + Title = {{Determination of the effective strong coupling constant $\alpha_{s,g_1}(Q^2)$ from CLAS spin structure function data}}, + Author = {Deur, A. and Burkert, V. and Chen, J. P. and Korsch, W.}, + Journal = {Phys. Lett.}, + Year = {2008}, + Pages = {349-351}, + Volume = {B665}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2008.06.049}, + Eprint = {0803.4119}, + File = {:Deur2008rf.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0803.4119;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0803.4119} +} + +@Article{vanDeurzen:2013rv, + Title = {{NLO QCD corrections to the production of Higgs plus two jets at the LHC}}, + Author = {van Deurzen, H. and Greiner, N. and Luisoni, G. and Mastrolia, P. and Mirabella, E. and others}, + Journal = {Phys.Lett.}, + Year = {2013}, + Pages = {74-81}, + Volume = {B721}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2013.02.051}, + Eprint = {1301.0493}, + Primaryclass = {hep-ph}, + Reportnumber = {DSF-03-2013, MPP-2013-36}, + Slaccitation = {%%CITATION = ARXIV:1301.0493;%%} +} + +@Article{Diana:2009xv, + Title = {{High-energy resummation in direct photon production}}, + Author = {Diana, Giovanni}, + Journal = {Nucl. Phys.}, + Year = {2010}, + Pages = {154-167}, + Volume = {B824}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nuclphysb.2009.09.001}, + Eprint = {0906.4159}, + File = {:Diana2009xv.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0906.4159;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0906.4159} +} + +@Article{Dinsdale:2007mf, + Title = {{Parton showers from the dipole formalism}}, + Author = {Dinsdale, Michael and Ternick, Marko and Weinzierl, Stefan}, + Journal = {Phys. Rev.}, + Year = {2007}, + Pages = {094003}, + Volume = {D76}, + + Archiveprefix = {arXiv}, + Eprint = {0709.1026}, + File = {:Dinsdale2007mf.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0709.1026} +} + +@Article{Dinsdale:2006sq, + Title = {{A comparison of efficient methods for the computation of Born gluon amplitudes}}, + Author = {Dinsdale, Michael and Ternick, Marko and Weinzierl, Stefan}, + Journal = {JHEP}, + Year = {2006}, + Pages = {056}, + Volume = {03}, + + Eprint = {hep-ph/0602204}, + File = {:Dinsdale2006sq.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0602204} +} + +@Article{Dirac:1949cp, + Title = {{Forms of Relativistic Dynamics}}, + Author = {Dirac, Paul A.M.}, + Journal = {Rev.Mod.Phys.}, + Year = {1949}, + Pages = {392-399}, + Volume = {21}, + + Doi = {10.1103/RevModPhys.21.392}, + File = {:Dirac1949cp.pdf:PDF}, + Url = {http://inspirebeta.net/record/26316} +} + +@Article{Dissertori:2009qa, + Title = {{Precise Determination of the Strong Coupling Constant at NNLO in QCD from the Three-Jet Rate in Electron--Positron Annihilation at LEP}}, + Author = {Dissertori, G. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {2010}, + Pages = {072002}, + Volume = {104}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.104.072002}, + Eprint = {0910.4283}, + File = {:Dissertori2009qa.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0910.4283;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0910.4283} +} + +@Article{Dissertori:2009ik, + Title = {{Determination of the strong coupling constant using matched NNLO+NLLA predictions for hadronic event shapes in $e^+e^-$ annihilations}}, + Author = {Dissertori, G. and others}, + Journal = {JHEP}, + Year = {2009}, + Pages = {036}, + Volume = {08}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/08/036}, + Eprint = {0906.3436}, + File = {:Dissertori2009ik.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0906.3436;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0906.3436} +} + +@Article{Dissertori:2007xa, + Title = {{First determination of the strong coupling constant using NNLO predictions for hadronic event shapes in $e^+e^-$ annihilations}}, + Author = {Dissertori, G. and others}, + Journal = {JHEP}, + Year = {2008}, + Pages = {040}, + Volume = {02}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/02/040}, + Eprint = {0712.0327}, + File = {:Dissertori2007xa.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0712.0327;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0712.0327} +} + +@Article{Dittmaier:1999mb, + Title = {{A general approach to photon radiation off fermions}}, + Author = {Dittmaier, Stefan}, + Journal = {Nucl. Phys.}, + Year = {2000}, + Pages = {69-122}, + Volume = {B565}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0550-3213(99)00563-5}, + Eprint = {hep-ph/9904440}, + File = {:Dittmaier1999mb.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9904440;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9904440} +} + +@Article{Dittmaier:1998nn, + Title = {{Weyl-van der Waerden formalism for helicity amplitudes of massive particles}}, + Author = {Dittmaier, Stefan}, + Journal = {Phys. Rev.}, + Year = {1999}, + Pages = {016007}, + Volume = {D59}, + + Eprint = {hep-ph/9805445}, + File = {:Dittmaier1998nn.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9805445} +} + +@Article{Dittmaier:2009cr, + Title = {{Radiative corrections to the neutral-current Drell-Yan process in the Standard Model and its minimal supersymmetric extension}}, + Author = {Dittmaier, Stefan and Huber, Max}, + Journal = {JHEP}, + Year = {2010}, + Pages = {060}, + Volume = {01}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP01(2010)060}, + Eprint = {0911.2329}, + Primaryclass = {hep-ph}, + Reportnumber = {MPP-2009-164}, + Slaccitation = {%%CITATION = ARXIV:0911.2329;%%} +} + +@Article{Dittmaier:2008md, + Title = {{Polarized QED splittings of massive fermions and dipole subtraction for non-collinear-safe observables}}, + Author = {Dittmaier, Stefan and Kabelschacht, Alois and Kasprzik, Tobias}, + Journal = {Nucl. Phys.}, + Year = {2008}, + Pages = {146-189}, + Volume = {B800}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nuclphysb.2008.03.010}, + Eprint = {0802.1405}, + File = {:Dittmaier2008md.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0802.1405;%%} +} + +@Article{Dittmaier:2012vm, + Title = {{Handbook of LHC Higgs Cross Sections: 2. Differential Distributions}}, + Author = {Dittmaier, S. and others}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Collaboration = {LHC Higgs Cross Section Working Group}, + Doi = {10.5170/CERN-2012-002}, + Eprint = {1201.3084}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-2012-002}, + Slaccitation = {%%CITATION = ARXIV:1201.3084;%%} +} + +@Article{Dittmaier:2011ti, + Title = {{Handbook of LHC Higgs Cross Sections: 1. Inclusive Observables}}, + Author = {Dittmaier, S. and others}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Collaboration = {LHC Higgs Cross Section Working Group}, + Eprint = {1101.0593}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-2011-002}, + Slaccitation = {%%CITATION = ARXIV:1101.0593;%%}, + Url = {http://inspirehep.net/record/883176} +} + +@Article{Dittmaier:2002ap, + Title = {{LUSIFER: A LUcid approach to SIx FERmion production}}, + Author = {Dittmaier, Stefan and Roth, Markus}, + Journal = {Nucl. Phys.}, + Year = {2002}, + Pages = {307-343}, + Volume = {B642}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0550-3213(02)00640-5}, + Eprint = {hep-ph/0206070}, + File = {:Dittmaier2002ap.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0206070;%%} +} + +@Article{Dittmaier:2008uj, + Title = {{Hadronic top-quark pair production in association with a hard jet at next-to-leading order QCD: Phenomenological studies for the Tevatron and the LHC}}, + Author = {Dittmaier, S. and Uwer, P. and Weinzierl, S.}, + Journal = {Eur.Phys.J.}, + Year = {2009}, + Pages = {625-646}, + Volume = {C59}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-008-0816-y}, + Eprint = {0810.0452}, + File = {:Dittmaier2008uj.pdf:PDF}, + Primaryclass = {hep-ph}, + Reportnumber = {MPP-2008-98, MZ-TH-08-28, TTP-08-44, SFB-CPP-08-79}, + Slaccitation = {%%CITATION = ARXIV:0810.0452;%%} +} + +@Article{Dittmaier:2009jq, + Title = {{Phenomenological studies of top-pair production + jet at NLO}}, + Author = {Dittmaier, S. and Uwer, P. and Weinzierl, S.}, + Year = {2009}, + Pages = {219-222}, + + Archiveprefix = {arXiv}, + Eprint = {0905.2299}, + Primaryclass = {hep-ph}, + Reportnumber = {MZ-TH-09-14, HU-EP-09-21, SFB-CPP-09-40}, + Slaccitation = {%%CITATION = ARXIV:0905.2299;%%}, + Url = {http://inspirehep.net/record/820473} +} + +@Article{Dittmaier:2007wz, + Title = {{NLO QCD corrections to t anti-t + jet production at hadron colliders}}, + Author = {Dittmaier, S. and Uwer, P. and Weinzierl, S.}, + Journal = {Phys.Rev.Lett.}, + Year = {2007}, + Pages = {262002}, + Volume = {98}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.98.262002}, + Eprint = {hep-ph/0703120}, + Primaryclass = {HEP-PH}, + Slaccitation = {%%CITATION = HEP-PH/0703120;%%} +} + +@Article{Dittmar:2003ir, + Title = {{Z-prime studies at the LHC: An Update}}, + Author = {Dittmar, Michael and Nicollerat, Anne-Sylvie and Djouadi, Abdelhak}, + Journal = {Phys.Lett.}, + Year = {2004}, + Pages = {111-120}, + Volume = {B583}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2003.09.103}, + Eprint = {hep-ph/0307020}, + Primaryclass = {hep-ph}, + Reportnumber = {ETHZ-IPP-PR-2003-01, CERN-TH-2003-145, PM-03-14}, + Slaccitation = {%%CITATION = HEP-PH/0307020;%%} +} + +@Article{Dixon:2013uaa, + Title = {{A brief introduction to modern amplitude methods}}, + Author = {Dixon, Lance J.}, + Year = {2013}, + + Archiveprefix = {arXiv}, + Eprint = {1310.5353}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-15775}, + Slaccitation = {%%CITATION = ARXIV:1310.5353;%%}, + Url = {http://inspirehep.net/record/1261436} +} + +@Article{Dixon:1996wi, + Title = {{Calculating scattering amplitudes efficiently}}, + Author = {Dixon, Lance J.}, + Year = {1996}, + + Eprint = {hep-ph/9601359}, + File = {:Dixon1996wi.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9601359} +} + +@Article{Dixon:2009ur, + Title = {{On soft singularities at three loops and beyond}}, + Author = {Dixon, Lance J. and Gardi, Einan and Magnea, Lorenzo}, + Journal = {JHEP}, + Year = {2010}, + Pages = {081}, + Volume = {02}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP02(2010)081}, + Eprint = {0910.3653}, + File = {:Dixon2009ur.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/834454} +} + +@Article{Dixon:2004za, + Title = {{MHV rules for Higgs plus multi-gluon amplitudes}}, + Author = {Dixon, Lance J. and Glover, E. W. N. and Khoze, Valentin V. }, + Journal = {JHEP}, + Year = {2004}, + Pages = {015}, + Volume = {12}, + + Eprint = {hep-th/0411092}, + File = {:Dixon2004za.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0411092} +} + +@Article{Dixon:1998py, + Title = {{Helicity amplitudes for $\mathcal{O}(\alpha_s)$ production of $W^{+} W^{-}$, $W^\pm Z$, $Z Z$, $W^\pm \gamma$, or $Z \gamma$ pairs at hadron colliders}}, + Author = {Dixon, Lance J. and Kunszt, Z. and Signer, A.}, + Journal = {Nucl. Phys.}, + Year = {1998}, + Pages = {3-23}, + Volume = {B531}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0550-3213(98)00421-0}, + Eprint = {hep-ph/9803250}, + File = {:Dixon1998py.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9803250;%%} +} + +@Article{Dixon:2013haa, + Title = {{Bounding the Higgs Boson Width Through Interferometry}}, + Author = {Dixon, Lance J. and Li, Ye}, + Year = {2013}, + + Archiveprefix = {arXiv}, + Eprint = {1305.3854}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1305.3854;%%}, + Url = {http://inspirehep.net/record/1233707} +} + +@Article{Dixon:1993xd, + Title = {{Testing gluon selfinteractions in three jet events at hadron colliders}}, + Author = {Dixon, Lance J. and Shadmi, Yael}, + Journal = {Nucl.Phys.}, + Year = {1994}, + Pages = {3-32}, + Volume = {B423}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/0550-3213(94)90563-0}, + Eprint = {hep-ph/9312363}, + File = {:Dixon1993xd.pdf:PDF}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-6416}, + Slaccitation = {%%CITATION = HEP-PH/9312363;%%}, + Url = {http://inspirehep.net/record/361509} +} + +@Article{Dixon:2003yb, + Title = {{Resonance continuum interference in the diphoton Higgs signal at the LHC}}, + Author = {Dixon, Lance J. and Siu, M. Stewart}, + Journal = {Phys.Rev.Lett.}, + Year = {2003}, + Pages = {252001}, + Volume = {90}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.90.252001}, + Eprint = {hep-ph/0302233}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-9654}, + Slaccitation = {%%CITATION = HEP-PH/0302233;%%}, + Url = {http://inspirehep.net/record/613983} +} + +@Article{Djouadi:1996yq, + Title = {{The Higgs photon - Z boson coupling revisited}}, + Author = {Djouadi, A. and Driesen, V. and Hollik, W. and Kraft, A.}, + Journal = {Eur.Phys.J.}, + Year = {1998}, + Pages = {163-175}, + Volume = {C1}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/9701342}, + File = {:Djouadi1996yq.pdf:PDF}, + Primaryclass = {hep-ph}, + Reportnumber = {KA-TP-30-1996, PM-96-39}, + Slaccitation = {%%CITATION = HEP-PH/9701342;%%}, + Url = {http://inspirehep.net/record/428253} +} + +@Article{Djouadi:2002ze, + Title = {{SuSpect: A Fortran code for the Supersymmetric and Higgs particle spectrum in the MSSM}}, + Author = {Djouadi, Abdelhak and Kneur, Jean-Loic and Moultaka, Gilbert}, + Journal = {Comput. Phys. Commun.}, + Year = {2007}, + Pages = {426-455}, + Volume = {176}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.cpc.2006.11.009}, + Eprint = {hep-ph/0211331}, + File = {:Djouadi2002ze.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0211331;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0211331} +} + +@Article{Djouadi:2009nb, + Title = {{The Forward-backward asymmetry of top quark production at the Tevatron in warped extra dimensional models}}, + Author = {Djouadi, Abdelhak and Moreau, Gregory and Richard, Francois and Singh, Ritesh K.}, + Journal = {Phys.Rev.}, + Year = {2010}, + Pages = {071702}, + Volume = {D82}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.82.071702}, + Eprint = {0906.0604}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:0906.0604;%%} +} + +@Article{Djouadi:1991tka, + Title = {{Production of Higgs bosons in proton colliders: QCD corrections}}, + Author = {Djouadi, A. and Spira, M. and Zerwas, P.M.}, + Journal = {Phys. Lett.}, + Year = {1991}, + Pages = {440-446}, + Volume = {B264}, + + Doi = {10.1016/0370-2693(91)90375-Z}, + File = {:Djouadi1991tka.pdf:PDF}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHLTA,B264,440} +} + +@Article{Dokshitzer:2005ig, + Title = {{Soft gluons at large angles in hadron collisions}}, + Author = {Dokshitzer, Yu.L. and Marchesini, G.}, + Journal = {JHEP}, + Year = {2006}, + Pages = {007}, + Volume = {0601}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2006/01/007}, + Eprint = {hep-ph/0509078}, + Primaryclass = {hep-ph}, + Reportnumber = {BICOCCA-FT-05-19, LPTHE-05-23}, + Slaccitation = {%%CITATION = HEP-PH/0509078;%%} +} + +@Article{Dokshitzer:2005ek, + Title = {{Hadron collisions and the fifth form-factor}}, + Author = {Dokshitzer, Yu.L. and Marchesini, G.}, + Journal = {Phys.Lett.}, + Year = {2005}, + Pages = {118-125}, + Volume = {B631}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2005.10.009}, + Eprint = {hep-ph/0508130}, + Primaryclass = {hep-ph}, + Reportnumber = {BICOCCA-FT-05-20, LPTHE-05-21}, + Slaccitation = {%%CITATION = HEP-PH/0508130;%%} +} + +@Article{Dokshitzer:2009wd, + Title = {{A new look for good old parton dynamics}}, + Author = {Dokshitzer, Yu. L.}, + Year = {2009}, + + Archiveprefix = {arXiv}, + Eprint = {0911.0847}, + File = {:Dokshitzer2009wd.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0911.0847;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0911.0847} +} + +@Article{Dokshitzer:1977sg, + Title = {{Calculation of the structure functions for deep inelastic scattering and $e^+e^-$ annihilation by perturbation theory in quantum chromodynamics}}, + Author = {Dokshitzer, Y. L.}, + Journal = {Sov. Phys. JETP}, + Year = {1977}, + Pages = {641-653}, + Volume = {46}, + + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SPHJA,46,641} +} + +@Article{Dokshitzer:1978qu, + Title = {{Inelastic processes in Quantum Chromodynamics}}, + Author = {Dokshitzer, Yuri L. and Diakonov, Dmitri and Troian, S.I.}, + Year = {1978}, + Note = {{SLAC-TRANS-0183}}, + + Slaccitation = {%%CITATION = SLAC-TRANS-0183 ETC.;%%} +} + +@Article{Dokshitzer:1978hw, + Title = {{Hard Processes in Quantum Chromodynamics}}, + Author = {Dokshitzer, Yuri L. and Diakonov, Dmitri and Troian, S. I.}, + Journal = {Phys. Rept.}, + Year = {1980}, + Pages = {269-395}, + Volume = {58}, + + Doi = {10.1016/0370-1573(80)90043-5}, + File = {:Dokshitzer1978hw.pdf:PDF}, + Slaccitation = {%%CITATION = PRPLC,58,269;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PRPLC,58,269} +} + +@Article{Dokshitzer:1982xr, + Title = {{Double Logs of Perturbative QCD for Parton Jets and Soft Hadron Spectra}}, + Author = {Dokshitzer, Yuri L. and Fadin, Victor S. and Khoze, Valery A.}, + Journal = {Z. Phys.}, + Year = {1982}, + Pages = {325}, + Volume = {C15}, + + File = {:Dokshitzer1982xr.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C15,325} +} + +@Book{Dokshitzer:1991wu, + Title = {{Basics of perturbative QCD}}, + Author = {Dokshitzer, Yuri L. and Khoze, Valery A. and Mueller, Alfred H. and Troyan, S. I.}, + Publisher = {Gif-sur-Yvette, France: Ed. Frontieres}, + Year = {1991}, + + File = {:Dokshitzer1991wu.pdf:PDF}, + Pages = {274}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?key=2556677} +} + +@Article{Dokshitzer:1991he, + Title = {{Rapidity gaps in Higgs production}}, + Author = {Dokshitzer, Yuri L. and Khoze, Valery A. and Sj\"ostrand, T.}, + Journal = {Phys.Lett.}, + Year = {1992}, + Pages = {116-121}, + Volume = {B274}, + + Doi = {10.1016/0370-2693(92)90312-R}, + Reportnumber = {DTP-91-66, CERN-TH-6269-91, LU-TP-91-24}, + Slaccitation = {%%CITATION = PHLTA,B274,116;%%} +} + +@Article{Dokshitzer:1995ev, + Title = {{Specific features of heavy quark production. Local parton-hadron duality approach to heavy particle spectra}}, + Author = {Dokshitzer, Yuri L. and Khoze, Valery A. and Troian, S. I.}, + Journal = {Phys. Rev.}, + Year = {1996}, + Pages = {89-119}, + Volume = {D53}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.53.89}, + Eprint = {hep-ph/9506425}, + File = {:Dokshitzer1995ev.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9506425;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9506425} +} + +@Article{Dokshitzer:2008ia, + Title = {{Monte Carlo and large angle gluon radiation}}, + Author = {Dokshitzer, Yu. L. and Marchesini, G.}, + Journal = {JHEP}, + Year = {2009}, + Pages = {117}, + Volume = {03}, + + Archiveprefix = {arXiv}, + Eprint = {0809.1749}, + File = {:Dokshitzer2008ia.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0809.1749;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0809.1749} +} + +@Article{Dokshitzer:2005bf, + Title = {{Revisiting parton evolution and the large-$x$ limit}}, + Author = {Dokshitzer, Yu. L. and Marchesini, G. and Salam, G. P.}, + Journal = {Phys. Lett.}, + Year = {2006}, + Pages = {504-507}, + Volume = {B634}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2006.02.023}, + Eprint = {hep-ph/0511302}, + File = {:Dokshitzer2005bf.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0511302;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0511302} +} + +@Article{Dokshitzer:1995qm, + Title = {{Dispersive approach to power-behaved contributions in QCD hard processes}}, + Author = {Dokshitzer, Yuri L. and Marchesini, G. and Webber, B.R.}, + Journal = {Nucl. Phys.}, + Year = {1996}, + Pages = {93-142}, + Volume = {B469}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/0550-3213(96)00155-1}, + Eprint = {hep-ph/9512336}, + File = {:Dokshitzer1995qm.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/403747?ln=en} +} + +@Article{Dokshitzer:1987nc, + Title = {{Collective Qcd Effects In The Structure Of Final Multi - Hadron States. (in Russian)}}, + Author = {Dokshitzer, Yuri L. and Troian, S.I. and Khoze, Valery A.}, + Journal = {Sov.J.Nucl.Phys.}, + Year = {1987}, + Pages = {712-719}, + Volume = {46}, + + Slaccitation = {%%CITATION = SJNCA,46,712;%%} +} + +@Article{Donnachie:1992ny, + Title = {{Total cross sections}}, + Author = {A. Donnachie and P. V. Landshoff}, + Journal = {Phys. Lett.}, + Year = {1992}, + Pages = {227-232}, + Volume = {B296}, + + Eprint = {hep-ph/9209205}, + File = {:Donnachie1992ny.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9209205} +} + +@Article{Draggiotis:2000gm, + Title = {{SARGE: An algorithm for generating QCD-antennas}}, + Author = {Draggiotis, Petros D. and van Hameren, Andre and Kleiss, Ronald}, + Journal = {Phys. Lett.}, + Year = {2000}, + Pages = {124-130}, + Volume = {B483}, + + Eprint = {hep-ph/0004047}, + File = {:Draggiotis2000gm.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0004047} +} + +@Article{Draggiotis:2002hm, + Title = {{Multi-jet production in hadron collisions}}, + Author = {Draggiotis, Petros D. and Kleiss, Ronald H. P. and Papadopoulos, Costas G.}, + Journal = {Eur. Phys. J.}, + Year = {2002}, + Pages = {447-458}, + Volume = {C24}, + + Eprint = {hep-ph/0202201}, + File = {:Draggiotis2002hm.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0202201} +} + +@Article{Drees:1984cx, + Title = {{Parametrizations of the Photon Structure and Applications to Supersymmetric Particle Production at HERA}}, + Author = {Drees, Manuel and Grassie, K.}, + Journal = {Z.Phys.}, + Year = {1985}, + Pages = {451}, + Volume = {C28}, + + Doi = {10.1007/BF01413608}, + Reportnumber = {DO-TH 84/13}, + Slaccitation = {%%CITATION = ZEPYA,C28,451;%%} +} + +@Article{Dreiner:2008tw, + Title = {{Two-component spinor techniques and Feynman rules for quantum field theory and supersymmetry}}, + Author = {Dreiner, Herbi K. and Haber, Howard E. and Martin, Stephen P.}, + Journal = {Phys.Rept.}, + Year = {2010}, + Pages = {1-196}, + Volume = {494}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physrep.2010.05.002}, + Eprint = {0812.1594}, + Primaryclass = {hep-ph}, + Reportnumber = {BN-TH-2008-12, SCIPP-08-08}, + Slaccitation = {%%CITATION = ARXIV:0812.1594;%%}, + Url = {http://inspirehep.net/record/804666/} +} + +@Article{Drobnak:2012rb, + Title = {{Forward Tevatron Tops and Backward LHC Tops with Associates}}, + Author = {Drobnak, Jure and Kagan, Alexander L. and Kamenik, Jernej F. and Perez, Gilad and Zupan, Jure}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Eprint = {1209.4872}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1209.4872;%%} +} + +@Article{Drobnak:2012cz, + Title = {{Flipping $t\bar t$\/ asymmetries at the Tevatron and the LHC}}, + Author = {Drobnak, Jure and Kamenik, Jernej F. and Zupan, Jure}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Eprint = {1205.4721}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1205.4721;%%} +} + +@article{Dulat:2015mca, + author = "Dulat, Sayipjamal and Hou, Tie Jiun and Gao, Jun and + Guzzi, Marco and Huston, Joey and others", + title = "{The CT14 Global Analysis of Quantum Chromodynamics}", + year = "2015", + eprint = "1506.07443", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:1506.07443;%%", +} + +@Article{Duhr:2011se, + Title = {{A superspace module for the FeynRules package}}, + Author = {Duhr, Claude and Fuks, Benjamin}, + Journal = {Comput.Phys.Commun.}, + Year = {2011}, + Pages = {2404-2426}, + Volume = {182}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.cpc.2011.06.009}, + Eprint = {1102.4191}, + Primaryclass = {hep-ph}, + Reportnumber = {IPHC-PHENO-11-02, IPPP-11-11, DCPT-11-22}, + Slaccitation = {%%CITATION = ARXIV:1102.4191;%%}, + Url = {http://inspirehep.net/record/890197} +} + +@Article{Duhr:2013msa, + Title = {{The two-loop soft current in dimensional regularization}}, + Author = {Duhr, Claude and Gehrmann, Thomas}, + Journal = {Phys.Lett.}, + Year = {2013}, + Pages = {452-455}, + Volume = {B727}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2013.10.063}, + Eprint = {1309.4393}, + Primaryclass = {hep-ph}, + Reportnumber = {IPPP-13-70, DCPT-13-140, ZU-TH-18-13, NSF-KITP-13-176}, + Slaccitation = {%%CITATION = ARXIV:1309.4393;%%} +} + +@Article{Duhr:2006iq, + Title = {{Color-dressed recursive relations for multi-parton amplitudes}}, + Author = {Duhr, Claude and H{\"o}che, Stefan and Maltoni, Fabio}, + Journal = {JHEP}, + Year = {2006}, + Pages = {062}, + Volume = {08}, + + Eprint = {hep-ph/0607057}, + File = {:Duhr2006iq.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0607057} +} + +@Article{Duhr:2008wc, + Title = {{Antenna functions from MHV rules}}, + Author = {Duhr, Claude and Maltoni, Fabio}, + Journal = {JHEP}, + Year = {2008}, + Pages = {002}, + Volume = {11}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/11/002}, + Eprint = {0808.3319}, + File = {:Duhr2008wc.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0808.3319} +} + +@Article{Duke:1982bj, + Title = {{Quantum-chromodynamic corrections to deep-inelastic Compton scattering}}, + Author = {Duke, D. W. and Owens, J. F.}, + Journal = {Phys. Rev.}, + Year = {1982}, + Pages = {1600}, + Volume = {D26}, + + Doi = {10.1103/PhysRevD.26.1600}, + File = {:Duke1982bj.pdf:PDF}, + Slaccitation = {%%CITATION = PHRVA,D26,1600;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHRVA,D26,1600} +} + +@Article{DuranDelgado:2011tp, + Title = {{The dijet cross section with a jet veto}}, + Author = {Duran Delgado, Rosa Maria and Forshaw, Jeffrey R. and Marzani, Simone and Seymour, Michael H.}, + Journal = {JHEP}, + Year = {2011}, + Pages = {157}, + Volume = {1108}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP08(2011)157}, + Eprint = {1107.2084}, + Primaryclass = {hep-ph}, + Reportnumber = {MAN-HEP-2011-10}, + Slaccitation = {%%CITATION = ARXIV:1107.2084;%%} +} + +@Article{Dyson:1949ha, + Title = {{The S matrix in quantum electrodynamics}}, + Author = {Dyson, F.J.}, + Journal = {Phys.Rev.}, + Year = {1949}, + Pages = {1736-1755}, + Volume = {75}, + + Doi = {10.1103/PhysRev.75.1736}, + File = {:Dyson1949ha.pdf:PDF}, + Slaccitation = {%%CITATION = PHRVA,75,1736;%%} +} + +@Article{Eboli:2003nq, + Title = {{Bosonic quartic couplings at CERN LHC}}, + Author = {Eboli, O.J.P. and Gonzalez-Garcia, M.C. and Lietti, S.M.}, + Journal = {Phys.Rev.}, + Year = {2004}, + Pages = {095005}, + Volume = {D69}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.69.095005}, + Eprint = {hep-ph/0310141}, + Primaryclass = {hep-ph}, + Reportnumber = {YITP-SB-54-03}, + Slaccitation = {%%CITATION = HEP-PH/0310141;%%} +} + +@Article{Eboli:2006wa, + Title = {{$p p\to j j e^\pm \mu^\pm \nu \nu$ and $j j e^\pm \mu^\mp \nu \nu$ at $O(\alpha_{em}^6)$ and $O(\alpha_{em}^4 \alpha_s^2)$ for the study of the quartic electroweak gauge boson vertex at CERN LHC}}, + Author = {Eboli, O.J.P. and Gonzalez-Garcia, M.C. and Mizukoshi, J.K.}, + Journal = {Phys.Rev.}, + Year = {2006}, + Pages = {073005}, + Volume = {D74}, + + Doi = {10.1103/PhysRevD.74.073005}, + Eprint = {hep-ph/0606118}, + Reportnumber = {YITP-SB-06-10, IFUSP-1620-2006}, + Slaccitation = {%%CITATION = HEP-PH/0606118;%%} +} + +@Article{Eboli:2000ad, + Title = {{Anomalous quartic gauge boson couplings at hadron colliders}}, + Author = {Eboli, Oscar J.P. and Gonzalez-Garcia, M.C. and Lietti, S.M. and Novaes, S.F.}, + Journal = {Phys.Rev.}, + Year = {2001}, + Pages = {075008}, + Volume = {D63}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.63.075008}, + Eprint = {hep-ph/0009262}, + Primaryclass = {hep-ph}, + Reportnumber = {IFT-P-080-2000, IFIC-00-52}, + Slaccitation = {%%CITATION = HEP-PH/0009262;%%} +} + +@Article{Ecker:1988te, + Title = {{The role of resonances in chiral perturbation theory}}, + Author = {Ecker, G. and Gasser, J. and Pich, A. and de Rafael, E.}, + Journal = {Nucl. Phys.}, + Year = {1989}, + Pages = {311}, + Volume = {B321}, + + Doi = {10.1016/0550-3213(89)90346-5}, + File = {:Ecker1988te.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B321,311;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B321,311} +} + +@Article{Edin:1996mw, + Title = {{Unified description of rapidity gaps and energy flows in DIS final states}}, + Author = {Edin, A. and Ingelman, G. and Rathsman, J.}, + Journal = {Z. Phys.}, + Year = {1997}, + Pages = {57-70}, + Volume = {C75}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/s002880050447}, + Eprint = {hep-ph/9605281}, + File = {:Edin1996mw.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9605281;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9605281} +} + +@Article{Edin:1995gi, + Title = {{Soft colour interactions as the origin of rapidity gaps in DIS}}, + Author = {Edin, A. and Ingelman, G. and Rathsman, J.}, + Journal = {Phys. Lett.}, + Year = {1996}, + Pages = {371-378}, + Volume = {B366}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/0370-2693(95)01391-1}, + Eprint = {hep-ph/9508386}, + File = {:Edin1995gi.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9508386;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9508386} +} + +@Article{Ellis:1979jy, + Title = {{Is the Mass of the Higgs Boson About 10-GeV?}}, + Author = {Ellis, John R. and Gaillard, M.K. and Nanopoulos, Dimitri V. and Sachrajda, Christopher T.}, + Journal = {Phys.Lett.}, + Year = {1979}, + Pages = {339}, + Volume = {B83}, + + Doi = {10.1016/0370-2693(79)91122-5}, + Reportnumber = {CERN-TH-2634}, + Slaccitation = {%%CITATION = PHLTA,B83,339;%%} +} + +@Article{Ellis:1975ap, + Title = {{A Phenomenological Profile of the Higgs Boson}}, + Author = {Ellis, John R. and Gaillard, Mary K. and Nanopoulos, Dimitri V.}, + Journal = {Nucl.Phys.}, + Year = {1976}, + Pages = {292}, + Volume = {B106}, + + Doi = {10.1016/0550-3213(76)90382-5}, + Reportnumber = {CERN-TH-2093}, + Slaccitation = {%%CITATION = NUPHA,B106,292;%%} +} + +@article{Ellis:2007qk, + author = "Ellis, R. Keith and Zanderighi, Giulia", + title = "{Scalar one-loop integrals for QCD}", + journal = "JHEP", + volume = "0802", + pages = "002", + doi = "10.1088/1126-6708/2008/02/002", + year = "2008", + eprint = "0712.1851", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "FERMILAB-PUB-07-633-T, OUTP-07-16P, + FERMILAB-PUB-07-633-T", + SLACcitation = "%%CITATION = ARXIV:0712.1851;%%", +} + +@Article{Ellis:2007br, + Title = {{A numerical unitarity formalism for evaluating one-loop amplitudes}}, + Author = {Ellis, R.Keith and Giele, W.T. and Kunszt, Z.}, + Journal = {JHEP}, + Year = {2008}, + Pages = {003}, + Volume = {03}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/03/003}, + Eprint = {0708.2398}, + File = {:Ellis2007br.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/758537} +} + +@Article{Ellis:2008qc, + Title = {{One-loop amplitudes for $W^+$ 3 jet production in hadron collisions}}, + Author = {Ellis, R.Keith and Giele, W.T. and Kunszt, Zoltan and Melnikov, Kirill and Zanderighi, Giulia}, + Journal = {JHEP}, + Year = {2009}, + Pages = {012}, + Volume = {01}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/01/012}, + Eprint = {0810.2762}, + File = {:Ellis2008qc.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/799536} +} + +@Article{Ellis:2008ir, + Title = {{Masses, fermions and generalized $D$-dimensional unitarity}}, + Author = {Ellis, R.Keith and Giele, Walter T. and Kunszt, Zoltan and Melnikov, Kirill}, + Journal = {Nucl. Phys.}, + Year = {2009}, + Pages = {270-282}, + Volume = {B822}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nuclphysb.2009.07.023}, + Eprint = {0806.3467}, + File = {:Ellis2008ir.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/788848} +} + +@Article{Ellis:2009zw, + Title = {{Generalized unitarity at work: first NLO QCD results for hadronic $W^+$ 3jet production}}, + Author = {Ellis, R.Keith and Melnikov, Kirill and Zanderighi, Giulia}, + Journal = {JHEP}, + Year = {2009}, + Pages = {077}, + Volume = {04}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/04/077}, + Eprint = {0901.4101}, + File = {:Ellis2009zw.pdf:PDF}, + Primaryclass = {hep-ph} +} + +@Article{KeithEllis:2009bu, + Title = {{$W+3$ jet production at the Tevatron}}, + Author = {Ellis, R.Keith and Melnikov, Kirill and Zanderighi, Giulia}, + Journal = {Phys. Rev.}, + Year = {2009}, + Pages = {094002}, + Volume = {D80}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.80.094002}, + Eprint = {0906.1445}, + File = {:KeithEllis2009bu.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/822463} +} + +@Article{Ellis:1980wv, + Title = {{The Perturbative Calculation of Jet Structure in e+ e- Annihilation}}, + Author = {Ellis, R.Keith and Ross, D.A. and Terrano, A.E.}, + Journal = {Nucl. Phys.}, + Year = {1981}, + Pages = {421}, + Volume = {B178}, + + Doi = {10.1016/0550-3213(81)90165-6}, + File = {:Ellis1980wv.pdf:PDF} +} + +@Article{Ellis:1982cd, + Title = {{Unraveling Higher Twists}}, + Author = {Ellis, R. Keith and Furmanski, W. and Petronzio, R.}, + Journal = {Nucl.Phys.}, + Year = {1983}, + Pages = {29}, + Volume = {B212}, + + Doi = {10.1016/0550-3213(83)90597-7}, + File = {:Ellis1982cd.pdf:PDF}, + Reportnumber = {CERN-TH-3301}, + Slaccitation = {%%CITATION = NUPHA,B212,29;%%}, + Url = {http://inspirehep.net/record/178625} +} + +@Article{Ellis:1982wd, + Title = {{Power Corrections to the Parton Model in QCD}}, + Author = {Ellis, R. Keith and Furmanski, W. and Petronzio, R.}, + Journal = {Nucl.Phys.}, + Year = {1982}, + Pages = {1}, + Volume = {B207}, + + Doi = {10.1016/0550-3213(82)90132-8}, + File = {:Ellis1982wd.pdf:PDF}, + Reportnumber = {CERN-TH-3254}, + Slaccitation = {%%CITATION = NUPHA,B207,1;%%}, + Url = {http://inspirehep.net/record/176841} +} + +@Article{Ellis:1978sf, + Title = {{Factorization and the Parton Model in QCD}}, + Author = {Ellis, R. Keith and Georgi, Howard and Machacek, Marie and Politzer, H. David and Ross, Graham G.}, + Journal = {Phys.Lett.}, + Year = {1978}, + Pages = {281}, + Volume = {B78}, + + Doi = {10.1016/0370-2693(78)90023-0}, + Reportnumber = {MIT-CTP-718}, + Slaccitation = {%%CITATION = PHLTA,B78,281;%%}, + Url = {http://inspirehep.net/record/130253} +} + +@Book{Ellis:1991qj, + Title = {{QCD and collider physics}}, + Author = {R. Keith Ellis and W. James Stirling and Brian R. Webber}, + Publisher = {Cambridge Monogr. Part. Phys. Nucl. Phys. Cosmol.}, + Year = {1996}, + Edition = {1}, + Volume = {8}, + + Pages = {435}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=CMPCE,8,1} +} + +@Article{Ellis:1985vn, + Title = {{W's, Z's and jets}}, + Author = {Ellis, S. D. and Kleiss, R. and Stirling, W. James}, + Journal = {Phys. Lett.}, + Year = {1985}, + Pages = {435}, + Volume = {B154}, + + Doi = {10.1016/0370-2693(85)90425-3}, + File = {:Ellis1985vn.pdf:PDF}, + Slaccitation = {%%CITATION = PHLTA,B154,435;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B154,435} +} + +@Article{Ellis:1992en, + Title = {{Two jet production in hadron collisions at order $\alpha_s^3$ in QCD}}, + Author = {Ellis, Stephen D. and Kunszt, Zoltan and Soper, Davison E.}, + Journal = {Phys.Rev.Lett.}, + Year = {1992}, + Pages = {1496-1499}, + Volume = {69}, + + Doi = {10.1103/PhysRevLett.69.1496}, + Reportnumber = {OITS-495, UW-PT-92-08, ETH-PT-92-22}, + Slaccitation = {%%CITATION = PRLTA,69,1496;%%} +} + +@Article{Ellis:1990ek, + Title = {{The one jet inclusive cross-section at order $\alpha_s^{3}$ quarks and gluons}}, + Author = {Ellis, Stephen D. and Kunszt, Zoltan and Soper, Davison E.}, + Journal = {Phys.Rev.Lett.}, + Year = {1990}, + Pages = {2121}, + Volume = {64}, + + Doi = {10.1103/PhysRevLett.64.2121}, + Reportnumber = {OITS-436, DOE/ER/40423-03-P90, ETH-TH/90-3}, + Slaccitation = {%%CITATION = PRLTA,64,2121;%%} +} + +@Article{Ellis:1989vm, + Title = {{One-jet inclusive cross section at order $\alpha_s^3$. Gluons only}}, + Author = {Ellis, Stephen D. and Kunszt, Zoltan and Soper, Davison E.}, + Journal = {Phys. Rev.}, + Year = {1989}, + Pages = {2188}, + Volume = {D40}, + + Doi = {10.1103/PhysRevD.40.2188}, + File = {:Ellis1989vm.pdf:PDF}, + Url = {http://inspirebeta.net/record/277190} +} + +@Article{Ellis:1993tq, + Title = {{Successive combination jet algorithm for hadron collisions}}, + Author = {Ellis, Stephen D. and Soper, Davison E.}, + Journal = {Phys. Rev.}, + Year = {1993}, + Pages = {3160-3166}, + Volume = {D48}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.48.3160}, + Eprint = {hep-ph/9305266}, + File = {:Ellis1993tq.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9305266;%%} +} + +@Article{Engel:1994vs, + Title = {{Photoproduction within the two component dual parton model. 1. Amplitudes and cross-sections}}, + Author = {Engel, R.}, + Journal = {Z. Phys.}, + Year = {1995}, + Pages = {203-214}, + Volume = {C66}, + + Doi = {10.1007/BF01496594}, + Slaccitation = {CITATION = ZEPYA,C66,203;} +} + +@Article{Engel:1999xb, + Title = {{Color singlet exchange between jets and the PHOJET Monte Carlo}}, + Author = {Engel, R. and Ranft, J.}, + Journal = {Nucl. Phys. Proc. Suppl.}, + Year = {1999}, + Pages = {272-274}, + Volume = {75A}, + + Slaccitation = {CITATION = NUPHZ,75A,272;} +} + +@Article{Engel:1995yda, + Title = {{Hadronic photon-photon interactions at high-energies}}, + Author = {Engel, R. and Ranft, J.}, + Journal = {Phys. Rev.}, + Year = {1996}, + Pages = {4244-4262}, + Volume = {D54}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.54.4244}, + Eprint = {hep-ph/9509373}, + Slaccitation = {CITATION = HEP-PH/9509373;} +} + +@Article{Engel:1995sb, + Title = {{Hard diffraction in hadron hadron interactions and in photoproduction}}, + Author = {Engel, R. and Ranft, J. and Roesler, S.}, + Journal = {Phys. Rev.}, + Year = {1995}, + Pages = {1459-1468}, + Volume = {D52}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.52.1459}, + Eprint = {hep-ph/9502319}, + Slaccitation = {CITATION = HEP-PH/9502319;} +} + +@Article{Englert:2011cg, + Title = {{Jets plus Missing Energy with an Autofocus}}, + Author = {Englert, Christoph and Plehn, Tilman and Schichtel, Peter and Schumann, Steffen}, + Journal = {Phys. Rev.}, + Year = {2011}, + Pages = {095009}, + Volume = {D83}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.83.095009}, + Eprint = {1102.4615}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/890558} +} + +@Article{Englert:1964et, + Title = {{Broken Symmetry and the Mass of Gauge Vector Mesons}}, + Author = {Englert, F. and Brout, R.}, + Journal = {Phys.Rev.Lett.}, + Year = {1964}, + Pages = {321-323}, + Volume = {13}, + + Doi = {10.1103/PhysRevLett.13.321}, + Slaccitation = {%%CITATION = PRLTA,13,321;%%} +} + +@Article{Ermolaev:1981cm, + Title = {{Log-Log Asymptotic Form of Exclusive Cross-Sections in Quantum Chromodynamics}}, + Author = {Ermolaev, B. I. and Fadin, Victor S.}, + Journal = {JETP Lett.}, + Year = {1981}, + Pages = {269-272}, + Volume = {33}, + + File = {:Ermolaev1981cm.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=JTPLA,33,269} +} + +@Article{Fabricius:1981sx, + Title = {{Higher Order Perturbative QCD Calculation of Jet Cross-Sections in e+ e- Annihilation}}, + Author = {Fabricius, K. and Schmitt, I. and Kramer, G. and Schierholz, G.}, + Journal = {Z.Phys.}, + Year = {1981}, + Pages = {315}, + Volume = {C11}, + + Doi = {10.1007/BF01578281}, + File = {:Fabricius1981sx.pdf:PDF}, + Reportnumber = {DESY 81/035}, + Slaccitation = {%%CITATION = ZEPYA,C11,315;%%}, + Url = {http://inspirehep.net/record/166364} +} + +@Article{Falkowski:2012cu, + Title = {{Data driving the top quark forward--backward asymmetry with a lepton-based handle}}, + Author = {Falkowski, Adam and Mangano, Michelangelo L. and Martin, Adam and Perez, Gilad and Winter, Jan}, + Journal = {Phys.Rev.}, + Year = {2013}, + Pages = {034039}, + Volume = {D87}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.87.034039}, + Eprint = {1212.4003}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2012-355, LPT-12-114, MPP-2012-183}, + Slaccitation = {%%CITATION = ARXIV:1212.4003;%%} +} + +@Article{Falkowski:2011zr, + Title = {Spinning the top quark}, + Author = {Falkowski, Adam and Perez, Gilad and Schmaltz, Martin}, + Journal = {Phys. Rev. D}, + Year = {2013}, + + Month = {Feb}, + Pages = {034041}, + Volume = {87}, + + Doi = {10.1103/PhysRevD.87.034041}, + Eprint = {1110.3796}, + Issue = {3}, + Numpages = {7}, + Publisher = {American Physical Society}, + Url = {http://link.aps.org/doi/10.1103/PhysRevD.87.034041} +} + +@Article{Faulkner:2006px, + Title = {{GridPP: Development of the UK computing Grid for particle physics}}, + Author = {Faulkner, P. J. W. and others}, + Journal = {J. Phys.}, + Year = {2006}, + Pages = {N1-N20}, + Volume = {G32}, + + Collaboration = {GridPP}, + File = {:Faulkner2006px.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=JPHGB,G32,N1} +} + +@Article{FebresCordero:2006sj, + Title = {{NLO QCD corrections to W boson production with a massive b-quark jet pair at the Tevatron p anti-p collider}}, + Author = {Febres Cordero, F. and Reina, L. and Wackeroth, D.}, + Journal = {Phys.Rev.}, + Year = {2006}, + Pages = {034007}, + Volume = {D74}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.74.034007}, + Eprint = {hep-ph/0606102}, + Primaryclass = {hep-ph}, + Reportnumber = {FSU-HEP-2006-0410}, + Slaccitation = {%%CITATION = HEP-PH/0606102;%%}, + Url = {http://inspirehep.net/record/718894} +} + +@Article{Ferrera:2011bk, + Title = {{Associated WH production at hadron colliders: a fully exclusive QCD calculation at NNLO}}, + Author = {Ferrera, Giancarlo and Grazzini, Massimiliano and Tramontano, Francesco}, + Journal = {Phys.Rev.Lett.}, + Year = {2011}, + Pages = {152003}, + Volume = {107}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.107.152003}, + Eprint = {1107.1164}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2011-159, ZU-TH-14-11}, + Slaccitation = {%%CITATION = ARXIV:1107.1164;%%} +} + +@Book{Feynman:1973xc, + Title = {{Photon-hadron interactions}}, + Author = {Feynman, R. P.}, + Publisher = {Reading, MA, USA: Benjamin}, + Year = {1972}, + + Pages = {282}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?key=6634834} +} + +@Article{Field:2011iq, + Title = {{Min-Bias and the Underlying Event at the LHC}}, + Author = {Field, Rick}, + Journal = {Acta Phys.Polon.}, + Year = {2011}, + Pages = {2631-2656}, + Volume = {B42}, + + Archiveprefix = {arXiv}, + Doi = {10.5506/APhysPolB.42.2631}, + Eprint = {1110.5530}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1110.5530;%%} +} + +@Article{Field:2001uo, + Title = {{Charged Jet Evolution and the Underlying Event in Proton-Antiproton Collisions}}, + Author = {R. D. Field}, + + Url = {http://www.phys.ufl.edu/~rfield/cdf/chgjet/chgjet_intro.html} +} + +@Article{Field:2001ut, + Title = {{Jet Evolution and the ''Underlying Event'' in Run 2}}, + Author = {R. D. Field}, + + Url = {http://www.phys.ufl.edu/~rfield/cdf/rdf_ue_run2.html} +} + +@Book{Field:1989uq, + Title = {{Applications of perturbative QCD}}, + Author = {Richard D. Field}, + Publisher = {Addison-Wesley}, + Year = {1989}, + + Address = {Redwood City, USA}, + Note = {Frontiers in physics, 77}, + + File = {:Field1989uq.pdf:PDF}, + Pages = {366}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?key=2170230} +} + +@Article{Field:1977fa, + Title = {{A parametrization of the properties of quark jets}}, + Author = {Field, R. D. and Feynman, R. P.}, + Journal = {Nucl. Phys.}, + Year = {1978}, + Pages = {1}, + Volume = {B136}, + + Doi = {10.1016/0550-3213(78)90015-9}, + File = {:Field1977fa.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B136,1;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B136,1} +} + +@Article{Field:1982vz, + Title = {{Gluon Bremsstrahlung Effects in Hadron-Hadron Collisions}}, + Author = {Field, R. D. and Fox, G. C. and Kelly, R. L.}, + Journal = {Phys. Lett.}, + Year = {1982}, + Pages = {439}, + Volume = {B119}, + + Doi = {10.1016/0370-2693(82)90708-0}, + File = {:Field1982vz.pdf:PDF}, + Slaccitation = {%%CITATION = PHLTA,B119,439;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B119,439} +} + +@Article{Field:1982dg, + Title = {{A QCD model for $e^+e^-$ annihilation}}, + Author = {Richard D. Field and Stephen Wolfram}, + Journal = {Nucl. Phys.}, + Year = {1983}, + Pages = {65}, + Volume = {B213}, + + File = {:Field1982dg.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B213,65} +} + +@Article{Figy:2007kv, + Title = {{Next-to-leading order QCD corrections to Higgs plus three jet production in vector-boson fusion}}, + Author = {Figy, Terrance and Hankele, Vera and Zeppenfeld, Dieter}, + Journal = {JHEP}, + Year = {2008}, + Pages = {076}, + Volume = {02}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/02/076}, + Eprint = {0710.5621}, + Primaryclass = {hep-ph}, + Reportnumber = {IPPP-07-82, DCPT-07-164, KA-TP-28-2007}, + Slaccitation = {%%CITATION = ARXIV:0710.5621;%%} +} + +@Article{Figy:2003nv, + Title = {{Next-to-leading order jet distributions for Higgs boson production via weak boson fusion}}, + Author = {Figy, T. and Oleari, C. and Zeppenfeld, D.}, + Journal = {Phys.Rev.}, + Year = {2003}, + Pages = {073005}, + Volume = {D68}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.68.073005}, + Eprint = {hep-ph/0306109}, + Primaryclass = {hep-ph}, + Reportnumber = {DCPT-03-54, IPPP-03-27, MADPH-03-1330}, + Slaccitation = {%%CITATION = HEP-PH/0306109;%%} +} + +@Article{Figy:2004pt, + Title = {{QCD corrections to jet correlations in weak boson fusion}}, + Author = {Figy, Terrance and Zeppenfeld, Dieter}, + Journal = {Phys.Lett.}, + Year = {2004}, + Pages = {297-303}, + Volume = {B591}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2004.04.033}, + Eprint = {hep-ph/0403297}, + Primaryclass = {hep-ph}, + Reportnumber = {MADPH-04-1370}, + Slaccitation = {%%CITATION = HEP-PH/0403297;%%} +} + +@Article{Flensburg:2010kq, + Title = {{Fluctuations, Saturation, and Diffractive Excitation in High Energy Collisions}}, + Author = {Flensburg, Christoffer and Gustafson, Gosta}, + Journal = {JHEP}, + Year = {2010}, + Pages = {014}, + Volume = {10}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP10(2010)014}, + Eprint = {1004.5502}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1004.5502;%%} +} + +@Article{Flensburg:2011kk, + Title = {{Inclusive and Exclusive observables from dipoles in high energy collisions}}, + Author = {Flensburg, Christoffer and Gustafson, Gosta and L{\"o}nnblad, Leif}, + Journal = {JHEP}, + Year = {2011}, + Pages = {103}, + Volume = {08}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP08(2011)103}, + Eprint = {1103.4321}, + Primaryclass = {hep-ph}, + Reportnumber = {LU-TP-11-13, CERN-PH-TH-2011-058, MCNET-11-08}, + Slaccitation = {%%CITATION = ARXIV:1103.4321;%%} +} + +@Article{deFlorian:2012mx, + Title = {{Higgs boson production at the LHC: transverse momentum resummation effects in the $H\to 2\gamma$, $H\to WW\to l\nu l\nu$ and $H\to ZZ\to 4l$ decay modes}}, + Author = {de Florian, D. and Ferrera, G. and Grazzini, M. and Tommasini, D.}, + Journal = {JHEP}, + Year = {2012}, + Pages = {132}, + Volume = {06}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP06(2012)132}, + Eprint = {1203.6321}, + Primaryclass = {hep-ph}, + Reportnumber = {ZU-TH-04-12, IFUM-993-FT}, + Slaccitation = {%%CITATION = ARXIV:1203.6321;%%} +} + +@Article{deFlorian:2011xf, + Title = {{Transverse-momentum resummation: Higgs boson production at the Tevatron and the LHC}}, + Author = {de Florian, Daniel and Ferrera, Giancarlo and Grazzini, Massimiliano and Tommasini, Damiano}, + Journal = {JHEP}, + Year = {2011}, + Pages = {064}, + Volume = {11}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP11(2011)064}, + Eprint = {1109.2109}, + Primaryclass = {hep-ph}, + Url = {http://inspirehep.net/record/926927} +} + +@Article{deFlorian:2009hc, + Title = {{Higgs production through gluon fusion: Updated cross sections at the Tevatron and the LHC}}, + Author = {de Florian, Daniel and Grazzini, Massimiliano}, + Journal = {Phys.Lett.}, + Year = {2009}, + Pages = {291-294}, + Volume = {B674}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2009.03.033}, + Eprint = {0901.2427}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:0901.2427;%%} +} + +@Article{deFlorian:2001zd, + Title = {{The Structure of large logarithmic corrections at small transverse momentum in hadronic collisions}}, + Author = {de Florian, Daniel and Grazzini, Massimiliano}, + Journal = {Nucl.Phys.}, + Year = {2001}, + Pages = {247-285}, + Volume = {B616}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0550-3213(01)00460-6}, + Eprint = {hep-ph/0108273}, + File = {:deFlorian2001zd.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = HEP-PH/0108273;%%} +} + +@Article{deFlorian:1999zd, + Title = {{Higgs production with large transverse momentum in hadronic collisions at next-to-leading order}}, + Author = {de Florian, D. and Grazzini, M. and Kunszt, Z.}, + Journal = {Phys.Rev.Lett.}, + Year = {1999}, + Pages = {5209-5212}, + Volume = {82}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.82.5209}, + Eprint = {hep-ph/9902483}, + Reportnumber = {ETH-TH-99-06}, + Slaccitation = {%%CITATION = HEP-PH/9902483;%%} +} + +@Article{deFlorian:1999tp, + Title = {{Two photons plus jet at LHC: The NNLO contribution from the $g g$ initiated process}}, + Author = {de Florian, D. and Kunszt, Z.}, + Journal = {Phys. Lett.}, + Year = {1999}, + Pages = {184-188}, + Volume = {B460}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0370-2693(99)00734-0}, + Eprint = {hep-ph/9905283}, + File = {:deFlorian1999tp.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9905283;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9905283} +} + +@Article{deFlorian:2012za, + Title = {{A next-to-next-to-leading order calculation of soft-virtual cross sections}}, + Author = {de Florian, Daniel and Mazzitelli, Javier}, + Journal = {JHEP}, + Year = {2012}, + Pages = {088}, + Volume = {1212}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP12(2012)08}, + Eprint = {1209.0673}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1209.0673;%%} +} + +@Article{deFlorian:2005wf, + Title = {{Threshold resummation for the prompt-photon cross section revisited}}, + Author = {de Florian, Daniel and Vogelsang, Werner}, + Journal = {Phys. Rev.}, + Year = {2005}, + Pages = {014014}, + Volume = {D72}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.72.014014}, + Eprint = {hep-ph/0506150}, + File = {:deFlorian2005wf.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0506150;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0506150} +} + +@Article{deFlorian:2006ek, + Title = {{Seven parton amplitudes from recursion relations}}, + Author = {de Florian, Daniel and Zurita, Jose}, + Journal = {JHEP}, + Year = {2006}, + Pages = {073}, + Volume = {05}, + + Eprint = {hep-ph/0605291}, + File = {:deFlorian2006ek.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0605291} +} + +@Article{Foldy:1963, + Title = {{Isotopic Spin of Exchanged Systems}}, + Author = {L. F. Foldy and R. F. Peierls}, + Journal = {Phys. Rev.}, + Year = {1963}, + Pages = {1585-1589}, + Volume = {130}, + + File = {:Foldy1963.pdf:PDF}, + Url = {http://prola.aps.org/abstract/PR/v130/i4/p1585_1} +} + +@Article{Fontannaz:2003yn, + Title = {{Isolated photon plus jet photoproduction as a tool to constrain the gluon distribution in the proton and the photon}}, + Author = {Fontannaz, M. and Heinrich, G.}, + Journal = {Eur. Phys. J.}, + Year = {2004}, + Pages = {191-199}, + Volume = {C34}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s2004-01646-3}, + Eprint = {hep-ph/0312009}, + File = {:Fontannaz2003yn.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0312009;%%} +} + +@Article{Forde:2007mi, + Title = {{Direct extraction of one-loop integral coefficients}}, + Author = {Forde, Darren}, + Journal = {Phys. Rev.}, + Year = {2007}, + Pages = {125019}, + Volume = {D75}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.75.125019}, + Eprint = {0704.1835}, + File = {:Forde2007mi.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/748611} +} + +@Article{Forshaw:2009fz, + Title = {{Jet vetoing at the LHC}}, + Author = {Forshaw, Jeffrey and Keates, James and Marzani, Simone}, + Journal = {JHEP}, + Year = {2009}, + Pages = {023}, + Volume = {0907}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/07/023}, + Eprint = {0905.1350}, + Primaryclass = {hep-ph}, + Reportnumber = {MAN-HEP-2009-16}, + Slaccitation = {%%CITATION = ARXIV:0905.1350;%%} +} + +@Article{Forshaw:2008cq, + Title = {{Super-leading logarithms in non-global observables in QCD: Colour basis independent calculation}}, + Author = {Forshaw, J.R. and Kyrieleis, A. and Seymour, M.H.}, + Journal = {JHEP}, + Year = {2008}, + Pages = {128}, + Volume = {0809}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/09/128}, + Eprint = {0808.1269}, + Primaryclass = {hep-ph}, + Reportnumber = {MAN-HEP-2008-12, CERN-PH-TH-2008-163}, + Slaccitation = {%%CITATION = ARXIV:0808.1269;%%} +} + +@Article{Forshaw:2006fk, + Title = {{Super-leading logarithms in non-global observables in QCD}}, + Author = {Forshaw, Jeffrey R. and Kyrieleis, A. and Seymour, M.H.}, + Journal = {JHEP}, + Year = {2006}, + Pages = {059}, + Volume = {0608}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2006/08/059}, + Eprint = {hep-ph/0604094}, + Primaryclass = {hep-ph}, + Reportnumber = {MAN-HEP-2006-1, CERN-PH-TH-2006-058}, + Slaccitation = {%%CITATION = HEP-PH/0604094;%%} +} + +@Book{Forshaw:1997dc, + Title = {{Quantum chromodynamics and the pomeron}}, + Author = {James R. Forshaw and D. A. Ross}, + Publisher = {Cambridge, UK: Univ. Pr.}, + Year = {1997}, + Note = {Cambridge lecture notes in physics. 9}, + + Pages = {248}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=00385,9,1} +} + +@article{Forte:2010ta, + author = "Forte, Stefano and Laenen, Eric and Nason, Paolo and + Rojo, Juan", + title = "{Heavy quarks in deep-inelastic scattering}", + journal = "Nucl.Phys.", + volume = "B834", + pages = "116-162", + doi = "10.1016/j.nuclphysb.2010.03.014", + year = "2010", + eprint = "1001.2312", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "IFUM-949-FT, NIKHEF-2010-001, ITP-UU-10-03, ITFA-2010-01", + SLACcitation = "%%CITATION = ARXIV:1001.2312;%%", +} + +@article{Forte:2015hba, + author = "Forte, Stefano and Napoletano, Davide and Ubiali, Maria", + title = "{Higgs production in bottom-quark fusion in a matched + scheme}", + journal = "Phys. Lett.", + volume = "B751", + year = "2015", + pages = "331-337", + doi = "10.1016/j.physletb.2015.10.051", + eprint = "1508.01529", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "TIF-UNIMI-2015-12, CAVENDISH-HEP-15-06", + SLACcitation = "%%CITATION = ARXIV:1508.01529;%%" +} + + +@Article{Fox:1979ag, + Title = {{A Model for Parton Showers in QCD}}, + Author = {Fox, Geoffrey C. and Wolfram, Stephen}, + Journal = {Nucl. Phys.}, + Year = {1980}, + Pages = {285}, + Volume = {B168}, + + Doi = {10.1016/0550-3213(80)90111-X}, + File = {:Fox1979ag.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B168,285;%%} +} + +@Article{Fox:1978vu, + Title = {{Observables for the Analysis of Event Shapes in $e^+e^-$ Annihilation and Other Processes}}, + Author = {Fox, Geoffrey C. and Wolfram, Stephen}, + Journal = {Phys. Rev. Lett.}, + Year = {1978}, + Pages = {1581}, + Volume = {41}, + + Doi = {10.1103/PhysRevLett.41.1581}, + File = {:Fox1978vu.pdf:PDF}, + Slaccitation = {%%CITATION = PRLTA,41,1581;%%} +} + +@Article{Frampton:1987dn, + Title = {{Chiral Color: An Alternative to the Standard Model}}, + Author = {Frampton, Paul H. and Glashow, Sheldon L.}, + Journal = {Phys. Lett.}, + Year = {1987}, + Pages = {157}, + Volume = {B190}, + + Doi = {10.1016/0370-2693(87)90859-8}, + File = {:Frampton1987dn.pdf:PDF}, + Slaccitation = {%%CITATION = PHLTA,B190,157;%%} +} + +@Article{Frampton:1987ut, + Title = {{Unifiable Chiral Color With Natural GIM Mechanism}}, + Author = {Frampton, Paul H. and Glashow, Sheldon L.}, + Journal = {Phys. Rev. Lett.}, + Year = {1987}, + Pages = {2168}, + Volume = {58}, + + Doi = {10.1103/PhysRevLett.58.2168}, + File = {:Frampton1987ut.pdf:PDF}, + Slaccitation = {%%CITATION = PRLTA,58,2168;%%} +} + +@Article{Frederix:private, + Author = {Frederix, Rikkert}, + Note = {private communication} +} + +@Article{Frederix:2012ps, + Title = {{Merging meets matching in MC@NLO}}, + Author = {Frederix, Rikkert and Frixione, Stefano}, + Journal = {JHEP}, + Year = {2012}, + Pages = {061}, + Volume = {12}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP12(2012)061}, + Eprint = {1209.6215}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2012-247, ZU-TH-21-12}, + Slaccitation = {%%CITATION = ARXIV:1209.6215;%%}, + Url = {http://inspirehep.net/record/1188307} +} + +@Article{Frederix:2011ig, + Title = {{aMC@NLO predictions for Wjj production at the Tevatron}}, + Author = {Frederix, Rikkert and Frixione, Stefano and Hirschi, Valentin and Maltoni, Fabio and Pittau, Roberto and others}, + Journal = {JHEP}, + Year = {2012}, + Pages = {048}, + Volume = {02}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP02(2012)048}, + Eprint = {1110.5502}, + File = {:Frederix2011ig.pdf:PDF}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2011-226, CP3-11-29, ZU-TH-16-11}, + Slaccitation = {%%CITATION = ARXIV:1110.5502;%%} +} + +@Article{Frederix:2011zi, + Title = {{Scalar and pseudoscalar Higgs production in association with a top-antitop pair}}, + Author = {Frederix, Rikkert and Frixione, Stefano and Hirschi, Valentin and Maltoni, Fabio and Pittau, Roberto and others}, + Journal = {Phys.Lett.}, + Year = {2011}, + Pages = {427-433}, + Volume = {B701}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2011.06.012}, + Eprint = {1104.5613}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2011-091, CP3-11-17, ZU-TH-07-11}, + Slaccitation = {%%CITATION = ARXIV:1104.5613;%%}, + Url = {http://inspirehep.net/record/897698} +} + +@Article{Frederix:2011ss, + Title = {{Four-lepton production at hadron colliders: aMC@NLO predictions with theoretical uncertainties}}, + Author = {Frederix, Rikkert and Frixione, Stefano and Hirschi, Valentin and Maltoni, Fabio and Pittau, Roberto and Torrielli, Paolo}, + Journal = {JHEP}, + Year = {2012}, + Pages = {099}, + Volume = {02}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP02(2012)099}, + Eprint = {1110.4738}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1110.4738;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1110.4738} +} + +@Article{Frederix:2011qg, + Title = {{W and $Z/\gamma*$ boson production in association with a bottom-antibottom pair}}, + Author = {Frederix, Rikkert and Frixione, Stefano and Hirschi, Valentin and Maltoni, Fabio and Pittau, Roberto and Torrielli, Paolo}, + Journal = {JHEP}, + Year = {2011}, + Pages = {061}, + Volume = {09}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP09(2011)061}, + Eprint = {1106.6019}, + File = {:Frederix2011qg.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirehep.net/record/916196} +} + +@Article{Frederix:2009yq, + Title = {{Automation of next-to-leading order computations in QCD: the FKS subtraction}}, + Author = {Frederix, Rikkert and Frixione, Stefano and Maltoni, Fabio and Stelzer, Tim}, + Journal = {JHEP}, + Year = {2009}, + Pages = {003}, + Volume = {10}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/10/003}, + Eprint = {0908.4272}, + File = {:Frederix2009yq.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0908.4272;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0908.4272} +} + +@Article{Frederix:2010ne, + Title = {{NLO QCD corrections to five-jet production at LEP and the extraction of $\alpha_s(M_Z)$}}, + Author = {Frederix, Rikkert and Frixione, Stefano and Melnikov, Kirill and Zanderighi, Giulia}, + Journal = {JHEP}, + Year = {2010}, + Pages = {050}, + Volume = {11}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP11(2010)050}, + Eprint = {1008.5313}, + File = {:Frederix2010ne.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/866730} +} + +@Article{Frederix:2010cj, + Title = {{Integrated dipoles with MadDipole in the MadGraph framework}}, + Author = {Frederix, R. and Gehrmann, T. and Greiner, N.}, + Journal = {JHEP}, + Year = {2010}, + Pages = {086}, + Volume = {06}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP06(2010)086}, + Eprint = {1004.2905}, + File = {:Frederix2010cj.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/852146} +} + +@Article{Frederix:2008hu, + Title = {{Automation of the Dipole Subtraction Method in MadGraph/MadEvent}}, + Author = {Frederix, Rikkert and Gehrmann, Thomas and Greiner, Nicolas}, + Journal = {JHEP}, + Year = {2008}, + Pages = {122}, + Volume = {09}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/09/122}, + Eprint = {0808.2128}, + File = {:Frederix2008hu.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/793189} +} + +@Article{Frederix:2007gi, + Title = {{Top pair invariant mass distribution: A Window on new physics}}, + Author = {Frederix, Rikkert and Maltoni, Fabio}, + Journal = {JHEP}, + Year = {2009}, + Pages = {047}, + Volume = {01}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/01/047}, + Eprint = {0712.2355}, + Primaryclass = {hep-ph}, + Reportnumber = {CP3-07-29}, + Slaccitation = {%%CITATION = ARXIV:0712.2355;%%} +} + +@Article{Frederix:2012dh, + Title = {{Single-top t-channel hadroproduction in the four-flavour scheme with POWHEG and aMC@NLO}}, + Author = {Frederix, Rikkert and Re, Emanuele and Torrielli, Paolo}, + Journal = {JHEP}, + Year = {2012}, + Pages = {130}, + Volume = {09}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP09(2012)130}, + Eprint = {1207.5391}, + Primaryclass = {hep-ph}, + Reportnumber = {ZU-TH-14-12, IPPP-12-54, DCPT-12-108, CERN-PH-TH-2012-206, LPN12-084, MCNET-12-10}, + Slaccitation = {%%CITATION = ARXIV:1207.5391;%%}, + Url = {http://inspirehep.net/record/1123531} +} + +@Article{Frenkel:1976bj, + Title = {{Exponentiation of leading infrared divergences in massless Yang-Mills theories}}, + Author = {Frenkel, J. and Taylor, J. C.}, + Journal = {Nucl. Phys.}, + Year = {1976}, + Pages = {185}, + Volume = {B116}, + + File = {:Frenkel1976bj.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B116,185} +} + +@Article{Fritzsch:1972jv, + Title = {{Current algebra: Quarks and what else?}}, + Author = {Fritzsch, Harald and Gell-Mann, Murray}, + Journal = {eConf}, + Year = {1972}, + Pages = {135-165}, + Volume = {C720906V2}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0208010}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = HEP-PH/0208010;%%} +} + +@Article{Fritzsch:1973pi, + Title = {{Advantages of the Color Octet Gluon Picture}}, + Author = {Fritzsch, H. and Gell-Mann, Murray and Leutwyler, H.}, + Journal = {Phys.Lett.}, + Year = {1973}, + Pages = {365-368}, + Volume = {B47}, + + Doi = {10.1016/0370-2693(73)90625-4}, + Reportnumber = {CALT-68-409}, + Slaccitation = {%%CITATION = PHLTA,B47,365;%%} +} + +@Article{Frixione:2011kh, + Title = {{Colourful FKS subtraction}}, + Author = {Frixione, Stefano}, + Journal = {JHEP}, + Year = {2011}, + Pages = {091}, + Volume = {09}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP09(2011)091}, + Eprint = {1106.0155}, + File = {:Frixione2011kh.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/902330} +} + +@Article{Frixione:1998jh, + Title = {{Isolated photons in perturbative QCD}}, + Author = {Frixione, Stefano}, + Journal = {Phys. Lett.}, + Year = {1998}, + Pages = {369-374}, + Volume = {B429}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0370-2693(98)00454-7}, + Eprint = {hep-ph/9801442}, + File = {:Frixione1998jh.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9801442;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9801442} +} + +@Article{Frixione:1997np, + Title = {{A general approach to jet cross sections in QCD}}, + Author = {Frixione, S.}, + Journal = {Nucl. Phys.}, + Year = {1997}, + Pages = {295-314}, + Volume = {B507}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0550-3213(97)00574-9}, + Eprint = {hep-ph/9706545}, + File = {:Frixione1997np.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9706545;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9706545} +} + +@Article{Frixione:1995ms, + Title = {{Three-jet cross-sections to next-to-leading order}}, + Author = {Frixione, S. and Kunszt, Z. and Signer, A.}, + Journal = {Nucl. Phys.}, + Year = {1996}, + Pages = {399-442}, + Volume = {B467}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/0550-3213(96)00110-1}, + Eprint = {hep-ph/9512328}, + File = {:Frixione1995ms.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9512328;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9512328} +} + +@Article{Frixione:2005vw, + Title = {{Single-top production in MC@NLO}}, + Author = {Frixione, Stefano and Laenen, Eric and Motylinski, Patrick and Webber, Bryan R.}, + Journal = {JHEP}, + Year = {2006}, + Pages = {092}, + Volume = {03}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0512250}, + File = {:Frixione2005vw.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0512250;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0512250} +} + +@Article{Frixione:2008yi, + Title = {{Single-top hadroproduction in association with a W boson}}, + Author = {Frixione, Stefano and Laenen, Eric and Motylinski, Patrick and Webber, Bryan R. and White, Chris D.}, + Journal = {JHEP}, + Year = {2008}, + Pages = {029}, + Volume = {07}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/07/029}, + Eprint = {0805.3067}, + File = {:Frixione2008yi.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0805.3067;%%} +} + +@Article{Frixione:2007vw, + Title = {{Matching NLO QCD computations with parton shower simulations: the POWHEG method}}, + Author = {Frixione, Stefano and Nason, Paolo and Oleari, Carlo}, + Journal = {JHEP}, + Year = {2007}, + Pages = {070}, + Volume = {11}, + + Archiveprefix = {arXiv}, + Eprint = {0709.2092}, + File = {:Frixione2007vw.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0709.2092} +} + +@Article{Frixione:2007nu, + Title = {{The POWHEG-hvq manual version 1.0}}, + Author = {Frixione, Stefano and Nason, Paolo and Ridolfi, Giovanni}, + Year = {2007}, + + Archiveprefix = {arXiv}, + Eprint = {0707.3081}, + File = {:Frixione2007nu.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0707.3081;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0707.3081} +} + +@Article{Frixione:2007nw, + Title = {{A positive-weight next-to-leading-order Monte Carlo for heavy flavour hadroproduction}}, + Author = {Frixione, Stefano and Nason, Paolo and Ridolfi, Giovanni}, + Journal = {JHEP}, + Year = {2007}, + Pages = {126}, + Volume = {09}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2007/09/126}, + Eprint = {0707.3088}, + File = {:Frixione2007nw.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0707.3088;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0707.3088} +} + +@Article{Frixione:2003ei, + Title = {{Matching NLO QCD and parton showers in heavy flavour production}}, + Author = {Frixione, S. and Nason, P. and Webber, B. R.}, + Journal = {JHEP}, + Year = {2003}, + Pages = {007}, + Volume = {08}, + + Eprint = {hep-ph/0305252}, + File = {:Frixione2003ei.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0305252} +} + +@Article{Frixione:1997ks, + Title = {{Jet photoproduction at HERA}}, + Author = {Frixione, Stefano and Ridolfi, Giovanni}, + Journal = {Nucl. Phys.}, + Year = {1997}, + Pages = {315-333}, + Volume = {B507}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0550-3213(97)00575-0}, + Eprint = {hep-ph/9707345}, + File = {:Frixione1997ks.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9707345;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9707345} +} + +@Article{Frixione:2010ra, + Title = {{NLO QCD corrections in Herwig++ with MC@NLO}}, + Author = {Frixione, Stefano and Stoeckli, Fabian and Torrielli, Paolo and Webber, Bryan R.}, + Journal = {JHEP}, + Year = {2011}, + Pages = {053}, + Volume = {01}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP01(2011)053}, + Eprint = {1010.0568}, + File = {:Frixione2010ra.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/871701} +} + +@Article{Frixione:2013mta, + Title = {{Higgs production through vector-boson fusion at the NLO matched with parton showers}}, + Author = {Frixione, Stefano and Torrielli, Paolo and Zaro, Marco}, + Journal = {Phys.Lett.}, + Year = {2013}, + Pages = {273-282}, + Volume = {B726}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2013.08.030}, + Eprint = {1304.7927}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1304.7927;%%} +} + +@Article{Frixione:1999gr, + Title = {{Isolated-photon production in polarized $p p$ collisions}}, + Author = {Frixione, Stefano and Vogelsang, Werner}, + Journal = {Nucl. Phys.}, + Year = {2000}, + Pages = {60-92}, + Volume = {B568}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0550-3213(99)00575-1}, + Eprint = {hep-ph/9908387}, + File = {:Frixione1999gr.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9908387;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9908387} +} + +@Article{Frixione:2006gn, + Title = {{The MC@NLO 3.3 Event Generator}}, + Author = {Frixione, Stafano and Webber, Bryan R.}, + Year = {2006}, + + Eprint = {hep-ph/0612272}, + File = {:Frixione2006gn.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0612272} +} + +@Article{Frixione:2002ik, + Title = {{Matching NLO QCD computations and parton shower simulations}}, + Author = {Frixione, Stefano and Webber, Bryan R.}, + Journal = {JHEP}, + Year = {2002}, + Pages = {029}, + Volume = {06}, + + Eprint = {hep-ph/0204244}, + File = {:Frixione2002ik.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0204244} +} + +@Article{Furmanski:1981cw, + Title = {{Lepton - Hadron Processes Beyond Leading Order in Quantum Chromodynamics}}, + Author = {Furmanski, W. and Petronzio, R.}, + Journal = {Z.Phys.}, + Year = {1982}, + Pages = {293}, + Volume = {C11}, + + Doi = {10.1007/BF01578280}, + File = {:Furmanski1981cw.pdf:PDF}, + Reportnumber = {CERN-TH-3046}, + Slaccitation = {%%CITATION = ZEPYA,C11,293;%%}, + Url = {http://inspirehep.net/record/166165} +} + +@Article{Furmanski:1980cm, + Title = {{Singlet parton densities beyond leading order}}, + Author = {Furmanski, W. and Petronzio, R.}, + Journal = {Phys. Lett.}, + Year = {1980}, + Pages = {437}, + Volume = {B97}, + + Doi = {10.1016/0370-2693(80)90636-X}, + File = {:Furmanski1980cm.pdf:PDF}, + Slaccitation = {%%CITATION = PHLTA,B97,437;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHLTA,B97,437} +} + +@Article{Gangemi:1999gt, + Title = {{Electroweak physics in six-fermion final states at future $e^+ e^-$ colliders}}, + Author = {Gangemi, F. and Montagna, G. and Moretti, M. and Nicrosini, O. and Piccinini, F.}, + Year = {1999}, + + Eprint = {hep-ph/0001065}, + File = {:Gangemi1999gt.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0001065;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0001065} +} + +@Article{Gao:2013xoa, + Title = {{The CT10 NNLO Global Analysis of QCD}}, + Author = {Gao, Jun and Guzzi, Marco and Huston, Joey and Lai, Hung-Liang and Li, Zhao and others}, + Year = {2013}, + + Archiveprefix = {arXiv}, + Eprint = {1302.6246}, + Primaryclass = {hep-ph}, + Reportnumber = {SMU-HEP-12-23}, + Slaccitation = {%%CITATION = ARXIV:1302.6246;%%}, + Url = {http://inspirehep.net/record/1221243} +} + +@Article{Gao:2012ja, + Title = {{Top Quark Decay at Next-to-Next-to Leading Order in QCD}}, + Author = {Gao, Jun and Li, Chong Sheng and Zhu, Hua Xing}, + Journal = {Phys.Rev.Lett.}, + Year = {2013}, + Pages = {042001}, + Volume = {110}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.110.042001}, + Eprint = {1210.2808}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-15260}, + Slaccitation = {%%CITATION = ARXIV:1210.2808;%%} +} + +@Article{Garzelli:2011is, + Title = {{Z0 - boson production in association with a top anti-top pair at NLO accuracy with parton shower effects}}, + Author = {Garzelli, M.V. and Kardos, A. and Papadopoulos, C.G. and Trocsanyi, Z.}, + Journal = {Phys.Rev.}, + Year = {2012}, + Pages = {074022}, + Volume = {D85}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.85.074022}, + Eprint = {1111.1444}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1111.1444;%%}, + Url = {http://inspirehep.net/record/944789} +} + +@Article{Garzelli:2011vp, + Title = {{Standard Model Higgs boson production in association with a top anti-top pair at NLO with parton showering}}, + Author = {Garzelli, M.V. and Kardos, A. and Papadopoulos, C.G. and Trocsanyi, Z.}, + Journal = {Europhys.Lett.}, + Year = {2011}, + Pages = {11001}, + Volume = {96}, + + Archiveprefix = {arXiv}, + Doi = {10.1209/0295-5075/96/11001}, + Eprint = {1108.0387}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1108.0387;%%}, + Url = {http://inspirehep.net/record/921597} +} + +@Article{Gasser:1984gg, + Title = {{Chiral perturbation theory: Expansions in the mass of the strange quark}}, + Author = {Gasser, J. and Leutwyler, H.}, + Journal = {Nucl. Phys.}, + Year = {1985}, + Pages = {465}, + Volume = {B250}, + + Doi = {10.1016/0550-3213(85)90492-4}, + File = {:Gasser1984gg.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B250,465;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B250,465} +} + +@Article{Gasser:1983yg, + Title = {{Chiral Perturbation Theory to One Loop}}, + Author = {Gasser, J. and Leutwyler, H.}, + Journal = {Ann. Phys.}, + Year = {1984}, + Pages = {142}, + Volume = {158}, + + Doi = {10.1016/0003-4916(84)90242-2}, + File = {:Gasser1983yg.pdf:PDF}, + Slaccitation = {%%CITATION = APNYA,158,142;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=APNYA,158,142} +} + +@Article{Gavin:2012sy, + Title = {{W Physics at the LHC with FEWZ 2.1}}, + Author = {Gavin, Ryan and Li, Ye and Petriello, Frank and Quackenbush, Seth}, + Journal = {Comput.Phys.Commun.}, + Year = {2013}, + Pages = {208-214}, + Volume = {184}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.cpc.2012.09.005}, + Eprint = {1201.5896}, + Primaryclass = {hep-ph}, + Reportnumber = {ANL-HEP-PR-11-83, NUHEP-TH-12-01, PSI-PR-12-01}, + Slaccitation = {%%CITATION = ARXIV:1201.5896;%%}, + Url = {http://inspirehep.net/record/1086536} +} + +@Article{Gavin:2010az, + Title = {{FEWZ 2.0: A code for hadronic Z production at next-to-next-to-leading order}}, + Author = {Gavin, Ryan and Li, Ye and Petriello, Frank and Quackenbush, Seth}, + Journal = {Comput.Phys.Commun.}, + Year = {2011}, + Pages = {2388-2403}, + Volume = {182}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.cpc.2011.06.008}, + Eprint = {1011.3540}, + Primaryclass = {hep-ph}, + Reportnumber = {ANL-HEP-PR-10-60}, + Slaccitation = {%%CITATION = ARXIV:1011.3540;%%}, + Url = {http://inspirehep.net/record/877524} +} + +@Article{Gehrmann:2013bga, + Title = {{Precise QCD predictions for the production of a photon pair in association with two jets}}, + Author = {Gehrmann, Thomas and Greiner, Nicolas and Heinrich, Gudrun}, + Journal = {Phys.Rev.Lett.}, + Year = {2013}, + Pages = {222002}, + Volume = {111}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.111.222002}, + Eprint = {1308.3660}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1308.3660;%%}, + Url = {http://inspirehep.net/record/1249405} +} + +@Article{Gehrmann:2012yg, + Title = {{NLO QCD matrix elements + parton showers in $e^+e^-\to$hadrons}}, + Author = {Gehrmann, Thomas and H{\"o}che, Stefan and Krauss, Frank and Sch{\"o}nherr, Marek and Siegert, Frank}, + Journal = {JHEP}, + Year = {2013}, + Pages = {144}, + Volume = {01}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP01(2013)144}, + Eprint = {1207.5031}, + Primaryclass = {hep-ph}, + Reportnumber = {ZU-TH-11-12, SLAC-PUB-15190, IPPP-12-51, DCPT-12-102, LPN12-080, FR-PHENO-2012-018, MCNET-12-08}, + Slaccitation = {%%CITATION = ARXIV:1207.5031;%%} +} + +@Article{Gehrmann:2012ze, + Title = {{Transverse parton distribution functions at next-to-next-to-leading order: the quark-to-quark case}}, + Author = {Gehrmann, Thomas and Lubbert, Thomas and Yang, Li Lin}, + Journal = {Phys.Rev.Lett.}, + Year = {2012}, + Pages = {242003}, + Volume = {109}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.109.242003}, + Eprint = {1209.0682}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1209.0682;%%}, + Url = {http://inspirehep.net/record/1184368} +} + +@Article{Gehrmann:2014yya, + Title = {{Calculation of the transverse parton distribution functions at next-to-next-to-leading order}}, + Author = {Gehrmann, Thomas and Luebbert, Thomas and Yang, Li Lin}, + Journal = {JHEP}, + Year = {2014}, + Pages = {155}, + Volume = {06}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP06(2014)155}, + Eprint = {1403.6451}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-14-037}, + Slaccitation = {%%CITATION = ARXIV:1403.6451;%%}, + Url = {http://inspirehep.net/record/1287076} +} + +@Article{Gehrmann:2014uaa, + Title = {{Transverse Parton Distribution Functions at Next-To-Next-To-Leading-Order}}, + Author = {Gehrmann, Thomas and Luebbert, Thomas and Yang, Li Lin}, + Journal = {PoS}, + Year = {2013}, + Pages = {011}, + Volume = {RADCOR2013}, + + Archiveprefix = {arXiv}, + Eprint = {1401.1222}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1401.1222;%%}, + Url = {http://inspirehep.net/record/1276308} +} + +@Article{Gehrmann:2011wi, + Title = {{Antenna subtraction at NNLO with hadronic initial states: real-virtual initial-initial configurations}}, + Author = {Gehrmann, Thomas and Monni, Pier Francesco}, + Journal = {JHEP}, + Year = {2011}, + Pages = {049}, + Volume = {12}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP12(2011)049}, + Eprint = {1107.4037}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1107.4037;%%}, + Url = {http://inspirehep.net/record/919269} +} + +@Article{GehrmannDeRidder:2007bj, + Title = {{Second-order QCD corrections to the thrust distribution}}, + Author = {Gehrmann-De Ridder, A. and Gehrmann, T. and Glover, E.W.N. and Heinrich, G.}, + Journal = {Phys.Rev.Lett.}, + Year = {2007}, + Pages = {132002}, + Volume = {99}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.99.132002}, + Eprint = {0707.1285}, + Primaryclass = {hep-ph}, + Reportnumber = {ZU-TH-16-07, IPPP-07-36, EDINBURGH-2007-10, HEPTOOLS-07-016}, + Slaccitation = {%%CITATION = ARXIV:0707.1285;%%} +} + +@Article{GehrmannDeRidder:2007jk, + Title = {{Infrared structure of e+ e- ---\> 3 jets at NNLO}}, + Author = {Gehrmann-De Ridder, A. and Gehrmann, T. and Glover, E.W.N. and Heinrich, G.}, + Journal = {JHEP}, + Year = {2007}, + Pages = {058}, + Volume = {11}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2007/11/058}, + Eprint = {0710.0346}, + Primaryclass = {hep-ph}, + Reportnumber = {ZU-TH-18-07, IPPP-07-62, EDINBURGH-2007-26, HEPTOOLS-07-020}, + Slaccitation = {%%CITATION = ARXIV:0710.0346;%%} +} + +@Article{Ridder:2013mf, + Title = {{Second order QCD corrections to jet production at hadron colliders: the all-gluon contribution}}, + Author = {Gehrmann-De Ridder, Aude and Gehrmann, Thomas and Glover, E.W.N. and Pires, Joao}, + Journal = {Phys.Rev.Lett.}, + Year = {2013}, + Pages = {162003}, + Volume = {110}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.110.162003}, + Eprint = {1301.7310}, + Primaryclass = {hep-ph}, + Reportnumber = {IPPP-13-3, ZU-TH-03-13}, + Slaccitation = {%%CITATION = ARXIV:1301.7310;%%} +} + +@article{Gehrmann:2014fva, + author = "Gehrmann, T. and Grazzini, M. and Kallweit, S. and + Maierhöfer, P. and von Manteuffel, A. and others", + title = "{$W^+W^-$ Production at Hadron Colliders in Next to Next + to Leading Order QCD}", + journal = "Phys.Rev.Lett.", + number = "21", + volume = "113", + pages = "212001", + doi = "10.1103/PhysRevLett.113.212001", + year = "2014", + eprint = "1408.5243", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "ZU-TH-29-14, MITP-14-053", + SLACcitation = "%%CITATION = ARXIV:1408.5243;%%", +} + +@Article{GehrmannDeRidder:2005cm, + Title = {{Antenna subtraction at NNLO}}, + Author = {Gehrmann-De Ridder, A. and Gehrmann, T. and Glover, E. W. Nigel}, + Journal = {JHEP}, + Year = {2005}, + Pages = {056}, + Volume = {09}, + + Eprint = {hep-ph/0505111}, + File = {:GehrmannDeRidder2005cm.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0505111} +} + +@Article{GehrmannDeRidder:1997wx, + Title = {{Radiative corrections to the photon + 1 jet rate at LEP}}, + Author = {Gehrmann-De Ridder, A. and Gehrmann, T. and Glover, E. W. Nigel}, + Journal = {Phys. Lett.}, + Year = {1997}, + Pages = {354-361}, + Volume = {B414}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0370-2693(97)01186-6}, + Eprint = {hep-ph/9705305}, + File = {:GehrmannDeRidder1997wx.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9705305;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9705305} +} + +@Article{GehrmannDeRidder:2009dp, + Title = {{NNLO moments of event shapes in $e^+e^-$ annihilation}}, + Author = {Gehrmann-De Ridder, A. and Gehrmann, T. and Glover, E. W. N. and Heinrich, G.}, + Journal = {JHEP}, + Year = {2009}, + Pages = {106}, + Volume = {05}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/05/106}, + Eprint = {0903.4658}, + File = {:GehrmannDeRidder2009dp.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0903.4658;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0903.4658} +} + +@Article{GehrmannDeRidder:2007hr, + Title = {{NNLO corrections to event shapes in $e^+e^-$ annihilation}}, + Author = {Gehrmann-De Ridder, A. and Gehrmann, T. and Glover, E. W. N. and Heinrich, G.}, + Journal = {JHEP}, + Year = {2007}, + Pages = {094}, + Volume = {12}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2007/12/094}, + Eprint = {0711.4711}, + File = {:GehrmannDeRidder2007hr.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0711.4711;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0711.4711} +} + +@Article{GehrmannDeRidder:2012ja, + Title = {{Antenna subtraction at NNLO with hadronic initial states: double real initial-initial configurations}}, + Author = {Gehrmann-De Ridder, Aude and Gehrmann, Thomas and Ritzmann, Mathias}, + Journal = {JHEP}, + Year = {2012}, + Pages = {047}, + Volume = {1210}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP10(2012)047}, + Eprint = {1207.5779}, + Primaryclass = {hep-ph}, + Reportnumber = {ZU-TH-15-12, SACLAY-IPHT-T12-061}, + Slaccitation = {%%CITATION = ARXIV:1207.5779;%%}, + Url = {http://inspirehep.net/record/1123676} +} + +@Article{GehrmannDeRidder:2011aa, + Title = {{Real-Virtual corrections for gluon scattering at NNLO}}, + Author = {Gehrmann-De Ridder, Aude and Glover, E.W.N. and Pires, Joao}, + Journal = {JHEP}, + Year = {2012}, + Pages = {141}, + Volume = {02}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP02(2012)141}, + Eprint = {1112.3613}, + Primaryclass = {hep-ph}, + Reportnumber = {IPPP-11-78}, + Slaccitation = {%%CITATION = ARXIV:1112.3613;%%}, + Url = {http://inspirehep.net/record/1081541} +} + +@Article{GehrmannDeRidder:1998ba, + Title = {{Final state photon production at LEP}}, + Author = {Gehrmann-De Ridder, A. and Glover, E. W. Nigel}, + Journal = {Eur. Phys. J.}, + Year = {1999}, + Pages = {29-48}, + Volume = {C7}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/s100520050382}, + Eprint = {hep-ph/9806316}, + File = {:GehrmannDeRidder1998ba.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9806316;%%}, + Url = {http://www-library.desy.de/spires/find/hep/www?eprint=hep-ph/9806316} +} + +@Article{GellMann:1960np, + Title = {{The Axial Vector Current in Beta Decay}}, + Author = {Gell-Mann, Murray and Levy, M}, + Journal = {Nuovo Cim.}, + Year = {1960}, + Pages = {705}, + Volume = {16}, + + File = {:GellMann1960np.pdf:PDF}, + Slaccitation = {%%CITATION = NUCIA,16,705;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUCIA,16,705} +} + +@Article{GellMann:1954fq, + Title = {{Quantum electrodynamics at small distances}}, + Author = {Gell-Mann, Murray and Low, F.E.}, + Journal = {Phys.Rev.}, + Year = {1954}, + Pages = {1300-1312}, + Volume = {95}, + + Doi = {10.1103/PhysRev.95.1300}, + File = {:GellMann1954fq.pdf:PDF}, + Url = {http://inspirehep.net/record/40432} +} + +@Article{GellMann:1968rz, + Title = {{Behavior of current divergences under SU(3) x SU(3)}}, + Author = {Gell-Mann, Murray and Oakes, R.J. and Renner, B.}, + Journal = {Phys. Rev.}, + Year = {1968}, + Pages = {2195-2199}, + Volume = {175}, + + Doi = {10.1103/PhysRev.175.2195}, + File = {:GellMann1968rz.pdf:PDF}, + Url = {http://inspirebeta.net/record/52773} +} + +@Article{Gerwick:2014gya, + Title = {{Soft evolution of multi-jet final states}}, + Author = {Gerwick, Erik and H{\"o}che, Stefan and Marzani, Simone and Schumann, Steffen}, + Year = {2014}, + + Archiveprefix = {arXiv}, + Eprint = {1411.7325}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-16143, MIT-CTP-4608, MCNET-14-28}, + Slaccitation = {%%CITATION = ARXIV:1411.7325;%%}, + Url = {http://inspirehep.net/record/1330322} +} + +@Article{Gerwick:2012fw, + Title = {{QCD Jet Rates with the Inclusive Generalized kt Algorithms}}, + Author = {Gerwick, Erik and Schumann, Steffen and Gripaios, Ben and Webber, Bryan}, + Journal = {JHEP}, + Year = {2013}, + Pages = {089}, + Volume = {1304}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP04(2013)089}, + Eprint = {1212.5235}, + Slaccitation = {%%CITATION = ARXIV:1212.5235;%%} +} + +@Article{Gianotti:2002xx, + Title = {{Physics potential and experimental challenges of the LHC luminosity upgrade}}, + Author = {Gianotti, F. and others}, + Journal = {Eur. Phys. J.}, + Year = {2005}, + Pages = {293-333}, + Volume = {C39}, + + Eprint = {hep-ph/0204087}, + File = {:Gianotti2002xx.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0204087} +} + +@Article{Giele:1994gf, + Title = {{The Two-Jet Differential Cross Section at ${\cal O}(\alpha_s^3)$ in Hadron Collisions}}, + Author = {Giele, W.T. and Glover, E.W. Nigel and Kosower, David A.}, + Journal = {Phys.Rev.Lett.}, + Year = {1994}, + Pages = {2019-2022}, + Volume = {73}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.73.2019}, + Eprint = {hep-ph/9403347}, + Primaryclass = {hep-ph}, + Reportnumber = {FERMILAB-PUB-94-070-T, SACLAY-SPH-T-94-031}, + Slaccitation = {%%CITATION = HEP-PH/9403347;%%}, + Url = {http://inspirehep.net/record/372282} +} + +@Article{Giele:1993dj, + Title = {{Higher order corrections to jet cross-sections in hadron colliders}}, + Author = {Giele, W.T. and Glover, E.W. Nigel and Kosower, David A.}, + Journal = {Nucl.Phys.}, + Year = {1993}, + Pages = {633-670}, + Volume = {B403}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/9302225}, + Primaryclass = {hep-ph}, + Reportnumber = {FERMILAB-PUB-92-230-T, DTP-92-64, CERN-TH-6750-92}, + Slaccitation = {%%CITATION = HEP-PH/9302225;%%}, + Url = {http://inspirehep.net/record/33945} +} + +@Article{Giele:2009ui, + Title = {{Efficient color-dressed calculation of virtual corrections}}, + Author = {Giele, Walter and Kunszt, Zoltan and Winter, Jan-Christopher}, + Journal = {Nucl. Phys.}, + Year = {2010}, + Pages = {214-270}, + Volume = {B840}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nuclphysb.2010.07.007}, + Eprint = {0911.1962}, + File = {:Giele2009ui.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0911.1962;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0911.1962} +} + +@Article{Giele:1991vf, + Title = {{Higher-order corrections to jet cross sections in $e^+ e^-$ annihilation}}, + Author = {Giele, W. T. and Glover, E. W. Nigel}, + Journal = {Phys. Rev.}, + Year = {1992}, + Pages = {1980-2010}, + Volume = {D46}, + + Doi = {10.1103/PhysRevD.46.1980}, + File = {:Giele1991vf.pdf:PDF}, + Slaccitation = {%%CITATION = PHRVA,D46,1980;%%}, + Url = {http://www-library.desy.de/spires/find/hep/www?j=PHRVA,D46,1980} +} + +@Article{Giele:2011cb, + Title = {{Higher-Order Corrections to Timelike Jets}}, + Author = {Giele, W. T. and Kosower, D. A. and Skands, P. Z.}, + Journal = {Phys. Rev.}, + Year = {2011}, + Pages = {054003}, + Volume = {D84}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.84.054003}, + Eprint = {1102.2126}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1102.2126;%%}, + Url = {http://inspirehep.net/record/889142} +} + +@Article{Giele:2007di, + Title = {{A Simple shower and matching algorithm}}, + Author = {Giele, Walter T. and Kosower, David A. and Skands, Peter Z.}, + Journal = {Phys. Rev.}, + Year = {2008}, + Pages = {014026}, + Volume = {D78}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.78.014026}, + Eprint = {0707.3652}, + File = {:Giele2007di.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0707.3652;%%} +} + +@Article{Giele:2008ve, + Title = {{Full one-loop amplitudes from tree amplitudes}}, + Author = {Giele, Walter T. and Kunszt, Zoltan and Melnikov, Kirill}, + Journal = {JHEP}, + Year = {2008}, + Pages = {049}, + Volume = {04}, + + Archiveprefix = {arXiv}, + Eprint = {0801.2237}, + File = {:Giele2008ve.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0801.2237} +} + +@Article{Giele:2011tm, + Title = {{A Forward Branching Phase-Space Generator}}, + Author = {Giele, Walter T. and Stavenga, Gerben C. and Winter, Jan-Christopher}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Eprint = {1106.5045}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1106.5045;%%}, + Url = {http://inspirehep.net/record/915811} +} + +@Article{Gieseke:2004tc, + Title = {{Uncertainties of Sudakov form factors}}, + Author = {Gieseke, Stefan}, + Journal = {JHEP}, + Year = {2005}, + Pages = {058}, + Volume = {01}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0412342}, + File = {:Gieseke2004tc.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0412342;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0412342} +} + +@Article{Gieseke:2012ft, + Title = {{Colour reconnections in Herwig++}}, + Author = {Gieseke, Stefan and Rohr, Christian and Siodmok, Andrzej}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Eprint = {1206.0041}, + Primaryclass = {hep-ph}, + Reportnumber = {MCNET-12-06, KA-TP-17-2012, MAN-HEP-2012-03}, + Slaccitation = {%%CITATION = ARXIV:1206.0041;%%} +} + +@Article{Gieseke:2003rz, + Title = {{New formalism for QCD parton showers}}, + Author = {Gieseke, Stefan and Stephens, P. and Webber, Bryan}, + Journal = {JHEP}, + Year = {2003}, + Pages = {045}, + Volume = {12}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0310083}, + File = {:Gieseke2003rz.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0310083;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0310083} +} + +@Article{Gigg:2008yc, + Title = {{Simulation of Finite Width Effects in Physics Beyond the Standard Model}}, + Author = {Gigg, M.A. and Richardson, P.}, + Year = {2008}, + + Archiveprefix = {arXiv}, + Eprint = {0805.3037}, + Primaryclass = {hep-ph}, + Reportnumber = {DCPT-08-68, IPPP-08-34, CERN-PH-TH-110, MCNET-08-01}, + Slaccitation = {%%CITATION = ARXIV:0805.3037;%%}, + Url = {http://inspirehep.net/record/786260} +} + +@Article{Giudice:1998ck, + Title = {{Quantum gravity and extra dimensions at high-energy colliders}}, + Author = {Giudice, Gian F. and Rattazzi, Riccardo and Wells, James D. }, + Journal = {Nucl. Phys.}, + Year = {1999}, + Pages = {3-38}, + Volume = {B544}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0550-3213(99)00044-9}, + Eprint = {hep-ph/9811291}, + File = {:Giudice1998ck.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9811291;%%} +} + +@Article{Gluck:1991ee, + Title = {{Parton structure of the photon beyond the leading order}}, + Author = {Gl{\"u}ck, M. and Reya, E. and Vogt, A.}, + Journal = {Phys. Rev.}, + Year = {1992}, + Pages = {3986-3994}, + Volume = {D45}, + + File = {:Gluck1991ee.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D45,3986} +} + +@Article{Gluck:1991jc, + Title = {{Photonic parton distributions}}, + Author = {Gl{\"u}ck, M. and Reya, E. and Vogt, A.}, + Journal = {Phys. Rev.}, + Year = {1992}, + Pages = {1973-1979}, + Volume = {D46}, + + File = {:Gluck1991jc.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D46,1973} +} + +@Article{Gleisberg:2004aa, + Title = {{Helicity formalism for exotic physics scenarios at collider experiments}}, + Author = {Tanju Gleisberg}, + Note = {Diploma thesis}, + + File = {:Gleisberg2004aa.pdf:PDF} +} + +@Article{Gleisberg:2008fv, + Title = {{Comix, a new matrix element generator}}, + Author = {Gleisberg, Tanju and H{\"o}che, Stefan}, + Journal = {JHEP}, + Year = {2008}, + Pages = {039}, + Volume = {12}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/12/039}, + Eprint = {0808.3674}, + File = {:Gleisberg2008fv.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0808.3674;%%}, + Url = {http://inspirehep.net/record/793879} +} + +@Article{Gleisberg:2008ft, + Title = {{How to calculate colourful cross sections efficiently}}, + Author = {Gleisberg, Tanju and H{\"o}che, Stefan and Krauss, Frank and Matyskiewicz,Rados{\l}aw}, + Year = {2008}, + + Archiveprefix = {arXiv}, + Eprint = {0808.3672}, + File = {:Gleisberg2008ft.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?rawcmd=f+eprint+0808.3672} +} + +@Article{Gleisberg:2003xi, + Title = {{\Sherpa 1.$\alpha$, a proof-of-concept version}}, + Author = {Tanju Gleisberg and Stefan H{\"o}che and Frank Krauss and Andreas Sch{\"a}licke and Steffen Schumann and Jan Winter}, + Journal = {JHEP}, + Year = {2004}, + Pages = {056}, + Volume = {02}, + + Eprint = {hep-ph/0311263}, + File = {:Gleisberg2003xi.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?irn=5730570} +} + +@Article{Gleisberg:2008ta, + Title = {{Event generation with \Sherpa 1.1}}, + Author = {Gleisberg, T. and H{\"o}che, S. and Krauss, F. and Sch\"{o}nherr, M. and Schumann, S. and Siegert, F and Winter, J.}, + Journal = {JHEP}, + Year = {2009}, + Pages = {007}, + Volume = {02}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/02/007}, + Eprint = {0811.4622}, + File = {:Gleisberg2008ta.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0811.4622;%%}, + Url = {http://inspirebeta.net/record/803708} +} + +@Article{Gleisberg:2007md, + Title = {{Automating dipole subtraction for QCD NLO calculations}}, + Author = {Gleisberg, Tanju and Krauss, Frank}, + Journal = {Eur. Phys. J.}, + Year = {2008}, + Pages = {501-523}, + Volume = {C53}, + + Archiveprefix = {arXiv}, + Eprint = {0709.2881}, + File = {:Gleisberg2007md.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0709.2881} +} + +@Article{Gleisberg:2003ue, + Title = {{Helicity formalism for spin-2 particles}}, + Author = {T. Gleisberg and F. Krauss and K. T. Matchev and A. Sch{\"a}licke and S. Schumann and G. Soff}, + Journal = {JHEP}, + Year = {2003}, + Pages = {001}, + Volume = {09}, + + Eprint = {hep-ph/0306182}, + File = {:Gleisberg2003ue.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0306182} +} + +@Article{Gleisberg:2003bi, + Title = {{Cross sections for multi-particle final states at a linear collider}}, + Author = {Gleisberg, T. and Krauss, F. and Papadopoulos, C. G. and Sch{\"a}licke, A. and Schumann, S.}, + Journal = {Eur. Phys. J.}, + Year = {2004}, + Pages = {173-180}, + Volume = {C34}, + + Eprint = {hep-ph/0311273}, + File = {:Gleisberg2003bi.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0311273} +} + +@Article{Gleisberg:2005qq, + Title = {{Studying $W^+ W^-$ production at the Fermilab Tevatron with \Sherpa}}, + Author = {Gleisberg, Tanju and Krauss, Frank and Sch{\"a}licke, Andreas and Schumann, Steffen and Winter, Jan-Christopher}, + Journal = {Phys. Rev.}, + Year = {2005}, + Pages = {034028}, + Volume = {D72}, + + Eprint = {hep-ph/0504032}, + File = {:Gleisberg2005qq.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0504032} +} + +@Article{Glover:1993xc, + Title = {{Measuring the photon fragmentation function at LEP}}, + Author = {Glover, E. W. Nigel and Morgan, A. G.}, + Journal = {Z. Phys.}, + Year = {1994}, + Pages = {311-322}, + Volume = {C62}, + + Doi = {10.1007/BF01560245}, + File = {:Glover1993xc.pdf:PDF}, + Slaccitation = {%%CITATION = ZEPYA,C62,311;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C62,311} +} + +@Article{Gluck:1994tv, + Title = {{The Parton content of virtual photons}}, + Author = {Gluck, M. and Reya, E. and Stratmann, M.}, + Journal = {Phys.Rev.}, + Year = {1995}, + Pages = {3220-3229}, + Volume = {D51}, + + Doi = {10.1103/PhysRevD.51.3220}, + Reportnumber = {DO-TH-94-14}, + Slaccitation = {%%CITATION = PHRVA,D51,3220;%%} +} + +@Article{Godbole:2010kr, + Title = {{On measurement of top polarization as a probe of $t \bar t$\/ production mechanisms at the LHC}}, + Author = {Godbole, Rohini M. and Rao, Kumar and Rindani, Saurabh D. and Singh, Ritesh K.}, + Journal = {JHEP}, + Year = {2010}, + Pages = {144}, + Volume = {11}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP11(2010)144}, + Eprint = {1010.1458}, + Primaryclass = {hep-ph}, + Reportnumber = {HIP-2010-24-TH}, + Slaccitation = {%%CITATION = ARXIV:1010.1458;%%} +} + +@Article{Goebel:1980es, + Title = {{Angular zeros of Brown, Mikaelian, Sahdev, and Samuel and the factorization of tree amplitudes in gauge theories}}, + Author = {Goebel, C.J. and Halzen, F. and Leveille, J.P.}, + Journal = {Phys. Rev.}, + Year = {1981}, + Pages = {2682-2685}, + Volume = {D23}, + + Doi = {10.1103/PhysRevD.23.2682}, + File = {:Goebel1980es.pdf:PDF}, + Url = {http://inspirehep.net/record/156056?ln=en} +} + +@Article{Goity:1994xn, + Title = {{Soft pion emission in semileptonic $B$-meson decays}}, + Author = {Goity, J. L. and Roberts, W.}, + Journal = {Phys. Rev.}, + Year = {1995}, + Pages = {3459-3477}, + Volume = {D51}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.51.3459}, + Eprint = {hep-ph/9406236}, + File = {:Goity1994xn.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9406236;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9406236} +} + +@Article{Golec-Biernat:2007pu, + Title = {{Markovian Monte Carlo solutions of the one-loop CCFM equations}}, + Author = {Golec-Biernat, K. and Jadach, S. and P{\l}aczek, W. and Stephens, P. and Skrzypek, M.}, + Journal = {Acta Phys. Polon.}, + Year = {2007}, + Pages = {3149-3168}, + Volume = {B38}, + + Eprint = {hep-ph/0703317}, + File = {:Golec-Biernat2007pu.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0703317;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0703317} +} + +@Article{Golfand:1971iw, + Title = {{Extension of the Algebra of Poincare Group Generators and Violation of p Invariance}}, + Author = {Golfand, Yu. A. and Likhtman, E. P.}, + Journal = {JETP Lett.}, + Year = {1971}, + Pages = {323-326}, + Volume = {13}, + + Slaccitation = {%%CITATION = JTPLA,13,323;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=JTPLA,13,323} +} + +@Article{Golutvin:2008zz, + Title = {{Setting the Jet Energy Scale in the CMS Calorimeter using Events with Direct Photons}}, + Author = {Golutvin, I. A. and others}, + Journal = {Phys. Part. Nucl. Lett.}, + Year = {2008}, + Pages = {447-455}, + Volume = {5}, + + Doi = {10.1134/S1547477108050087}, + File = {:Golutvin2008zz.pdf:PDF}, + Slaccitation = {%%CITATION = 00438,5,447;%%} +} + +@Article{GoncalvesNetto:2012yt, + Title = {{Automated Squark and Gluino Production to Next-to-Leading Order}}, + Author = {Goncalves-Netto, Dorival and Lopez-Val, David and Mawatari, Kentarou and Plehn, Tilman and Wigmore, Ioan}, + Journal = {Phys.Rev.}, + Year = {2013}, + Pages = {014002}, + Volume = {D87}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.87.014002}, + Eprint = {1211.0286}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1211.0286;%%} +} + +@Article{Good:1960ba, + Title = {{Diffraction disssociation of beam particles}}, + Author = {Good, M.L. and Walker, W.D.}, + Journal = {Phys.Rev.}, + Year = {1960}, + Pages = {1857-1860}, + Volume = {120}, + + Doi = {10.1103/PhysRev.120.1857}, + Slaccitation = {%%CITATION = PHRVA,120,1857;%%} +} + +@Article{Gordon:1996pm, + Title = {{New parton distribution functions for the photon}}, + Author = {Gordon, L.E. and Storrow, J.K.}, + Journal = {Nucl.Phys.}, + Year = {1997}, + Pages = {405-426}, + Volume = {B489}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0550-3213(97)00048-5}, + Eprint = {hep-ph/9607370}, + Primaryclass = {hep-ph}, + Reportnumber = {ANL-HEP-PR-96-33, ANL-HEP-PR-96-38, MC-TH-96-16}, + Slaccitation = {%%CITATION = HEP-PH/9607370;%%} +} + +@Article{Gordon:1991tk, + Title = {{The Parton distribution functions of the photon and the structure function F2 (gamma) (x, Q**2)}}, + Author = {Gordon, L.E. and Storrow, J.K.}, + Journal = {Z.Phys.}, + Year = {1992}, + Pages = {307-314}, + Volume = {C56}, + + Doi = {10.1007/BF01555529}, + Reportnumber = {M-C-TH-91-29}, + Slaccitation = {%%CITATION = ZEPYA,C56,307;%%} +} + +@Article{Gordon:1994ut, + Title = {{Polarized and unpolarized isolated prompt photon production beyond the leading order}}, + Author = {Gordon, L. E. and Vogelsang, W.}, + Journal = {Phys. Rev.}, + Year = {1994}, + Pages = {1901-1916}, + Volume = {D50}, + + Doi = {10.1103/PhysRevD.50.1901}, + File = {:Gordon1994ut.pdf:PDF}, + Slaccitation = {%%CITATION = PHRVA,D50,1901;%%} +} + +@Article{Gottschalk:1983fm, + Title = {{An improved description of hadronization in the QCD cluster model for $e^+e^-$ annihilation}}, + Author = {Gottschalk, Thomas D.}, + Journal = {Nucl. Phys.}, + Year = {1984}, + Pages = {349}, + Volume = {B239}, + + Doi = {10.1016/0550-3213(84)90253-0}, + File = {:Gottschalk1983fm.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B239,349;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B239,349} +} + +@Article{Gottschalk:1982yt, + Title = {{A realistic model for $e^+e^-$ annihilation including parton bremsstrahlung effects}}, + Author = {Gottschalk, Thomas D.}, + Journal = {Nucl. Phys.}, + Year = {1983}, + Pages = {201}, + Volume = {B214}, + + File = {:Gottschalk1982yt.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B214,201} +} + +@Article{Gottschalk:1986bv, + Title = {{A new model for hadronization and $e^+e^-$ annihilation}}, + Author = {Gottschalk, Thomas D. and Morris, Duncan A.}, + Journal = {Nucl. Phys.}, + Year = {1987}, + Pages = {729}, + Volume = {B288}, + + Doi = {10.1016/0550-3213(87)90236-7}, + File = {:Gottschalk1986bv.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B288,729;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B288,729} +} + +@Article{Gounaris:2000dn, + Title = {{Off-shell structure of the anomalous Z and $\gamma$ self- couplings}}, + Author = {Gounaris, G. J. and Layssac, J. and Renard, F. M.}, + Journal = {Phys. Rev.}, + Year = {2000}, + Pages = {073012}, + Volume = {D62}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.62.073012}, + Eprint = {hep-ph/0005269}, + File = {:Gounaris2000dn.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0005269;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0005296} +} + +@Article{Grammer:1973db, + Title = {{Improved treatment for the infrared divergence problem in quantum electrodynamics}}, + Author = {Grammer, G., Jr. and Yennie, D.R.}, + Journal = {Phys.Rev.}, + Year = {1973}, + Pages = {4332-4344}, + Volume = {D8}, + + Doi = {10.1103/PhysRevD.8.4332}, + File = {:Grammer1973db.pdf:PDF}, + Slaccitation = {%%CITATION = PHRVA,D8,4332;%%}, + Url = {http://inspirehep.net/record/83664} +} + +@Article{Graudenz:1992pv, + Title = {{QCD corrections to Higgs boson production at proton proton colliders}}, + Author = {Graudenz, D. and Spira, M. and Zerwas, P.M.}, + Journal = {Phys.Rev.Lett.}, + Year = {1993}, + Pages = {1372-1375}, + Volume = {70}, + + Doi = {10.1103/PhysRevLett.70.1372}, + Reportnumber = {DESY-92-149, LBL-33154}, + Slaccitation = {%%CITATION = PRLTA,70,1372;%%} +} + +@Article{Grazzini:2008tf, + Title = {{NNLO predictions for the Higgs boson signal in the $H\to 2\gamma$, $H\to WW\to l\nu l\nu$ and $H\to ZZ\to 4l$ decay channels}}, + Author = {Grazzini, Massimiliano}, + Journal = {JHEP}, + Year = {2008}, + Pages = {043}, + Volume = {02}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/02/043}, + Eprint = {0801.3232}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:0801.3232;%%} +} + +@Article{Greiner:2011mp, + Title = {{NLO QCD corrections to the production of two bottom- antibottom pairs at the LHC}}, + Author = {Greiner, Nicolas and Guffanti, Alberto and Reiter, Thomas and Reuter, Jurgen}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Eprint = {1105.3624}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1105.3624;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1105.3624} +} + +@Article{Gribov:1984tu, + Title = {{Semihard processes in QCD}}, + Author = {Gribov, L. V. and Levin, E. M. and Ryskin, M. G.}, + Journal = {Phys. Rept.}, + Year = {1983}, + Pages = {1-150}, + Volume = {100}, + + File = {:Gribov1984tu.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRPLC,100,1} +} + +@Article{Gribov:1972ri, + Title = {{Deep inelastic $e$-$p$ scattering in perturbation theory}}, + Author = {Gribov, V. N. and Lipatov, L. N.}, + Journal = {Sov. J. Nucl. Phys.}, + Year = {1972}, + Pages = {438-450}, + Volume = {15}, + + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SJNCA,15,438} +} + +@Article{Gribov:1965hg, + Title = {{Moving Branch Points in j Plane and Regge-Pole Unitarity Conditions}}, + Author = {V. N. Gribov and I. Ya. Pomeranchuk and K. A. Ter-Martirosian}, + Journal = {Phys. Rev.}, + Year = {1965}, + Pages = {B184-B202}, + Volume = {139}, + + File = {:Gribov1965hg.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,139,B184} +} + +@Article{Gross:1974cs, + Title = {{Asymptotically free gauge theories. II}}, + Author = {Gross, D. J. and Wilczek, Frank}, + Journal = {Phys. Rev.}, + Year = {1974}, + Pages = {980-993}, + Volume = {D9}, + + Doi = {10.1103/PhysRevD.9.980}, + File = {:Gross1974cs.pdf:PDF}, + Slaccitation = {%%CITATION = PHRVA,D9,980;%%} +} + +@Article{Gross:1973ju, + Title = {{Asymptotically Free Gauge Theories. I}}, + Author = {Gross, D. J. and Wilczek, Frank}, + Journal = {Phys. Rev.}, + Year = {1973}, + Pages = {3633-3652}, + Volume = {D8}, + + Doi = {10.1103/PhysRevD.8.3633}, + File = {:Gross1973ju.pdf:PDF}, + Slaccitation = {%%CITATION = PHRVA,D8,3633;%%} +} + +@Article{Guo:2013dc, + Title = {{Measuring Forward-Backward Asymmetry of $t\bar t$ and $b\bar b$ at Electron-Positron Colliders}}, + Author = {Guo, Xingdao and Feng, Taifu and Zhao, Shumin and Ke, Hong-Wei and Li, Xue-Qian}, + Year = {2013}, + + Archiveprefix = {arXiv}, + Eprint = {1302.0485}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1302.0485;%%} +} + +@Article{Guralnik:1964eu, + Title = {{Global Conservation Laws and Massless Particles}}, + Author = {Guralnik, G.S. and Hagen, C.R. and Kibble, T.W.B.}, + Journal = {Phys.Rev.Lett.}, + Year = {1964}, + Pages = {585-587}, + Volume = {13}, + + Doi = {10.1103/PhysRevLett.13.585}, + Slaccitation = {%%CITATION = PRLTA,13,585;%%} +} + +@Article{Gustafson:2012hg, + Title = {{The Relation between the Good-Walker and Triple-Regge Formalisms for Diffractive Excitation}}, + Author = {Gustafson, Gosta}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Eprint = {1206.1733}, + Primaryclass = {hep-ph}, + Reportnumber = {LU-TP-12-21}, + Slaccitation = {%%CITATION = ARXIV:1206.1733;%%} +} + +@Article{Gustafson:1986db, + Title = {{Dual description of a confined colour field}}, + Author = {Gustafson, G.}, + Journal = {Phys. Lett.}, + Year = {1986}, + Pages = {453}, + Volume = {B175}, + + File = {:Gustafson1986db.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B175,453} +} + +@Article{Gustafson:1987rq, + Title = {{Dipole formulation of QCD cascades}}, + Author = {Gustafson, Gosta and Pettersson, Ulf}, + Journal = {Nucl. Phys.}, + Year = {1988}, + Pages = {746}, + Volume = {B306}, + + File = {:Gustafson1987rq.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B306,746} +} + +@Article{Guzzi:2011sv, + Title = {{CT10 parton distributions and other developments in the global QCD analysis}}, + Author = {Guzzi, Marco and Nadolsky, Pavel and Berger, Edmond and Lai, Hung-Liang and Olness, Fredrick and Yuan, Chien-Peng}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Eprint = {1101.0561}, + Primaryclass = {hep-ph}, + Reportnumber = {SMU-HEP-10-11}, + Slaccitation = {%%CITATION = ARXIV:1101.0561;%%}, + Url = {http://inspirehep.net/record/883189} +} + +@Article{Hagler:2000eu, + Title = {{Direct J/$\psi$ hadroproduction in $k_T$-factorization and the color octet mechanism}}, + Author = {H{\"a}gler, Ph. and Kirschner, R. and Sch{\"a}fer, A. and Szymanowski, L. and Teryaev, O. V.}, + Journal = {Phys. Rev.}, + Year = {2001}, + Pages = {077501}, + Volume = {D63}, + + Eprint = {hep-ph/0008316}, + File = {:Hagler2000eu.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0008316} +} + +@Article{Hoeche:2014xx, + Title = {{Efficient dipole subtraction with Comix}}, + Author = {Stefan H{\"o}che}, + Eprint = {to appear}, + Year = {2015} +} + +@Article{Hoeche:2008ds, + Title = {{Perturbative QCD in Event Generation}}, + Author = {Stefan H{\"o}che}, + Note = {PhD thesis}, + + File = {:pdf/Hoeche2008ds.pdf:PDF}, + Url = {http://etheses.dur.ac.uk/2933/} +} + +@Article{Hoeche:2014xx, + Title = {{Efficient dipole subtraction with Comix}}, + Author = {Stefan H{\"o}che}, + Eprint = {to appear}, + Year = {2015} +} + +@Article{Hoeche:2013mua, + Title = {{Zero and one jet combined NLO analysis of the top quark forward-backward asymmetry}}, + Author = {H{\"o}che, Stefan and Huang, Junwu and Luisoni, Gionata and Sch{\"o}nherr, Marek and Winter, Jan}, + Journal = {Phys.Rev.}, + Year = {2013}, + Pages = {014040}, + Volume = {D88}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.88.014040}, + Eprint = {1306.2703}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-15553, MPP-2013-154, IPPP-13-39, DCPT-13-78, MCNET-13-07, LPN13-035}, + Slaccitation = {%%CITATION = ARXIV:1306.2703;%%}, + Url = {http://inspirehep.net/record/1238288} +} + +@Article{Hoeche:2014qda, + Title = {{Next-to-leading order QCD predictions for top-quark pair production with up to two jets merged with a parton shower}}, + Author = {H{\"o}che, Stefan and Krauss, Frank and Maierh{\"o}fer, Philipp and Pozzorini, Stefano and Sch{\"o}nherr, Marek and Frank Siegert}, + Year = {2014}, + + Archiveprefix = {arXiv}, + Eprint = {1402.6293}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-15911, IPPP-14-18, DCPT-14-36, ZU-TH-06-14, LPN14-051, --HT-14-005, MCNET-14-05}, + Slaccitation = {%%CITATION = ARXIV:1402.6293;%%} +} + +@Article{Hoeche:2014rya, + Title = {{Triple vector boson production through Higgs-Strahlung with NLO multijet merging}}, + Author = {H{\"o}che, S. and Krauss, F. and Pozzorini, S. and Sch{\"o}nherr, M. and Thompson, J.M. and Stefano Pozzorini and Korinna C. Zapp}, + Journal = {Phys.Rev.}, + Year = {2014}, + Pages = {093015}, + Volume = {D89}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.89.093015}, + Eprint = {1403.7516}, + Primaryclass = {hep-ph}, + Reportnumber = {DCP-14-46, IPPP-14-23, MCNET-14-007, SLAC-PUB-15933, ZU-13-14}, + Slaccitation = {%%CITATION = ARXIV:1403.7516;%%} +} + +@Article{Hoeche:2012ft, + Title = {{W+n-jet predictions with MC@NLO in Sherpa}}, + Author = {H{\"o}che, Stefan and Krauss, Frank and Sch{\"o}nherr, Marek and Siegert, Frank}, + Journal = {Phys.Rev.Lett.}, + Year = {2013}, + Pages = {052001}, + Volume = {110}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.110.052001}, + Eprint = {1201.5882}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-14859, IPPP-12-03, DCPT-12-06, LPN12-026, MCNET-12-01, FR-PHENO-2012-001}, + Slaccitation = {%%CITATION = ARXIV:1201.5882;%%}, + Url = {http://inspirehep.net/record/1086175} +} + +@Article{Hoeche:2012yf, + Title = {{QCD matrix elements + parton showers: The NLO case}}, + Author = {H{\"o}che, Stefan and Krauss, Frank and Sch{\"o}nherr, Marek and Siegert, Frank}, + Journal = {JHEP}, + Year = {2013}, + Pages = {027}, + Volume = {04}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP04(2013)027}, + Eprint = {1207.5030}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-15191, IPPP-12-52, DCPT-12-104, LPN12-081, FR-PHENO-2012-017, MCNET-12-09}, + Slaccitation = {%%CITATION = ARXIV:1207.5030;%%}, + Url = {http://inspirehep.net/record/1123387} +} + +@Article{Hoeche:2011fd, + Title = {{A critical appraisal of NLO+PS matching methods}}, + Author = {H{\"o}che, Stefan and Krauss, Frank and Sch{\"o}nherr, Marek and Siegert, Frank}, + Journal = {JHEP}, + Year = {2012}, + Pages = {049}, + Volume = {09}, + + Archiveprefix = {arXiv}, + Eprint = {1111.1220}, + File = {:Hoeche2011fd.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirehep.net/record/944643} +} + +@Article{Hoeche:2010kg, + Title = {{NLO matrix elements and truncated showers}}, + Author = {Stefan H{\"o}che and Frank Krauss and Marek Sch{\"o}nherr and Frank Siegert}, + Journal = {JHEP}, + Year = {2011}, + Pages = {123}, + Volume = {08}, + + Archiveprefix = {arXiv}, + Doi = {http://dx.doi.org/10.1007/JHEP08(2011)123}, + Eprint = {1009.1127}, + File = {:Hoeche2010kg.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1009.1127;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1009.1127} +} + +@Article{Hoeche:2010pf, + Title = {{Automating the POWHEG method in \Sherpa}}, + Author = {H{\"o}che, Stefan and Krauss, Frank and Sch{\"o}nherr, Marek and Siegert, Frank}, + Journal = {JHEP}, + Year = {2011}, + Pages = {024}, + Volume = {04}, + + Archiveprefix = {arXiv}, + Doi = {http://dx.doi.org/10.1007/JHEP04(2011)024}, + Eprint = {1008.5399}, + File = {:Hoeche2010pf.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1008.5399;%%}, + Url = {http://inspirebeta.net/record/866705} +} + +@Article{Hoeche:2010av, + Title = {{Next-to-leading order matrix elements and truncated showers}}, + Author = {H{\"o}che, Stefan and Krauss, Frank and Sch{\"o}nherr, Marek and Siegert, Frank}, + Year = {2010}, + + Archiveprefix = {arXiv}, + Eprint = {1009.1477}, + File = {:Hoeche2010av.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1009.1477;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1009.1477} +} + +@Article{Hoeche:2009rj, + Title = {{QCD matrix elements and truncated showers}}, + Author = {H{\"o}che, Stefan and Krauss, Frank and Schumann, Steffen and Siegert, Frank}, + Journal = {JHEP}, + Year = {2009}, + Pages = {053}, + Volume = {05}, + + Archiveprefix = {arXiv}, + Eprint = {0903.1219}, + File = {:Hoeche2009rj.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0903.1219;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0903.1219} +} + +@Article{Hoche:2007hg, + Title = {{Multi-jet events in the $k_T$-factorisation scheme}}, + Author = {H{\"o}che, Stefan and Krauss, Frank and Teubner, Thomas}, + Journal = {Eur. Phys. J.}, + Year = {2008}, + Pages = {17-28}, + Volume = {C58}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-008-0735-y}, + Eprint = {0705.4577}, + File = {:Hoche2007hg.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0705.4577} +} + +@Article{Hoche:2014kca, + Title = {{Beyond Standard Model calculations with Sherpa}}, + Author = {H{\"o}che, Stefan and Kuttimalai, Silvan and Schumann, Steffen and Siegert, Frank}, + Year = {2014}, + + Archiveprefix = {arXiv}, + Eprint = {1412.6478}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-16170, IPPP-14-105, DCPT-14-210, MCNET-14-35}, + Slaccitation = {%%CITATION = ARXIV:1412.6478;%%}, + Url = {http://inspirehep.net/record/1335162} +} + +@Article{Hoche:2014dla, + Title = {{Higgs-boson production through gluon fusion at NNLO QCD with parton showers}}, + Author = {H{\"o}che, Stefan and Li, Ye and Prestel, Stefan}, + Journal = {Phys.Rev.}, + Year = {2014}, + Pages = {054011}, + Volume = {D90}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.90.054011}, + Eprint = {1407.3773}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-16011, DESY-14-119, MCNET-14-14}, + Slaccitation = {%%CITATION = ARXIV:1407.3773;%%} +} + +@Article{Hoeche:2014aia, + Title = {{Drell-Yan lepton pair production at NNLO QCD with parton showers}}, + Author = {H{\"o}che, Stefan and Li, Ye and Prestel, Stefan}, + Year = {2014}, + + Archiveprefix = {arXiv}, + Eprint = {1405.3607}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-15961, DESY-14-073, MCNET-14-10, SLAC-PUB-15961}, + Slaccitation = {%%CITATION = ARXIV:1405.3607;%%} +} + +@Article{Hoche:2006ph, + Title = {{Matching Parton Showers and Matrix Elements}}, + Author = {H{\"o}che, Stefan and others}, + Year = {2006}, + + Eprint = {hep-ph/0602031}, + File = {:Hoche2006ph.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0602031} +} + +@Article{Hoche:2013zja, + Title = {{Computing for Perturbative QCD - A Snowmass White Paper}}, + Author = {H{\"o}che, Stefan and Reina, Laura and Wobisch, Markus and others}, + Year = {2013}, + + Archiveprefix = {arXiv}, + Eprint = {1309.3598}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-15740, ANL-HEP-CP-13-47, FERMILAB-FN-0968-T, CERN-PH-TH-2013-217}, + Slaccitation = {%%CITATION = ARXIV:1309.3598;%%}, + Url = {http://inspirehep.net/record/1254239} +} + +@Article{Hoeche:2012fm, + Title = {{Uncertainties in next-to-leading order plus parton shower matched simulations of inclusive jet and dijet production}}, + Author = {H{\"o}che, Stefan and Sch{\"o}nherr, Marek}, + Journal = {Phys.Rev.}, + Year = {2012}, + Pages = {094042}, + Volume = {D86}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.86.094042}, + Eprint = {1208.2815}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-15216, IPPP-12-65, DCPT-12-130, LPN12-090, MCNET-12-12}, + Slaccitation = {%%CITATION = ARXIV:1208.2815;%%}, + Url = {http://inspirehep.net/record/1127523} +} + +@Article{Hoeche:2009xc, + Title = {{Hard photon production and matrix-element parton-shower merging}}, + Author = {Stefan H{\"o}che and Steffen Schumann and Frank Siegert}, + Journal = {Phys. Rev.}, + Year = {2010}, + Pages = {034026}, + Volume = {D81}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.81.034026}, + Eprint = {0912.3501}, + File = {:Hoeche2009xc.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0912.3501;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0912.3501} +} + +@Article{Haag:1974qh, + Title = {{All possible generators of supersymmetries of the S-matrix}}, + Author = {Haag, Rudolf and {\L}opusza{\'n}ski, Jan T. and Sohnius, Martin}, + Journal = {Nucl. Phys.}, + Year = {1975}, + Pages = {257}, + Volume = {B88}, + + Doi = {10.1016/0550-3213(75)90279-5}, + File = {:Haag1974qh.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B88,257;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B88,257} +} + +@Article{Hagiwara:1984hi, + Title = {{Parity-Odd Asymmetries in $W$-Jet Events at Hadron Colliders}}, + Author = {Hagiwara, Kaoru and Hikasa, Ken-ichi and Kai, Naoyuki}, + Journal = {Phys. Rev. Lett.}, + Year = {1984}, + Pages = {1076}, + Volume = {52}, + + Doi = {10.1103/PhysRevLett.52.1076}, + File = {:Hagiwara1984hi.pdf:PDF}, + Url = {http://inspirebeta.net/record/200034} +} + +@Article{Hagiwara:2006qe, + Title = {{Parity-Odd Asymmetries in $W^-$ Jet Events at the Fermilab Tevatron}}, + Author = {Hagiwara, Kaoru and Hikasa, Ken-ichi and Yokoya, Hiroshi}, + Journal = {Phys. Rev. Lett.}, + Year = {2006}, + Pages = {221802}, + Volume = {97}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.97.221802}, + Eprint = {hep-ph/0604208}, + File = {:Hagiwara2006qe.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/715280} +} + +@Article{Hagiwara:2008iv, + Title = {{Graviton production with 2 jets at the LHC in large extra dimensions}}, + Author = {Hagiwara, Kaoru and Konar, Partha and Li, Qiang and Mawatari, Kentarou and Zeppenfeld, Dieter}, + Journal = {JHEP}, + Year = {2008}, + Pages = {019}, + Volume = {04}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/04/019}, + Eprint = {0801.1794}, + File = {:Hagiwara2008iv.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0801.1794;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0801.1794} +} + +@Article{Hagiwara:2005wg, + Title = {{Supersymmetry simulations with off-shell effects for the CERN LHC and an ILC}}, + Author = {Hagiwara, K. and others}, + Journal = {Phys. Rev.}, + Year = {2006}, + Pages = {055005}, + Volume = {D73}, + + Eprint = {hep-ph/0512260}, + File = {:Hagiwara2005wg.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0512260} +} + +@Article{Hagiwara:1986vm, + Title = {{Probing the weak boson sector in $e^+e^-\to W^+W^-$}}, + Author = {Hagiwara, K. and Peccei, R. D. and Zeppenfeld, D. and Hikasa, K.}, + Journal = {Nucl. Phys.}, + Year = {1987}, + Pages = {253}, + Volume = {B282}, + + File = {:Hagiwara1986vm.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B282,253;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B282,253} +} + +@Article{Hagiwara:1985yu, + Title = {{Helicity amplitudes for heavy lepton production in $e^+e^-$ annihilation}}, + Author = {Hagiwara, K. and Zeppenfeld, D.}, + Journal = {Nucl. Phys.}, + Year = {1986}, + Pages = {1}, + Volume = {B274}, + + File = {:Hagiwara1985yu.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B274,1} +} + +@Article{Hall:1985wz, + Title = {{Heavy Gluons and Monojets}}, + Author = {Hall, Lawrence J. and Nelson, Ann E.}, + Journal = {Phys. Lett.}, + Year = {1985}, + Pages = {430}, + Volume = {B153}, + + Doi = {10.1016/0370-2693(85)90487-3}, + File = {:Hall1985wz.pdf:PDF}, + Slaccitation = {%%CITATION = PHLTA,B153,430;%%} +} + +@Book{Halzen:1984mc, + Title = {{Quarks and leptons: An introductory course in modern particle physics}}, + Author = {Francis Halzen and Alan D. Martin}, + Publisher = {John Wiley \& Sons}, + Year = {1984}, + + Address = {New York, USA}, + + Pages = {396}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?key=1275631} +} + +@Article{Hamacher:1995df, + Title = {{The Next Round of Hadronic Generator Tuning Heavily Based on Identified Particle Data}}, + Author = {Hamacher, Klaus and Weierstall, Michael}, + Year = {1995}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ex/9511011}, + File = {:Hamacher1995df.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/9511011;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/9511011} +} + +@Article{Hamberg:1990np, + Title = {{A Complete calculation of the order $\alpha_s^{2}$ correction to the Drell-Yan $K$ factor}}, + Author = {Hamberg, R. and van Neerven, W.L. and Matsuura, T.}, + Journal = {Nucl.Phys.}, + Year = {1991}, + Pages = {343-405}, + Volume = {B359}, + + Doi = {10.1016/0550-3213(91)90064-5}, + Reportnumber = {DESY-90-129}, + Slaccitation = {%%CITATION = NUPHA,B359,343;%%} +} + +@Article{vanHameren:2010cp, + Title = {{OneLOop: For the evaluation of one-loop scalar functions}}, + Author = {van Hameren, A.}, + Journal = {Comput.Phys.Commun.}, + Year = {2011}, + Pages = {2427-2438}, + Volume = {182}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.cpc.2011.06.011}, + Eprint = {1007.4716}, + Primaryclass = {hep-ph}, + Reportnumber = {IFJPAN-IV-2010-7}, + Slaccitation = {%%CITATION = ARXIV:1007.4716;%%} +} + +@Article{vanHameren:2009dr, + Title = {{Automated one-loop calculations: A Proof of concept}}, + Author = {van Hameren, A. and Papadopoulos, C.G. and Pittau, R.}, + Journal = {JHEP}, + Year = {2009}, + Pages = {106}, + Volume = {09}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/09/106}, + Eprint = {0903.4665}, + File = {:vanHameren2009dr.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/816389} +} + +@Article{vanHameren:2002tc, + Title = {{A hierarchical phase space generator for QCD antenna structures}}, + Author = {van Hameren, Andre and Papadopoulos, Costas G.}, + Journal = {Eur. Phys. J.}, + Year = {2002}, + Pages = {563-574}, + Volume = {C25}, + + Eprint = {hep-ph/0204055}, + File = {:vanHameren2002tc.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0204055} +} + +@article{Hamilton:2012rf, + author = "Hamilton, Keith and Nason, Paolo and Oleari, Carlo and + Zanderighi, Giulia", + title = "{Merging H/W/Z + 0 and 1 jet at NLO with no merging + scale: a path to parton shower + NNLO matching}", + journal = "JHEP", + volume = "1305", + pages = "082", + doi = "10.1007/JHEP05(2013)082", + year = "2013", + eprint = "1212.4504", + archivePrefix = "arXiv", + reportNumber = "CERN-PH-TH-2012-356", + SLACcitation = "%%CITATION = ARXIV:1212.4504;%%", +} + +@article{Hamilton:2013fea, + author = "Hamilton, Keith and Nason, Paolo and Re, Emanuele and + Zanderighi, Giulia", + title = "{NNLOPS simulation of Higgs boson production}", + journal = "JHEP", + volume = "1310", + pages = "222", + doi = "10.1007/JHEP10(2013)222", + year = "2013", + eprint = "1309.0017", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "MCNET-13-11, CERN-PH-TH-2013-205, OUTP-13-18P", + SLACcitation = "%%CITATION = ARXIV:1309.0017;%%", +} + +@Article{Hamilton:2010wh, + Title = {{Improving NLO-parton shower matched simulations with higher order matrix elements}}, + Author = {Hamilton, Keith and Nason, Paolo}, + Journal = {JHEP}, + Year = {2010}, + Pages = {039}, + Volume = {06}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP06(2010)039}, + Eprint = {1004.1764}, + File = {:Hamilton2010wh.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1004.1764;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1004.1764} +} + +@Article{Hamilton:2012rf, + Title = {{Merging H/W/Z + 0 and 1 jet at NLO with no merging scale: a path to parton shower + NNLO matching}}, + Author = {Hamilton, Keith and Nason, Paolo and Oleari, Carlo and Zanderighi, Giulia}, + Journal = {JHEP}, + Year = {2013}, + Pages = {082}, + Volume = {05}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP05(2013)082}, + Eprint = {1212.4504}, + Reportnumber = {CERN-PH-TH-2012-356}, + Slaccitation = {%%CITATION = ARXIV:1212.4504;%%} +} + +@Article{Hamilton:2013fea, + Title = {{NNLOPS simulation of Higgs boson production}}, + Author = {Hamilton, Keith and Nason, Paolo and Re, Emanuele and Zanderighi, Giulia}, + Journal = {JHEP}, + Year = {2013}, + Pages = {222}, + Volume = {10}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP10(2013)222}, + Eprint = {1309.0017}, + Primaryclass = {hep-ph}, + Reportnumber = {MCNET-13-11, CERN-PH-TH-2013-205, OUTP-13-18P}, + Slaccitation = {%%CITATION = ARXIV:1309.0017;%%}, + Url = {http://inspirehep.net/record/1252061} +} + +@Article{Hamilton:2012np, + Title = {{MINLO: Multi-scale improved NLO}}, + Author = {Hamilton, Keith and Nason, Paolo and Zanderighi, Giulia}, + Journal = {JHEP}, + Year = {2012}, + Pages = {155}, + Volume = {1210}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP10(2012)155}, + Eprint = {1206.3572}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2012-166, OUTP-12-11P, MCNET-12-07}, + Slaccitation = {%%CITATION = ARXIV:1206.3572;%%}, + Url = {http://inspirehep.net/record/1118569} +} + +@Article{Hamilton:2006ms, + Title = {{A simulation of QCD radiation in top quark decays}}, + Author = {Hamilton, Keith and Richardson, Peter}, + Journal = {JHEP}, + Year = {2007}, + Pages = {069}, + Volume = {02}, + + Eprint = {hep-ph/0612236}, + File = {:Hamilton2006ms.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0612236} +} + +@Article{Hamilton:2006xz, + Title = {{Simulation of QED radiation in particle decays using the YFS formalism}}, + Author = {Hamilton, Keith and Richardson, Peter}, + Journal = {JHEP}, + Year = {2006}, + Pages = {010}, + Volume = {07}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0603034}, + File = {:Hamilton2006xz.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0603034;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0603034} +} + +@Article{Hamilton:2009ne, + Title = {{A modified CKKW matrix element merging approach to angular-ordered parton showers}}, + Author = {Hamilton, Keith and Richardson, Peter and Tully, Jon}, + Journal = {JHEP}, + Year = {2009}, + Pages = {038}, + Volume = {11}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/11/038}, + Eprint = {0905.3072}, + File = {:Hamilton2009ne.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0905.3072;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0905.3072} +} + +@Article{Hamilton:2009za, + Title = {{A positive-weight Next-to-Leading Order Monte Carlo Simulation for Higgs boson production}}, + Author = {Hamilton, Keith and Richardson, Peter and Tully, Jon}, + Journal = {JHEP}, + Year = {2009}, + Pages = {116}, + Volume = {04}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/04/116}, + Eprint = {0903.4345}, + File = {:Hamilton2009za.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0903.4345;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0903.4345} +} + +@Article{Hamilton:2008pd, + Title = {{A positive-weight next-to-leading order Monte Carlo simulation of Drell-Yan vector boson production}}, + Author = {Hamilton, Keith and Richardson, Peter and Tully, Jon}, + Journal = {JHEP}, + Year = {2008}, + Pages = {015}, + Volume = {10}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/10/015}, + Eprint = {0806.0290}, + File = {:Hamilton2008pd.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0806.0290;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0806.0290} +} + +@Article{Han:2012dd, + Title = {{Two-Higgs-doublet model with a color-triplet scalar: a joint explanation for top quark forward-backward asymmetry and Higgs decay to diphoton}}, + Author = {Han, Chengcheng and Liu, Ning and Wu, Lei and Yang, Jin Min and Zhang, Yang}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Eprint = {1212.6728}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1212.6728;%%} +} + +@Article{Han:2010rf, + Title = {{Colored Resonant Signals at the LHC: Largest Rate and Simplest Topology}}, + Author = {Han, Tao and Lewis, Ian and Liu, Zhen}, + Journal = {JHEP}, + Year = {2010}, + Pages = {085}, + Volume = {12}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP12(2010)085}, + Eprint = {1010.4309}, + Primaryclass = {hep-ph}, + Reportnumber = {MADPH-10-1563}, + Slaccitation = {%%CITATION = ARXIV:1010.4309;%%}, + Url = {http://inspirehep.net/record/873674} +} + +@Article{Han:1998sg, + Title = {{On Kaluza-Klein states from large extra dimensions}}, + Author = {Han, Tao and Lykken, Joseph D. and Zhang, Ren-Jie}, + Journal = {Phys. Rev.}, + Year = {1999}, + Pages = {105006}, + Volume = {D59}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.59.105006}, + Eprint = {hep-ph/9811350}, + File = {:Han1998sg.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9811350;%%} +} + +@Article{Han:1992hr, + Title = {{Structure function approach to vector boson scattering in p p collisions}}, + Author = {Han, Tao and Valencia, G. and Willenbrock, S.}, + Journal = {Phys.Rev.Lett.}, + Year = {1992}, + Pages = {3274-3277}, + Volume = {69}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.69.3274}, + Eprint = {hep-ph/9206246}, + Primaryclass = {hep-ph}, + Reportnumber = {FERMILAB-PUB-92-171-T}, + Slaccitation = {%%CITATION = HEP-PH/9206246;%%} +} + +@Article{Han:1991ia, + Title = {{QCD correction to the p p ---\&gt; W H and Z H total cross-sections}}, + Author = {Han, Tao and Willenbrock, S.}, + Journal = {Phys.Lett.}, + Year = {1991}, + Pages = {167-172}, + Volume = {B273}, + + Doi = {10.1016/0370-2693(91)90572-8}, + Reportnumber = {FERMILAB-PUB-91-070-T, BNL-45990}, + Slaccitation = {%%CITATION = PHLTA,B273,167;%%} +} + +@Article{Hankele:2007sb, + Title = {{QCD corrections to hadronic WWZ production with leptonic decays}}, + Author = {Hankele, V. and Zeppenfeld, D.}, + Journal = {Phys.Lett.}, + Year = {2008}, + Pages = {103-108}, + Volume = {B661}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2008.02.014}, + Eprint = {0712.3544}, + Primaryclass = {hep-ph}, + Reportnumber = {KA-TP-35-2007, SFB-CPP-07-94}, + Slaccitation = {%%CITATION = ARXIV:0712.3544;%%} +} + +@Article{Harel:2008px, + Title = {{Monte Carlo for top background at the Tevatron}}, + Author = {Harel, Amnon}, + Journal = {Nuovo Cim.}, + Year = {2008}, + Pages = {1165-1172}, + Volume = {123B}, + + Archiveprefix = {arXiv}, + Collaboration = {CDF}, + Doi = {10.1393/ncb/i2008-10709-1}, + Eprint = {0807.4127}, + File = {:Harel2008px.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0807.4127;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0807.4127} +} + +@article{Harland-Lang:2014zoa, + author = "Harland-Lang, L.A. and Martin, A.D. and Motylinski, P. + and Thorne, R.S.", + title = "{Parton distributions in the LHC era: MMHT 2014 PDFs}", + year = "2014", + eprint = "1412.3989", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "LCTS-2014-47, IPPP-14-97, DCPT-14-194", + SLACcitation = "%%CITATION = ARXIV:1412.3989;%%", +} + +@Article{Harlander:2002wh, + Title = {{Next-to-next-to-leading order Higgs production at hadron colliders}}, + Author = {Harlander, Robert V. and Kilgore, William B.}, + Journal = {Phys.Rev.Lett.}, + Year = {2002}, + Pages = {201801}, + Volume = {88}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.88.201801}, + Eprint = {hep-ph/0201206}, + Primaryclass = {hep-ph}, + Reportnumber = {BNL-HET-02-3, CERN-TH-2002-006}, + Slaccitation = {%%CITATION = HEP-PH/0201206;%%} +} + +@Article{Harlander:2009my, + Title = {{Higgs production in gluon fusion at next-to-next-to-leading order QCD for finite top mass}}, + Author = {Harlander, Robert V. and Mantler, Hendrik and Marzani, Simone and Ozeren, Kemal J.}, + Journal = {Eur.Phys.J.}, + Year = {2010}, + Pages = {359-372}, + Volume = {C66}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-010-1258-x}, + Eprint = {0912.2104}, + Primaryclass = {hep-ph}, + Reportnumber = {WUB-09-18, MAN-HEP-2009-44}, + Slaccitation = {%%CITATION = ARXIV:0912.2104;%%}, + Url = {http://inspirehep.net/record/839756} +} + +@article{Harlander:2011aa, + author = "Harlander, Robert and Kramer, Michael and Schumacher, + Markus", + title = "{Bottom-quark associated Higgs-boson production: + reconciling the four- and five-flavour scheme approach}", + year = "2011", + eprint = "1112.3478", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "CERN-PH-TH-2011-134, FR-PHENO-2011-009, TTK-11-17, + WUB-11-04", + SLACcitation = "%%CITATION = ARXIV:1112.3478;%%" +} + + +@Article{Harlander:2012hf, + Title = {{Top-mass effects in differential Higgs production through gluon fusion at order $\alpha_s^4$}}, + Author = {Harlander, Robert V. and Neumann, Tobias and Ozeren, Kemal J. and Wiesemann, Marius}, + Journal = {JHEP}, + Year = {2012}, + Pages = {139}, + Volume = {08}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP08(2012)139}, + Eprint = {1206.0157}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2012-146, LPN12-053, UCLA-12-TEP-101, WUB-12-13}, + Slaccitation = {%%CITATION = ARXIV:1206.0157;%%} +} + +@Article{Harlander:2009mq, + Title = {{Finite top mass effects for hadronic Higgs production at next-to-next-to-leading order}}, + Author = {Harlander, Robert V. and Ozeren, Kemal J.}, + Journal = {JHEP}, + Year = {2009}, + Pages = {088}, + Volume = {0911}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/11/088}, + Eprint = {0909.3420}, + Primaryclass = {hep-ph}, + Reportnumber = {WUB-09-10}, + Slaccitation = {%%CITATION = ARXIV:0909.3420;%%}, + Url = {http://inspirehep.net/record/831613} +} + +@Article{HarlandLang:2010ep, + Title = {{Standard candle central exclusive processes at the Tevatron and LHC}}, + Author = {Harland-Lang, L.A. and Khoze, V.A. and Ryskin, M.G. and Stirling, W.J.}, + Journal = {Eur.Phys.J.}, + Year = {2010}, + Pages = {179-199}, + Volume = {C69}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-010-1404-5}, + Eprint = {1005.0695}, + Primaryclass = {hep-ph}, + Reportnumber = {IPPP-10-32, DCPT-10-64, CAVENDISH-HEP-10-08}, + Slaccitation = {%%CITATION = ARXIV:1005.0695;%%} +} + +@Article{Hartgring:2013jma, + Title = {{Antenna Showers with One-Loop Matrix Elements}}, + Author = {Hartgring, L. and Laenen, E. and Skands, P.}, + Journal = {JHEP}, + Year = {2013}, + Pages = {127}, + Volume = {10}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP10(2013)127}, + Eprint = {1303.4974}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2013-038-NIKHEF-2013-004-ITF-UU-13-02, CERN-PH-TH-2013-038, NIKHEF-2013-004, ITF-UU-13-02}, + Slaccitation = {%%CITATION = ARXIV:1303.4974;%%} +} + +@Article{Hasegawa:2009tx, + Title = {{AutoDipole: Automated generation of dipole subtraction terms}}, + Author = {Hasegawa, K. and Moch, S. and Uwer, P.}, + Journal = {Comput. Phys. Commun.}, + Year = {2010}, + Pages = {1802-1817}, + Volume = {181}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.cpc.2010.06.044}, + Eprint = {0911.4371}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/837576} +} + +@Article{Hastings:1970aa, + Title = {Monte Carlo sampling methods using Markov chains and their applications}, + Author = {W. K. Hastings}, + Journal = {Biometrika}, + Year = {1970}, + Pages = {1}, + Volume = {57}, + + Doi = {10.1093/biomet/57.1.97}, + File = {:Hastings1970aa.pdf:PDF} +} + +@Article{Hatta:2013iba, + Title = {{Resummation of non-global logarithms at finite $N_c$}}, + Author = {Hatta, Yoshitaka and Ueda, Takahiro}, + Journal = {Nucl.Phys.}, + Year = {2013}, + Pages = {808-820}, + Volume = {B874}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nuclphysb.2013.06.021}, + Eprint = {1304.6930}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1304.6930;%%}, + Url = {http://inspirehep.net/record/1230354} +} + +@Article{Hautmann:2008vd, + Title = {{Angular correlations in multi-jet final states from k-perpendicular - dependent parton showers}}, + Author = {Hautmann, F. and Jung, H.}, + Journal = {JHEP}, + Year = {2008}, + Pages = {113}, + Volume = {10}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/10/113}, + Eprint = {0805.1049}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-08-057}, + Slaccitation = {%%CITATION = ARXIV:0805.1049;%%}, + Url = {http://inspirehep.net/record/785192} +} + +@Article{Hegeman:2007zz, + Title = {{Jet production in the D\O\ experiment: Measurements and data-to-Monte Carlo comparisons}}, + Author = {Hegeman, Jeroen}, + Journal = {Nucl. Phys. Proc. Suppl.}, + Year = {2007}, + Pages = {7-10}, + Volume = {174}, + + Collaboration = {D\O\}, + Doi = {10.1016/j.nuclphysbps.2007.08.074}, + File = {:Hegeman2007zz.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHZ,174,7;%%} +} + +@Article{Heinemeyer:2007tu, + Title = {{Studying the MSSM Higgs sector by forward proton tagging at the LHC}}, + Author = {Heinemeyer, S. and Khoze, V.A. and Ryskin, M.G. and Stirling, W.J. and Tasevsky, M. and others}, + Journal = {Eur.Phys.J.}, + Year = {2008}, + Pages = {231-256}, + Volume = {C53}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-007-0449-6}, + Eprint = {0708.3052}, + Primaryclass = {hep-ph}, + Reportnumber = {DCPT-07-80, IPPP-07-40}, + Slaccitation = {%%CITATION = ARXIV:0708.3052;%%} +} + +@Article{Heinemeyer:2013tqa, + Title = {{Handbook of LHC Higgs Cross Sections: 3. Higgs Properties}}, + Author = {Heinemeyer, S and others}, + Year = {2013}, + + Archiveprefix = {arXiv}, + Collaboration = {LHC Higgs Cross Section Working Group}, + Doi = {10.5170/CERN-2013-004}, + Editor = {Heinemeyer, S}, + Eprint = {1307.1347}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-2013-004}, + Slaccitation = {%%CITATION = ARXIV:1307.1347;%%}, + Url = {http://inspirehep.net/record/1241571} +} + +@Article{Heister:2003aj, + Title = {{Studies of QCD at $e^+ e^-$ centre-of-mass energies between 91 and 209 GeV}}, + Author = {Heister, A. and others}, + Journal = {Eur. Phys. J.}, + Year = {2004}, + Pages = {457-486}, + Volume = {C35}, + + Collaboration = {ALEPH}, + Doi = {10.1140/epjc/s2004-01891-4}, + File = {:Heister2003aj.pdf:PDF}, + Slaccitation = {%%CITATION = EPHJA,C35,457;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=EPHJA,C35,457} +} + +@Article{Heister:2002tq, + Title = {{Measurements of the strong coupling constant and the QCD colour factors using four-jet observables from hadronic Z decays}}, + Author = {Heister, A. and others}, + Journal = {Eur. Phys. J.}, + Year = {2003}, + Pages = {1-17}, + Volume = {C27}, + + Collaboration = {ALEPH}, + Doi = {10.1140/epjc/s2002-01114-2}, + File = {:Heister2002tq.pdf:PDF}, + Slaccitation = {%%CITATION = EPHJA,C27,1;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=EPHJA,C27,1} +} + +@Article{Hesketh:2006qu, + Title = {{$W$ and $Z$ (plus jets) production and asymmetries at 1.96-TeV}}, + Author = {Hesketh, Gavin}, + Year = {2006}, + + Archiveprefix = {arXiv}, + Collaboration = {CDF and D\O\}, + Eprint = {hep-ex/0605073}, + File = {:Hesketh2006qu.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0605073;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0605073} +} + +@Article{Hewett:1998sn, + Title = {{Indirect collider signals for extra dimensions}}, + Author = {Hewett, JoAnne L.}, + Journal = {Phys. Rev. Lett.}, + Year = {1999}, + Pages = {4765-4768}, + Volume = {82}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.82.4765}, + Eprint = {hep-ph/9811356}, + File = {:Hewett1998sn.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9811356;%%} +} + +@Article{Higgs:1966ev, + Title = {{Spontaneous Symmetry Breakdown without Massless Bosons}}, + Author = {Higgs, Peter W.}, + Journal = {Phys.Rev.}, + Year = {1966}, + Pages = {1156-1163}, + Volume = {145}, + + Doi = {10.1103/PhysRev.145.1156}, + Slaccitation = {%%CITATION = PHRVA,145,1156;%%}, + Url = {http://inspirehep.net/record/50073} +} + +@Article{Higgs:1964ia, + Title = {{Broken symmetries, massless particles and gauge fields}}, + Author = {Higgs, Peter W.}, + Journal = {Phys.Lett.}, + Year = {1964}, + Pages = {132-133}, + Volume = {12}, + + Doi = {10.1016/0031-9163(64)91136-9}, + Slaccitation = {%%CITATION = PHLTA,12,132;%%}, + Url = {http://inspirehep.net/record/40440} +} + +@Article{Higgs:1964pj, + Title = {{Broken Symmetries and the Masses of Gauge Bosons}}, + Author = {Higgs, Peter W.}, + Journal = {Phys.Rev.Lett.}, + Year = {1964}, + Pages = {508-509}, + Volume = {13}, + + Doi = {10.1103/PhysRevLett.13.508}, + File = {:Higgs1964pj.pdf:PDF}, + Slaccitation = {%%CITATION = PRLTA,13,508;%%}, + Url = {http://inspirehep.net/record/11883} +} + +@Article{Hinchliffe:1998ys, + Title = {{Measurements in gauge mediated SUSY breaking models at LHC}}, + Author = {Hinchliffe, I. and Paige, F. E.}, + Journal = {Phys. Rev.}, + Year = {1999}, + Pages = {095002}, + Volume = {D60}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.60.095002}, + Eprint = {hep-ph/9812233}, + File = {:Hinchliffe1998ys.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9812233;%%} +} + +@Article{Hirschi:2011pa, + Title = {{Automation of one-loop QCD corrections}}, + Author = {Hirschi, Valentin and Frederix, Rikkert and Frixione, Stefano and Garzelli, Maria Vittoria and Maltoni, Fabio and Pittau, Roberto}, + Journal = {JHEP}, + Year = {2011}, + Pages = {044}, + Volume = {05}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP05(2011)044}, + Eprint = {1103.0621}, + File = {:Hirschi2011pa.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/891365} +} + +@Article{Hoeche:2014lxa, + Title = {{Uncertainties in MEPS@NLO calculations of h+jets}}, + Author = {Hoeche, Stefan and Krauss, Frank and Schonherr, Marek}, + Year = {2014}, + + Archiveprefix = {arXiv}, + Eprint = {1401.7971}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-15899, IPPP-14-08, DCPT-14-16, LPN14-009, MCNET-14-02}, + Slaccitation = {%%CITATION = ARXIV:1401.7971;%%} +} + +@Article{HendrikDipl, + Title = {{Messung der Vierjet--Winkelverteilungen und Bestimmung der QCD--Farbfaktoren mit Hilfe des Apacic++--Generators}}, + Author = {Hoeth, Hendrik}, + Year = {2003}, + Note = {{Diploma Thesis, Fachbereich Physik, Bergische Universit\"at Wuppertal [WUD 03-11], in German}}, + + File = {:HendrikDipl.pdf:PDF}, + Url = {http://www.d0.uni-wuppertal.de/diplom/d_h_hoe_wud0311.ps.gz} +} + +@Article{Hollik:2011ps, + Title = {{The electroweak contribution to the top quark forward-backward asymmetry at the Tevatron}}, + Author = {Hollik, Wolfgang and Pagani, Davide}, + Journal = {Phys.Rev.}, + Year = {2011}, + Pages = {093003}, + Volume = {D84}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.84.093003}, + Eprint = {1107.2606}, + Primaryclass = {hep-ph}, + Reportnumber = {MPP-2011-82}, + Slaccitation = {%%CITATION = ARXIV:1107.2606;%%} +} + +@Article{tHooft:1973jz, + Title = {{A Planar Diagram Theory for Strong Interactions}}, + Author = {'t Hooft, Gerard}, + Journal = {Nucl.Phys.}, + Year = {1974}, + Pages = {461}, + Volume = {B72}, + + Doi = {10.1016/0550-3213(74)90154-0}, + File = {:tHooft1973jz.pdf:PDF}, + Reportnumber = {CERN-TH-1786}, + Slaccitation = {%%CITATION = NUPHA,B72,461;%%} +} + +@Article{Hou:1987ya, + Title = {{Charmless Rare B Decays, Heavy Quarks and a Fourth Generation}}, + Author = {Hou, George Wei-Shu}, + Note = {Invited talk given at '87 DPF Meeting of the APS, Salt Lake City, Utah, Jan 14-17, 1987} +} + +@Article{Hou:1987vd, + Title = {{Charmless Decays of Bottom Mesons and a Fourth Generation}}, + Author = {Hou, Wei-Shu and Soni, A. and Steger, Herbert}, + Journal = {Phys. Rev. Lett.}, + Year = {1987}, + Pages = {1521}, + Volume = {59}, + + Doi = {10.1103/PhysRevLett.59.1521}, + File = {:Hou1987vd.pdf:PDF}, + Slaccitation = {%%CITATION = PRLTA,59,1521;%%} +} + +@Article{Huang:2012rh, + Title = {{What the top asymmetries tell us about single top production and Higgs decays}}, + Author = {Huang, Wei-Chih and Urbano, Alfredo}, + Journal = {JHEP}, + Year = {2013}, + Pages = {079}, + Volume = {03}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP03(2013)079}, + Eprint = {1212.1399}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1212.1399;%%} +} + +@Article{Ioffe:2010zz, + Title = {{Quantum chromodynamics: Perturbative and nonperturbative aspects}}, + Author = {Ioffe, Boris Lazarevich, (ed.) and Fadin, Victor Sergeevich, (ed.) and Lipatov, Lev Nikolaevich, (ed.)}, + Year = {2010}, + + Slaccitation = {%%CITATION = INSPIRE-901483;%%} +} + +@Article{Isgur:1988gb, + Title = {{Semileptonic B and D decays in the quark model}}, + Author = {Isgur, Nathan and Scora, Daryl and Grinstein, Benjamin and Wise, Mark B.}, + Journal = {Phys. Rev.}, + Year = {1989}, + Pages = {799}, + Volume = {D39}, + + Doi = {10.1103/PhysRevD.39.799}, + File = {:Isgur1988gb.pdf:PDF}, + Slaccitation = {%%CITATION = PHRVA,D39,799;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D39,799} +} + +@Article{Ita:2011wn, + Title = {{Precise Predictions for Z + 4 Jets at Hadron Colliders}}, + Author = {Ita, Harald and Bern, Zvi and Dixon, Lance J. and Febres-Cordero, Fernando and Kosower, David A. and Ma{\^i}tre, Daniel}, + Journal = {Phys.Rev.}, + Year = {2012}, + Pages = {031501}, + Volume = {D85}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.85.031501}, + Eprint = {1108.2229}, + File = {:Ita2011wn.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1108.2229;%%}, + Url = {http://inspirehep.net/record/922868} +} + +@Article{Ita:2011ar, + Title = {{Colour Decompositions of Multi-quark One-loop QCD Amplitudes}}, + Author = {Ita, Harald and Ozeren, Kemal}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Eprint = {1111.4193}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1111.4193;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1111.4193} +} + +@Article{Ivanov:1985np, + Title = {{Infrared Asymptotics of Perturbative {QCD}: Contour Gauges}}, + Author = {Ivanov, S.V. and Korchemsky, G.P. and Radyushkin, A.V.}, + Journal = {Yad.Fiz.}, + Year = {1986}, + Pages = {230-240}, + Volume = {44}, + + File = {:Ivanov1985np.pdf:PDF}, + Reportnumber = {JINR-E2-85-595}, + Slaccitation = {%%CITATION = YAFIA,44,230;%%}, + Url = {http://inspirehep.net/record/221156} +} + +@Article{Jadach:1999sf, + Title = {{Foam: Multi-dimensional general purpose Monte Carlo generator with self-adapting simplical grid}}, + Author = {Jadach, S.}, + Journal = {Comput. Phys. Commun.}, + Year = {2000}, + Pages = {244-259}, + Volume = {130}, + + Eprint = {physics/9910004}, + File = {:Jadach1999sf.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=physics/9910004} +} + +@Article{Jadach:2000kw, + Title = {{Precision predictions for (un)stable $W^+ W^-$ pair production at and beyond LEP2 energies}}, + Author = {Jadach, S. and P{\l}aczek, W. and Skrzypek, M. and Ward, B. F. L. and W{\c a}s, Z.}, + Journal = {Phys. Rev.}, + Year = {2002}, + Pages = {093010}, + Volume = {D65}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.65.093010}, + Eprint = {hep-ph/0007012}, + File = {:Jadach2000kw.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0007012;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0007012} +} + +@Article{Jadach:2001mp, + Title = {{The Monte Carlo program KoralW version 1.51 and the concurrent Monte Carlo KoralW\&YFSWW3 with all background graphs and first order corrections to W pair production}}, + Author = {Jadach, S. and P{\l}aczek, W. and Skrzypek, M. and Ward, B. F. L. and W{\c a}s, Z.}, + Journal = {Comput. Phys. Commun.}, + Year = {2001}, + Pages = {475-512}, + Volume = {140}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0010-4655(01)00296-X}, + Eprint = {hep-ph/0104049}, + File = {:Jadach2001mp.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0104049;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0104049} +} + +@Article{Jadach:1996hi, + Title = {{Exact O (alpha) gauge invariant YFS exponentiated Monte Carlo for (un)stable W+ W- production at and beyond LEP-2 energies}}, + Author = {Jadach, S. and Placzek, W. and Skrzypek, M. and Ward, B.F.L. and Was, Z.}, + Journal = {Phys.Lett.}, + Year = {1998}, + Pages = {326-336}, + Volume = {B417}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0370-2693(97)01253-7}, + Eprint = {hep-ph/9705429}, + Primaryclass = {hep-ph}, + Reportnumber = {UTHEP-96-1101}, + Slaccitation = {%%CITATION = HEP-PH/9705429;%%} +} + +@Article{Jadach:1996hh, + Title = {{Gauge invariant YFS exponentiation of (un)stable Z pair production at and beyond LEP-2 energies}}, + Author = {Jadach, S. and Placzek, W. and Ward, B.F.L.}, + Journal = {Phys.Rev.}, + Year = {1997}, + Pages = {6939-6941}, + Volume = {D56}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.56.6939}, + Eprint = {hep-ph/9705430}, + Primaryclass = {hep-ph}, + Reportnumber = {UTHEP-96-0702}, + Slaccitation = {%%CITATION = HEP-PH/9705430;%%} +} + +@Article{Jadach:2000ir, + Title = {{Coherent exclusive exponentiation for precision Monte Carlo calculations}}, + Author = {Jadach, S. and Ward, B. F. L. and W{\c a}s, Z.}, + Journal = {Phys. Rev.}, + Year = {2001}, + Pages = {113009}, + Volume = {D63}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.63.113009}, + Eprint = {hep-ph/0006359}, + File = {:Jadach2000ir.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0006359;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0006359} +} + +@Article{Jadach:1999vf, + Title = {{The precision Monte Carlo event generator $\mathcal{KK}$ for two- fermion final states in $e^+ e^-$ collisions}}, + Author = {Jadach, S. and Ward, B. F. L. and W{\c a}s, Z.}, + Journal = {Comput. Phys. Commun.}, + Year = {2000}, + Pages = {260-325}, + Volume = {130}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0010-4655(00)00048-5}, + Eprint = {hep-ph/9912214}, + File = {:Jadach1999vf.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9912214;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9912214} +} + +@Article{Jadach:1993hs, + Title = {{The tau decay library TAUOLA: Version 2.4}}, + Author = {Jadach, S. and Was, Z. and Decker, R. and Kuhn, Johann H.}, + Journal = {Comput. Phys. Commun.}, + Year = {1993}, + Pages = {361-380}, + Volume = {76}, + + Doi = {10.1016/0010-4655(93)90061-G}, + File = {:Jadach1993hs.pdf:PDF}, + Slaccitation = {%%CITATION = CPHCB,76,361;%%} +} + +@Article{Jager:2009xx, + Title = {{Next-to-leading order QCD corrections to W+ W+ jj and W- W- jj production via weak-boson fusion}}, + Author = {Jager, B. and Oleari, C. and Zeppenfeld, D.}, + Journal = {Phys.Rev.}, + Year = {2009}, + Pages = {034022}, + Volume = {D80}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.80.034022}, + Eprint = {0907.0580}, + File = {:Jager2009xx.pdf:PDF}, + Primaryclass = {hep-ph}, + Reportnumber = {KA-TP-09-2009}, + Slaccitation = {%%CITATION = ARXIV:0907.0580;%%}, + Url = {http://inspirehep.net/record/824865} +} + +@Article{Jager:2011ms, + Title = {{NLO corrections to electroweak and QCD production of W+W+ plus two jets in the POWHEGBOX}}, + Author = {Jager, Barbara and Zanderighi, Giulia}, + Journal = {JHEP}, + Year = {2011}, + Pages = {055}, + Volume = {11}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP11(2011)055}, + Eprint = {1108.0864}, + File = {:Jager2011ms.pdf:PDF}, + Primaryclass = {hep-ph}, + Reportnumber = {MZ-TH-11-20, OUTP-11-45P}, + Slaccitation = {%%CITATION = ARXIV:1108.0864;%%}, + Url = {http://inspirehep.net/record/922009} +} + +@Article{James:1968gu, + Title = {{Monte-Carlo phase space}}, + Author = {James, F.}, + Note = {CERN-68-15}, + + File = {:James1968gu.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?r=CERN-68-15} +} + +@Article{Jezabek:1988iv, + Title = {{QCD Corrections to Semileptonic Decays of Heavy Quarks}}, + Author = {Jezabek, M. and K{\"u}hn, Johann H.}, + Journal = {Nucl.Phys.}, + Year = {1989}, + Pages = {1}, + Volume = {B314}, + + Doi = {10.1016/0550-3213(89)90108-9}, + File = {:Jezabek1988iv.pdf:PDF}, + Reportnumber = {MPI-PAE/PTh-16/88}, + Slaccitation = {%%CITATION = NUPHA,B314,1;%%}, + Url = {http://inspirehep.net/record/261711} +} + +@Article{JimenezDelgado:2008hf, + Title = {{Dynamical next-to-next-to-leading order parton distributions}}, + Author = {Jimenez-Delgado, P. and Reya, E.}, + Journal = {Phys. Rev.}, + Year = {2009}, + Pages = {074023}, + Volume = {D79}, + + Archiveprefix = {arXiv}, + Eprint = {0810.4274}, + File = {:JimenezDelgado2008hf.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0810.4274;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0810.4274} +} + +@Article{Jones:2003yv, + Title = {{Theoretical uncertainties on alpha(s) from event shape variables in e+ e- annihilations}}, + Author = {Jones, Roger W.L. and Ford, Matthew and Salam, Gavin P. and Stenzel, Hasko and Wicke, Daniel}, + Journal = {JHEP}, + Year = {2003}, + Pages = {007}, + Volume = {12}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0312016}, + Primaryclass = {hep-ph}, + Url = {http://inspirehep.net/record/634284} +} + +@Article{Jouttenus:2013hs, + Title = {{Jet mass spectra in Higgs boson plus one jet at next-to-next-to-leading logarithmic order}}, + Author = {Jouttenus, Teppo T. and Stewart, Iain W. and Tackmann, Frank J. and Waalewijn, Wouter J.}, + Journal = {Phys.Rev.}, + Year = {2013}, + Pages = {054031}, + Volume = {D88}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.88.054031}, + Eprint = {1302.0846}, + Primaryclass = {hep-ph}, + Reportnumber = {MIT-CTP-4427, DESY-12-222}, + Slaccitation = {%%CITATION = ARXIV:1302.0846;%%} +} + +@Article{Jung:2001hx, + Title = {{The CCFM Monte Carlo generator CASCADE}}, + Author = {Hannes Jung}, + Journal = {Comput. Phys. Commun.}, + Year = {2002}, + Pages = {100-111}, + Volume = {143}, + + Eprint = {hep-ph/0109102}, + File = {:Jung2001hx.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0109102} +} + +@Article{Jung:2010si, + Title = {{The CCFM Monte Carlo generator CASCADE version 2.2.03}}, + Author = {Jung, H. and Baranov, S. and Deak, M. and Grebenyuk, A. and Hautmann, F. and others}, + Journal = {Eur. Phys. J.}, + Year = {2010}, + Pages = {1237-1249}, + Volume = {C70}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-010-1507-z}, + Eprint = {1008.0152}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/864092} +} + +@Article{Jung:2000hk, + Title = {{Hadronic final state predictions from CCFM: the hadron-level Monte Carlo generator CASCADE}}, + Author = {Hannes Jung and Gavin P. Salam}, + Journal = {Eur. Phys. J.}, + Year = {2001}, + Pages = {351-360}, + Volume = {C19}, + + Eprint = {hep-ph/0012143}, + File = {:Jung2000hk.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0012143} +} + +@Article{Korner:1980pv, + Title = {{QCD predictions for four-jet final states in $e^+ e^-$ annihilation (II). Angular correlations as a test of the triple-gluon coupling}}, + Author = {K{\"o}rner, J. G. and Schierholz, G. and Willrodt, J.}, + Journal = {Nucl. Phys.}, + Year = {1981}, + Pages = {365}, + Volume = {B185}, + + Doi = {10.1016/0550-3213(81)90323-0}, + File = {:Korner1980pv.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B185,365;%%} +} + +@Article{Kuhn:2013zoa, + Title = {{Weak Interactions in Top-Quark Pair Production at Hadron Colliders: An Update}}, + Author = {K{\"u}hn, J.H. and Scharf, A. and Uwer, P.}, + Year = {2013}, + + Archiveprefix = {arXiv}, + Eprint = {1305.5773}, + Primaryclass = {hep-ph}, + Reportnumber = {TTP-13-015, HU-EP-13-26}, + Slaccitation = {%%CITATION = ARXIV:1305.5773;%%} +} + +@Article{Kuhn:2011ri, + Title = {{Charge asymmetries of top quarks at hadron colliders revisited}}, + Author = {K{\"u}hn, Johann H. and Rodrigo, German}, + Journal = {JHEP}, + Year = {2012}, + Pages = {063}, + Volume = {01}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP01(2012)063}, + Eprint = {1109.6830}, + Primaryclass = {hep-ph}, + Reportnumber = {LPN11-52, TTP11-26, IFIC-11-45}, + Slaccitation = {%%CITATION = ARXIV:1109.6830;%%} +} + +@Article{Kuhn:1990ad, + Title = {{$\tau$ Decays to pions}}, + Author = {{K\"uhn, Johann H. and Santamar\'ia, A.}}, + Journal = {Z. Phys.}, + Year = {1990}, + Pages = {445-452}, + Volume = {C48}, + + Doi = {10.1007/BF01572024}, + File = {:Kuhn1990ad.pdf:PDF}, + Slaccitation = {%%CITATION = ZEPYA,C48,445;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C48,445} +} + +@Article{Kaidalov:1979jz, + Title = {{Diffractive Production Mechanisms}}, + Author = {Kaidalov, A.B.}, + Journal = {Phys.Rept.}, + Year = {1979}, + Pages = {157-226}, + Volume = {50}, + + Slaccitation = {%%CITATION = PRPLC,50,157;%%} +} + +@Article{Kaidalov:2003ys, + Title = {{Extending the study of the Higgs sector at the LHC by proton tagging}}, + Author = {Kaidalov, A.B. and Khoze, V.A. and Martin, A.D. and Ryskin, M.G.}, + Journal = {Eur.Phys.J.}, + Year = {2004}, + Pages = {261-271}, + Volume = {C33}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s2003-01566-8}, + Eprint = {hep-ph/0311023}, + Primaryclass = {hep-ph}, + Reportnumber = {IPPP-03-51, DCPT-03-102}, + Slaccitation = {%%CITATION = HEP-PH/0311023;%%} +} + +@article{Kallweit:2014xda, + author = "Kallweit, Stefan and Lindert, Jonas M. and Maierhöfer, + Philipp and Pozzorini, Stefano and Schönherr, Marek", + title = "{NLO electroweak automation and precise predictions for + W+multijet production at the LHC}", + year = "2014", + eprint = "1412.5157", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "LPN14-127, IPPP-14-107, DCPT-14-214, MCNET-14-26, + ZU-TH-42-14, MITP-14-102", + SLACcitation = "%%CITATION = ARXIV:1412.5157;%%", +} + +@Article{Kalinowski:1980ju, + Title = {{Jet calculus beyond leading logarithms}}, + Author = {Kalinowski, J. and Konishi, K. and Taylor, T. R.}, + Journal = {Nucl. Phys.}, + Year = {1981}, + Pages = {221}, + Volume = {B181}, + + File = {:Kalinowski1980ju.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B181,221} +} + +@Article{Kamenik:2011wt, + Title = {{Review of New Physics Effects in $t\bar t$\/ Production}}, + Author = {Kamenik, Jernej F. and Shu, Jing and Zupan, Jure}, + Journal = {Eur.Phys.J.}, + Year = {2012}, + Pages = {2102}, + Volume = {C72}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-012-2102-2}, + Eprint = {1107.5257}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1107.5257;%%} +} + +@Article{Kanaki:2000ey, + Title = {{HELAC: A package to compute electroweak helicity amplitudes}}, + Author = {Kanaki, Aggeliki and Papadopoulos, Costas G.}, + Journal = {Comput. Phys. Commun.}, + Year = {2000}, + Pages = {306-315}, + Volume = {132}, + + Eprint = {hep-ph/0002082}, + File = {:Kanaki2000ey.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0002082} +} + +@Article{Kardos:2011qa, + Title = {{Top quark pair production in association with a jet with NLO parton showering}}, + Author = {Kardos, Adam and Papadopoulos, Costas and Trocsanyi, Zoltan}, + Journal = {Phys.Lett.}, + Year = {2011}, + Pages = {76-81}, + Volume = {B705}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2011.09.080}, + Eprint = {1101.2672}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/884386} +} + +@Article{Karg:2010wk, + Title = {{ZZ+jet and Graviton+jet at NLO QCD: recent applications using GOLEM methods}}, + Author = {Karg, Stefan and others}, + Year = {2010}, + + Archiveprefix = {arXiv}, + Eprint = {1001.2537}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1001.2537;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1001.2537} +} + +@Article{Karlberg:2014qua, + Title = {{NNLOPS accurate Drell-Yan production}}, + Author = {Karlberg, Alexander and Re, Emanuele and Zanderighi, Giulia}, + Year = {2014}, + + Archiveprefix = {arXiv}, + Eprint = {1407.2940}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2014-129, OUTP-14-12P}, + Slaccitation = {%%CITATION = ARXIV:1407.2940;%%} +} + +@Article{Karplus:1950zza, + Title = {{Non-Linear Interactions between Electromagnetic Fields}}, + Author = {Karplus, Robert and Neuman, Maurice}, + Journal = {Phys. Rev.}, + Year = {1950}, + Pages = {380-385}, + Volume = {80}, + + Doi = {10.1103/PhysRev.80.380}, + File = {:Karplus1950zza.pdf:PDF}, + Slaccitation = {%%CITATION = PHRVA,80,380;%%} +} + +@Article{Kauer:2000hi, + Title = {{$H \to WW$ as the discovery mode for a light Higgs boson}}, + Author = {Kauer, N. and Plehn, T. and Rainwater, David L. and Zeppenfeld, D.}, + Journal = {Phys. Lett.}, + Year = {2001}, + Pages = {113-120}, + Volume = {B503}, + + Eprint = {hep-ph/0012351}, + File = {:Kauer2000hi.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0012351} +} + +@Article{Kelley:2012kj, + Title = {{Abelian Non-Global Logarithms from Soft Gluon Clustering}}, + Author = {Kelley, Randall and Walsh, Jonathan R. and Zuberi, Saba}, + Journal = {JHEP}, + Year = {2012}, + Pages = {117}, + Volume = {1209}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP09(2012)117}, + Eprint = {1202.2361}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1202.2361;%%} +} + +@Article{Keppeler:2012ih, + Title = {{Orthogonal multiplet bases in SU(Nc) color space}}, + Author = {Keppeler, Stefan and Sj{\"o}dahl, Malin}, + Journal = {JHEP}, + Year = {2012}, + Pages = {124}, + Volume = {1209}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP09(2012)124}, + Eprint = {1207.0609}, + Primaryclass = {hep-ph}, + Reportnumber = {LU-TP-12-27}, + Slaccitation = {%%CITATION = ARXIV:1207.0609;%%} +} + +@article{Khachatryan:2014zya, + author = "Khachatryan, V. and others", + title = "{Measurements of jet multiplicity and differential + production cross sections of $Z +$ jets events in + proton-proton collisions at $\sqrt{s} =$ 7 TeV}", + collaboration = "CMS", + journal = "Phys. Rev.", + volume = "D91", + year = "2015", + number = "5", + pages = "052008", + doi = "10.1103/PhysRevD.91.052008", + eprint = "1408.3104", + archivePrefix = "arXiv", + primaryClass = "hep-ex", + reportNumber = "CMS-SMP-12-017, CERN-PH-EP-2014-205", + SLACcitation = "%%CITATION = ARXIV:1408.3104;%%" +} + +@Article{Khachatryan:2014ika, + Title = {{Study of hadronic event-shape variables in multijet final states in pp collisions at sqrt(s) = 7 TeV}}, + Author = {Khachatryan, Vardan and others}, + Journal = {JHEP}, + Year = {2014}, + Pages = {87}, + Volume = {1410}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS Collaboration}, + Doi = {10.1007/JHEP10(2014)087}, + Eprint = {1407.2856}, + Primaryclass = {hep-ex}, + Reportnumber = {CMS-SMP-12-022, CERN-PH-EP-2014-146}, + Slaccitation = {%%CITATION = ARXIV:1407.2856;%%} +} + +@Article{Khachatryan:2014zya, + Title = {{Measurements of jet multiplicity and differential production cross sections of Z+jets events in proton-proton collisions at sqrt(s)=7 TeV}}, + Author = {Khachatryan, Vardan and others}, + Year = {2014}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS Collaboration}, + Eprint = {1408.3104}, + Primaryclass = {hep-ex}, + Reportnumber = {CMS-SMP-12-017, CERN-PH-EP-2014-205}, + Slaccitation = {%%CITATION = ARXIV:1408.3104;%%} +} + +@Article{Khachatryan:2010fm, + Title = {{Measurement of the Isolated Prompt Photon Production Cross Section in $pp$ Collisions at $\sqrt{s}$ = 7 TeV}}, + Author = {Khachatryan, Vardan and others}, + Journal = {Phys. Rev. Lett.}, + Year = {2011}, + Pages = {082001}, + Volume = {106}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS}, + Doi = {10.1103/PhysRevLett.106.082001}, + Eprint = {1012.0799}, + Primaryclass = {hep-ex}, + Url = {http://inspirebeta.net/record/879403} +} + +@Article{Khachatryan:2010xn, + Title = {{Measurements of Inclusive W and Z Cross Sections in pp Collisions at $\sqrt{s}$=7 TeV}}, + Author = {Khachatryan, Vardan and others}, + Journal = {JHEP}, + Year = {2011}, + Pages = {080}, + Volume = {01}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS}, + Doi = {10.1007/JHEP01(2011)080}, + Eprint = {1012.2466}, + Primaryclass = {hep-ex}, + Url = {http://inspirebeta.net/record/881087} +} + +@Article{Khachatryan:2011dx, + Title = {{First Measurement of Hadronic Event Shapes in $pp$ Collisions at $\sqrt{s}$=7 TeV}}, + Author = {Khachatryan, Vardan and others}, + Journal = {Phys. Lett.}, + Year = {2011}, + Pages = {48-67}, + Volume = {B699}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS}, + Doi = {10.1016/j.physletb.2011.03.060}, + Eprint = {1102.0068}, + Primaryclass = {hep-ex} +} + +@Article{Khachatryan:2011tk, + Title = {{Search for Supersymmetry in pp Collisions at 7 TeV in Events with Jets and Missing Transverse Energy}}, + Author = {Khachatryan, Vardan and others}, + Journal = {Phys. Lett.}, + Year = {2011}, + Pages = {196-218}, + Volume = {B698}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS}, + Doi = {10.1016/j.physletb.2011.03.021}, + Eprint = {1101.1628}, + File = {:Khachatryan2011tk.pdf:PDF}, + Primaryclass = {hep-ex}, + Url = {http://inspirebeta.net/record/883771} +} + +@Article{Khachatryan:2011zj, + Title = {{Dijet Azimuthal Decorrelations in $pp$ Collisions at $\sqrt{s} = 7$~TeV}}, + Author = {Khachatryan, Vardan and others}, + Journal = {Phys.Rev.Lett.}, + Year = {2011}, + Pages = {122003}, + Volume = {106}, + + Archiveprefix = {arXiv}, + Collaboration = {CMS Collaboration}, + Eprint = {1101.5029}, + Primaryclass = {hep-ex}, + Reportnumber = {FERMILAB-PUB-11-772-CMS, CMS-QCD-10-026, CERN-PH-EP-2010-086}, + Slaccitation = {%%CITATION = ARXIV:1101.5029;%%} +} + +@Article{Kharraziha:1997dn, + Title = {{The linked dipole chain Monte Carlo}}, + Author = {Kharraziha, Hamid and L{\"o}nnblad, Leif}, + Journal = {JHEP}, + Year = {1998}, + Pages = {006}, + Volume = {03}, + + Eprint = {hep-ph/9709424}, + File = {:Kharraziha1997dn.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9709424} +} + +@Article{Khoze:2000cy, + Title = {{Can the Higgs be seen in rapidity gap events at the Tevatron or the LHC?}}, + Author = {Khoze, Valery A. and Martin, Alan D. and Ryskin, M.G.}, + Journal = {Eur.Phys.J.}, + Year = {2000}, + Pages = {525-534}, + Volume = {C14}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/s100520000359}, + Eprint = {hep-ph/0002072}, + Primaryclass = {hep-ph}, + Reportnumber = {DTP-00-08}, + Slaccitation = {%%CITATION = HEP-PH/0002072;%%} +} + +@Article{Khoze:1997dr, + Title = {{The Rapidity gap Higgs signal at LHC}}, + Author = {Khoze, Valery A. and Martin, Alan D. and Ryskin, M.G.}, + Journal = {Phys.Lett.}, + Year = {1997}, + Pages = {330-336}, + Volume = {B401}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0370-2693(97)00426-7}, + Eprint = {hep-ph/9701419}, + Primaryclass = {hep-ph}, + Reportnumber = {DTP-97-12}, + Slaccitation = {%%CITATION = HEP-PH/9701419;%%} +} + +@Article{Khoze:2008ib, + Title = {{Soft Diffraction at the LHC}}, + Author = {Khoze, V. A. and Martin, A. D. and Ryskin, M. G.}, + Year = {2008}, + + Archiveprefix = {arXiv}, + Eprint = {0810.3324}, + Primaryclass = {hep-ph}, + Slaccitation = {CITATION = 0810.3324;} +} + +@Article{Khoze:2007hx, + Title = {{Insight into Double-Pomeron-Exchange Higgs production and backgrounds}}, + Author = {Khoze, V.A. and Martin, A.D. and Ryskin, M.G.}, + Journal = {Phys.Lett.}, + Year = {2007}, + Pages = {41-45}, + Volume = {B650}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2007.04.060}, + Eprint = {hep-ph/0702213}, + Primaryclass = {hep-ph}, + Reportnumber = {IPPP-07-04, DCPT-07-08}, + Slaccitation = {%%CITATION = HEP-PH/0702213;%%} +} + +@Article{Khoze:2006uj, + Title = {{On the role of hard rescattering in exclusive diffractive Higgs production}}, + Author = {Khoze, V.A. and Martin, A.D. and Ryskin, M.G.}, + Journal = {JHEP}, + Year = {2006}, + Pages = {036}, + Volume = {05}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2006/05/036}, + Eprint = {hep-ph/0602247}, + Primaryclass = {hep-ph}, + Reportnumber = {IPPP-06-11, DCPT-06-22}, + Slaccitation = {%%CITATION = HEP-PH/0602247;%%} +} + +@Article{Khoze:2004rc, + Title = {{Hunting a light CP violating Higgs via diffraction at the LHC}}, + Author = {Khoze, V.A. and Martin, A.D. and Ryskin, M.G.}, + Journal = {Eur.Phys.J.}, + Year = {2004}, + Pages = {327-334}, + Volume = {C34}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0401078}, + Primaryclass = {hep-ph}, + Reportnumber = {IPPP-03-84, DCPT-03-168}, + Slaccitation = {%%CITATION = HEP-PH/0401078;%%} +} + +@Article{Khoze:2001xm, + Title = {{Prospects for new physics observations in diffractive processes at the LHC and Tevatron}}, + Author = {Khoze, V.A. and Martin, A.D. and Ryskin, M.G.}, + Journal = {Eur.Phys.J.}, + Year = {2002}, + Pages = {311-327}, + Volume = {C23}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/s100520100884}, + Eprint = {hep-ph/0111078}, + Primaryclass = {hep-ph}, + Reportnumber = {IPPP-01-53, DCPT-01-106}, + Slaccitation = {%%CITATION = HEP-PH/0111078;%%} +} + +@Article{Khoze:2002py, + Title = {{Diffractive Higgs production: Myths and reality}}, + Author = {Khoze, V.A. and Martin, A.D. and Ryskin, M.G.}, + Journal = {Eur.Phys.J.}, + Year = {2002}, + Pages = {229-236}, + Volume = {C26}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s2002-01067-4}, + Eprint = {hep-ph/0207313}, + Primaryclass = {hep-ph}, + Reportnumber = {IPPP-02-44, DCPT-02-88}, + Slaccitation = {%%CITATION = HEP-PH/0207313;%%} +} + +@Article{Kibble:1967sv, + Title = {{Symmetry breaking in nonAbelian gauge theories}}, + Author = {Kibble, T.W.B.}, + Journal = {Phys.Rev.}, + Year = {1967}, + Pages = {1554-1561}, + Volume = {155}, + + Doi = {10.1103/PhysRev.155.1554}, + Slaccitation = {%%CITATION = PHRVA,155,1554;%%} +} + +@Article{Kidonakis:2011zn, + Title = {{The top quark rapidity distribution and forward-backward asymmetry}}, + Author = {Kidonakis, Nikolaos}, + Journal = {Phys.Rev.}, + Year = {2011}, + Pages = {011504}, + Volume = {D84}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.84.011504}, + Eprint = {1105.5167}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1105.5167;%%} +} + +@Article{Kidonakis:1998nf, + Title = {{Evolution of color exchange in QCD hard scattering}}, + Author = {Kidonakis, Nikolaos and Oderda, Gianluca and Sterman, George F.}, + Journal = {Nucl.Phys.}, + Year = {1998}, + Pages = {365-402}, + Volume = {B531}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0550-3213(98)00441-6}, + Eprint = {hep-ph/9803241}, + File = {:Kidonakis1998nf.pdf:PDF}, + Primaryclass = {hep-ph}, + Reportnumber = {ITP-SB-98-23, EDINBURGH-98-3}, + Slaccitation = {%%CITATION = HEP-PH/9803241;%%}, + Url = {http://inspirehep.net/record/467792} +} + +@Article{Kidonakis:2000gi, + Title = {{Effects of higher order threshold corrections in high E(T) jet production}}, + Author = {Kidonakis, Nikolaos and Owens, J.F.}, + Journal = {Phys.Rev.}, + Year = {2001}, + Pages = {054019}, + Volume = {D63}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.63.054019}, + Eprint = {hep-ph/0007268}, + Primaryclass = {hep-ph}, + Reportnumber = {FSU-HEP-2000-0720}, + Slaccitation = {%%CITATION = HEP-PH/0007268;%%}, + Url = {http://inspirehep.net/record/530818} +} + +@Article{Kidonakis:1999hq, + Title = {{Soft-gluon resummation and NNLO corrections for direct photon production}}, + Author = {Kidonakis, Nikolaos and Owens, J. F.}, + Journal = {Phys. Rev.}, + Year = {2000}, + Pages = {094004}, + Volume = {D61}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.61.094004}, + Eprint = {hep-ph/9912388}, + File = {:Kidonakis1999hq.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9912388;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9912388} +} + +@Article{Kidonakis:2011ca, + Title = {{Top-quark production and QCD}}, + Author = {Kidonakis, Nikolaos and Pecjak, Ben D.}, + Journal = {Eur.Phys.J.}, + Year = {2012}, + Pages = {2084}, + Volume = {C72}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-012-2084-0}, + Eprint = {1108.6063}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1108.6063;%%} +} + +@Article{Kidonakis:1997gm, + Title = {{Resummation for QCD hard scattering}}, + Author = {Kidonakis, Nikolaos and Sterman, George F.}, + Journal = {Nucl. Phys.}, + Year = {1997}, + Pages = {321-348}, + Volume = {B505}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0550-3213(97)00506-3}, + Eprint = {hep-ph/9705234}, + File = {:Kidonakis1997gm.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9705234;%%}, + Url = {http://inspirebeta.net/record/442782} +} + +@Article{Kidonakis:1996aq, + Title = {{Subleading logarithms in QCD hard scattering}}, + Author = {Kidonakis, Nikolaos and Sterman, George F.}, + Journal = {Phys.Lett.}, + Year = {1996}, + Pages = {867-874}, + Volume = {B387}, + + Doi = {10.1016/0370-2693(96)01080-5}, + File = {:Kidonakis1996aq.pdf:PDF}, + Slaccitation = {%%CITATION = PHLTA,B387,867;%%}, + Url = {http://inspirehep.net/record/427691} +} + +@Article{Kilgore:2013gba, + Title = {{One-Loop Single-Real-Emission Contributions to $pp\to H + X$ at Next-to-Next-to-Next-to-Leading Order}}, + Author = {Kilgore, William B.}, + Journal = {Phys.Rev.}, + Year = {2014}, + Pages = {073008}, + Volume = {D89}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.89.073008}, + Eprint = {1312.1296}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1312.1296;%%}, + Url = {http://inspirehep.net/record/1267532} +} + +@Article{Kilgore:1996sq, + Title = {{Next-to-leading order gluonic three jet production at hadron colliders}}, + Author = {Kilgore, William B. and Giele, W.T.}, + Journal = {Phys.Rev.}, + Year = {1997}, + Pages = {7183-7190}, + Volume = {D55}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.55.7183}, + Eprint = {hep-ph/9610433}, + Primaryclass = {hep-ph}, + Reportnumber = {FERMILAB-PUB-96-358-T}, + Slaccitation = {%%CITATION = HEP-PH/9610433;%%}, + Url = {http://inspirehep.net/record/424903} +} + +@Article{Kilian:2007gr, + Title = {{WHIZARD: Simulating Multi-Particle Processes at LHC and ILC}}, + Author = {Kilian, Wolfgang and Ohl, Thorsten and Reuter, Jurgen}, + Journal = {Eur. Phys. J.}, + Year = {2007}, + Pages = {1742}, + Volume = {C71}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-011-1742-y}, + Eprint = {0708.4233}, + File = {:Kilian2007gr.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirehep.net/record/759495} +} + +@Article{Kilian:2012pz, + Title = {{QCD in the Color-Flow Representation}}, + Author = {Kilian, W. and Ohl, T. and Reuter, J. and Speckner, C.}, + Journal = {JHEP}, + Year = {2012}, + Pages = {022}, + Volume = {1210}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP10(2012)022}, + Eprint = {1206.3700}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-12-103, SI-HEP-2012-11}, + Slaccitation = {%%CITATION = ARXIV:1206.3700;%%}, + Url = {http://inspirehep.net/record/1118591} +} + +@Article{Kilian:2004uj, + Title = {{Split supersymmetry at colliders}}, + Author = {Kilian, W. and Plehn, T. and Richardson, P. and Schmidt, E.}, + Journal = {Eur.Phys.J.}, + Year = {2005}, + Pages = {229-243}, + Volume = {C39}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s2004-02046-5}, + Eprint = {hep-ph/0408088}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-04-136, CERN-PH-TH-2004-144, IPPP-04-46, DCPT-04-92}, + Slaccitation = {%%CITATION = HEP-PH/0408088;%%} +} + +@Article{Kilic:2008ub, + Title = {{Searching for Multijet Resonances at the LHC}}, + Author = {Kilic, Can and Schumann, Steffen and Son, Minho}, + Journal = {JHEP}, + Year = {2009}, + Pages = {128}, + Volume = {04}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/04/128}, + Eprint = {0810.5542}, + File = {:Kilic2008ub.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0810.5542;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0810.5542} +} + +@Article{Kimber:2000bg, + Title = {{Unintegrated gluon distribution from the Ciafaloni-Catani-Fiorani-Marchesini equation}}, + Author = {Kimber, M. A. and Kwiecinski, J. and Martin, Alan D. and Stasto, A. M.}, + Journal = {Phys. Rev.}, + Year = {2000}, + Pages = {094006}, + Volume = {D62}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.62.094006}, + Eprint = {hep-ph/0006184}, + File = {:Kimber2000bg.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0006184;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0006184} +} + +@Article{Kimber:2001sc, + Title = {{Unintegrated parton distributions}}, + Author = {Kimber, M. A. and Martin, Alan D. and Ryskin, M. G.}, + Journal = {Phys. Rev.}, + Year = {2001}, + Pages = {114027}, + Volume = {D63}, + + Eprint = {hep-ph/0101348}, + File = {:Kimber2001sc.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0101348} +} + +@Article{Kimber:1999xc, + Title = {{Unintegrated parton distributions and prompt photon hadroproduction}}, + Author = {Kimber, M. A. and Martin, Alan D. and Ryskin, M. G.}, + Journal = {Eur. Phys. J.}, + Year = {2000}, + Pages = {655-661}, + Volume = {C12}, + + Eprint = {hep-ph/9911379}, + File = {:Kimber1999xc.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9911379} +} + +@Article{Kinoshita:1962ur, + Title = {{Mass Singularities of Feynman Amplitudes}}, + Author = {Kinoshita, T.}, + Journal = {J.Math.Phys.}, + Year = {1962}, + Pages = {650-677}, + Volume = {3}, + + File = {:Kinoshita1962ur.pdf:PDF}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=JMAPA,3,650} +} + +@Article{Kirschner:1979im, + Title = {{Generalized Lipatov-Altarelli-Parisi equations and jet calculus rules}}, + Author = {R. Kirschner}, + Journal = {Phys. Lett.}, + Year = {1979}, + Pages = {266}, + Volume = {B84}, + + File = {:Kirschner1979im.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B84,266} +} + +@Article{Klasen:2012wq, + Title = {{Associated production of charged Higgs bosons and top quarks with POWHEG}}, + Author = {Klasen, Michael and Kovarik, Karol and Nason, Paolo and Weydert, Carole}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Eprint = {1203.1341}, + Primaryclass = {hep-ph}, + Reportnumber = {KA-TP-06-2012, LPSC-11-034, MS-TP-12-02}, + Slaccitation = {%%CITATION = ARXIV:1203.1341;%%}, + Url = {http://inspirehep.net/record/1093085} +} + +@Article{Klasen:1997jm, + Title = {{Inclusive Jet Production with Virtual Photons in Next-to- Leading Order QCD}}, + Author = {Klasen, M. and Kramer, G. and P{\"o}tter, B.}, + Journal = {Eur. Phys. J.}, + Year = {1998}, + Pages = {261-270}, + Volume = {C1}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/9703302}, + File = {:Klasen1997jm.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9703302;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9703302} +} + +@Article{Kleiss:1986re, + Title = {{From two to three jets in heavy boson decays: An algorithmic approach}}, + Author = {Kleiss, Ronald}, + Journal = {Phys. Lett.}, + Year = {1986}, + Pages = {400}, + Volume = {B180}, + + Doi = {10.1016/0370-2693(86)91210-4}, + File = {:Kleiss1986re.pdf:PDF}, + Slaccitation = {%%CITATION = PHLTA,B180,400;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHLTA,B180,400} +} + +@Article{Kleiss:1988ne, + Title = {{Multi-gluon cross-sections and five jet production at hadron colliders}}, + Author = {Kleiss, Ronald and Kuijf, Hans}, + Journal = {Nucl. Phys.}, + Year = {1989}, + Pages = {616}, + Volume = {B312}, + + File = {:Kleiss1988ne.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B312,616} +} + +@Article{Kleiss:2009pm, + Title = {{Recursive equations for Majorana currents}}, + Author = {Kleiss, R. and van den Oord, G.}, + Year = {2009}, + + Archiveprefix = {arXiv}, + Eprint = {0906.0697}, + File = {:Kleiss2009pm.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:0906.0697;%%}, + Url = {http://inspirehep.net/record/822179} +} + +@Article{Kleiss:1994qy, + Title = {{Weight optimization in multichannel Monte Carlo}}, + Author = {Kleiss, Ronald and Pittau, Roberto}, + Journal = {Comput. Phys. Commun.}, + Year = {1994}, + Pages = {141-146}, + Volume = {83}, + + Eprint = {hep-ph/9405257}, + File = {:Kleiss1994qy.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9405257} +} + +@Article{Kleiss:1985yh, + Title = {{Spinor Techniques for Calculating p anti-p --> W+- / Z0 + Jets}}, + Author = {Kleiss, R. and Stirling, W. James}, + Journal = {Nucl.Phys.}, + Year = {1985}, + Pages = {235-262}, + Volume = {B262}, + + Doi = {10.1016/0550-3213(85)90285-8}, + Reportnumber = {CERN-TH-4186-85}, + Slaccitation = {%%CITATION = NUPHA,B262,235;%%} +} + +@Article{Kleiss:1985gy, + Title = {{A new Monte Carlo treatment of multiparticle phase space at high energies}}, + Author = {Kleiss, R. and Stirling, W. James and Ellis, S. D.}, + Journal = {Comput. Phys. Commun.}, + Year = {1986}, + Pages = {359}, + Volume = {40}, + + File = {:Kleiss1985gy.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=CPHCB,40,359} +} + +@Article{Knowles:1988hu, + Title = {{A linear algorithm for calculating spin correlations in hadronic collisions}}, + Author = {Knowles, I.G.}, + Journal = {Comput.Phys.Commun.}, + Year = {1990}, + Pages = {271-284}, + Volume = {58}, + + Doi = {10.1016/0010-4655(90)90063-7}, + File = {:Knowles1988hu.pdf:PDF}, + Url = {http://inspirehep.net/record/262727} +} + +@Article{Knowles:1987cu, + Title = {{Angular Correlations in {QCD}}}, + Author = {Knowles, I.G.}, + Journal = {Nucl.Phys.}, + Year = {1988}, + Pages = {767}, + Volume = {B304}, + + Doi = {10.1016/0550-3213(88)90653-0}, + Reportnumber = {CAVENDISH-HEP-87/5} +} + +@Article{Knowles:1988vs, + Title = {{Spin Correlations in Parton - Parton Scattering}}, + Author = {Knowles, I.G.}, + Journal = {Nucl.Phys.}, + Year = {1988}, + Pages = {571}, + Volume = {B310}, + + Doi = {10.1016/0550-3213(88)90092-2}, + File = {:Knowles1988vs.pdf:PDF}, + Url = {http://inspirehep.net/record/261839} +} + +@Article{Kodaira:1982az, + Title = {{Single Logarithm Effects in electron-Positron Annihilation}}, + Author = {Kodaira, Jiro and Trentadue, Luca}, + Journal = {Phys.Lett.}, + Year = {1983}, + Pages = {335}, + Volume = {B123}, + + Doi = {10.1016/0370-2693(83)91213-3}, + File = {:Kodaira1982az.pdf:PDF}, + Reportnumber = {SLAC-PUB-2935}, + Slaccitation = {%%CITATION = PHLTA,B123,335;%%}, + Url = {http://inspirehep.net/record/179471} +} + +@Article{Kodaira:1981nh, + Title = {{Summing Soft Emission in QCD}}, + Author = {Kodaira, Jiro and Trentadue, Luca}, + Journal = {Phys.Lett.}, + Year = {1982}, + Pages = {66}, + Volume = {B112}, + + Doi = {10.1016/0370-2693(82)90907-8}, + File = {:Kodaira1981nh.pdf:PDF}, + Slaccitation = {%%CITATION = PHLTA,B112,66;%%}, + Url = {http://inspirehep.net/record/167878} +} + +@Article{Kolevatov:2011nf, + Title = {{All-loop calculation of the Reggeon field theory amplitudes via stochastic model}}, + Author = {Kolevatov, Rodion S. and Boreskov, Konstantin G. and Bravina, Larissa V.}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Eprint = {1105.3673}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1105.3673;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1105.3673} +} + +@Article{Konishi:1979cb, + Title = {{Jet calculus: A simple algorithm for resolving QCD jets}}, + Author = {Konishi, K. and Ukawa, A. and Veneziano, G.}, + Journal = {Nucl. Phys.}, + Year = {1979}, + Pages = {45-107}, + Volume = {B157}, + + File = {:Konishi1979cb.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B157,45} +} + +@Article{Konishi:1978yx, + Title = {{A simple algorithm for QCD jets}}, + Author = {Konishi, K. and Ukawa, A. and Veneziano, G.}, + Journal = {Phys. Lett.}, + Year = {1978}, + Pages = {243}, + Volume = {B78}, + + File = {:Konishi1978yx.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B78,243} +} + +@Article{Korchemsky:1985ts, + Title = {{Infrared Asymptotics of Perturbative {QCD}. Quark and Gluon Propagators}}, + Author = {Korchemsky, G.P. and Radyushkin, A.V.}, + Journal = {Sov.J.Nucl.Phys.}, + Year = {1987}, + Pages = {127}, + Volume = {45}, + + File = {:Korchemsky1985ts.pdf:PDF}, + Reportnumber = {JINR-E2-85-901}, + Slaccitation = {%%CITATION = SJNCA,45,127;%%}, + Url = {http://inspirehep.net/record/223224} +} + +@Article{Korchemsky:1986fj, + Title = {{Infrared Asymptotics of Perturbative {QCD}. Vertex Functions}}, + Author = {Korchemsky, G.P. and Radyushkin, A.V.}, + Journal = {Sov.J.Nucl.Phys.}, + Year = {1987}, + Pages = {910}, + Volume = {45}, + + File = {:Korchemsky1986fj.pdf:PDF}, + Reportnumber = {JINR-E2-86-293}, + Slaccitation = {%%CITATION = SJNCA,45,910;%%}, + Url = {http://inspirehep.net/record/235574} +} + +@Article{Korchemsky:1987wg, + Title = {{Renormalization of the Wilson Loops Beyond the Leading Order}}, + Author = {Korchemsky, G.P. and Radyushkin, A.V.}, + Journal = {Nucl.Phys.}, + Year = {1987}, + Pages = {342-364}, + Volume = {B283}, + + Doi = {10.1016/0550-3213(87)90277-X}, + File = {:Korchemsky1987wg.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B283,342;%%}, + Url = {http://inspirehep.net/record/246684} +} + +@Article{Korchemsky:1988hd, + Title = {{Sudakov form-factor in QCD}}, + Author = {Korchemsky, G. P.}, + Journal = {Phys. Lett.}, + Year = {1989}, + Pages = {629}, + Volume = {B220}, + + File = {:Korchemsky1988hd.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B220,629} +} + +@Article{Korner:2002hy, + Title = {{One loop corrections to four point functions with two external massive fermions and two external massless partons}}, + Author = {Korner, J.G. and Merebashvili, Z.}, + Journal = {Phys.Rev.}, + Year = {2002}, + Pages = {054023}, + Volume = {D66}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.66.054023}, + Eprint = {hep-ph/0207054}, + Primaryclass = {hep-ph}, + Reportnumber = {MZ-TH-02-10}, + Slaccitation = {%%CITATION = HEP-PH/0207054;%%}, + Url = {http://inspirehep.net/record/589776} +} + +@Article{Kosower:2003bh, + Title = {{Antenna factorization in strongly-ordered limits}}, + Author = {Kosower, David A.}, + Journal = {Phys. Rev.}, + Year = {2005}, + Pages = {045016}, + Volume = {D71}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.71.045016}, + Eprint = {hep-ph/0311272}, + File = {:Kosower2003bh.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0311272;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0311272} +} + +@Article{Kosower:1997zr, + Title = {{Antenna factorization of gauge-theory amplitudes}}, + Author = {Kosower, David A.}, + Journal = {Phys. Rev.}, + Year = {1998}, + Pages = {5410-5416}, + Volume = {D57}, + + Eprint = {hep-ph/9710213}, + File = {:Kosower1997zr.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9710213} +} + +@Article{Kosower:1989xy, + Title = {{Light-cone recurrence relations for QCD amplitudes}}, + Author = {Kosower, David A.}, + Journal = {Nucl. Phys.}, + Year = {1990}, + Pages = {23}, + Volume = {B335}, + + File = {:Kosower1989xy.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B335,23} +} + +@Article{Kotko:2012ui, + Title = {{General Mass Scheme for Jet Production in DIS}}, + Author = {Kotko, Piotr and Slominski, Wojciech}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Eprint = {1206.4024}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1206.4024;%%}, + Url = {http://inspirehep.net/record/1118603} +} + +@article{Kramer:2000hn, + author = "Kramer, Michael, 1 and Olness, Fredrick I. and Soper, + Davison E.", + title = "{Treatment of heavy quarks in deeply inelastic + scattering}", + journal = "Phys.Rev.", + volume = "D62", + pages = "096007", + doi = "10.1103/PhysRevD.62.096007", + year = "2000", + eprint = "hep-ph/0003035", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + reportNumber = "EDINBURGH-2000-02", + SLACcitation = "%%CITATION = HEP-PH/0003035;%%", +} + +@Article{Kramer:1993jn, + Title = {{Prospects of measuring the parity of Higgs particles}}, + Author = {Kr{\"a}mer, M. and K{\"u}hn, Johann H. and Stong, M. L. and Zerwas, P. M.}, + Journal = {Z. Phys.}, + Year = {1994}, + Pages = {21-30}, + Volume = {C64}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/9404280}, + File = {:Kramer1993jn.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9404280;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9404280} +} + +@Article{Kramer:1986sr, + Title = {{Integrals for Two Loop Calculations in Massless {QCD}}}, + Author = {Kramer, G. and Lampe, B.}, + Journal = {J.Math.Phys.}, + Year = {1987}, + Pages = {945}, + Volume = {28}, + + Doi = {10.1063/1.527586}, + File = {:Kramer1986sr.pdf:PDF}, + Reportnumber = {DESY-86-038}, + Slaccitation = {%%CITATION = JMAPA,28,945;%%} +} + +@Article{Kramer:1999jr, + Title = {{Forward jet production at small $x$ in next-to-leading order QCD}}, + Author = {Kramer, G. and P{\"o}tter, B.}, + Journal = {Phys. Lett.}, + Year = {1999}, + Pages = {295-301}, + Volume = {B453}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0370-2693(99)00376-7}, + Eprint = {hep-ph/9901314}, + File = {:Kramer1999jr.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9901314;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9901314} +} + +@Article{Kramer:1998bc, + Title = {{Low $Q^2$ jet production at HERA in next-to-leading order QCD}}, + Author = {Kramer, G. and P{\"o}tter, B.}, + Journal = {Eur. Phys. J.}, + Year = {1998}, + Pages = {665-679}, + Volume = {C5}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/s100520050308}, + Eprint = {hep-ph/9804352}, + File = {:Kramer1998bc.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9804352;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9804352} +} + +@Article{Krauss:2002up, + Title = {{Matrix elements and parton showers in hadronic interactions}}, + Author = {Frank Krauss}, + Journal = {JHEP}, + Year = {2002}, + Pages = {015}, + Volume = {08}, + + Eprint = {hep-ph/0205283}, + File = {:Krauss2002up.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0205283} +} + +@Article{Krauss:2001iv, + Title = {{AMEGIC++ 1.0: A Matrix Element Generator In C++}}, + Author = {Frank Krauss and Ralf Kuhn and Gerhard Soff}, + Journal = {JHEP}, + Year = {2002}, + Pages = {044}, + Volume = {02}, + + Eprint = {hep-ph/0109036}, + File = {:Krauss2001iv.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0109036} +} + +@Article{Krauss:2010xx, + Title = {{Simulation of hadron decays in \Sherpa}}, + Author = {Krauss, F. and Laubrich, T. and Siegert, F.}, + Note = {in preparation} +} + +@Article{Krauss:2010xy, + Title = {{\Sherpa's new hadronisation model}}, + Author = {Krauss, Frank and others}, + Note = {in preparation} +} + +@Article{Krauss:2005nu, + Title = {{Simulating $W$/$Z$ + jets production at the CERN LHC}}, + Author = {Krauss, Frank and Sch{\"a}licke, Andreas and Schumann, Steffen and Soff, Gerhard}, + Journal = {Phys. Rev.}, + Year = {2005}, + Pages = {054017}, + Volume = {D72}, + + Eprint = {hep-ph/0503280}, + File = {:Krauss2005nu.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0503280} +} + +@Article{Krauss:2004bs, + Title = {{Simulating $W/Z$ + jets production at the Tevatron}}, + Author = {Krauss, Frank and Sch{\"a}licke, Andreas and Schumann, Steffen and Soff, Gerhard}, + Journal = {Phys. Rev.}, + Year = {2004}, + Pages = {114009}, + Volume = {D70}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.70.114009}, + Eprint = {hep-ph/0409106}, + File = {:Krauss2004bs.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0409106} +} + +@Article{Krauss:2005re, + Title = {{APACIC++ 2.0: A PArton Cascade In C++}}, + Author = {Krauss, F. and Sch{\"a}licke, A. and Soff, G.}, + Journal = {Comput. Phys. Commun.}, + Year = {2006}, + Pages = {876-902}, + Volume = {174}, + + Eprint = {hep-ph/0503087}, + File = {:Krauss2005re.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0503087} +} + +@Article{Krohn:2011tw, + Title = {{A Polarized View of the Top Asymmetry}}, + Author = {Krohn, David and Liu, Tao and Shelton, Jessie and Wang, Lian-Tao}, + Journal = {Phys.Rev.}, + Year = {2011}, + Pages = {074034}, + Volume = {D84}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.84.074034}, + Eprint = {1105.3743}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1105.3743;%%} +} + +@Article{Kuhlen:1996et, + Title = {{A new method to probe the low-$x$ parton dynamics at HERA}}, + Author = {Kuhlen, M.}, + Journal = {Phys. Lett.}, + Year = {1996}, + Pages = {441-446}, + Volume = {B382}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/0370-2693(96)00750-2}, + Eprint = {hep-ph/9606246}, + File = {:Kuhlen1996et.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9606246;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9606246} +} + +@Article{Kuhlen:1996yf, + Title = {{High-$p_T$ particles in the forward region at HERA}}, + Author = {Kuhlen, M.}, + Year = {1996}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ex/9610004}, + File = {:Kuhlen1996yf.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/9610004;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9610004} +} + +@Article{Kuhlen:1995yv, + Title = {{Hadronic Final States in Deeply Inelastic Scattering}}, + Author = {Kuhlen, M.}, + Year = {1995}, + Note = {Proceedings of the workshop on DIS and QCD - DIS95, Paris, 1995 ed. J.F. Laporte and Y. Sirois}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ex/9508014}, + File = {:Kuhlen1995yv.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/9508014;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/9508014} +} + +@Article{Kuhn:2011mh, + Title = {{Next-to-Next-to-Leading Electroweak Logarithms for W-Pair Production at LHC}}, + Author = {Kuhn, J.H. and Metzler, F. and Penin, A.A. and Uccirati, S.}, + Journal = {JHEP}, + Year = {2011}, + Pages = {143}, + Volume = {06}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP06(2011)143}, + Eprint = {1101.2563}, + Primaryclass = {hep-ph}, + Reportnumber = {TTP08-26}, + Slaccitation = {%%CITATION = ARXIV:1101.2563;%%} +} + +@Article{Kuhn:2000dk, + Title = {{APACIC++ 1.0: A PArton Cascade In C++}}, + Author = {Kuhn, R. and Krauss, F. and Ivanyi, B. and Soff, G.}, + Journal = {Comput. Phys. Commun.}, + Year = {2001}, + Pages = {223-266}, + Volume = {134}, + + Eprint = {hep-ph/0004270}, + File = {:Kuhn2000dk.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0004270} +} + +@Article{Kuraev:1977fs, + Title = {{The Po\-me\-ran\-chuk Singularity in Nonabelian Gauge Theories}}, + Author = {E. A. Kuraev and L. N. Lipatov and V. S. Fadin}, + Journal = {Sov. Phys. JETP}, + Year = {1977}, + Pages = {199-204}, + Volume = {45}, + + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SPHJA,45,199} +} + +@Article{Kwak:1975yq, + Title = {{Experimental Results on Large Angle Elastic $p p$ Scattering at the CERN ISR}}, + Author = {Kwak, N. and Lohrmann, E. and Nagy, E. and Regler, M. and Schmidt-Parzefall, W. and others}, + Journal = {Phys.Lett.}, + Year = {1975}, + Pages = {233}, + Volume = {B58}, + + Doi = {10.1016/0370-2693(75)90643-7}, + Reportnumber = {Print-75-0743 (CERN)}, + Slaccitation = {%%CITATION = PHLTA,B58,233;%%} +} + +@Article{Kwiecinski:1996td, + Title = {{Constraints on gluon evolution at small $x$}}, + Author = {Kwieci\'{n}ski, J. and Martin, Alan D. and Sutton, P. J.}, + Journal = {Z. Phys.}, + Year = {1996}, + Pages = {585-594}, + Volume = {C71}, + + Eprint = {hep-ph/9602320}, + File = {:Kwiecinski1996td.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9602320} +} + +@Article{Kwiecinski:1996fm, + Title = {{Observable jets from the BFKL chain}}, + Author = {Kwiecinski, J. and Lewis, C. A. M. and Martin, Alan D.}, + Journal = {Phys. Rev.}, + Year = {1996}, + Pages = {6664-6673}, + Volume = {D54}, + + Eprint = {hep-ph/9606375}, + File = {:Kwiecinski1996fm.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9606375} +} + +@Article{Lonnblad:2012hz, + Title = {{Fooling Around with the Sudakov Veto Algorithm}}, + Author = {L{\"o}nnblad, Leif}, + Journal = {Eur.Phys.J.}, + Year = {2013}, + Pages = {2350}, + Volume = {C73}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-013-2350-9}, + Eprint = {1211.7204}, + File = {:Lonnblad2012hz.pdf:PDF}, + Primaryclass = {hep-ph}, + Reportnumber = {MCNET-12-16, LU-TP-12-44}, + Slaccitation = {%%CITATION = ARXIV:1211.7204;%%}, + Url = {http://inspirehep.net/record/1205014} +} + +@Article{Lonnblad:2001iq, + Title = {{Correcting the colour-dipole cascade model with fixed order matrix elements}}, + Author = {L{\"o}nnblad, Leif}, + Journal = {JHEP}, + Year = {2002}, + Pages = {046}, + Volume = {05}, + + Eprint = {hep-ph/0112284}, + File = {:Lonnblad2001iq.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0112284} +} + +@Article{Lonnblad:1995ex, + Title = {{Small $x$ effects in $W$ + jets production at the Tevatron}}, + Author = {L{\"o}nnblad, Leif}, + Journal = {Nucl. Phys.}, + Year = {1996}, + Pages = {215-230}, + Volume = {B458}, + + Eprint = {hep-ph/9508261}, + File = {:Lonnblad1995ex.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9508261} +} + +@Article{Lonnblad:1994wk, + Title = {{Rapidity gaps and other final state properties in the color dipole model for deep inelastic scattering}}, + Author = {L{\"o}nnblad, Leif}, + Journal = {Z. Phys.}, + Year = {1995}, + Pages = {285-292}, + Volume = {C65}, + + File = {:Lonnblad1994wk.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=ZEPYA,C65,285} +} + +@Article{Lonnblad:1992tz, + Title = {{Ariadne version 4: A program for simulation of QCD cascades implementing the colour dipole model}}, + Author = {L{\"o}nnblad, Leif}, + Journal = {Comput. Phys. Commun.}, + Year = {1992}, + Pages = {15-31}, + Volume = {71}, + + File = {:Lonnblad1992tz.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=CPHCB,71,15} +} + +@Article{Lonnblad:2012ix, + Title = {{Merging Multi-leg NLO Matrix Elements with Parton Showers}}, + Author = {L{\"o}nnblad, Leif and Prestel, Stefan}, + Journal = {JHEP}, + Year = {2013}, + Pages = {166}, + Volume = {03}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP03(2013)166}, + Eprint = {1211.7278}, + Primaryclass = {hep-ph}, + Reportnumber = {MCNET-12-17, LU-TP-12-43}, + Slaccitation = {%%CITATION = ARXIV:1211.7278;%%}, + Url = {http://inspirehep.net/record/1205021} +} + +@Article{Lonnblad:2012ng, + Title = {{Unitarising Matrix Element + Parton Shower merging}}, + Author = {L{\"o}nnblad, Leif and Prestel, Stefan}, + Journal = {JHEP}, + Year = {2013}, + Pages = {094}, + Volume = {02}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP02(2013)094}, + Eprint = {1211.4827}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1211.4827;%%}, + Url = {http://inspirehep.net/record/1203308/} +} + +@Article{Lonnblad:2011xx, + Title = {{Matching Tree-Level Matrix Elements with Interleaved Showers}}, + Author = {L{\"o}nnblad, Leif and Prestel, Stefan}, + Journal = {JHEP}, + Year = {2012}, + Pages = {019}, + Volume = {03}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP03(2012)019}, + Eprint = {1109.4829}, + File = {:Lonnblad2011xx.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1109.4829;%%} +} + +@Article{Laenen:1993xr, + Title = {{Top quark production cross section}}, + Author = {Laenen, Eric and Smith, J. and van Neerven, W.L.}, + Journal = {Phys. Lett.}, + Year = {1994}, + Pages = {254-258}, + Volume = {B321}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/0370-2693(94)90473-1}, + Eprint = {hep-ph/9310233}, + File = {:Laenen1993xr.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/358513} +} + +@Article{Laenen:1991af, + Title = {{All order resummation of soft-gluon contributions to heavy quark production in hadron-hadron collisions}}, + Author = {Laenen, Eric and Smith, J. and van Neerven, W.L.}, + Journal = {Nucl. Phys.}, + Year = {1992}, + Pages = {543-599}, + Volume = {B369}, + + Doi = {10.1016/0550-3213(92)90279-K}, + File = {:Laenen1991af.pdf:PDF}, + Url = {http://inspirebeta.net/record/315403} +} + +@Article{Lai:2010vv, + Title = {{New parton distributions for collider physics}}, + Author = {Lai, Hung-Liang and Guzzi, Marco and Huston, Joey and Li, Zhao and Nadolsky, Pavel M. and others}, + Journal = {Phys.Rev.}, + Year = {2010}, + Pages = {074024}, + Volume = {D82}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.82.074024}, + Eprint = {1007.2241}, + Primaryclass = {hep-ph}, + Reportnumber = {MSUHEP-100707, SMU-HEP-10-10}, + Slaccitation = {%%CITATION = ARXIV:1007.2241;%%} +} + +@Article{Lam:1978zr, + Title = {{STRUCTURE FUNCTION RELATIONS AT LARGE TRANSVERSE MOMENTA IN LEPTON PAIR PRODUCTION PROCESSES}}, + Author = {Lam, C.S. and Tung, Wu-Ki}, + Journal = {Phys. Lett.}, + Year = {1979}, + Pages = {228}, + Volume = {B80}, + + Doi = {10.1016/0370-2693(79)90204-1}, + File = {:Lam1978zr.pdf:PDF}, + Url = {http://inspirebeta.net/record/130658} +} + +@Article{Langacker:2008yv, + Title = {{The Physics of Heavy $Z^\prime$ Gauge Bosons}}, + Author = {Langacker, Paul}, + Journal = {Rev.Mod.Phys.}, + Year = {2009}, + Pages = {1199-1228}, + Volume = {81}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/RevModPhys.81.1199}, + Eprint = {0801.1345}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:0801.1345;%%} +} + +@Article{Lange:2001uf, + Title = {{The EvtGen particle decay simulation package}}, + Author = {Lange, D. J.}, + Journal = {Nucl. Instrum. Meth.}, + Year = {2001}, + Pages = {152-155}, + Volume = {A462}, + + Doi = {10.1016/S0168-9002(01)00089-4}, + File = {:Lange2001uf.pdf:PDF}, + Slaccitation = {%%CITATION = NUIMA,A462,152;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUIMA,A462,152} +} + +@Article{Larkoski:2014wba, + Title = {{Soft Drop}}, + Author = {Larkoski, Andrew J. and Marzani, Simone and Soyez, Gregory and Thaler, Jesse}, + Journal = {JHEP}, + Year = {2014}, + Pages = {146}, + Volume = {1405}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP05(2014)146}, + Eprint = {1402.2657}, + Primaryclass = {hep-ph}, + Reportnumber = {MIT-CTP-4531, DCPT-14-24, IPPP-14-12}, + Slaccitation = {%%CITATION = ARXIV:1402.2657;%%} +} + +@Article{Larkoski:2014gra, + Title = {{Power Counting to Better Jet Observables}}, + Author = {Larkoski, Andrew J. and Moult, Ian and Neill, Duff}, + Year = {2014}, + + Archiveprefix = {arXiv}, + Eprint = {1409.6298}, + Primaryclass = {hep-ph}, + Reportnumber = {MIT--CTP-4588}, + Slaccitation = {%%CITATION = ARXIV:1409.6298;%%} +} + +@Article{Larkoski:2014tva, + Title = {{Toward Multi-Differential Cross Sections: Measuring Two Angularities on a Single Jet}}, + Author = {Larkoski, Andrew J. and Moult, Ian and Neill, Duff}, + Journal = {JHEP}, + Year = {2014}, + Pages = {046}, + Volume = {1409}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP09(2014)046}, + Eprint = {1401.4458}, + Primaryclass = {hep-ph}, + Reportnumber = {MIT-CTP-4525}, + Slaccitation = {%%CITATION = ARXIV:1401.4458;%%} +} + +@Article{Larkoski:2014uqa, + Title = {{Jet Shapes with the Broadening Axis}}, + Author = {Larkoski, Andrew J. and Neill, Duff and Thaler, Jesse}, + Journal = {JHEP}, + Year = {2014}, + Pages = {017}, + Volume = {1404}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP04(2014)017}, + Eprint = {1401.2158}, + Primaryclass = {hep-ph}, + Reportnumber = {MIT--CTP-4512}, + Slaccitation = {%%CITATION = ARXIV:1401.2158;%%} +} + +@Article{Larkoski:2011fd, + Title = {{Antenna Splitting Functions for Massive Particles}}, + Author = {Larkoski, Andrew J. and Peskin, Michael E.}, + Journal = {Phys. Rev.}, + Year = {2011}, + Pages = {034034}, + Volume = {D84}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.84.034034}, + Eprint = {1106.2182}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/913515} +} + +@Article{Larkoski:2009ah, + Title = {{Spin-Dependent Antenna Splitting Functions}}, + Author = {Larkoski, Andrew J. and Peskin, Michael E.}, + Journal = {Phys. Rev.}, + Year = {2010}, + Pages = {054010}, + Volume = {D81}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.81.054010}, + Eprint = {0908.2450}, + File = {:Larkoski2009ah.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/828937} +} + +@Article{Larkoski:2013eya, + Title = {{Energy Correlation Functions for Jet Substructure}}, + Author = {Larkoski, Andrew J. and Salam, Gavin P. and Thaler, Jesse}, + Journal = {JHEP}, + Year = {2013}, + Pages = {108}, + Volume = {1306}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP06(2013)108}, + Eprint = {1305.0007}, + Primaryclass = {hep-ph}, + Reportnumber = {MIT-CTP-4446, CERN-PH-TH-2013-066, LPN13-026}, + Slaccitation = {%%CITATION = ARXIV:1305.0007;%%} +} + +@Article{Larkoski:2013paa, + Title = {{Unsafe but Calculable: Ratios of Angularities in Perturbative QCD}}, + Author = {Larkoski, Andrew J. and Thaler, Jesse}, + Journal = {JHEP}, + Year = {2013}, + Pages = {137}, + Volume = {1309}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP09(2013)137}, + Eprint = {1307.1699}, + Reportnumber = {MIT-CTP-4472}, + Slaccitation = {%%CITATION = ARXIV:1307.1699;%%} +} + +@Article{LatundeDada:2008bv, + Title = {{Applying the {\tt POWHEG} method to top-pair production and decays at the ILC}}, + Author = {Latunde-Dada, Oluseyi}, + Journal = {Eur. Phys. J.}, + Year = {2008}, + Pages = {543-554}, + Volume = {C58}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-008-0785-1}, + Eprint = {0806.4560}, + File = {:LatundeDada2008bv.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0806.4560} +} + +@Article{LatundeDada:2006gx, + Title = {{A positive-weight next-to-leading-order Monte Carlo for $e^+e^-$ annihilation to hadrons}}, + Author = {Latunde-Dada, Oluseyi and Gieseke, Stefan and Webber, Bryan}, + Journal = {JHEP}, + Year = {2007}, + Pages = {051}, + Volume = {02}, + + Eprint = {hep-ph/0612281}, + File = {:LatundeDada2006gx.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0612281} +} + +@Article{Lavesson:2007uu, + Title = {{Merging parton showers and matrix elements -- back to basics}}, + Author = {Lavesson, Nils and L{\"o}nnblad, Leif}, + Journal = {JHEP}, + Year = {2008}, + Pages = {085}, + Volume = {04}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/04/085}, + Eprint = {0712.2966}, + File = {:Lavesson2007uu.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0712.2966;%%} +} + +@Article{Lavesson:2008ah, + Title = {{Extending CKKW-merging to one-loop matrix elements}}, + Author = {Lavesson, Nils and L{\"o}nnblad, Leif}, + Journal = {JHEP}, + Year = {2008}, + Pages = {070}, + Volume = {12}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/12/070}, + Eprint = {0811.2912}, + File = {:Lavesson2008ah.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0811.2912;%%} +} + +@Article{Lavesson:2005xu, + Title = {{$W$+jets matrix elements and the dipole cascade}}, + Author = {Lavesson, Nils and L{\"o}nnblad, Leif}, + Journal = {JHEP}, + Year = {2005}, + Pages = {054}, + Volume = {07}, + + Eprint = {hep-ph/0503293}, + File = {:Lavesson2005xu.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0503293} +} + +@Article{Lazopoulos:2008ex, + Title = {{Multi-gluon one-loop amplitudes numerically}}, + Author = {Lazopoulos, Achilleas}, + Year = {2008}, + + Archiveprefix = {arXiv}, + Eprint = {0812.2998}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0812.2998;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0812.2998} +} + +@Article{Lazopoulos:2007ix, + Title = {{QCD corrections to tri-boson production}}, + Author = {Lazopoulos, Achilleas and Melnikov, Kirill and Petriello, Frank}, + Journal = {Phys.Rev.}, + Year = {2007}, + Pages = {014001}, + Volume = {D76}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.76.014001}, + Eprint = {hep-ph/0703273}, + Primaryclass = {hep-ph}, + Reportnumber = {UH-511-1101-07}, + Slaccitation = {%%CITATION = HEP-PH/0703273;%%} +} + +@Article{Lee:1964is, + Title = {{Degenerate Systems and Mass Singularities}}, + Author = {Lee, T.D. and Nauenberg, M.}, + Journal = {Phys. Rev.}, + Year = {1964}, + Pages = {B1549-B1562}, + Volume = {133}, + + Doi = {10.1103/PhysRev.133.B1549}, + File = {:Lee1964is.pdf:PDF}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHRVA,133,B1549} +} + +@Article{Lepage:1980dq, + Title = {{VEGAS - An Adaptive Multi-dimensional Integration Program}}, + Author = {Lepage, G. Peter}, + Year = {1980}, + Note = {CLNS-80/447}, + + File = {:Lepage1980dq.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?r=CLNS-80/447} +} + +@Article{Lepage:1977sw, + Title = {{A New Algorithm for Adaptive Multidimensional Integration}}, + Author = {Lepage, G. Peter}, + Journal = {J. Comput. Phys.}, + Year = {1978}, + Pages = {192}, + Volume = {27}, + + Doi = {10.1016/0021-9991(78)90004-9}, + File = {:Lepage1977sw.pdf:PDF}, + Slaccitation = {%%CITATION = JCTPA,27,192;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=JCTPA,27,192} +} + +@Article{Levin:1991ya, + Title = {{Heavy Quark Production in Parton Model and in QCD}}, + Author = {Levin, E. M. and Ryskin, M. G. and Shabelski, Yu. M. and Shuvaev, A. G.}, + Journal = {Sov. J. Nucl. Phys.}, + Year = {1991}, + Pages = {867-871}, + Volume = {54}, + + File = {:Levin1991ya.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SJNCA,54,867} +} + +@Article{Li:2013dia, + Title = {{Study the Forward-Backward Asymmetry of the Top Quark Production in the Randall-Sundrum Model with an Extension of Strong Interaction}}, + Author = {Li, Cheng and Lu, Cai-Dian and Gao, Xiang-Dong}, + Year = {2013}, + + Archiveprefix = {arXiv}, + Eprint = {1303.5646}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1303.5646;%%} +} + +@Article{Li:2012bw, + Title = {{QCD resummation for light-particle jets}}, + Author = {Li, Hsiang-Nan and Li, Zhao and Yuan, C.-P.}, + Journal = {Phys.Rev.}, + Year = {2013}, + Pages = {074025}, + Volume = {D87}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.87.074025}, + Eprint = {1206.1344}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1206.1344;%%} +} + +@Article{Li:2014bfa, + Title = {{N$^3$LO Higgs and Drell-Yan production at threshold: the one-loop two-emission contribution}}, + Author = {Li, Ye and von Manteuffel, Andreas and Schabinger, Robert M. and Zhu, Hua Xing}, + Year = {2014}, + + Archiveprefix = {arXiv}, + Eprint = {1404.5839}, + Primaryclass = {hep-ph}, + Reportnumber = {MITP-14-029, SLAC-PUB-15946}, + Slaccitation = {%%CITATION = ARXIV:1404.5839;%%} +} + +@Article{Li:2012wn, + Title = {{Combining QCD and electroweak corrections to dilepton production in FEWZ}}, + Author = {Li, Ye and Petriello, Frank}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Eprint = {1208.5967}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1208.5967;%%}, + Url = {http://inspirehep.net/record/1182519} +} + +@Article{Li:2012wna, + Title = {{Combining QCD and electroweak corrections to dilepton production in FEWZ}}, + Author = {Li, Ye and Petriello, Frank}, + Journal = {Phys.Rev.}, + Year = {2012}, + Pages = {094034}, + Volume = {D86}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.86.094034}, + Eprint = {1208.5967}, + Primaryclass = {hep-ph}, + Reportnumber = {ANL-HEP-PR-12-68}, + Slaccitation = {%%CITATION = ARXIV:1208.5967;%%} +} + +@Article{Li:2013lsa, + Title = {{Single soft gluon emission at two loops}}, + Author = {Li, Ye and Zhu, Hua Xing}, + Journal = {JHEP}, + Year = {2013}, + Pages = {080}, + Volume = {11}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP11(2013)080}, + Eprint = {1309.4391}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-15732}, + Slaccitation = {%%CITATION = ARXIV:1309.4391;%%} +} + +@Article{Libby:1978ig, + Title = {{High-energy Behavior of Jet and Lepton Pair Production}}, + Author = {Libby, Stephen B. and Sterman, George F.}, + Journal = {Phys.Lett.}, + Year = {1978}, + Pages = {618-622}, + Volume = {B78}, + + Doi = {10.1016/0370-2693(78)90654-8}, + File = {:Libby1978ig.pdf:PDF}, + Reportnumber = {ITP-SB-78-41}, + Slaccitation = {%%CITATION = PHLTA,B78,618;%%}, + Url = {http://inspirehep.net/record/6765} +} + +@Article{Lipatov:2005at, + Title = {{Higgs boson production at hadron colliders in the $k_T$-factorization approach}}, + Author = {Lipatov, A. V. and Zotov, N. P.}, + Journal = {Eur. Phys. J.}, + Year = {2005}, + Pages = {559-566}, + Volume = {C44}, + + Eprint = {hep-ph/0501172}, + File = {:Lipatov2005at.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0501172} +} + +@Article{Lipatov:2005tz, + Title = {{Prompt photon photoproduction at DESY HERA in the $k_T$-factorization approach}}, + Author = {Lipatov, A. V. and Zotov, N. P.}, + Journal = {Phys. Rev.}, + Year = {2005}, + Pages = {054002}, + Volume = {D72}, + + Eprint = {hep-ph/0506044}, + File = {:Lipatov2005tz.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0506044} +} + +@Article{Lipatov:1985uk, + Title = {{The Bare Pomeron in Quantum Chromodynamics}}, + Author = {Lipatov, L.N.}, + Journal = {Sov.Phys.JETP}, + Year = {1986}, + Pages = {904-912}, + Volume = {63}, + + Reportnumber = {LENINGRAD-85-1137}, + Slaccitation = {%%CITATION = SPHJA,63,904;%%} +} + +@Article{Lipatov:1976zz, + Title = {{Reggeization of the Vector Meson and the Vacuum Singularity in Nonabelian Gauge Theories}}, + Author = {L. N. Lipatov}, + Journal = {Sov. J. Nucl. Phys.}, + Year = {1976}, + Pages = {338-345}, + Volume = {23}, + + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SJNCA,23,338} +} + +@Article{Lipatov:1974qm, + Title = {{The parton model and perturbation theory}}, + Author = {Lipatov, L. N.}, + Journal = {Sov. J. Nucl. Phys.}, + Year = {1975}, + Pages = {94-102}, + Volume = {20}, + + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SJNCA,20,94} +} + +@Article{Liu:2012sz, + Title = {{Resummation of jet-veto logarithms in hadronic processes containing jets}}, + Author = {Liu, Xiaohui and Petriello, Frank}, + Journal = {Phys.Rev.}, + Year = {2013}, + Pages = {014018}, + Volume = {D87}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.87.014018}, + Eprint = {1210.1906}, + Primaryclass = {hep-ph}, + Reportnumber = {ANL-HEP-PR-12-76}, + Slaccitation = {%%CITATION = ARXIV:1210.1906;%%} +} + +@Article{Liu:2013hba, + Title = {{Reducing theoretical uncertainties for exclusive Higgs plus one-jet production at the LHC}}, + Author = {Liu, Xiaohui and Petriello, Frank}, + Journal = {Phys.Rev.}, + Year = {2013}, + Pages = {094027}, + Volume = {D87}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.87.094027}, + Eprint = {1303.4405}, + Primaryclass = {hep-ph}, + Reportnumber = {ANL-HEP-PR-13-16}, + Slaccitation = {%%CITATION = ARXIV:1303.4405;%%} +} + +@Article{LlewellynSmith:1978dc, + Title = {{QCD predictions for processes involving real photons}}, + Author = {Llewellyn Smith, C. H.}, + Journal = {Phys. Lett.}, + Year = {1978}, + Pages = {83}, + Volume = {B79}, + + Doi = {10.1016/0370-2693(78)90441-0}, + File = {:LlewellynSmith1978dc.pdf:PDF}, + Slaccitation = {%%CITATION = PHLTA,B79,83;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHLTA,B79,83} +} + +@Article{LopezVal:2012ms, + Title = {{MadGolem: automating NLO calculations for New Physics}}, + Author = {Lopez-Val, David and Goncalves-Netto, Dorival and Mawatari, Kentarou and Plehn, Tilman and Wigmore, Ioan}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Eprint = {1209.2797}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1209.2797;%%}, + Url = {http://inspirehep.net/record/1185426} +} + +@Article{LopezVillarejo:2011ap, + Title = {{Efficient Matrix-Element Matching with Sector Showers}}, + Author = {Lopez-Villarejo, J.J. and Skands, P.}, + Journal = {JHEP}, + Year = {2011}, + Pages = {150}, + Volume = {11}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP11(2011)150}, + Eprint = {1109.3608}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-TH-2011-202, MCNET-11-22}, + Slaccitation = {%%CITATION = ARXIV:1109.3608;%%} +} + +@Article{Lu:1992nt, + Title = {{Relating physical observables in QCD without scale - scheme ambiguity}}, + Author = {Lu, Hung-Jung and Brodsky, Stanley J.}, + Journal = {Phys. Rev.}, + Year = {1993}, + Pages = {3310-3318}, + Volume = {D48}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.48.3310}, + Eprint = {hep-ph/9211254}, + File = {:Lu1992nt.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/339966} +} + +@Unpublished{LSTW, + Author = {Luisoni, Gionata and Sch{\"o}nherr, Marek and Tramontano, Francesco and Winter, Jan-Christopher}, + Note = {in preparation} +} + +@Article{Luo:2005my, + Title = {{Compact formulas for all tree amplitudes of six partons}}, + Author = {Luo, Ming-Xing and Wen, Cong-Kao}, + Journal = {Phys. Rev.}, + Year = {2005}, + Pages = {091501}, + Volume = {D71}, + + Eprint = {hep-th/0502009}, + File = {:Luo2005my.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0502009} +} + +@Article{Luo:2005rx, + Title = {{Recursion relations for tree amplitudes in super gauge theories}}, + Author = {Luo, Ming-Xing and Wen, Cong-Kao}, + Journal = {JHEP}, + Year = {2005}, + Pages = {004}, + Volume = {03}, + + Eprint = {hep-th/0501121}, + File = {:Luo2005rx.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0501121} +} + +@Article{Monig:2007py, + Title = {{Towards a measurement of the two-photon decay width of the Higgs boson at a Photon Collider}}, + Author = {M{\"o}nig, Klaus and Rosca, Aura}, + Journal = {Eur. Phys. J.}, + Year = {2008}, + Pages = {535-540}, + Volume = {C57}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-008-0765-5}, + Eprint = {0705.1259}, + File = {:Monig2007py.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0705.1259} +} + +@Article{whitehat:2010aa, + Author = {Ma{\^i}tre, Daniel}, + Note = {private communication} +} + +@Article{Macesanu:2002ew, + Title = {{New signal for universal extra dimensions}}, + Author = {Macesanu, C. and McMullen, C. D. and Nandi, S.}, + Journal = {Phys. Lett.}, + Year = {2002}, + Pages = {253-260}, + Volume = {B546}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0370-2693(02)02694-1}, + Eprint = {hep-ph/0207269}, + File = {:Macesanu2002ew.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0207269;%%} +} + +@Article{Maciula:2010tv, + Title = {{Central exclusive quark-antiquark dijet and Standard Model Higgs boson production in proton-(anti)proton collisions}}, + Author = {Maciula, Rafal and Pasechnik, Roman and Szczurek, Antoni}, + Journal = {Phys.Rev.}, + Year = {2011}, + Pages = {114034}, + Volume = {D83}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.83.114034}, + Eprint = {1011.5842}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1011.5842;%%} +} + +@Article{Maestre:2012vp, + Title = {{The SM and NLO Multileg and SM MC Working Groups: Summary Report}}, + Author = {Maestre, J. Alcaraz and Alioli, S. and Andersen, J.R. and Ball, R.D. and Buckley, A. and others}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Eprint = {1203.6803}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1203.6803;%%} +} + +@Article{Magnea:1990zb, + Title = {{Analytic continuation of the Sudakov form factor in QCD}}, + Author = {Magnea, Lorenzo and Sterman, George F.}, + Journal = {Phys. Rev.}, + Year = {1990}, + Pages = {4222-4227}, + Volume = {D42}, + + Doi = {10.1103/PhysRevD.42.4222}, + File = {:Magnea1990zb.pdf:PDF}, + Url = {http://inspirebeta.net/record/28567} +} + +@Article{Maltoni:2002mq, + Title = {{Color-flow decomposition of QCD amplitudes}}, + Author = {Maltoni, F. and Paul, K. and Stelzer, T. and Willenbrock, S.}, + Journal = {Phys. Rev.}, + Year = {2003}, + Pages = {014026}, + Volume = {D67}, + + Eprint = {hep-ph/0209271}, + File = {:Maltoni2002mq.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0209271} +} + +@Article{Maltoni:2002qb, + Title = {{MadEvent: automatic event generation with MadGraph}}, + Author = {Maltoni, Fabio and Stelzer, Tim}, + Journal = {JHEP}, + Year = {2003}, + Pages = {027}, + Volume = {02}, + + Eprint = {hep-ph/0208156}, + File = {:Maltoni2002qb.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0208156} +} + +@Article{Mangano:1988kk, + Title = {{The color structure of gluon emission}}, + Author = {Mangano, Michelangelo L.}, + Journal = {Nucl. Phys.}, + Year = {1988}, + Pages = {461}, + Volume = {B309}, + + Doi = {10.1016/0550-3213(88)90453-1}, + File = {:Mangano1988kk.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B309,461;%%} +} + +@Article{Mangano:2002ea, + Title = {{ALPGEN, a generator for hard multiparton processes in hadronic collisions}}, + Author = {Mangano, Michelangelo L. and Moretti, Mauro and Piccinini, Fulvio and Pittau, Roberto and Polosa, Antonio D.}, + Journal = {JHEP}, + Year = {2003}, + Pages = {001}, + Volume = {07}, + + Eprint = {hep-ph/0206293}, + File = {:Mangano2002ea.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0206293} +} + +@Article{Mangano:2006rw, + Title = {{Matching matrix elements and shower evolution for top-pair production in hadronic collisions}}, + Author = {Mangano, Michelangelo L. and Moretti, Mauro and Piccinini, Fulvio and Treccani, Michele}, + Journal = {JHEP}, + Year = {2007}, + Pages = {013}, + Volume = {01}, + + Eprint = {hep-ph/0611129}, + File = {:Mangano2006rw.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0611129} +} + +@Article{Mangano:2001xp, + Title = {{Multijet matrix elements and shower evolution in hadronic collisions: $W b\bar{b}+n$-jets as a case study}}, + Author = {Mangano, Michelangelo L. and Moretti, Mauro and Pittau, Roberto}, + Journal = {Nucl. Phys.}, + Year = {2002}, + Pages = {343-362}, + Volume = {B632}, + + Eprint = {hep-ph/0108069}, + File = {:Mangano2001xp.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0108069} +} + +@Article{Mangano:1990by, + Title = {{Multiparton amplitudes in gauge theories}}, + Author = {Mangano, Michelangelo L. and Parke, Stephen J.}, + Journal = {Phys. Rept.}, + Year = {1991}, + Pages = {301-367}, + Volume = {200}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/0370-1573(91)90091-Y}, + Eprint = {hep-th/0509223}, + File = {:Mangano1990by.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-TH/0509223;%%} +} + +@Article{Mangano:1987kp, + Title = {{Quark-gluon amplitudes in the dual expansion}}, + Author = {Mangano, Michelangelo L. and Parke, Stephen J.}, + Journal = {Nucl. Phys.}, + Year = {1988}, + Pages = {673}, + Volume = {B299}, + + Doi = {10.1016/0550-3213(88)90368-9}, + File = {:Mangano1987kp.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B299,673;%%} +} + +@Article{Mangano:1987xk, + Title = {{Duality and multi-gluon scattering}}, + Author = {Mangano, Michelangelo L. and Parke, Stephen J. and Xu, Zhan}, + Journal = {Nucl. Phys.}, + Year = {1988}, + Pages = {653}, + Volume = {B298}, + + File = {:Mangano1987xk.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B298,653} +} + +@Article{Manohar:2012rs, + Title = {{Electroweak Sudakov Corrections and the Top Quark Forward-Backward Asymmetry}}, + Author = {Manohar, Aneesh V. and Trott, Michael}, + Journal = {Phys.Lett.}, + Year = {2012}, + Pages = {313-316}, + Volume = {B711}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2012.04.013}, + Eprint = {1201.3926}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1201.3926;%%} +} + +@Article{Marchesini:1994wr, + Title = {{QCD coherence in the structure function and associated distributions at small $x$}}, + Author = {Guiseppe Marchesini}, + Journal = {Nucl. Phys.}, + Year = {1995}, + Pages = {49-80}, + Volume = {B445}, + + Eprint = {hep-ph/9412327}, + File = {:Marchesini1994wr.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9412327} +} + +@Article{Marchesini:1992jw, + Title = {{Final states in heavy quark leptoproduction at small $x$}}, + Author = {Marchesini, G. and Webber, B. R.}, + Journal = {Nucl. Phys.}, + Year = {1992}, + Pages = {215-235}, + Volume = {B386}, + + Doi = {10.1016/0550-3213(92)90181-A}, + File = {:Marchesini1992jw.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B386,215;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=NUPHA,B386,215} +} + +@Article{Marchesini:1990zy, + Title = {{Simulation of QCD initial state radiation at small x}}, + Author = {Marchesini, G. and Webber, B. R.}, + Journal = {Nucl. Phys.}, + Year = {1991}, + Pages = {617-634}, + Volume = {B349}, + + File = {:Marchesini1990zy.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B349,617} +} + +@Article{Marchesini:1987cf, + Title = {{Monte Carlo Simulation of General Hard Processes with Coherent QCD Radiation}}, + Author = {Marchesini, G. and Webber, B. R.}, + Journal = {Nucl. Phys.}, + Year = {1988}, + Pages = {461}, + Volume = {B310}, + + Doi = {10.1016/0550-3213(88)90089-2}, + File = {:Marchesini1987cf.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B310,461;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=NUPHA,B310,461} +} + +@Article{Marchesini:1988hj, + Title = {{Associated transverse energy in hadronic jet production}}, + Author = {Marchesini, G. and Webber, B. R.}, + Journal = {Phys. Rev.}, + Year = {1988}, + Pages = {3419}, + Volume = {D38}, + + Doi = {10.1103/PhysRevD.38.3419}, + File = {:Marchesini1988hj.pdf:PDF}, + Slaccitation = {%%CITATION = PHRVA,D38,3419;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PHRVA,D38,3419} +} + +@Article{Marchesini:1983bm, + Title = {{Simulation of QCD Jets Including Soft Gluon Interference}}, + Author = {Marchesini, G. and Webber, B. R.}, + Journal = {Nucl. Phys.}, + Year = {1984}, + Pages = {1}, + Volume = {B238}, + + Doi = {10.1016/0550-3213(84)90463-2}, + File = {:Marchesini1983bm.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B238,1;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=NUPHA,B238,1} +} + +@Article{Tavares:2011zg, + Title = {{Explaining the $t\bar t$\/ asymmetry with a light axigluon}}, + Author = {Marques Tavares, Gustavo and Schmaltz, Martin}, + Journal = {Phys.Rev.}, + Year = {2011}, + Pages = {054008}, + Volume = {D84}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.84.054008}, + Eprint = {1107.0978}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1107.0978;%%} +} + +@Article{Martin:2012nm, + Title = {{Diffractive Physics}}, + Author = {Martin, A.D. and Hoeth, H. and Khoze, V.A. and Krauss, F. and Ryskin, M.G. and others}, + Journal = {PoS}, + Year = {2012}, + Pages = {017}, + Volume = {QNP2012}, + + Archiveprefix = {arXiv}, + Eprint = {1206.2124}, + Primaryclass = {hep-ph}, + Reportnumber = {IPPP-12-39, DCPT-12-78}, + Slaccitation = {%%CITATION = ARXIV:1206.2124;%%}, + Url = {http://inspirehep.net/record/1117859} +} + +@Article{Martin:2009ku, + Title = {{Forward Physics at the LHC}}, + Author = {Martin, A.D. and Ryskin, M.G. and Khoze, V.A.}, + Journal = {Acta Phys.Polon.}, + Year = {2009}, + Pages = {1841-1876}, + Volume = {B40}, + + Archiveprefix = {arXiv}, + Eprint = {0903.2980}, + Primaryclass = {hep-ph}, + Reportnumber = {IPPP-09-19, DCPT-09-38}, + Slaccitation = {%%CITATION = ARXIV:0903.2980;%%} +} + +@Article{Martin:2004dh, + Title = {{Parton distributions incorporating QED contributions}}, + Author = {Martin, A. D. and Roberts, R. G. and Stirling, W. J. and Thorne, R. S.}, + Journal = {Eur. Phys. J.}, + Year = {2005}, + Pages = {155-161}, + Volume = {C39}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s2004-02088-7}, + Eprint = {hep-ph/0411040}, + File = {:Martin2004dh.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0411040;%%} +} + +@Article{Martin:2001es, + Title = {{MRST2001: Partons and $\alpha_s$ from precise deep inelastic scattering and Tevatron jet data}}, + Author = {Martin, Alan D. and Roberts, R. G. and Stirling, W. J. and Thorne, R. S.}, + Journal = {Eur. Phys. J.}, + Year = {2002}, + Pages = {73-87}, + Volume = {C23}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/s100520100842}, + Eprint = {hep-ph/0110215}, + File = {:Martin2001es.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0110215;%%} +} + +@Article{Martin:1999ww, + Title = {{Parton distributions and the LHC: $W$ and $Z$ production}}, + Author = {Martin, Alan D. and Roberts, R. G. and Stirling, W. James and Thorne, R. S.}, + Journal = {Eur. Phys. J.}, + Year = {2000}, + Pages = {133-145}, + Volume = {C14}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/s100520050740}, + Eprint = {hep-ph/9907231}, + File = {:Martin1999ww.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9907231;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9907231} +} + +@Article{Martin:2009iq, + Title = {{Parton distributions for the LHC}}, + Author = {Martin, A. D. and Stirling, W. J. and Thorne, R. S. and Watt, G.}, + Journal = {Eur. Phys. J.}, + Year = {2009}, + Pages = {189-295}, + Volume = {C63}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-009-1072-5}, + Eprint = {0901.0002}, + File = {:Martin2009iq.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0901.0002;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0901.0002} +} + +@Article{Martin:1997ns, + Title = {{A Supersymmetry Primer}}, + Author = {Martin, Stephen P.}, + Year = {1997}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/9709356}, + File = {:Martin1997ns.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9709356;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9709356} +} + +@Article{Mastrolia:2011pr, + Title = {{On the Integrand-Reduction Method for Two-Loop Scattering Amplitudes}}, + Author = {Mastrolia, Pierpaolo and Ossola, Giovanni}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Eprint = {1107.6041}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1107.6041;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1107.6041} +} + +@Article{Mastrolia:2010nb, + Title = {{Scattering AMplitudes from Unitarity-based Reduction Algorithm at the Integrand-level}}, + Author = {Mastrolia, P. and Ossola, G. and Reiter, T. and Tramontano, F.}, + Journal = {JHEP}, + Year = {2010}, + Pages = {080}, + Volume = {08}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP08(2010)080}, + Eprint = {1006.0710}, + File = {:Mastrolia2010nb.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/856935} +} + +@Article{Matsuura:1988sm, + Title = {{The calculation of the second order soft and virtual contributions to the Drell-Yan cross section}}, + Author = {Matsuura, T. and van der Marck, S. C. and van Neerven, W. L.}, + Journal = {Nucl. Phys.}, + Year = {1989}, + Pages = {570}, + Volume = {B319}, + + File = {:Matsuura1988sm.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B319,570} +} + +@Article{Melia:2011dw, + Title = {{NLO QCD corrections for W^+W^- pair production in association with two jets at hadron colliders}}, + Author = {Melia, Tom and Melnikov, Kirill and Rontsch, Raoul and Zanderighi, Giulia}, + Journal = {Phys. Rev.}, + Year = {2011}, + Pages = {114043}, + Volume = {D83}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.83.114043}, + Eprint = {1104.2327}, + File = {:Melia2011dw.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1104.2327;%%}, + Url = {http://inspirebeta.net/record/895996} +} + +@Article{Melia:2011tj, + Title = {{W+W-, WZ and ZZ production in the POWHEG BOX}}, + Author = {Melia, Tom and Nason, Paolo and Rontsch, Raoul and Zanderighi, Giulia}, + Journal = {JHEP}, + Year = {2011}, + Pages = {078}, + Volume = {11}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP11(2011)078}, + Eprint = {1107.5051}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1107.5051;%%}, + Url = {http://inspirehep.net/record/920312} +} + +@Article{Melnikov:2006di, + Title = {{The $W$ boson production cross section at the LHC through $O(\alpha^2_s)$}}, + Author = {Melnikov, Kirill and Petriello, Frank}, + Journal = {Phys.Rev.Lett.}, + Year = {2006}, + Pages = {231803}, + Volume = {96}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.96.231803}, + Eprint = {hep-ph/0603182}, + Primaryclass = {hep-ph}, + Reportnumber = {FERMILAB-PUB-06-059-T, UH-511-1083-06, MADPH-06-1256}, + Slaccitation = {%%CITATION = HEP-PH/0603182;%%}, + Url = {http://inspirehep.net/record/712998} +} + +@Article{Melnikov:2006kv, + Title = {{Electroweak gauge boson production at hadron colliders through O(alpha(s)**2)}}, + Author = {Melnikov, Kirill and Petriello, Frank}, + Journal = {Phys.Rev.}, + Year = {2006}, + Pages = {114017}, + Volume = {D74}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.74.114017}, + Eprint = {hep-ph/0609070}, + Primaryclass = {hep-ph}, + Reportnumber = {UH-511-1092-06}, + Slaccitation = {%%CITATION = HEP-PH/0609070;%%}, + Url = {http://inspirehep.net/record/725573} +} + +@Article{Melnikov:2000qh, + Title = {{The Three loop relation between the MS-bar and the pole quark masses}}, + Author = {Melnikov, Kirill and Ritbergen, Timo van}, + Journal = {Phys.Lett.}, + Year = {2000}, + Pages = {99-108}, + Volume = {B482}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0370-2693(00)00507-4}, + Eprint = {hep-ph/9912391}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-8321, TTP-99-51}, + Slaccitation = {%%CITATION = HEP-PH/9912391;%%}, + Url = {http://inspirehep.net/record/522686} +} + +@Article{Melnikov:2011qx, + Title = {{Top quark pair production in association with a jet: QCD corrections and jet radiation in top quark decays}}, + Author = {Melnikov, Kirill and Scharf, Andreas and Schulze, Markus}, + Journal = {Phys.Rev.}, + Year = {2012}, + Pages = {054002}, + Volume = {D85}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.85.054002}, + Eprint = {1111.4991}, + Primaryclass = {hep-ph}, + Reportnumber = {ANL-HEP-PR-11-76}, + Slaccitation = {%%CITATION = ARXIV:1111.4991;%%} +} + +@Article{Melnikov:2010iu, + Title = {{NLO QCD corrections to top quark pair production in association with one hard jet at hadron colliders}}, + Author = {Melnikov, Kirill and Schulze, Markus}, + Journal = {Nucl. Phys.}, + Year = {2010}, + Pages = {129-159}, + Volume = {B840}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nuclphysb.2010.07.003}, + Eprint = {1004.3284}, + File = {:Melnikov2010iu.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1004.3284;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1004.3284} +} + +@Article{Messina:2006zz, + Title = {{Measurement of the W + Jet Cross Section at CDF}}, + Author = {Messina, Andrea}, + Journal = {Braz. J. Phys.}, + Year = {2007}, + Pages = {840-842}, + Volume = {37}, + + Archiveprefix = {arXiv}, + Collaboration = {CDF}, + Eprint = {0708.1380}, + File = {:Messina2006zz.pdf:PDF}, + Primaryclass = {hep-ex}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0708.1380} +} + +@Article{Metropolis:1953am, + Title = {{Equation of State Calculations by Fast Computing Machines}}, + Author = {Metropolis, N. and Rosenbluth, A. W. and Rosenbluth, M. N. and Teller, A. H. and Teller, E.}, + Journal = {J. Chem. Phys.}, + Year = {1953}, + Pages = {1087-1092}, + Volume = {21}, + + Doi = {10.1063/1.1699114}, + File = {:Metropolis1953am.pdf:PDF}, + Slaccitation = {%%CITATION = JCPSA,21,1087;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=JCPSA,21,1087} +} + +@Article{Mihaila:2012fm, + Title = {{Gauge Coupling Beta Functions in the Standard Model to Three Loops}}, + Author = {Mihaila, Luminita N. and Salomon, Jens and Steinhauser, Matthias}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Eprint = {1201.5868}, + Primaryclass = {hep-ph}, + Reportnumber = {SFB-CPP-12-04, TTP12-03}, + Slaccitation = {%%CITATION = ARXIV:1201.5868;%%}, + Url = {http://inspirehep.net/record/1086188} +} + +@Article{Mikaelian:1979nr, + Title = {{The Magnetic Moment of Weak Bosons Produced in p p and p anti-p Collisions}}, + Author = {Mikaelian, K.O. and Samuel, M.A. and Sahdev, D.}, + Journal = {Phys. Rev. Lett.}, + Year = {1979}, + Note = {Research Note 86}, + Pages = {746}, + Volume = {43}, + + Doi = {10.1103/PhysRevLett.43.746}, + Url = {http://inspirehep.net/record/507825} +} + +@Article{Mirkes:1992hu, + Title = {{Angular decay distribution of leptons from W-bosons at NLO in hadronic collisions}}, + Author = {Mirkes, E.}, + Journal = {Nucl. Phys.}, + Year = {1992}, + Pages = {3-85}, + Volume = {B387}, + + Doi = {10.1016/0550-3213(92)90046-E}, + File = {:Mirkes1992hu.pdf:PDF}, + Url = {http://inspirebeta.net/record/335604} +} + +@Article{Mirkes:1994dp, + Title = {{Angular distributions of Drell-Yan lepton pairs at the Fermilab Tevatron: Order $\alpha_s^2$ corrections and Monte Carlo studies}}, + Author = {Mirkes, E. and Ohnemus, J.}, + Journal = {Phys. Rev.}, + Year = {1995}, + Pages = {4891-4904}, + Volume = {D51}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.51.4891}, + Eprint = {hep-ph/9412289}, + File = {:Mirkes1994dp.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/381296} +} + +@Article{Mirkes:1994eb, + Title = {{$W$ and $Z$ polarization effects in hadronic collisions}}, + Author = {Mirkes, E. and Ohnemus, J.}, + Journal = {Phys. Rev.}, + Year = {1994}, + Pages = {5692-5703}, + Volume = {D50}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.50.5692}, + Eprint = {hep-ph/9406381}, + File = {:Mirkes1994eb.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/374329} +} + +@Article{Mirkes:1995ks, + Title = {{Dijet production at HERA in next-to-leading order}}, + Author = {Mirkes, Erwin and Zeppenfeld, Dieter}, + Journal = {Phys. Lett.}, + Year = {1996}, + Pages = {205-212}, + Volume = {B380}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/0370-2693(96)00426-1}, + Eprint = {hep-ph/9511448}, + File = {:Mirkes1995ks.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9511448;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9511448} +} + +@Article{Miu:1998ju, + Title = {{W production in an improved parton-shower approach}}, + Author = {Miu, Gabriela and Sj{\"o}strand, Torbj{\"o}rn}, + Journal = {Phys. Lett.}, + Year = {1999}, + Pages = {313-320}, + Volume = {B449}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0370-2693(99)00068-4}, + Eprint = {hep-ph/9812455}, + File = {:Miu1998ju.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9812455;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9812455} +} + +@Article{Moch:2012mk, + Title = {{On top-pair hadro-production at next-to-next-to-leading order}}, + Author = {Moch, S. and Uwer, P. and Vogt, A.}, + Journal = {Phys.Lett.}, + Year = {2012}, + Pages = {48-54}, + Volume = {B714}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2012.06.048}, + Eprint = {1203.6282}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-12-049, HU-EP-12-10, LTH-940, LPN-12-042, SFB-CPP-12-16}, + Slaccitation = {%%CITATION = ARXIV:1203.6282;%%} +} + +@Article{Moch:2004pa, + Title = {{The three-loop splitting functions in QCD: The non-singlet case}}, + Author = {Moch, S. and Vermaseren, J. A. M. and Vogt, A.}, + Journal = {Nucl. Phys.}, + Year = {2004}, + Pages = {101-134}, + Volume = {B688}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nuclphysb.2004.03.030}, + Eprint = {hep-ph/0403192}, + File = {:Moch2004pa.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0403192;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0403192} +} + +@Article{Mohr:2000dd, + Title = {{Messung von 3-Jet-Ereignissen in tiefunelastischer e-p-Streuung mit dem H1-Detektor bei HERA}}, + Author = {Mohr, Renate}, + Year = {2000}, + Pages = {139}, + + File = {:Mohr2000dd.ps:PostScript}, + Url = {http://www.physnet.uni-hamburg.de/services/fachinfo/___Volltexte/Renate___Mohr/} +} + +@Article{Monk:2005ji, + Title = {{ExHuME: A Monte Carlo event generator for exclusive diffraction}}, + Author = {Monk, J. and Pilkington, A.}, + Journal = {Comput. Phys. Commun.}, + Year = {2006}, + Pages = {232-239}, + Volume = {175}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.cpc.2006.04.005}, + Eprint = {hep-ph/0502077}, + Slaccitation = {CITATION = HEP-PH/0502077;} +} + +@Article{Moretti:2001zz, + Title = {{O'Mega: An optimizing matrix element generator}}, + Author = {Moretti, Mauro and Ohl, Thorsten and Reuter, Jurgen}, + Year = {2001}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0102195}, + File = {:Moretti2001zz.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0102195;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0102195} +} + +@Article{Mrenna:2003if, + Title = {{Matching matrix elements and parton showers with \Herwig and \Pythia}}, + Author = {Mrenna, Stephen and Richardson, Peter}, + Journal = {JHEP}, + Year = {2004}, + Pages = {040}, + Volume = {05}, + + Eprint = {hep-ph/0312274}, + File = {:Mrenna2003if.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0312274} +} + +@Article{Mueller:1981ex, + Title = {{On the multiplicity of hadrons in QCD jets}}, + Author = {A. H. Mueller}, + Journal = {Phys. Lett.}, + Year = {1981}, + Pages = {161-164}, + Volume = {B104}, + + File = {:Mueller1981ex.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B104,161} +} + +@Article{Mueller:1981sg, + Title = {{Perturbative QCD at High-Energies}}, + Author = {Mueller, Alfred H.}, + Journal = {Phys.Rept.}, + Year = {1981}, + Pages = {237}, + Volume = {73}, + + Doi = {10.1016/0370-1573(81)90030-2}, + File = {:Mueller1981sg.pdf:PDF}, + Reportnumber = {CU-TP-192}, + Slaccitation = {%%CITATION = PRPLC,73,237;%%}, + Url = {http://inspirehep.net/record/10270} +} + +@Article{Mueller:1978xu, + Title = {{Cut Vertices and their Renormalization: A Generalization of the Wilson Expansion}}, + Author = {Mueller, Alfred H.}, + Journal = {Phys.Rev.}, + Year = {1978}, + Pages = {3705}, + Volume = {D18}, + + Doi = {10.1103/PhysRevD.18.3705}, + Reportnumber = {CU-TP-125}, + Slaccitation = {%%CITATION = PHRVA,D18,3705;%%}, + Url = {http://inspirehep.net/record/6841} +} + +@Article{Murayama:1992gi, + Title = {{HELAS: HELicity amplitude subroutines for Feynman diagram evaluations}}, + Author = {Murayama, H. and Watanabe, I. and Hagiwara, Kaoru}, + Year = {1992}, + + Reportnumber = {KEK-91-11}, + Slaccitation = {%%CITATION = KEK-91-11 ETC.;%%} +} + +@Article{Nachtmann:1982xr, + Title = {{A Test for the Gluon Selfcoupling in the Reactions $e^+ e^- \to$ 4 Jets and $Z^0 \to$ 4 Jets}}, + Author = {Nachtmann, O. and Reiter, A.}, + Journal = {Z. Phys.}, + Year = {1982}, + Pages = {45}, + Volume = {C16}, + + Doi = {10.1007/BF01573746}, + File = {:Nachtmann1982xr.pdf:PDF}, + Slaccitation = {%%CITATION = ZEPYA,C16,45;%%} +} + +@Article{Nadolsky:2008zw, + Title = {{Implications of CTEQ global analysis for collider observables}}, + Author = {Nadolsky, Pavel M. and others}, + Journal = {Phys. Rev.}, + Year = {2008}, + Pages = {013004}, + Volume = {D78}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.78.013004}, + Eprint = {0802.0007}, + File = {:Nadolsky2008zw.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0802.0007;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0802.0007} +} + +@ARTICLE{Nagy:2006kb, + author = {Nagy, Zoltan and Soper, Davison E.}, + title = "{A new parton shower algorithm: Shower evolution, matching at leading + and next--to--leading order level}", + eprint = {hep-ph/0601021}, + file = {:Nagy2006kb.pdf:PDF}, + url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0601021} +} + +@Article{Nagy:2003tz, + Title = {{Next-to-leading order calculation of three-jet observables in hadron-hadron collisions}}, + Author = {Nagy, Zoltan}, + Journal = {Phys. Rev.}, + Year = {2003}, + Pages = {094002}, + Volume = {D68}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.68.094002}, + Eprint = {hep-ph/0307268}, + File = {:Nagy2003tz.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0307268;%%} +} + +@Article{Nagy:2001fj, + Title = {{Three jet cross-sections in hadron hadron collisions at next-to-leading order}}, + Author = {Nagy, Zoltan}, + Journal = {Phys.Rev.Lett.}, + Year = {2002}, + Pages = {122003}, + Volume = {88}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.88.122003}, + Eprint = {hep-ph/0110315}, + Primaryclass = {hep-ph}, + Reportnumber = {IPPP-01-48, DCPT-01-96}, + Slaccitation = {%%CITATION = HEP-PH/0110315;%%}, + Url = {http://inspirehep.net/record/564843} +} + +@Article{Nagy:2006kb, + Title = {{A new parton shower algorithm: Shower evolution, matching at leading and next-to-leading order level}}, + Author = {Nagy, Zoltan and Soper, Davison E.}, + + Eprint = {hep-ph/0601021}, + File = {:Nagy2006kb.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0601021} +} + +@Article{Nagy:2012bt, + Title = {{Parton shower evolution with subleading color}}, + Author = {Nagy, Zoltan and Soper, Davison E.}, + Journal = {JHEP}, + Year = {2012}, + Pages = {044}, + Volume = {1206}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP06(2012)044}, + Eprint = {1202.4496}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-12-010}, + Slaccitation = {%%CITATION = ARXIV:1202.4496;%%} +} + +@Article{Nagy:2009vg, + Title = {{On the transverse momentum in Z-boson production in a virtuality ordered parton shower}}, + Author = {Nagy, Zoltan and Soper, Davison E.}, + Journal = {JHEP}, + Year = {2010}, + Pages = {097}, + Volume = {03}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP03(2010)097}, + Eprint = {0912.4534}, + File = {:Nagy2009vg.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0912.4534;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0912.4534} +} + +@Article{Nagy:2009re, + Title = {{Final state dipole showers and the DGLAP equation}}, + Author = {Nagy, Zoltan and Soper, Davison E.}, + Journal = {JHEP}, + Year = {2009}, + Pages = {088}, + Volume = {05}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/05/088}, + Eprint = {0901.3587}, + File = {:Nagy2009re.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0901.3587;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0901.3587} +} + +@Article{Nagy:2008eq, + Title = {{Parton showers with quantum interference: leading color, with spin}}, + Author = {Nagy, Zoltan and Soper, Davison E.}, + Journal = {JHEP}, + Year = {2008}, + Pages = {025}, + Volume = {07}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/07/025}, + Eprint = {0805.0216}, + File = {:Nagy2008eq.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0805.0216;%%} +} + +@Article{Nagy:2008ns, + Title = {{Parton showers with quantum interference: leading color, spin averaged}}, + Author = {Nagy, Zoltan and Soper, Davison E.}, + Journal = {JHEP}, + Year = {2008}, + Pages = {030}, + Volume = {03}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/03/030}, + Eprint = {0801.1917}, + File = {:Nagy2008ns.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0801.1917;%%} +} + +@Article{Nagy:2007ty, + Title = {{Parton showers with quantum interference}}, + Author = {Nagy, Zoltan and Soper, Davison E.}, + Journal = {JHEP}, + Year = {2007}, + Pages = {114}, + Volume = {09}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2007/09/114}, + Eprint = {0706.0017}, + File = {:Nagy2007ty.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0706.0017;%%} +} + +@Article{Nagy:2005aa, + Title = {{Matching parton showers to NLO computations}}, + Author = {Nagy, Zoltan and Soper, Davison E.}, + Journal = {JHEP}, + Year = {2005}, + Pages = {024}, + Volume = {10}, + + Eprint = {hep-ph/0503053}, + File = {:Nagy2005aa.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0503053} +} + +@Article{Nagy:2005gn, + Title = {{Three-jet event-shapes in lepton-proton scattering at next-to-leading order accuracy}}, + Author = {Nagy, Zoltan and Trocsanyi, Zoltan}, + Journal = {Phys. Lett.}, + Year = {2006}, + Pages = {498-503}, + Volume = {B634}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2006.02.007}, + Eprint = {hep-ph/0511328}, + File = {:Nagy2005gn.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0511328;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0511328} +} + +@Article{Nagy:2001xb, + Title = {{Multi Jet Cross Sections in Deep Inelastic Scattering at Next-To-Leading Order}}, + Author = {Nagy, Zoltan and Trocsanyi, Zoltan}, + Journal = {Phys. Rev. Lett.}, + Year = {2001}, + Pages = {082001}, + Volume = {87}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.87.082001}, + Eprint = {hep-ph/0104315}, + File = {:Nagy2001xb.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0104315;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0104315} +} + +@Article{Nakamura:2010zzi, + Title = {{Review of particle physics}}, + Author = {Nakamura, K. and others}, + Journal = {J.Phys.G}, + Year = {2010}, + Pages = {075021}, + Volume = {G37}, + + Collaboration = {Particle Data Group}, + Doi = {10.1088/0954-3899/37/7A/075021}, + Reportnumber = {FERMILAB-PUB-10-665-PPD}, + Slaccitation = {%%CITATION = JPHGB,G37,075021;%%} +} + +@Article{Nanava:2006vv, + Title = {{Scalar QED, NLO and PHOTOS Monte Carlo}}, + Author = {Nanava, G. and W{\c a}s, Z.}, + Journal = {Eur. Phys. J.}, + Year = {2007}, + Pages = {569-583}, + Volume = {C51}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-007-0316-5}, + Eprint = {hep-ph/0607019}, + File = {:Nanava2006vv.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0607019;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0607019} +} + +@Article{Nason:2004rx, + Title = {{A new method for combining NLO QCD with shower Monte Carlo algorithms}}, + Author = {Nason, Paolo}, + Journal = {JHEP}, + Year = {2004}, + Pages = {040}, + Volume = {11}, + + Doi = {10.1088/1126-6708/2004/11/040}, + Eprint = {hep-ph/0409146}, + File = {:Nason2004rx.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0409146;%%}, + Url = {http://inspirebeta.net/record/659055} +} + +@Article{Nason:2009ai, + Title = {{NLO Higgs boson production via vector-boson fusion matched with shower in POWHEG}}, + Author = {Nason, Paolo and Oleari, Carlo}, + Journal = {JHEP}, + Year = {2010}, + Pages = {037}, + Volume = {02}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP02(2010)037}, + Eprint = {0911.5299}, + File = {:Nason2009ai.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0911.5299;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0911.5299} +} + +@Article{Nason:2006hfa, + Title = {{A positive-weight next-to-leading-order Monte Carlo for Z pair hadroproduction}}, + Author = {Nason, Paolo and Ridolfi, Giovanni}, + Journal = {JHEP}, + Year = {2006}, + Pages = {077}, + Volume = {08}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0606275}, + File = {:Nason2006hfa.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0606275;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0606275} +} + +@Article{Nason:2012pr, + Title = {{Next-to-Leading-Order Event Generators}}, + Author = {Nason, Paolo and Webber, Bryan}, + Journal = {Ann.Rev.Nucl.Part.Sci.}, + Year = {2012}, + Pages = {187-213}, + Volume = {62}, + + Archiveprefix = {arXiv}, + Doi = {10.1146/annurev-nucl-102711-094928}, + Eprint = {1202.1251}, + Primaryclass = {hep-ph}, + Reportnumber = {CAVENDISH-HEP-2012-02, CERN-PH-TH-2012-028}, + Slaccitation = {%%CITATION = ARXIV:1202.1251;%%}, + Url = {http://inspirehep.net/record/1087912} +} + +@Article{Navin:2010kk, + Title = {{Diffraction in Pythia}}, + Author = {Navin, Sparsh}, + Year = {2010}, + + Archiveprefix = {arXiv}, + Eprint = {1005.3894}, + Primaryclass = {hep-ph}, + Reportnumber = {LUTP-09-23, MCNET-10-09}, + Slaccitation = {%%CITATION = ARXIV:1005.3894;%%} +} + +@Article{Neu:2008cr, + Title = {{$W^\pm / Z$ + Jets and $W^\pm / Z$ + Heavy Flavor Jets at the Tevatron}}, + Author = {Neu, C.}, + Year = {2008}, + + Archiveprefix = {arXiv}, + Collaboration = {CDF}, + Eprint = {0806.0825}, + File = {:Neu2008cr.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0806.0825;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0806.0825} +} + +@Article{Neubert:1993mb, + Title = {{Heavy-quark symmetry}}, + Author = {Neubert, Matthias}, + Journal = {Phys. Rept.}, + Year = {1994}, + Pages = {259-396}, + Volume = {245}, + + Eprint = {hep-ph/9306320}, + File = {:Neubert1993mb.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9306320;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9306320} +} + +@Article{Glover:2010im, + Title = {{Antenna subtraction for gluon scattering at NNLO}}, + Author = {Nigel Glover, E.W. and Pires, Joao}, + Journal = {JHEP}, + Year = {2010}, + Pages = {096}, + Volume = {06}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP06(2010)096}, + Eprint = {1003.2824}, + Primaryclass = {hep-ph}, + Reportnumber = {IPPP-10-22}, + Slaccitation = {%%CITATION = ARXIV:1003.2824;%%}, + Url = {http://inspirehep.net/record/848924} +} + +@Article{Norrbin:2000uu, + Title = {{QCD radiation off heavy particles}}, + Author = {Norrbin, E. and Sj{\"o}strand, T.}, + Journal = {Nucl. Phys.}, + Year = {2001}, + Pages = {297-342}, + Volume = {B603}, + + Eprint = {hep-ph/0010012}, + File = {:Norrbin2000uu.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0010012} +} + +@Article{Oderda:1998en, + Title = {{Energy and color flow in dijet rapidity gaps}}, + Author = {Oderda, Gianluca and Sterman, George F.}, + Journal = {Phys.Rev.Lett.}, + Year = {1998}, + Pages = {3591-3594}, + Volume = {81}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.81.3591}, + Eprint = {hep-ph/9806530}, + Primaryclass = {hep-ph}, + Reportnumber = {ITP-SB-98-46}, + Slaccitation = {%%CITATION = HEP-PH/9806530;%%} +} + +@Article{Odorico:1985dv, + Title = {{Phenomenological irrelevance of coherence effects in QCD cascades}}, + Author = {Odorico, R.}, + Journal = {Z. Phys.}, + Year = {1986}, + Pages = {257}, + Volume = {C30}, + + Doi = {10.1007/BF01575433}, + File = {:Odorico1985dv.pdf:PDF}, + Slaccitation = {%%CITATION = ZEPYA,C30,257;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C30,257} +} + +@Article{Ohl:1998jn, + Title = {{Vegas revisited: Adaptive Monte Carlo integration beyond factorization}}, + Author = {Ohl, Thorsten}, + Journal = {Comput. Phys. Commun.}, + Year = {1999}, + Pages = {13-19}, + Volume = {120}, + + Eprint = {hep-ph/9806432}, + File = {:Ohl1998jn.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9806432} +} + +@Article{Okun:1956, + Title = {{Isotopic invariance and cross section of interaction of high energy pi-mesons and nucleons with nucleons}}, + Author = {L. B. Okun and I. I. Pomeranchuk}, + Journal = {Sov. Phys. JETP}, + Year = {1956}, + Pages = {307}, + Volume = {3}, + + Perhaps = {103}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SPHJA,18,769} +} + +@Article{Oleari:2011ey, + Title = {{W b bbar production in POWHEG}}, + Author = {Oleari, Carlo and Reina, Laura}, + Journal = {JHEP}, + Year = {2011}, + Pages = {061}, + Volume = {08}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP08(2011)061}, + Eprint = {1105.4488}, + File = {:Oleari2011ey.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1105.4488;%%}, + Url = {http://inspirebeta.net/record/900922} +} + +@Article{Orr:1997im, + Title = {{Dijet production at hadron-hadron colliders in the Balitskii-Fadin-Kuraev-Lipatov approach}}, + Author = {Orr, Lynne H. and Stirling, W. James}, + Journal = {Phys. Rev.}, + Year = {1997}, + Pages = {5875-5884}, + Volume = {D56}, + + Eprint = {hep-ph/9706529}, + File = {:Orr1997im.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9706529} +} + +@Article{Ossola:2008xq, + Title = {{On the rational terms of the one-loop amplitudes}}, + Author = {Ossola, Giovanni and Papadopoulos, Costas G. and Pittau, Roberto}, + Journal = {JHEP}, + Year = {2008}, + Pages = {004}, + Volume = {05}, + + Archiveprefix = {arXiv}, + Eprint = {0802.1876}, + File = {:Ossola2008xq.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0802.1876} +} + +@article{Ossola:2007ax, + author = "Ossola, Giovanni and Papadopoulos, Costas G. and Pittau, + Roberto", + title = "{CutTools: A Program implementing the OPP reduction + method to compute one-loop amplitudes}", + journal = "JHEP", + volume = "0803", + pages = "042", + doi = "10.1088/1126-6708/2008/03/042", + year = "2008", + eprint = "0711.3596", + archivePrefix = "arXiv", + primaryClass = "hep-ph", + SLACcitation = "%%CITATION = ARXIV:0711.3596;%%", +} + +@Article{Ossola:2006us, + Title = {{Reducing full one-loop amplitudes to scalar integrals at the integrand level}}, + Author = {Ossola, Giovanni and Papadopoulos, Costas G. and Pittau, Roberto}, + Journal = {Nucl. Phys.}, + Year = {2007}, + Pages = {147-169}, + Volume = {B763}, + + Eprint = {hep-ph/0609007}, + File = {:Ossola2006us.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0609007} +} + +@Article{Ostapchenko:2010vb, + Title = {{Monte Carlo treatment of hadronic interactions in enhanced Pomeron scheme: I. QGSJET-II model}}, + Author = {Ostapchenko, Sergey}, + Journal = {Phys.Rev.}, + Year = {2011}, + Pages = {014018}, + Volume = {D83}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.83.014018}, + Eprint = {1010.1869}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1010.1869;%%} +} + +@Article{Ozeren:2005mp, + Title = {{MHV techniques for QED processes}}, + Author = {Ozeren, K. J. and Stirling, W. J.}, + Journal = {JHEP}, + Year = {2005}, + Pages = {016}, + Volume = {11}, + + Eprint = {hep-th/0509063}, + File = {:Ozeren2005mp.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0509063} +} + +@Article{Potter:1997ii, + Title = {{Inclusive Single- and Dijet Rates in Next-to-Leading Order QCD for $\gamma^* p$ and $\gamma^* \gamma$ Collisions}}, + Author = {P{\"o}tter, B.}, + Journal = {Eur. Phys. J. direct}, + Year = {1999}, + Pages = {5}, + Volume = {C1}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/9707319}, + File = {:Potter1997ii.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9707319;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9707319} +} + +@Article{Potter:1998jt, + Title = {{JetViP 1.1: Calculating one jet and two jet cross-sections with virtual photons in NLO QCD}}, + Author = {P{\"o}tter, B.}, + Journal = {Comput. Phys. Commun.}, + Year = {1999}, + Pages = {45-66}, + Volume = {119}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0010-4655(99)00190-3}, + Eprint = {hep-ph/9806437}, + File = {:Potter1998jt.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9806437;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9806437} +} + +@Article{Pak:2009dg, + Title = {{Finite top quark mass effects in NNLO Higgs boson production at LHC}}, + Author = {Pak, Alexey and Rogal, Mikhail and Steinhauser, Matthias}, + Journal = {JHEP}, + Year = {2010}, + Pages = {025}, + Volume = {02}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP02(2010)025}, + Eprint = {0911.4662}, + Primaryclass = {hep-ph}, + Reportnumber = {SFB-CPP-09-116, TTP09-43}, + Slaccitation = {%%CITATION = ARXIV:0911.4662;%%}, + Url = {http://inspirehep.net/record/837783} +} + +@Article{Palle:2012kma, + Title = {{On the anomalous t-quark charge asymmetry and noncontractibility of the physical space}}, + Author = {Palle, Davor}, + Journal = {Acta Phys.Pol.}, + Year = {2012}, + Pages = {2055}, + Volume = {B43}, + + Archiveprefix = {arXiv}, + Doi = {10.5506/APhysPolB.43.2055}, + Eprint = {1204.1171}, + Primaryclass = {physics.gen-ph}, + Slaccitation = {%%CITATION = ARXIV:1204.1171;%%} +} + +@Article{Papadopoulos:2000tt, + Title = {{PHEGAS: A phase-space generator for automatic cross-section computation}}, + Author = {Papadopoulos, Costas G.}, + Journal = {Comput. Phys. Commun.}, + Year = {2001}, + Pages = {247-254}, + Volume = {137}, + + Eprint = {hep-ph/0007335}, + File = {:Papadopoulos2000tt.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0007335} +} + +@Article{Papadopoulos:2005ky, + Title = {{Multi-parton cross sections at hadron colliders}}, + Author = {Papadopoulos, Costas G. and Worek, Malgorzata}, + Journal = {Eur. Phys. J.}, + Year = {2007}, + Pages = {843-856}, + Volume = {C50}, + + Eprint = {hep-ph/0512150}, + File = {:Papadopoulos2005ky.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0512150} +} + +@Article{Papaefstathiou:2009sr, + Title = {{NLO production of $W'$ bosons at hadron colliders using the MC@NLO and POWHEG methods}}, + Author = {Papaefstathiou, Andreas and Latunde-Dada, Oluseyi}, + Journal = {JHEP}, + Year = {2009}, + Pages = {044}, + Volume = {07}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/07/044}, + Eprint = {0901.3685}, + File = {:Papaefstathiou2009sr.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0901.3685;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0901.3685} +} + +@Article{Papaefstathiou:2010bw, + Title = {{Resummation of transverse energy in vector boson and Higgs boson production at hadron colliders}}, + Author = {Papaefstathiou, Andreas and Smillie, Jennifer M. and Webber, Bryan R.}, + Journal = {JHEP}, + Year = {2010}, + Pages = {084}, + Volume = {04}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP04(2010)084}, + Eprint = {1002.4375}, + File = {:Papaefstathiou2010bw.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1002.4375;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1002.4375} +} + +@Article{Parisi:1979xd, + Title = {{Summing large perturbative corrections in QCD}}, + Author = {Parisi, G.}, + Journal = {Phys. Lett.}, + Year = {1980}, + Pages = {295}, + Volume = {B90}, + + Doi = {10.1016/0370-2693(80)90746-7}, + File = {:Parisi1979xd.pdf:PDF}, + Url = {http://inspirebeta.net/record/144319} +} + +@Article{Parisi:1979se, + Title = {{Small transverse momentum distributions in hard processes}}, + Author = {Parisi, G. and Petronzio, R.}, + Journal = {Nucl. Phys.}, + Year = {1979}, + Pages = {427}, + Volume = {B154}, + + Doi = {10.1016/0550-3213(79)90040-3}, + File = {:Parisi1979se.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B154,427;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=NUPHA,B154,427} +} + +@Article{Parke:1986gb, + Title = {{Amplitude for n-Gluon scattering}}, + Author = {Parke, Stephen J. and Taylor, T. R.}, + Journal = {Phys. Rev. Lett.}, + Year = {1986}, + Pages = {2459}, + Volume = {56}, + + File = {:Parke1986gb.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRLTA,56,2459} +} + +@Article{Pati:1975ze, + Title = {{Mirror Fermions, J/psi Particles, Kolar Mine Events and Neutrino Anomaly}}, + Author = {Pati, Jogesh C. and Salam, Abdus}, + Journal = {Phys. Lett.}, + Year = {1975}, + Pages = {333-337}, + Volume = {B58}, + + Doi = {10.1016/0370-2693(75)90667-X}, + File = {:Pati1975ze.pdf:PDF}, + Slaccitation = {%%CITATION = PHLTA,B58,333;%%} +} + +@Article{Pfeifenschneider:1999rz, + Title = {{QCD analyses and determinations of $\alpha_s$ in $e^+$ $e^-$ annihilation at energies between 35-GeV and 189-GeV}}, + Author = {Pfeifenschneider, P. and others}, + Journal = {Eur. Phys. J.}, + Year = {2000}, + Pages = {19-51}, + Volume = {C17}, + + Archiveprefix = {arXiv}, + Collaboration = {JADE and OPAL}, + Doi = {10.1007/s100520000432}, + Eprint = {hep-ex/0001055}, + File = {:Pfeifenschneider1999rz.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0001055;%%} +} + +@Article{Pittau:1997mv, + Title = {{A simple method for multi-leg loop calculations 2: a general algorithm}}, + Author = {Pittau, R.}, + Journal = {Comput. Phys. Commun.}, + Year = {1998}, + Pages = {48-52}, + Volume = {111}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0010-4655(98)00040-X}, + Eprint = {hep-ph/9712418}, + File = {:Pittau1997mv.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9712418;%%} +} + +@Article{Pittau:1996ez, + Title = {{A simple method for multi-leg loop calculations}}, + Author = {Pittau, R.}, + Journal = {Comput. Phys. Commun.}, + Year = {1997}, + Pages = {23-36}, + Volume = {104}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0010-4655(97)00065-9}, + Eprint = {hep-ph/9607309}, + File = {:Pittau1996ez.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9607309;%%} +} + +@Article{Platzer:2013fha, + Title = {{Summing Large-$N$ Towers in Colour Flow Evolution}}, + Author = {Pl{\"a}tzer, Simon}, + Journal = {Eur.Phys.J.}, + Year = {2014}, + Pages = {2907}, + Volume = {C74}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-014-2907-2}, + Eprint = {1312.2448}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-13-237, MCNET-13-21}, + Slaccitation = {%%CITATION = ARXIV:1312.2448;%%} +} + +@Article{Platzer:2012bs, + Title = {{Controlling inclusive cross sections in parton shower + matrix element merging}}, + Author = {Pl{\"a}tzer, Simon}, + Journal = {JHEP}, + Year = {2013}, + Pages = {114}, + Volume = {08}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP08(2013)114}, + Eprint = {1211.5467}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-12-215, MCNET-12-13}, + Slaccitation = {%%CITATION = ARXIV:1211.5467;%%} +} + +@Article{Platzer:2011bc, + Title = {{Dipole Showers and Automated NLO Matching in Herwig++}}, + Author = {Pl{\"a}tzer, Simon and Gieseke, Stefan}, + Journal = {Eur.Phys.J.}, + Year = {2012}, + Pages = {2187}, + Volume = {C72}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-012-2187-7}, + Eprint = {1109.6256}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-11-162, KA-TP-24-2011, HERWIG-11-01, MCNET-11-24}, + Slaccitation = {%%CITATION = ARXIV:1109.6256;%%} +} + +@Article{Platzer:2009jq, + Title = {{Coherent Parton Showers with Local Recoils}}, + Author = {Pl{\"a}tzer, Simon and Gieseke, Stefan}, + Journal = {JHEP}, + Year = {2011}, + Pages = {024}, + Volume = {01}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP01(2011)024}, + Eprint = {0909.5593}, + File = {:Platzer2009jq.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0909.5593;%%}, + Url = {http://inspirebeta.net/record/832635} +} + +@Article{Platzer:2012np, + Title = {{Subleading $N_c$ improved Parton Showers}}, + Author = {Pl{\"a}tzer, Simon and Sj{\"o}dahl, Malin}, + Journal = {JHEP}, + Year = {2012}, + Pages = {042}, + Volume = {07}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP07(2012)042}, + Eprint = {1201.0260}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-11-255, LU-TP-11-48, MCNET-11-27}, + Slaccitation = {%%CITATION = ARXIV:1201.0260;%%} +} + +@Article{Platzer:2011dq, + Title = {{The Sudakov Veto Algorithm Reloaded}}, + Author = {Pl{\"a}tzer, Simon and Sj{\"o}dahl, Malin}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Eprint = {1108.6180}, + Primaryclass = {hep-ph}, + Url = {http://inspirehep.net/record/925942} +} + +@Article{Placzek:2003zg, + Title = {{Multiphoton radiation in leptonic W boson decays}}, + Author = {Placzek, W. and Jadach, S.}, + Journal = {Eur.Phys.J.}, + Year = {2003}, + Pages = {325-339}, + Volume = {C29}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s2003-01223-4}, + Eprint = {hep-ph/0302065}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-TH-2003-018}, + Slaccitation = {%%CITATION = HEP-PH/0302065;%%} +} + +@Article{Plehn:2005cq, + Title = {{Squark and gluino production with jets}}, + Author = {Plehn, T. and Rainwater, D. and Skands, P.}, + Journal = {Phys. Lett.}, + Year = {2007}, + Pages = {217-221}, + Volume = {B645}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2006.12.009}, + Eprint = {hep-ph/0510144}, + File = {:Plehn2005cq.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0510144;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/05010144} +} + +@Article{Plehn:1999xi, + Title = {{A Method for identifying $H\to\tau^+\tau^-\to e^\pm \mu^\mp p_T$ at the CERN LHC}}, + Author = {Plehn, T. and Rainwater, David L. and Zeppenfeld, D.}, + Journal = {Phys.Rev.}, + Year = {2000}, + Pages = {093005}, + Volume = {D61}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.61.093005}, + Eprint = {hep-ph/9911385}, + Primaryclass = {hep-ph}, + Reportnumber = {MADPH-99-1142, FERMILAB-PUB-99-290-T}, + Slaccitation = {%%CITATION = HEP-PH/9911385;%%} +} + +@Article{Plehn:2009rk, + Title = {{Fat Jets for a Light Higgs}}, + Author = {Plehn, Tilman and Salam, Gavin P. and Spannowsky, Michael}, + Journal = {Phys. Rev. Lett.}, + Year = {2010}, + Pages = {111801}, + Volume = {104}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.104.111801}, + Eprint = {0910.5472}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/835463} +} + +@Article{Plehn:2008ae, + Title = {{Seeking Sgluons}}, + Author = {Plehn, Tilman and Tait, Tim M. P.}, + Journal = {J. Phys.}, + Year = {2009}, + Pages = {075001}, + Volume = {G36}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/0954-3899/36/7/075001}, + Eprint = {0810.3919}, + File = {:Plehn2008ae.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0810.3919;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0810.3919} +} + +@Article{Poggio:1977xk, + Title = {{Nonleading contributions to the asymptotic behavior of the quark form-factor}}, + Author = {Poggio, Enrico C. and Pollak, Gregory}, + Journal = {Phys. Lett.}, + Year = {1977}, + Pages = {135}, + Volume = {B71}, + + File = {:Poggio1977xk.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B71,135} +} + +@Article{Poghosyan:2011sp, + Title = {{Diffraction dissociation in proton-proton collisions at $\sqrt{s}$ = 0.9 TeV, 2.76 TeV and 7 TeV with ALICE at the LHC}}, + Author = {Poghosyan, M.G.}, + Journal = {J.Phys.G}, + Year = {2011}, + Pages = {124044}, + Volume = {G38}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/0954-3899/38/12/124044}, + Eprint = {1109.4510}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = ARXIV:1109.4510;%%} +} + +@Article{Pomeranchuk:1958, + Title = {{Equality of the nucleon and antinucleon total interaction cross section at high energies}}, + Author = {I. I. Pomeranchuk}, + Journal = {Sov. Phys. JETP}, + Year = {1958}, + Pages = {499}, + Volume = {7} +} + +@Article{Pordes:2008zz, + Title = {{New Science on the Open Science Grid}}, + Author = {Pordes, Ruth and others}, + Journal = {J.Phys.Conf.Ser.}, + Year = {2008}, + Pages = {012070}, + Volume = {125}, + + Archiveprefix = {arXiv}, + Collaboration = {Open Science Grid}, + Doi = {10.1088/1742-6596/125/1/012070}, + Eprint = {0904.3950}, + Primaryclass = {physics.comp-ph}, + Reportnumber = {FERMILAB-PUB-08-195-CD}, + Slaccitation = {%%CITATION = ARXIV:0904.3950;%%} +} + +@Article{Porod:2003um, + Title = {{SPheno, a program for calculating supersymmetric spectra, SUSY particle decays and SUSY particle production at $e^+ e^-$ colliders}}, + Author = {Porod, Werner}, + Journal = {Comput. Phys. Commun.}, + Year = {2003}, + Pages = {275-315}, + Volume = {153}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0010-4655(03)00222-4}, + Eprint = {hep-ph/0301101}, + File = {:Porod2003um.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0301101;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0301101} +} + +@Article{Pukhov:2004ca, + Title = {{CalcHEP 3.2: MSSM, structure functions, event generation, batchs, and generation of matrix elements for other packages}}, + Author = {Pukhov, A.}, + Year = {2004}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0412191}, + File = {:Pukhov2004ca.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0412191;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0412191} +} + +@Article{Pumplin:2002vw, + Title = {{New generation of parton distributions with uncertainties from global QCD analysis}}, + Author = {Pumplin, J. and Stump, D. R. and Huston, J. and Lai, H. L. and Nadolsky, P. and Tung, W. K.}, + Journal = {JHEP}, + Year = {2002}, + Pages = {012}, + Volume = {07}, + + Eprint = {hep-ph/0201195}, + File = {:Pumplin2002vw.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0201195} +} + +@Article{Rainwater:1997dg, + Title = {{Searching for $H \to \gamma \gamma$ in weak boson fusion at the LHC}}, + Author = {Rainwater, David L. and Zeppenfeld, D.}, + Journal = {JHEP}, + Year = {1997}, + Pages = {005}, + Volume = {12}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/9712271}, + File = {:Rainwater1997dg.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9712271;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9712271} +} + +@Article{Rainwater:1998kj, + Title = {{Searching for $H\to\tau^+\tau^-$ in weak boson fusion at the CERN LHC}}, + Author = {Rainwater, David L. and Zeppenfeld, D. and Hagiwara, Kaoru}, + Journal = {Phys.Rev.}, + Year = {1998}, + Pages = {014037}, + Volume = {D59}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.59.014037}, + Eprint = {hep-ph/9808468}, + Primaryclass = {hep-ph}, + Reportnumber = {MADPH-98-1057, KEK-PREPRINT-98-166, KEK-TH-589}, + Slaccitation = {%%CITATION = HEP-PH/9808468;%%} +} + +@Article{Ranft:1987xn, + Title = {{Hadron production in hadron--nucleus collisions in the dual Monte Carlo multichain fragmentation model}}, + Author = {Ranft, J.}, + Journal = {Phys. Rev.}, + Year = {1988}, + Pages = {1842}, + Volume = {D37}, + + Doi = {10.1103/PhysRevD.37.1842}, + Slaccitation = {CITATION = PHRVA,D37,1842;} +} + +@Article{Rarita:1941mf, + Title = {{On a theory of particles with half integral spin}}, + Author = {Rarita, William and Schwinger, Julian}, + Journal = {Phys.Rev.}, + Year = {1941}, + Pages = {61}, + Volume = {60}, + + Doi = {10.1103/PhysRev.60.61}, + File = {:Rarita1941mf.pdf:PDF}, + Slaccitation = {%%CITATION = PHRVA,60,61;%%} +} + +@Article{Ravindran:2006cg, + Title = {{Higher-order threshold effects to inclusive processes in QCD}}, + Author = {Ravindran, V.}, + Journal = {Nucl.Phys.}, + Year = {2006}, + Pages = {173-196}, + Volume = {B752}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nuclphysb.2006.06.025}, + Eprint = {hep-ph/0603041}, + Primaryclass = {hep-ph}, + Reportnumber = {HRI-03-2006}, + Slaccitation = {%%CITATION = HEP-PH/0603041;%%} +} + +@Article{Ravindran:2003um, + Title = {{NNLO corrections to the total cross-section for Higgs boson production in hadron hadron collisions}}, + Author = {Ravindran, V. and Smith, J. and van Neerven, W. L.}, + Journal = {Nucl.Phys.}, + Year = {2003}, + Pages = {325-366}, + Volume = {B665}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0550-3213(03)00457-7}, + Eprint = {hep-ph/0302135}, + Primaryclass = {hep-ph}, + Reportnumber = {YITP-SB-03-02, INLO-PUB-01-03}, + Slaccitation = {%%CITATION = HEP-PH/0302135;%%} +} + +@Article{Ravindran:2002dc, + Title = {{Next-to-leading order QCD corrections to differential distributions of Higgs boson production in hadron-hadron collisions}}, + Author = {Ravindran, V. and Smith, J. and Van Neerven, W.L.}, + Journal = {Nucl. Phys.}, + Year = {2002}, + Pages = {247-290}, + Volume = {B634}, + + Doi = {10.1016/S0550-3213(02)00333-4}, + Eprint = {hep-ph/0201114}, + File = {:Ravindran2002dc.pdf:PDF}, + Url = {http://inspirebeta.net/record/581705} +} + +@Article{Re:2012zi, + Title = {{NLO corrections merged with parton showers for Z+2 jets production using the POWHEG method}}, + Author = {Re, Emanuele}, + Journal = {JHEP}, + Year = {2012}, + Pages = {031}, + Volume = {10}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP10(2012)031}, + Eprint = {1204.5433}, + Primaryclass = {hep-ph}, + Reportnumber = {IPPP-12-13, DCPT-12-26, MCNET-12-03}, + Slaccitation = {%%CITATION = ARXIV:1204.5433;%%}, + Url = {http://inspirehep.net/record/1112186} +} + +@Article{Re:2010bp, + Title = {{Single-top Wt-channel production matched with parton showers using the POWHEG method}}, + Author = {Re, Emanuele}, + Journal = {Eur. Phys. J.}, + Year = {2011}, + Pages = {1547}, + Volume = {C71}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-011-1547-z}, + Eprint = {1009.2450}, + Primaryclass = {hep-ph} +} + +@Article{Regge:1960zc, + Title = {{Bound states, shadow states and Mandelstam representation}}, + Author = {Regge, T.}, + Journal = {Nuovo Cim.}, + Year = {1960}, + Pages = {947-956}, + Volume = {18}, + + File = {:Regge1960zc.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUCIA,18,947} +} + +@Article{Regge:1959mz, + Title = {{Introduction to complex orbital momenta}}, + Author = {Regge, T.}, + Journal = {Nuovo Cim.}, + Year = {1959}, + Pages = {951}, + Volume = {14}, + + File = {:Regge1959mz.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUCIA,14,951} +} + +@Article{Reina:2001sf, + Title = {{Next-to-leading order results for t anti-t h production at the Tevatron}}, + Author = {Reina, L. and Dawson, S.}, + Journal = {Phys.Rev.Lett.}, + Year = {2001}, + Pages = {201804}, + Volume = {87}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.87.201804}, + Eprint = {hep-ph/0107101}, + Primaryclass = {hep-ph}, + Reportnumber = {FSU-HEP-2001-0601, BNL-HET-01-20}, + Slaccitation = {%%CITATION = HEP-PH/0107101;%%}, + Url = {http://inspirehep.net/record/559706} +} + +@Article{Reina:2001bc, + Title = {{QCD corrections to associated t anti-t h production at the Tevatron}}, + Author = {Reina, L. and Dawson, S. and Wackeroth, D.}, + Journal = {Phys.Rev.}, + Year = {2002}, + Pages = {053017}, + Volume = {D65}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.65.053017}, + Eprint = {hep-ph/0109066}, + Primaryclass = {hep-ph}, + Reportnumber = {FSU-HEP-2001-0602, BNL-HET-01-19, UR-1639}, + Slaccitation = {%%CITATION = HEP-PH/0109066;%%}, + Url = {http://inspirehep.net/record/562507} +} + +@Article{Richardson:2001df, + Title = {{Spin correlations in Monte Carlo simulations}}, + Author = {Richardson, Peter}, + Journal = {JHEP}, + Year = {2001}, + Pages = {029}, + Volume = {11}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0110108}, + File = {:Richardson2001df.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0110108;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0110108} +} + +@Article{Richardson:2010gz, + Title = {{QCD parton showers and NLO EW corrections to Drell-Yan}}, + Author = {Richardson, P. and Sadykov, R.R. and Sapronov, A.A. and Seymour, M.H. and Skands, P.Z.}, + Year = {2010}, + + Archiveprefix = {arXiv}, + Eprint = {1011.5444}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/879323} +} + +@Article{Richman:1995wm, + Title = {{Leptonic and semileptonic decays of charm and bottom hadrons}}, + Author = {Richman, Jeffrey D. and Burchat, Patricia R.}, + Journal = {Rev. Mod. Phys.}, + Year = {1995}, + Pages = {893-976}, + Volume = {67}, + + Eprint = {hep-ph/9508250}, + File = {:Richman1995wm.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9508250;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9508250} +} + +@Article{Ridder:2012ja, + Title = {{Antenna subtraction at NNLO with hadronic initial states: double real initial-initial configurations}}, + Author = {Ridder, Aude Gehrmann-De and Gehrmann, Thomas and Ritzmann, Mathias}, + Journal = {JHEP}, + Year = {2012}, + Pages = {047}, + Volume = {10}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP10(2012)047}, + Eprint = {1207.5779}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1207.5779;%%}, + Url = {http://inspirehep.net/record/1123676} +} + +@Article{Rijken:1994sh, + Title = {{Order alpha-s**2 contributions to the Drell-Yan cross-section at fixed target energies}}, + Author = {Rijken, P.J. and van Neerven, W.L.}, + Journal = {Phys.Rev.}, + Year = {1995}, + Pages = {44-63}, + Volume = {D51}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.51.44}, + Eprint = {hep-ph/9408366}, + Primaryclass = {hep-ph}, + Reportnumber = {INLO-PUB-14-94}, + Slaccitation = {%%CITATION = HEP-PH/9408366;%%} +} + +@Article{vanRitbergen:1997va, + Title = {{The four-loop $\beta$-function in quantum chromodynamics}}, + Author = {van Ritbergen, T. and Vermaseren, J. A. M. and Larin, S. A.}, + Journal = {Phys. Lett.}, + Year = {1997}, + Pages = {379-384}, + Volume = {B400}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0370-2693(97)00370-5}, + Eprint = {hep-ph/9701390}, + File = {:vanRitbergen1997va.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9701390;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9701390} +} + +@Article{Ritzmann:2014mka, + Title = {{Fragmentation in Jets at NNLO}}, + Author = {Ritzmann, Mathias and Waalewijn, Wouter J.}, + Year = {2014}, + + Archiveprefix = {arXiv}, + Eprint = {1407.3272}, + Primaryclass = {hep-ph}, + Reportnumber = {NIKHEF-2014-015}, + Slaccitation = {%%CITATION = ARXIV:1407.3272;%%}, + Url = {http://inspirehep.net/record/1306304} +} + +@Article{Rizzo:2006nw, + Title = {{$Z^\prime$ phenomenology and the LHC}}, + Author = {Rizzo, Thomas G.}, + Year = {2006}, + Pages = {537-575}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0610104}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC-PUB-12129}, + Slaccitation = {%%CITATION = HEP-PH/0610104;%%} +} + +@Article{Rizzo:1979mf, + Title = {{Gluon Final States in Higgs Boson Decay}}, + Author = {Rizzo, Thomas G.}, + Journal = {Phys.Rev.}, + Year = {1980}, + Pages = {178}, + Volume = {D22}, + + Doi = {10.1103/PhysRevD.22.178}, + Reportnumber = {BNL-27218, BNL-27869 ADD}, + Slaccitation = {%%CITATION = PHRVA,D22,178;%%} +} + +@Article{Rodrigo:2003ws, + Title = {{Resummed jet rates for heavy quark production in $e^+e^-$ annihilation}}, + Author = {Rodrigo,~German and Krauss,~Frank}, + Journal = {Eur. Phys. J.}, + Year = {2004}, + Pages = {457-459}, + Volume = {C33}, + + Eprint = {hep-ph/0309325}, + File = {:Rodrigo2003ws.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0309325} +} + +@Article{Roesler:2000he, + Title = {{The Monte Carlo event generator DPMJET-III}}, + Author = {Roesler, Stefan and Engel, Ralph and Ranft, Johannes}, + Year = {2000}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0012252}, + Slaccitation = {CITATION = HEP-PH/0012252;} +} + +@Article{Rogan:2009zz, + Title = {{W+jets and Z+jets studies with the CMS detector at the CERN LHC}}, + Author = {Rogan, C.}, + Journal = {PoS}, + Year = {2009}, + Pages = {096}, + Volume = {HCP2009}, + + Collaboration = {CMS} +} + +@Article{Rosiek:1995kg, + Title = {{Complete set of Feynman rules for the MSSM -- ERRATUM}}, + Author = {Rosiek, Janusz}, + Year = {1995}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/9511250}, + File = {:Rosiek1995kg.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9511250;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9511250} +} + +@Article{Rosiek:1989rs, + Title = {{Complete set of Feynman rules for the minimal supersymmetric extension of the standard model}}, + Author = {Rosiek, Janusz}, + Journal = {Phys. Rev.}, + Year = {1990}, + Pages = {3464}, + Volume = {D41}, + + Doi = {10.1103/PhysRevD.41.3464}, + File = {:Rosiek1989rs.pdf:PDF}, + Slaccitation = {%%CITATION = PHRVA,D41,3464;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D41,3464} +} + +@Article{Rubin:2010xp, + Title = {{Giant QCD $K$-factors beyond NLO}}, + Author = {Rubin, Mathieu and Salam, Gavin P. and Sapeta, Sebastian}, + Journal = {JHEP}, + Year = {2010}, + Pages = {084}, + Volume = {09}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP09(2010)084}, + Eprint = {1006.2144}, + File = {:Rubin2010xp.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/857993} +} + +@Article{Ryskin:2011qe, + Title = {{High-energy strong interactions: from `hard' to `soft'}}, + Author = {Ryskin, M.G. and Martin, A.D. and Khoze, V.A.}, + Journal = {Eur.Phys.J.}, + Year = {2011}, + Pages = {1617}, + Volume = {C71}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-011-1617-2}, + Eprint = {1102.2844}, + Primaryclass = {hep-ph}, + Reportnumber = {IPPP-11-10, DCPT-11-20}, + Slaccitation = {%%CITATION = ARXIV:1102.2844;%%} +} + +@Article{Ryskin:2009tj, + Title = {{Soft processes at the LHC, I: Multi-component model}}, + Author = {Ryskin, M. G. and Martin, A. D. and Khoze, V. A.}, + Journal = {Eur. Phys. J.}, + Year = {2009}, + Pages = {249-264}, + Volume = {C60}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-009-0889-2}, + Eprint = {0812.2407}, + Primaryclass = {hep-ph}, + Slaccitation = {CITATION = 0812.2407;} +} + +@Article{Ryskin:2009tk, + Title = {{Soft processes at the LHC, II: Soft-hard factorization breaking and gap survival}}, + Author = {Ryskin, M. G. and Martin, A. D. and Khoze, V. A.}, + Journal = {Eur. Phys. J.}, + Year = {2009}, + Pages = {265-272}, + Volume = {C60}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-009-0890-9}, + Eprint = {0812.2413}, + Primaryclass = {hep-ph}, + Slaccitation = {CITATION = 0812.2413;} +} + +@Article{Ryskin:2007qx, + Title = {{Soft diffraction at the LHC: A Partonic interpretation}}, + Author = {Ryskin, M. G. and Martin, A. D. and Khoze, V. A.}, + Journal = {Eur. Phys. J.}, + Year = {2008}, + Pages = {199-217}, + Volume = {C54}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-007-0514-1}, + Eprint = {0710.2494}, + Primaryclass = {hep-ph}, + Slaccitation = {CITATION = 0710.2494;} +} + +@Article{Ryskin:2009qf, + Title = {{Soft physics at the LHC}}, + Author = {Ryskin, M. G. and Martin, A. D. and Khoze, V. A. and Shuvaev, A. G.}, + Journal = {J. Phys.}, + Year = {2009}, + Pages = {093001}, + Volume = {G36}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/0954-3899/36/9/093001}, + Eprint = {0907.1374}, + Primaryclass = {hep-ph}, + Slaccitation = {CITATION = 0907.1374;} +} + +@Article{Ryskin:1999yq, + Title = {{Charm Hadroproduction within $k_T$-Factorization Approach}}, + Author = {Ryskin, M. G. and Shuvaev, A. G. and Shabelski, Yu. M.}, + Journal = {Phys. Atom. Nucl.}, + Year = {2001}, + Pages = {120-131}, + Volume = {64}, + + Eprint = {hep-ph/9907507}, + File = {:Ryskin1999yq.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9907507} +} + +@Article{Salam:1999ft, + Title = {{Soft emissions and the equivalence of BFKL and CCFM final states}}, + Author = {Salam, G.P.}, + Journal = {JHEP}, + Year = {1999}, + Pages = {009}, + Volume = {03}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/9902324}, + File = {:Salam1999ft.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/495223} +} + +@Article{Salam:2009jx, + Title = {{Towards jetography}}, + Author = {Salam, Gavin P.}, + Journal = {Eur. Phys. J.}, + Year = {2010}, + Pages = {637-686}, + Volume = {C67}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-010-1314-6}, + Eprint = {0906.1833}, + File = {:Salam2009jx.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/822643} +} + +@Article{Salam:2007xv, + Title = {{A Practical Seedless Infrared-Safe Cone jet algorithm}}, + Author = {Salam, Gavin P. and Soyez, Gregory}, + Journal = {JHEP}, + Year = {2007}, + Pages = {086}, + Volume = {05}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2007/05/086}, + Eprint = {0704.0292}, + File = {:Salam2007xv.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:0704.0292;%%}, + Url = {http://inspirehep.net/record/747950} +} + +@Article{Schalicke:2005nv, + Title = {{Implementing the ME+PS merging algorithm}}, + Author = {Sch{\"a}licke, Andreas and Krauss, Frank}, + Journal = {JHEP}, + Year = {2005}, + Pages = {018}, + Volume = {07}, + + Eprint = {hep-ph/0503281}, + File = {:Schalicke2005nv.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0503281} +} + +@Article{Schonherr:2008av, + Title = {Soft photon radiation in particle decays in \Sherpa{}}, + Author = {M. Sch\"{o}nherr and F. Krauss}, + Journal = {JHEP}, + Year = {2008}, + Pages = {018}, + Volume = {12}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/12/018}, + Eprint = {0810.5071}, + File = {:Schoenherr2008av.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0810.5071;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0810.5071} +} + +@Article{Schienbein:2001cd, + Title = {{Heavy quark production in CC and NC DIS and the structure of real and virtual photons in NLO QCD}}, + Author = {Schienbein, Ingo Jan}, + Year = {2001}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0110292}, + Primaryclass = {hep-ph}, + Reportnumber = {DO-TH-2001-17}, + Slaccitation = {%%CITATION = HEP-PH/0110292;%%}, + Url = {http://inspirehep.net/record/564773} +} + +@Article{Schilling:2000sr, + Title = {{Implementation of BGF-processes in Monte Carlo generators for electron proton scattering}}, + Author = {Schilling, S.}, + Note = {DESY-THESIS-2000-040}, + + File = {:Schilling2000sr.ps.gz:PostScript}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?r=DESY-THESIS-2000-040} +} + +@Article{Schmidt:1996fg, + Title = {{Monte Carlo Solution to the Balitsky-Fadin-Kuraev-Lipatov Equation for Resummation in Perturbative QCD}}, + Author = {Carl R. Schmidt}, + Journal = {Phys. Rev. Lett.}, + Year = {1997}, + Pages = {4531-4535}, + Volume = {78}, + + Eprint = {hep-ph/9612454}, + File = {:Schmidt1996fg.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9612454} +} + +@Article{Schmitz:2007aa, + Title = {Isolated Photon Production in Deep-Inelastic Scattering at HERA}, + Author = {Carsten Schmitz}, + Year = {2007}, + Note = {PhD thesis}, + Pages = {1-181}, + + File = {:Schmitz2007aa.pdf:PDF}, + Url = {http://www-h1.desy.de/psfiles/theses/h1th-477.pdf} +} + +@Article{Schmitz:2006sc, + Title = {{Inclusive prompt photon production in deep inelastic scattering at H1}}, + Author = {Schmitz, Carsten}, + Year = {2006}, + + Archiveprefix = {arXiv}, + Collaboration = {H1}, + Eprint = {hep-ex/0607093}, + File = {:Schmitz2006sc.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0607093;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ex/0607093} +} + +@Article{Schofield:2013aa, + Title = {Simulation of Colour Evolution in QCD Scattering Processes}, + Author = {A. Schofield}, + Year = {2013}, + Note = {PhD Thesis \emph{University of Manchester}}, + + Url = {https://www.escholar.manchester.ac.uk/api/datastream?publicationPid=uk-ac-man-scw:218535&datastreamId=FULL-TEXT.PDF} +} + +@Article{Schofield:2011zi, + Title = {{Jet vetoing and Herwig++}}, + Author = {Schofield, Alex and Seymour, Michael H.}, + Journal = {JHEP}, + Year = {2011}, + Pages = {078}, + Volume = {01}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP01(2012)078}, + Eprint = {1103.4811}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1103.4811;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1103.4811} +} + +@Article{Schuler:1996en, + Title = {{A scenario for high-energy $\gamma \gamma$ interactions}}, + Author = {Schuler, Gerhard A. and Sj{\"o}strand, Torbj{\"o}rn}, + Journal = {Z. Phys.}, + Year = {1997}, + Pages = {677-688}, + Volume = {C73}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/s002880050359}, + Eprint = {hep-ph/9605240}, + File = {:Schuler1996en.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9605240;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9605240} +} + +@Article{Schuler:1996fc, + Title = {{Parton distributions of the virtual photon}}, + Author = {Schuler, Gerhard A. and Sjostrand, Torbjorn}, + Journal = {Phys.Lett.}, + Year = {1996}, + Pages = {193-200}, + Volume = {B376}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/0370-2693(96)00265-1}, + Eprint = {hep-ph/9601282}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-TH-96-04, LU-TP-96-2}, + Slaccitation = {%%CITATION = HEP-PH/9601282;%%} +} + +@Article{Schumann:2007mg, + Title = {{A parton shower algorithm based on Catani-Seymour dipole factorisation}}, + Author = {Schumann, Steffen and Krauss, Frank}, + Journal = {JHEP}, + Year = {2008}, + Pages = {038}, + Volume = {03}, + + Archiveprefix = {arXiv}, + Eprint = {0709.1027}, + File = {:Schumann2007mg.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0709.1027} +} + +@Article{Schumann:2011ji, + Title = {{Hadronically decaying color-adjoint scalars at the LHC}}, + Author = {Schumann, Steffen and Renaud, Adrien and Zerwas, Dirk}, + Journal = {JHEP}, + Year = {2011}, + Pages = {074}, + Volume = {09}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP09(2011)074}, + Eprint = {1108.2957}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1108.2957;%%}, + Url = {http://inspirehep.net/record/923989} +} + +@Article{Schwartz:2014wha, + Title = {{Non-global Logarithms at 3 Loops, 4 Loops, 5 Loops and Beyond}}, + Author = {Schwartz, Matthew D. and Zhu, Hua Xing}, + Journal = {Phys.Rev.}, + Year = {2014}, + Pages = {065004}, + Volume = {D90}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.90.065004}, + Eprint = {1403.4949}, + Primaryclass = {hep-ph}, + Reportnumber = {SLAC--PUB--15920}, + Slaccitation = {%%CITATION = ARXIV:1403.4949;%%} +} + +@Article{Schwinger:1951ex, + Title = {{On the Green's functions of quantized fields. 1.}}, + Author = {Schwinger, Julian S.}, + Journal = {Proc.Nat.Acad.Sci.}, + Year = {1951}, + Pages = {452-455}, + Volume = {37}, + + Doi = {10.1073/pnas.37.7.452}, + File = {:Schwinger1951ex.pdf:PDF}, + Slaccitation = {%%CITATION = PNASA,37,452;%%} +} + +@Article{Schwinger:1951hq, + Title = {{On the Green's functions of quantized fields. 2.}}, + Author = {Schwinger, Julian S.}, + Journal = {Proc.Nat.Acad.Sci.}, + Year = {1951}, + Pages = {455-459}, + Volume = {37}, + + Doi = {10.1073/pnas.37.7.455}, + File = {:Schwinger1951hq.pdf:PDF}, + Slaccitation = {%%CITATION = PNASA,37,455;%%} +} + +@Article{Scora:1995ty, + Title = {{Semileptonic meson decays in the quark model: An update}}, + Author = {Scora, Daryl and Isgur, Nathan}, + Journal = {Phys. Rev.}, + Year = {1995}, + Pages = {2783-2812}, + Volume = {D52}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.52.2783}, + Eprint = {hep-ph/9503486}, + File = {:Scora1995ty.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9503486;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9503486} +} + +@Article{ktclus, + Author = {Seymour, Mike H.}, + + Url = {http://hepwww.rl.ac.uk/theory/seymour/ktclus/} +} + +@Article{Seymour:2005ze, + Title = {{Symmetry of anomalous dimension matrices for colour evolution of hard scattering processes}}, + Author = {Seymour, Michael H.}, + Journal = {JHEP}, + Year = {2005}, + Pages = {029}, + Volume = {0510}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2005/10/029}, + Eprint = {hep-ph/0508305}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-PH-TH-2005-157}, + Slaccitation = {%%CITATION = HEP-PH/0508305;%%}, + Url = {http://inspirehep.net/record/691046} +} + +@Article{Seymour:1994df, + Title = {{Matrix-element corrections to parton shower algorithms}}, + Author = {Seymour, Michael H.}, + Journal = {Comp. Phys. Commun.}, + Year = {1995}, + Pages = {95-101}, + Volume = {90}, + + Eprint = {hep-ph/9410414}, + File = {:Seymour1994df.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9410414} +} + +@Article{Seymour:1994we, + Title = {{A simple prescription for first-order corrections to quark scattering and annihilation processes}}, + Author = {Seymour, Michael H.}, + Journal = {Nucl. Phys.}, + Year = {1995}, + Pages = {443-460}, + Volume = {B436}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/0550-3213(94)00554-R}, + Eprint = {hep-ph/9410244}, + File = {:Seymour1994we.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9410244;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9410244} +} + +@Article{Seymour:1994bx, + Title = {{Soft isolated photon production as a probe of the parton shower mechanism}}, + Author = {Seymour, M. H.}, + Journal = {Z. Phys.}, + Year = {1994}, + Pages = {445-452}, + Volume = {C64}, + + Doi = {10.1007/BF01560106}, + File = {:Seymour1994bx.pdf:PDF}, + Slaccitation = {%%CITATION = ZEPYA,C64,445;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C64,445} +} + +@Article{Seymour:1991xa, + Title = {{Photon radiation in final state parton showering}}, + Author = {Seymour, Michael H.}, + Journal = {Z. Phys.}, + Year = {1992}, + Pages = {161-170}, + Volume = {C56}, + + Doi = {10.1007/BF01589719}, + File = {:Seymour1991xa.pdf:PDF}, + Slaccitation = {%%CITATION = ZEPYA,C56,161;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=ZEPYA,C56,161} +} + +@Article{Seymour:2008xr, + Title = {{Symmetry of anomalous dimension matrices explained}}, + Author = {Seymour, Michael H. and Sj{\"o}dahl, Malin}, + Journal = {JHEP}, + Year = {2008}, + Pages = {066}, + Volume = {0812}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/12/066}, + Eprint = {0810.5756}, + Primaryclass = {hep-ph}, + Reportnumber = {MAN-HEP-2008-39, CERN-TH-2008-211}, + Slaccitation = {%%CITATION = ARXIV:0810.5756;%%} +} + +@Article{Seymour:2008mu, + Title = {{TeVJet: A General framework for the calculation of jet observables in NLO QCD}}, + Author = {Seymour, Michael H. and Tevlin, Christopher}, + Year = {2008}, + + Archiveprefix = {arXiv}, + Eprint = {0803.2231}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/781409} +} + +@Article{Shifman:1979eb, + Title = {{Low-Energy Theorems for Higgs Boson Couplings to Photons}}, + Author = {Shifman, Mikhail A. and Vainshtein, A.I. and Voloshin, M.B. and Zakharov, Valentin I.}, + Journal = {Sov.J.Nucl.Phys.}, + Year = {1979}, + Pages = {711-716}, + Volume = {30}, + + Reportnumber = {ITEP-42-1979}, + Slaccitation = {%%CITATION = SJNCA,30,711;%%} +} + +@Article{Siegert:2010ts, + Title = {{Monte-Carlo event generation for the LHC}}, + Author = {Frank Siegert}, + Note = {PhD thesis}, + + File = {:pdf/Siegert2010ts.pdf:PDF}, + Url = {http://etheses.dur.ac.uk/484/} +} + +@Article{Siegert:2010mk, + Title = {{Multi-jet merging with NLO matrix elements}}, + Author = {Siegert, Frank and H{\"o}che, Stefan and Krauss, Frank and Schonherr, Marek}, + Journal = {PoS}, + Year = {2010}, + Pages = {119}, + Volume = {ICHEP2010}, + + Archiveprefix = {arXiv}, + Eprint = {1011.6657}, + File = {:Siegert2010mk.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/878501} +} + +@Article{Sjodahl:2012nk, + Title = {{ColorMath - A package for color summed calculations in SU(Nc)}}, + Author = {Sj{\"o}dahl, Malin}, + Journal = {Eur.Phys.J.}, + Year = {2013}, + Pages = {2310}, + Volume = {C73}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-013-2310-4}, + Eprint = {1211.2099}, + Primaryclass = {hep-ph}, + Reportnumber = {LU-TP-12-40, MCNET-13-04}, + Slaccitation = {%%CITATION = ARXIV:1211.2099;%%} +} + +@Article{Sjodahl:2009wx, + Title = {{Color structure for soft gluon resummation: A General recipe}}, + Author = {Sj{\"o}dahl, Malin}, + Journal = {JHEP}, + Year = {2009}, + Pages = {087}, + Volume = {0909}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2009/09/087}, + Eprint = {0906.1121}, + Primaryclass = {hep-ph}, + Reportnumber = {KA-TP-09-06, MCNET-09-13}, + Slaccitation = {%%CITATION = ARXIV:0906.1121;%%} +} + +@Article{Sjodahl:2008fz, + Title = {{Color evolution of 2 $\to$ 3 processes}}, + Author = {Sj{\"o}dahl, Malin}, + Journal = {JHEP}, + Year = {2008}, + Pages = {083}, + Volume = {0812}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2008/12/083}, + Eprint = {0807.0555}, + Primaryclass = {hep-ph}, + Reportnumber = {MAN-HEP-2008-10}, + Slaccitation = {%%CITATION = ARXIV:0807.0555;%%} +} + +@Article{Sjostrand:1995iq, + Title = {{\Pythia 5.7 and \Jetset 7.4 Physics and Manual}}, + Author = {Sj{\"o}strand, Torbj{\"o}rn}, + Year = {1995}, + + Eprint = {hep-ph/9508391}, + File = {:Sjostrand1995iq.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9508391} +} + +@Article{Sjostrand:1993yb, + Title = {{High-energy physics event generation with PYTHIA 5.7 and JETSET 7.4}}, + Author = {Sj{\"o}strand, Torbj{\"o}rn}, + Journal = {Comput. Phys. Commun.}, + Year = {1994}, + Pages = {74-90}, + Volume = {82}, + + Doi = {10.1016/0010-4655(94)90132-5}, + File = {:Sjostrand1993yb.pdf:PDF}, + Slaccitation = {%%CITATION = CPHCB,82,74;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=CPHCB,82,74} +} + +@Article{Sjostrand:1985xi, + Title = {{A model for initial state parton showers}}, + Author = {Torbj{\"o}rn Sj{\"o}strand}, + Journal = {Phys. Lett.}, + Year = {1985}, + Pages = {321}, + Volume = {B157}, + + File = {:Sjostrand1985xi.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHLTA,B157,321} +} + +@Article{Sjostrand:1984ic, + Title = {{Jet Fragmentation of Nearby Partons}}, + Author = {Sj{\"o}strand, Torbj{\"o}rn}, + Journal = {Nucl.Phys.}, + Year = {1984}, + Pages = {469}, + Volume = {B248}, + + Doi = {10.1016/0550-3213(84)90607-2}, + File = {:Sjostrand1984ic.pdf:PDF}, + Reportnumber = {DESY-T-84-01}, + Slaccitation = {%%CITATION = NUPHA,B248,469;%%} +} + +@Article{Sjostrand:1982fn, + Title = {{The Lund Monte Carlo for Jet Fragmentation}}, + Author = {Torbj{\"o}rn Sj{\"o}strand}, + Journal = {Comput. Phys. Commun.}, + Year = {1982}, + Pages = {243}, + Volume = {27}, + + File = {:Sjostrand1982fn.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=CPHCB,27,243} +} + +@Article{Sjostrand:2014zea, + Title = {{An Introduction to PYTHIA 8.2}}, + Author = {Sj{\"o}strand, Torbj{\"o}rn and Ask, Stefan and Christiansen, Jesper R. and Corke, Richard and Desai, Nishita and Philip Ilten and Stephen Mrenna and Stefan Prestel and Christine O. Rasmussen and Peter Z. Skands}, + Year = {2014}, + + Archiveprefix = {arXiv}, + Eprint = {1410.3012}, + Primaryclass = {hep-ph}, + Reportnumber = {LU-TP-14-36, MCNET-14-22, CERN-PH-TH-2014-190, FERMILAB-PUB-14-316-CD, DESY-14-178, SLAC-PUB-16122}, + Slaccitation = {%%CITATION = ARXIV:1410.3012;%%} +} + +@Article{Sjostrand:2003wg, + Title = {{PYTHIA 6.3 Physics and Manual}}, + Author = {Torbj{\"o}rn Sj{\"o}strand and Leif L{\"o}nnblad and Stephen Mrenna and Peter Skands}, + Year = {2003}, + + Eprint = {hep-ph/0308153}, + File = {:Sjostrand2003wg.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0308153} +} + +@Article{Sjostrand:2007gs, + Title = {{A brief introduction to PYTHIA 8.1}}, + Author = {Torbj{\"o}rn Sj{\"o}strand and Mrenna, Stephen and Skands, Peter}, + Journal = {Comput. Phys. Commun.}, + Year = {2008}, + Pages = {852-867}, + Volume = {178}, + + Archiveprefix = {arXiv}, + Eprint = {0710.3820}, + File = {:Sjostrand2007gs.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0710.3820} +} + +@Article{Sjostrand:2006za, + Title = {{PYTHIA 6.4 physics and manual}}, + Author = {Sj{\"o}strand, Torbj{\"o}rn and Mrenna, Stephen and Skands, Peter}, + Journal = {JHEP}, + Year = {2006}, + Pages = {026}, + Volume = {05}, + + Eprint = {hep-ph/0603175}, + File = {:Sjostrand2006za.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0603175} +} + +@Article{Sjostrand:2004ef, + Title = {{Transverse-momentum-ordered showers and interleaved multiple interactions}}, + Author = {Sj{\"o}strand, T. and Skands, P. Z.}, + Journal = {Eur. Phys. J.}, + Year = {2005}, + Pages = {129-154}, + Volume = {C39}, + + Eprint = {hep-ph/0408302}, + File = {:Sjostrand2004ef.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0408302} +} + +@Article{Sjostrand:2004pf, + Title = {{Multiple interactions and the structure of beam remnants}}, + Author = {Torbj{\"o}rn Sj{\"o}strand and Skands, P. Z.}, + Journal = {JHEP}, + Year = {2004}, + Pages = {053}, + Volume = {03}, + + Eprint = {hep-ph/0402078}, + File = {:Sjostrand2004pf.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0402078} +} + +@Article{Sjostrand:1987su, + Title = {{A multiple-interaction model for the event structure in hadron collisions}}, + Author = {Torbj{\"o}rn Sj{\"o}strand and Maria van Zijl}, + Journal = {Phys. Rev.}, + Year = {1987}, + Pages = {2019}, + Volume = {D36}, + + File = {:Sjostrand1987su.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHRVA,D36,2019} +} + +@Article{Skands:2003cj, + Title = {{SUSY Les Houches accord: interfacing SUSY spectrum calculators, decay packages, and event generators}}, + Author = {Skands, P. and others}, + Journal = {JHEP}, + Year = {2004}, + Pages = {036}, + Volume = {07}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0311123}, + File = {:Skands2003cj.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0311123;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0311123} +} + +@Article{Skands:2005bj, + Title = {{QCD Radiation in the Production of High-$\hat{s}$ Final States}}, + Author = {Skands, Peter and Plehn, Tilman and Rainwater, David}, + Journal = {ECONF}, + Year = {2005}, + Pages = {ALCPG0417}, + Volume = {C0508141}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0511306}, + File = {:Skands2005bj.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0511306;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0511306} +} + +@Article{Skands:2012mm, + Title = {{QCD Coherence and the Top Quark Asymmetry}}, + Author = {Skands, Peter and Webber, Bryan and Winter, Jan}, + Journal = {JHEP}, + Year = {2012}, + Pages = {151}, + Volume = {07}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP07(2012)151}, + Eprint = {1205.1466}, + Primaryclass = {hep-ph}, + Reportnumber = {CAVENDISH-HEP-12-07, CERN-PH-TH-2012-099, MCNET-12-04}, + Slaccitation = {%%CITATION = ARXIV:1205.1466;%%}, + Url = {http://inspirehep.net/record/1113762} +} + +@Article{Skands:2009tb, + Title = {{Some remarks on dipole showers and the DGLAP equation}}, + Author = {Skands, Peter and Weinzierl, Stefan}, + Journal = {Phys. Rev.}, + Year = {2009}, + Pages = {074021}, + Volume = {D79}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.79.074021}, + Eprint = {0903.2150}, + File = {:Skands2009tb.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0903.2150;%%} +} + +@Article{Smilga:1979uj, + Title = {{Next-to-leading logarithms in the high-energy asymptotics of the quark form-factor and the jet cross-section}}, + Author = {Smilga, Andrei V.}, + Journal = {Nucl. Phys.}, + Year = {1979}, + Pages = {449-468}, + Volume = {B161}, + + File = {:Smilga1979uj.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B161,449} +} + +@Article{Snigirev:2003cq, + Title = {{QCD status of factorization ansatz for double parton distributions}}, + Author = {A. M. Snigirev}, + Journal = {Phys. Rev.}, + Year = {2003}, + Pages = {114012}, + Volume = {D68}, + + Eprint = {hep-ph/0304172}, + File = {:Snigirev2003cq.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0304172} +} + +@Article{Sobol:2011zz, + Title = {{WINHAC++: The object-oriented Monte Carlo for the charged-current Drell-Yan process}}, + Author = {Sobol, Kamil}, + Journal = {Acta Phys.Polon.}, + Year = {2011}, + Pages = {1605-1614}, + Volume = {B42}, + + Doi = {10.5506/APhysPolB.42.1605}, + Slaccitation = {%%CITATION = APPOA,B42,1605;%%} +} + +@Article{Spira:1997dg, + Title = {{QCD effects in Higgs physics}}, + Author = {Spira, Michael}, + Journal = {Fortsch.Phys.}, + Year = {1998}, + Pages = {203-284}, + Volume = {46}, + + Archiveprefix = {arXiv}, + Doi = {10.1002/(SICI)1521-3978(199804)46:3<203::AID-PROP203>3.0.CO;2-4}, + Eprint = {hep-ph/9705337}, + File = {:Spira1997dg.pdf:PDF}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-TH-97-068, CERN-TH-97-68}, + Slaccitation = {%%CITATION = HEP-PH/9705337;%%} +} + +@Article{Spira:1993bb, + Title = {{SUSY Higgs production at proton colliders}}, + Author = {Spira, M. and Djouadi, A. and Graudenz, D. and Zerwas, P.M.}, + Journal = {Phys.Lett.}, + Year = {1993}, + Pages = {347-353}, + Volume = {B318}, + + Doi = {10.1016/0370-2693(93)90138-8}, + Reportnumber = {DESY-93-113, UDEM-LPN-TH-93-168, LBL-34598}, + Slaccitation = {%%CITATION = PHLTA,B318,347;%%} +} + +@Article{Spira:1995rr, + Title = {{Higgs boson production at the LHC}}, + Author = {Spira, M. and Djouadi, A. and Graudenz, D. and Zerwas, P. M.}, + Journal = {Nucl. Phys.}, + Year = {1995}, + Pages = {17-82}, + Volume = {B453}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/0550-3213(95)00379-7}, + Eprint = {hep-ph/9504378}, + File = {:Spira1995rr.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9504378;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9504378} +} + +@Article{Staub:2013tta, + Title = {{SARAH 4: A tool for (not only SUSY) model builders}}, + Author = {Staub, Florian}, + Journal = {Comput.Phys.Commun.}, + Year = {2014}, + Pages = {1773-1790}, + Volume = {185}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.cpc.2014.02.018}, + Eprint = {1309.7223}, + Primaryclass = {hep-ph}, + Reportnumber = {BONN-TH-2013-17}, + Slaccitation = {%%CITATION = ARXIV:1309.7223;%%} +} + +@Article{Staub:2009bi, + Title = {{From Superpotential to Model Files for FeynArts and CalcHep/CompHep}}, + Author = {Staub, Florian}, + Journal = {Comput.Phys.Commun.}, + Year = {2010}, + Pages = {1077-1086}, + Volume = {181}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.cpc.2010.01.011}, + Eprint = {0909.2863}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:0909.2863;%%} +} + +@Article{Staub:2008uz, + Title = {{SARAH}}, + Author = {Staub, F.}, + Year = {2008}, + + Archiveprefix = {arXiv}, + Eprint = {0806.0538}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:0806.0538;%%} +} + +@Article{Stelzer:1994ta, + Title = {{Automatic generation of tree level helicity amplitudes}}, + Author = {Stelzer, T. and Long, W. F.}, + Journal = {Comput. Phys. Commun.}, + Year = {1994}, + Pages = {357-371}, + Volume = {81}, + + Eprint = {hep-ph/9401258}, + File = {:Stelzer1994ta.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9401258} +} + +@Article{Sterman:1986aj, + Title = {{Summation of large corrections to short-distance hadronic cross sections}}, + Author = {Sterman, George F.}, + Journal = {Nucl. Phys.}, + Year = {1987}, + Pages = {310}, + Volume = {B281}, + + Doi = {10.1016/0550-3213(87)90258-6}, + File = {:Sterman1986aj.pdf:PDF}, + Url = {http://inspirebeta.net/record/230126} +} + +@Article{Stewart:2011cf, + Title = {{Theory Uncertainties for Higgs and Other Searches Using Jet Bins}}, + Author = {Stewart, Iain W. and Tackmann, Frank J.}, + Journal = {Phys.Rev.}, + Year = {2012}, + Pages = {034011}, + Volume = {D85}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.85.034011}, + Eprint = {1107.2117}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1107.2117;%%} +} + +@Article{Stewart:2013faa, + Title = {{Jet $p_T$ Resummation in Higgs Production at NNLL'+NNLO}}, + Author = {Stewart, Iain W. and Tackmann, Frank J. and Walsh, Jonathan R. and Zuberi, Saba}, + Journal = {Phys.Rev.}, + Year = {2014}, + Pages = {054001}, + Volume = {D89}, + + Archiveprefix = {arXiv}, + Eprint = {1307.1808}, + Reportnumber = {DESY-13-122, MIT-CTP-4479}, + Slaccitation = {%%CITATION = ARXIV:1307.1808;%%}, + Url = {http://inspirehep.net/record/1241817} +} + +@Article{Stump:2003yu, + Title = {{Inclusive jet production, parton distributions, and the search for new physics}}, + Author = {Stump, Daniel and others}, + Journal = {JHEP}, + Year = {2003}, + Pages = {046}, + Volume = {10}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0303013}, + File = {:Stump2003yu.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0303013;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0303013} +} + +@Article{Sudakov:1954sw, + Title = {{Vertex parts at very high-energies in quantum electrodynamics}}, + Author = {V. V. Sudakov}, + Journal = {Sov. Phys. JETP}, + Year = {1956}, + Pages = {65-71}, + Volume = {3}, + + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=SPHJA,3,65} +} + +@Article{Summers:1994mc, + Title = {{Exponentiation of soft photons in a process involving hard photons}}, + Author = {Summers, D. J.}, + Journal = {Phys. Rev.}, + Year = {1996}, + Pages = {2430-2441}, + Volume = {D53}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.53.2430}, + Eprint = {hep-ph/9405430}, + File = {:Summers1994mc.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9405430;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9405430} +} + +@Article{Tackmann:2012bt, + Title = {{Resummation Properties of Jet Vetoes at the LHC}}, + Author = {Tackmann, Frank J. and Walsh, Jonathan R. and Zuberi, Saba}, + Journal = {Phys.Rev.}, + Year = {2012}, + Pages = {053011}, + Volume = {D86}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.86.053011}, + Eprint = {1206.4312}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-12-104}, + Slaccitation = {%%CITATION = ARXIV:1206.4312;%%} +} + +@Article{Tait:1999cf, + Title = {{The $t W^{-}$ mode of single top production}}, + Author = {Tait, Timothy M.P.}, + Journal = {Phys.Rev.}, + Year = {2000}, + Pages = {034001}, + Volume = {D61}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.61.034001}, + Eprint = {hep-ph/9909352}, + Primaryclass = {hep-ph}, + Reportnumber = {ANL-HEP-PR-99-98}, + Slaccitation = {%%CITATION = HEP-PH/9909352;%%} +} + +@Article{deTeramond:2008ht, + Title = {{Light-Front Holography: A First Approximation to QCD}}, + Author = {de Teramond, Guy F. and Brodsky, Stanley J.}, + Journal = {Phys. Rev. Lett.}, + Year = {2009}, + Pages = {081601}, + Volume = {102}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.102.081601}, + Eprint = {0809.4899}, + Primaryclass = {hep-ph}, + Url = {http://inspirebeta.net/record/797866} +} + +@Article{H1:2009wg, + Title = {{Events with an isolated lepton and missing transverse momentum and measurement of {\boldmath $W$} production at HERA}}, + Author = {{The H1 and ZEUS Collaborations}}, + Journal = {JHEP}, + Year = {2010}, + Note = {DESY-09-140}, + Pages = {035}, + Volume = {03}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP03(2010)035}, + Eprint = {0911.0858}, + File = {:H12009wg.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0911.0858;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0911.0858} +} + +@Article{H1:2009wt, + Title = {{Combined measurement and QCD analysis of the Inclusive $e^{\pm}p$ scattering cross sections at HERA}}, + Author = {{The H1 and ZEUS Collaborations}}, + Journal = {JHEP}, + Year = {2009}, + Pages = {109}, + Volume = {01}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP01(2010)109}, + Eprint = {0911.0884}, + File = {:H12009wt.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0911.0884;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0911.0884} +} + +@Article{Thorne:1999rb, + Title = {{NLO BFKL equation, running coupling, and renormalization scales}}, + Author = {Thorne, Robert S.}, + Journal = {Phys. Rev.}, + Year = {1999}, + Pages = {054031}, + Volume = {D60}, + + Eprint = {hep-ph/9901331}, + File = {:Thorne1999rb.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9901331} +} + +@Article{Tinti:2011vu, + Title = {{Measurement of inclusive $b$-quark production at $\sqrt{s}=$7 TeV with the CMS experiment}}, + Author = {Tinti, Gemma}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Doi = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:1110.1398}, + Eprint = {1110.1398}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 1110.1398;%%} +} + +@Article{Torrielli:2010aw, + Title = {{Matching NLO QCD computations with PYTHIA using MC@NLO}}, + Author = {Torrielli, Paolo and Frixione, Stefano}, + Journal = {JHEP}, + Year = {2010}, + Pages = {110}, + Volume = {04}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP04(2010)110}, + Eprint = {1002.4293}, + File = {:Torrielli2010aw.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 1002.4293;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:1002.4293} +} + +@article{Uccirati:2014fda, + author = "Actis, Stefano and Denner, Ansgar and Hofer, Lars and + Scharf, Andreas and Uccirati, Sandro", + title = "{Automatizing one-loop computation in the SM with + RECOLA}", + journal = "PoS", + volume = "LL2014", + pages = "023", + year = "2014", + SLACcitation = "%%CITATION = POSCI,LL2014,023;%%", +} + +@Article{Uhlemann:2008pm, + Title = {{Narrow-width approximation accuracy}}, + Author = {Uhlemann, C. F. and Kauer, N.}, + Journal = {Nucl. Phys.}, + Year = {2009}, + Pages = {195-211}, + Volume = {B814}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nuclphysb.2009.01.022}, + Eprint = {0807.4112}, + File = {:Uhlemann2008pm.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0807.4112;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0807.4112} +} + +@Article{Vellidis:2011rg, + Title = {{Measurement of the Cross Section for Prompt Isolated Diphoton Production in $p\bar{p}$ Collisions at \sqrt s = 1.96 TeV}}, + Author = {Vellidis, Costas}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Collaboration = {CDF Collaboration}, + Eprint = {1109.6827}, + Primaryclass = {hep-ex}, + Url = {http://inspirehep.net/record/930217} +} + +@Article{Vermaseren:1997fq, + Title = {{The four loop quark mass anomalous dimension and the invariant quark mass}}, + Author = {Vermaseren, J.A.M. and Larin, S.A. and van Ritbergen, T.}, + Journal = {Phys.Lett.}, + Year = {1997}, + Pages = {327-333}, + Volume = {B405}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0370-2693(97)00660-6}, + Eprint = {hep-ph/9703284}, + Primaryclass = {hep-ph}, + Reportnumber = {UM-TH-97-03, NIKHEF-97-012}, + Slaccitation = {%%CITATION = HEP-PH/9703284;%%}, + Url = {http://inspirehep.net/record/441078} +} + +@Article{Vesterinen:2008hx, + Title = {{A novel technique for studying the Z boson transverse momentum distribution at hadron colliders}}, + Author = {Vesterinen, M. and Wyatt, T. R.}, + Journal = {Nucl. Instrum. Meth.}, + Year = {2009}, + Pages = {432-437}, + Volume = {A602}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nima.2009.01.203}, + Eprint = {0807.4956}, + File = {:Vesterinen2008hx.pdf:PDF}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = 0807.4956;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0807.4956} +} + +@Article{Virkus:2008zz, + Title = {{Direct measurement of the Chudakov effect}}, + Author = {Virkus, T. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {2008}, + Pages = {164802}, + Volume = {100}, + + Collaboration = {NA63}, + Doi = {10.1103/PhysRevLett.100.164802}, + File = {:Virkus2008zz.pdf:PDF}, + Slaccitation = {%%CITATION = PRLTA,100,164802;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PRLTA,100,164802} +} + +@Article{Vogelsang:1995bg, + Title = {{Constraints on the proton's gluon distribution from prompt photon production}}, + Author = {Vogelsang, W. and Vogt, A.}, + Journal = {Nucl. Phys.}, + Year = {1995}, + Pages = {334-354}, + Volume = {B453}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/0550-3213(95)00424-Q}, + Eprint = {hep-ph/9505404}, + File = {:Vogelsang1995bg.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9505404;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/9505404} +} + +@Article{Vogt:2004mw, + Title = {{The three-loop splitting functions in QCD: The singlet case}}, + Author = {Vogt, A. and Moch, S. and Vermaseren, J. A. M.}, + Journal = {Nucl. Phys.}, + Year = {2004}, + Pages = {129-181}, + Volume = {B691}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nuclphysb.2004.04.024}, + Eprint = {hep-ph/0404111}, + File = {:Vogt2004mw.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0404111;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=hep-ph/0404111} +} + +@Article{Voutilainen:2006qq, + Title = {{D\O\ QCD studies}}, + Author = {Voutilainen, M.}, + Year = {2006}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ex/0610002}, + File = {:Voutilainen2006qq.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-EX/0610002;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ex/0610002} +} + +@Book{Waerden:1974qm, + Title = {{Group Theory and Quantum Mechanics}}, + Author = {van der Waerden, B. L.}, + Publisher = {Springer}, + Year = {1974}, + + Address = {Berlin, Germany}, + Note = {Die Grundlehren der math. Wissenschaften}, + + Pages = {211} +} + +@Article{Watt:2003vf, + Title = {{Unintegrated parton distributions and electroweak boson production at hadron colliders}}, + Author = {Graeme Watt and Alan D. Martin and Ryskin, M. G.}, + Journal = {Phys. Rev.}, + Year = {2004}, + Pages = {014012}, + Volume = {D70}, + + Eprint = {hep-ph/0309096}, + File = {:Watt2003vf.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0309096} +} + +@Article{Watt:2003mx, + Title = {{Unintegrated parton distributions and inclusive jet production at HERA}}, + Author = {Graeme Watt and Alan D. Martin and M. G. Ryskin}, + Journal = {Eur. Phys. J.}, + Year = {2003}, + Pages = {73-89}, + Volume = {C31}, + + Eprint = {hep-ph/0306169}, + File = {:Watt2003mx.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0306169} +} + +@Article{Waugh:2006ip, + Title = {{HZTool and Rivet: Toolkit and framework for the comparison of simulated final states and data at colliders}}, + Author = {Waugh, B. M. and others}, + Year = {2006}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0605034}, + File = {:Waugh2006ip.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0605034;%%}, + Url = {http://projects.hepforge.org/rivet} +} + +@Article{Webber:1986mc, + Title = {{Monte Carlo Simulation of Hard Hadronic Processes}}, + Author = {Webber, B.R.}, + Journal = {Ann. Rev. Nucl. Part. Sci.}, + Year = {1986}, + Pages = {253-286}, + Volume = {36}, + + File = {:Webber1986mc.pdf:PDF}, + Url = {http://inspirebeta.net/record/18125} +} + +@Article{Webber:1983if, + Title = {{A QCD model for jet fragmentation including soft gluon interference}}, + Author = {Brian R. Webber}, + Journal = {Nucl. Phys.}, + Year = {1984}, + Pages = {492}, + Volume = {B238}, + + File = {:Webber1983if.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B238,492} +} + +@Article{Weinberg:1978kz, + Title = {{Phenomenological Lagrangians}}, + Author = {Weinberg, Steven}, + Journal = {Physica}, + Year = {1979}, + Pages = {327}, + Volume = {A96}, + + File = {:Weinberg1978kz.pdf:PDF}, + Slaccitation = {%%CITATION = PHYSA,A96,327;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=PHYSA,A96,327} +} + +@Article{vonWeizsacker:1934sx, + Title = {{Radiation emitted in collisions of very fast electrons}}, + Author = {von Weizsacker, C.F.}, + Journal = {Z.Phys.}, + Year = {1934}, + Pages = {612-625}, + Volume = {88}, + + Doi = {10.1007/BF01333110}, + File = {:vonWeizsacker1934sx.pdf:PDF}, + Slaccitation = {%%CITATION = ZEPYA,88,612;%%} +} + +@Article{Werner:2008zza, + Title = {{The hadronic interaction model EPOS}}, + Author = {Werner, Klaus}, + Journal = {Nucl. Phys. Proc. Suppl.}, + Year = {2008}, + Pages = {81-87}, + Volume = {175-176}, + + Doi = {10.1016/j.nuclphysbps.2007.10.012}, + Slaccitation = {CITATION = NUPHZ,175-176,81;} +} + +@Article{Werner:1993uh, + Title = {{Strings, pomerons, and the venus model of hadronic interactions at ultrarelativistic energies}}, + Author = {Werner, K.}, + Journal = {Phys. Rept.}, + Year = {1993}, + Pages = {87-299}, + Volume = {232}, + + Doi = {10.1016/0370-1573(93)90078-R}, + Slaccitation = {CITATION = PRPLC,232,87;} +} + +@Article{Werner:2005jf, + Title = {{Parton ladder splitting and the rapidity dependence of transverse momentum spectra in deuteron gold collisions at RHIC}}, + Author = {Werner, Klaus and Liu, Fu-Ming and Pierog, Tanguy}, + Journal = {Phys. Rev.}, + Year = {2006}, + Pages = {044902}, + Volume = {C74}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevC.74.044902}, + Eprint = {hep-ph/0506232}, + Slaccitation = {CITATION = HEP-PH/0506232;} +} + +@Article{Wess:1974tw, + Title = {{Supergauge transformations in four dimensions}}, + Author = {Wess, J. and Zumino, B.}, + Journal = {Nucl. Phys.}, + Year = {1974}, + Pages = {39-50}, + Volume = {B70}, + + Doi = {10.1016/0550-3213(74)90355-1}, + File = {:Wess1974tw.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B70,39;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=NUPHA,B70,39} +} + +@Article{Weydert:2009vr, + Title = {{Charged Higgs boson production in association with a top quark in MC@NLO}}, + Author = {Weydert, C. and Frixione, S. and Herquet, M. and Klasen, M. and Laenen, E. and Plehn, T. and Stavenga, G. and White, C. D.}, + Journal = {Eur. Phys. J.}, + Year = {2010}, + Pages = {617-636}, + Volume = {C67}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-010-1320-8}, + Eprint = {0912.3430}, + File = {:Weydert2009vr.pdf:PDF}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = 0912.3430;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?eprint=arXiv:0912.3430} +} + +@Book{Weyl:1931qm, + Title = {{The Theory of Groups and Quantum Mechanics}}, + Author = {Hermann Weyl}, + Publisher = {Dover}, + Year = {1931}, + + Address = {New York, USA}, + + Pages = {422} +} + +@Article{Whalley:2005nh, + Title = {{The Les Houches Accord PDFs (LHAPDF) and LHAGLUE}}, + Author = {Whalley, M. R. and Bourilkov, D. and Group, R. C.}, + Year = {2005}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/0508110}, + File = {:Whalley2005nh.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/0508110;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0508110} +} + +@Article{Wilczek:1977zn, + Title = {{Decays of Heavy Vector Mesons Into Higgs Particles}}, + Author = {Wilczek, Frank}, + Journal = {Phys.Rev.Lett.}, + Year = {1977}, + Pages = {1304}, + Volume = {39}, + + Doi = {10.1103/PhysRevLett.39.1304}, + File = {:Wilczek1977zn.pdf:PDF}, + Reportnumber = {FERMILAB-PUB-77-080-THY, FERMILAB-PUB-77-080-T}, + Slaccitation = {%%CITATION = PRLTA,39,1304;%%} +} + +@Article{Williams:1934ad, + Title = {{Nature of the high-energy particles of penetrating radiation and status of ionization and radiation formulae}}, + Author = {Williams, E.J.}, + Journal = {Phys.Rev.}, + Year = {1934}, + Pages = {729-730}, + Volume = {45}, + + Doi = {10.1103/PhysRev.45.729}, + File = {:Williams1934ad.pdf:PDF}, + Slaccitation = {%%CITATION = PHRVA,45,729;%%} +} + +@Article{Winter:2007ye, + Title = {{Initial-state showering based on colour dipoles connected to incoming parton lines}}, + Author = {Winter, Jan-Christopher and Krauss, Frank}, + Journal = {JHEP}, + Year = {2008}, + Pages = {040}, + Volume = {07}, + + Archiveprefix = {arXiv}, + Eprint = {0712.3913}, + File = {:Winter2007ye.pdf:PDF}, + Primaryclass = {hep-ph}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=arXiv:0712.3913} +} + +@Article{Winter:2003tt, + Title = {{A modified cluster-hadronisation model}}, + Author = {Jan-Christopher Winter and Frank Krauss and Gerhard Soff}, + Journal = {Eur. Phys. J.}, + Year = {2004}, + Pages = {381-395}, + Volume = {C36}, + + Eprint = {hep-ph/0311085}, + File = {:Winter2003tt.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/0311085} +} + +@Article{Witten:2003nn, + Title = {{Perturbative Gauge Theory as a String Theory in Twistor Space}}, + Author = {Witten, Edward}, + Journal = {Commun. Math. Phys.}, + Year = {2004}, + Pages = {189-258}, + Volume = {252}, + + Eprint = {hep-th/0312171}, + File = {:Witten2003nn.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-th/0312171} +} + +@Article{Wobisch:2011vm, + Title = {{Determination of the Strong Coupling Constant and Multijet Cross Section Ratio Measurements}}, + Author = {Wobisch, M.}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Collaboration = {D0 Collaboration}, + Eprint = {1106.5132}, + Primaryclass = {hep-ex}, + Reportnumber = {FERMILAB-CONF-11-285-E}, + Slaccitation = {%%CITATION = ARXIV:1106.5132;%%}, + Url = {http://inspirehep.net/record/915977} +} + +@Article{Wobisch:1998ti, + Title = {{Progress in the Understanding of Dijet Production in Deep-Inelastic Scattering}}, + Author = {Wobisch, M.}, + Year = {1998}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/9806481}, + File = {:Wobisch1998ti.pdf:PDF}, + Slaccitation = {%%CITATION = HEP-PH/9806481;%%}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?eprint=hep-ph/9806481} +} + +@Article{Wolfenstein:1983yz, + Title = {{Parametrization of the Kobayashi-Maskawa Matrix}}, + Author = {Wolfenstein, Lincoln}, + Journal = {Phys. Rev. Lett.}, + Year = {1983}, + Pages = {1945}, + Volume = {51}, + + Doi = {10.1103/PhysRevLett.51.1945}, + File = {:Wolfenstein1983yz.pdf:PDF}, + Slaccitation = {%%CITATION = PRLTA,51,1945;%%} +} + +@Article{Xu:1986xb, + Title = {{Helicity amplitudes for multiple bremsstrahlung in massless non-abelian gauge theories}}, + Author = {Xu, Zhan and Zhang, Da-Hua and Chang, Lee}, + Journal = {Nucl. Phys.}, + Year = {1987}, + Pages = {392}, + Volume = {B291}, + + Doi = {10.1016/0550-3213(87)90479-2}, + File = {:Xu1986xb.pdf:PDF}, + Slaccitation = {%%CITATION = NUPHA,B291,392;%%}, + Url = {http://inspirebeta.net/record/231187} +} + +@Article{Yamamoto:1981ji, + Title = {{FAST METHOD OF THRUST CALCULATION}}, + Author = {Yamamoto, H.}, + Year = {1981}, + + File = {:Yamamoto1981ji.pdf:PDF}, + Reportnumber = {CALT-68-836}, + Slaccitation = {%%CITATION = CALT-68-836 ETC.;%%}, + Url = {http://inspirehep.net/record/11338} +} + +@Article{Yennie:1961ad, + Title = {{The Infrared Divergence Phenomena and High-Energy Processes}}, + Author = {Yennie, D. R. and Frautschi, Steven C. and Suura, H.}, + Journal = {Ann. Phys.}, + Year = {1961}, + Pages = {379-452}, + Volume = {13}, + + File = {:Yennie1961ad.pdf:PDF}, + Url = {http://www.slac.stanford.edu/spires/find/hep/www?j=APNYA,13,379} +} + +@Article{Yoh:1978id, + Title = {{Study of Scaling in Hadronic Production of dimuons}}, + Author = {Yoh, J. K. and others}, + Journal = {Phys. Rev. Lett.}, + Year = {1978}, + Pages = {684}, + Volume = {41}, + + Doi = {10.1103/PhysRevLett.41.684}, + File = {:Yoh1978id.pdf:PDF}, + Slaccitation = {%%CITATION = PRLTA,41,684;%%}, + Url = {http://www-spires.dur.ac.uk/spires/find/hep/www?j=PRLTA,41,684} +} + +@Article{CDFZjet, + Collaboration = {CDF}, + File = {:CDFZjet.pdf:PDF}, + Url = {http://www-cdf.fnal.gov/physics/new/qcd/zjets\_07/public.pdf} +} + +@Article{DOnote5066, + Title = {{Z+jet production in the \DO experiment: A comparison between data and the PYTHIA and Sherpa Monte Carlos}}, + Note = {{D\O~note~5066}}, + + Collaboration = {D\O\}, + File = {:DOnote5066.pdf:PDF}, + Url = {http://www-d0.fnal.gov/Run2Physics/WWW/results/prelim/HIGGS/H15/} +} + +@Article{MC4LHC:2003aa, + Title = {{CERN Workshop on Monte Carlo tools for the LHC homepage}}, + + Url = {http://mlm.home.cern.ch/mlm/mcwshop03/mcwshop.html} +} + +@Article{ScotGrid:2008aa, + Title = {{ScotGrid Scottish Grid service homepage}}, + + Url = {http://www.scotgrid.ac.uk} +} + +@Article{:2013tr, + Title = {{Measurement of the differential cross sections for isolated direct photon pair production in $p \bar p$ collisions at $\sqrt{s} = 1.96$ TeV}}, + Year = {2013}, + + Archiveprefix = {arXiv}, + Collaboration = {D0 Collaboration}, + Eprint = {1301.4536}, + Primaryclass = {hep-ex}, + Reportnumber = {FERMILAB-PUB-13-022-E}, + Slaccitation = {%%CITATION = ARXIV:1301.4536;%%} +} + +@Article{ATLAS:2013wla, + Title = {{Measurements of the properties of the Higgs-like boson in the $WW^{(\ast)} \to \ell \nu \ell \nu$ decay channel with the ATLAS detector using 25 fb$^{-1}$ of proton-proton collision data}}, + Year = {2013}, + + Collaboration = {ATLAS Collaboration}, + Key = {1229952}, + Reportnumber = {ATLAS-CONF-2013-030, ATLAS-COM-CONF-2013-028}, + Slaccitation = {%%CITATION = ATLAS-CONF-2013-030 ETC.;%%} +} + +@Article{CMS:bxa, + Title = {{Evidence for a particle decaying to W+W- in the fully leptonic final state in a standard model Higgs boson search in pp collisions at the LHC}}, + Year = {2013}, + + Collaboration = {CMS Collaboration}, + Key = {1230243}, + Reportnumber = {CMS-PAS-HIG-13-003}, + Slaccitation = {%%CITATION = CMS-PAS-HIG-13-003 ETC.;%%} +} + +@Article{CMS:2012dva, + Title = {{Measurement of the differential and double-differential Drell-Yan cross section in proton-proton collisions at 7 TeV}}, + Year = {2012}, + + Collaboration = {CMS Collaboration}, + Key = {1199097}, + Reportnumber = {CMS-PAS-EWK-11-007}, + Slaccitation = {%%CITATION = CMS-PAS-EWK-11-007 ETC.;%%} +} + +@Article{:2011qv, + Title = {{Measurement of the production cross section for Z/gamma* in association with jets in pp collisions at sqrt(s) = 7 TeV with the ATLAS detector}}, + Year = {2011}, + + Archiveprefix = {arXiv}, + Collaboration = {ATLAS}, + Eprint = {1111.2690}, + Primaryclass = {hep-ex}, + Url = {http://inspirehep.net/record/945498} +} + +@Article{CMS:2011xpa, + Title = {{Inelastic $pp$ cross section at 7 TeV}}, + Year = {2011}, + + Collaboration = {CMS}, + Key = {925181}, + Reportnumber = {CMS-PAS-FWD-11-001}, + Slaccitation = {%%CITATION = CMS-PAS-FWD-11-001 ETC.;%%} +} + +@comment{jabref-meta: protectedFlag:true;} + diff --git a/Draft/bib/make-plots b/Draft/bib/make-plots new file mode 100755 index 0000000..2597565 --- /dev/null +++ b/Draft/bib/make-plots @@ -0,0 +1,2678 @@ +#! /usr/bin/env python + +"""\ +Usage: %prog [options] file.dat [file2.dat ...] + +TODO + * Optimise output for e.g. lots of same-height bins in a row + * Add a RatioFullRange directive to show the full range of error bars + MC envelope in the ratio + * Tidy LaTeX-writing code -- faster to compile one doc only, then split it? + * Handle boolean values flexibly (yes, no, true, false, etc. as well as 1, 0) +""" + +## +## This program is copyright by Hendrik Hoeth . It may be used +## for scientific and private purposes. Patches are welcome, but please don't +## redistribute changed versions yourself. +## +## $Date$ +## $Revision$ +## + +## Check the Python version +import sys +if sys.version_info[:3] < (2,4,0): + print "make-plots requires Python version >= 2.4.0... exiting" + sys.exit(1) + +## Try to rename the process on Linux +try: + import ctypes + libc = ctypes.cdll.LoadLibrary('libc.so.6') + libc.prctl(15, 'make-plots', 0, 0, 0) +except Exception, e: + pass + + +import os, logging, re +import tempfile +import getopt +import string +from math import * + + +## Regex patterns +pat_begin_block = re.compile(r'^#+\s*BEGIN ([A-Z0-9_]+) ?(\S+)?') +pat_end_block = re.compile('^#+\s*END ([A-Z0-9_]+)') +pat_comment = re.compile('^#|^\s*$') +pat_property = re.compile('^(\w+?)=(.*)$') +pat_path_property = re.compile('^(\S+?)::(\w+?)=(.*)$') + + +def fuzzyeq(a, b, tolerance=1e-6): + "Fuzzy equality comparison function for floats, with given fractional tolerance" + if a == 0 and b == 0: + return True + return 2.0*abs(a-b)/abs(a+b) < tolerance + + +def is_end_marker(line, blockname): + m = pat_end_block.match(line) + return m and m.group(1) == blockname + +def is_comment(line): + return pat_comment.match(line) is not None + + + +class Inputdata: + def __init__(self, filename): + self.filename=filename+".dat" + self.histos = {} + self.special = {} + self.functions = {} + + self.description = {} + self.pathdescriptions = [] + + self.description['is2dim'] = False + f = open(filename+'.dat') + for line in f: + m = pat_begin_block.match(line) + if m: + name, path = m.group(1,2) + + if path is None and name != 'PLOT': + raise Exception('BEGIN sections need a path name.') + + if name == 'PLOT': + self.read_input(f); + elif name == 'SPECIAL': + self.special[path] = Special(f) + elif name == 'HISTOGRAM': + self.histos[path] = Histogram(f) + self.description['is2dim'] = self.histos[path].is2dimensional() + elif name == 'HISTO1D': + self.histos[path] = Histo1D(f) + elif name == 'FUNCTION': + self.functions[path] = Function(f) +# elif is_comment(line): +# continue +# else: +# self.read_path_based_input(line) + f.close() + + self.apply_config_files(opts.CONFIGFILES) + + self.description['PlotSizeX'] = 10. + if self.description['is2dim']: + self.description['PlotSizeX'] -= 1.5 + self.description['PlotSizeY'] = 6. + if self.description.has_key('PlotSize') and self.description['PlotSize']!='': + plotsizex,plotsizey = self.description['PlotSize'].split(',') + self.description['PlotSizeX'] = float(plotsizex) + self.description['PlotSizeY'] = float(plotsizey) + del self.description['PlotSize'] + + self.description['RatioPlotSizeY'] = 0. + if self.description.has_key('MainPlot') and self.description['MainPlot']=='0': + self.description['RatioPlot'] = '1' + self.description['PlotSizeY'] = 0. + if self.description.has_key('RatioPlot') and self.description['RatioPlot']=='1': + if self.description.has_key('RatioPlotYSize') and self.description['RatioPlotYSize']!='': + self.description['RatioPlotSizeY'] = float(self.description['RatioPlotYSize']) + else: + if self.description.has_key('MainPlot') and self.description['MainPlot']=='0': + self.description['RatioPlotSizeY'] = 6. + else: + self.description['RatioPlotSizeY'] = 3. + + self.description['LogX'] = self.description.has_key('LogX') and self.description['LogX']=='1' + self.description['LogY'] = self.description.has_key('LogY') and self.description['LogY']=='1' + self.description['LogZ'] = self.description.has_key('LogZ') and self.description['LogZ']=='1' + self.description['RatioPlotLogY'] = self.description.has_key('RatioPlotLogY') and self.description['RatioPlotLogY']=='1' + if self.description.has_key('Rebin'): + for i in self.histos: + self.histos[i].description['Rebin'] = self.description['Rebin'] + if self.description.has_key('ConnectBins'): + for i in self.histos: + self.histos[i].description['ConnectBins'] = self.description['ConnectBins'] + + histoordermap = {} + histolist = self.histos.keys() + if self.description.has_key('DrawOnly'): + histolist = filter(self.histos.keys().count, self.description['DrawOnly'].strip().split()) + for histo in histolist: + order = 0 + if self.histos[histo].description.has_key('PlotOrder'): + order = int(self.histos[histo].description['PlotOrder']) + if not order in histoordermap: + histoordermap[order] = [] + histoordermap[order].append(histo) + sortedhistolist = [] + for i in sorted(histoordermap.keys()): + sortedhistolist.extend(histoordermap[i]) + self.description['DrawOnly']=sortedhistolist + + refhistoordermap = {} + refhistolist = self.histos.keys() + if self.description.has_key('RatioPlotDrawOnly'): + refhistolist = filter(self.histos.keys().count, self.description['RatioPlotDrawOnly'].strip().split()) + for histo in refhistolist: + order = 0 + if self.histos[histo].description.has_key('PlotOrder'): + order = int(self.histos[histo].description['PlotOrder']) + if not order in refhistoordermap: + refhistoordermap[order] = [] + refhistoordermap[order].append(histo) + sortedrefhistolist = [] + for i in sorted(refhistoordermap.keys()): + sortedrefhistolist.extend(refhistoordermap[i]) + self.description['RatioPlotDrawOnly']=sortedrefhistolist + else: + self.description['RatioPlotDrawOnly']=self.description['DrawOnly'] + + + def read_input(self, f): + for line in f: + if is_end_marker(line, 'PLOT'): + break + elif is_comment(line): + continue + m = pat_property.match(line) + if m: + prop, value = m.group(1,2) + if prop in self.description: + logging.debug("Overwriting property %s = %s -> %s" % (prop, self.description[prop], value)) + ## Use strip here to deal with DOS newlines containing \r + self.description[prop.strip()] = value.strip() + + + def apply_config_files(self, conffiles): + if conffiles is not None: + for filename in conffiles: + cf = open(filename,'r') + lines = cf.readlines() + for i in range(0, len(lines)): + ## First evaluate PLOT sections + m = pat_begin_block.match(lines[i]) + if m and m.group(1) == 'PLOT' and re.match(m.group(2),self.filename): + while i %s" % (prop, self.description[prop], value)) + ## Use strip here to deal with DOS newlines containing \r + self.description[prop.strip()] = value.strip() + elif is_comment(lines[i]): + continue + else: + ## Then evaluate path-based settings, e.g. for HISTOGRAMs + m = pat_path_property.match(lines[i]) + if m: + regex, prop, value=m.group(1,2,3) + for obj_dict in [self.special, self.histos, self.functions]: + for path, obj in obj_dict.iteritems(): + if re.match(regex, path): + ## Use strip here to deal with DOS newlines containing \r + obj.description.update({prop.strip() : value.strip()}) + cf.close() + + + + +class Plot: + def __init__(self,inputdata): + pass + + def set_normalization(self,inputdata): + for method in ['NormalizeToIntegral', 'NormalizeToSum']: + if inputdata.description.has_key(method): + for i in inputdata.description['DrawOnly']: + if not inputdata.histos[i].description.has_key(method): + inputdata.histos[i].description[method] = inputdata.description[method] + if inputdata.description.has_key('Scale'): + for i in inputdata.description['DrawOnly']: + inputdata.histos[i].description['Scale'] = float(inputdata.description['Scale']) + for i in inputdata.description['DrawOnly']: + inputdata.histos[i].mangle_input() + + def stack_histograms(self,inputdata): + if inputdata.description.has_key('Stack'): + foo=[] + for i in inputdata.description['Stack'].strip().split(): + if i in inputdata.histos.keys(): + foo.append(i) + previous='' + for i in foo: + if previous!='': + inputdata.histos[i].add(inputdata.histos[previous]) + previous=i + + def set_histo_options(self,inputdata): + if inputdata.description.has_key('ConnectGaps'): + for i in inputdata.histos.keys(): + if not inputdata.histos[i].description.has_key('ConnectGaps'): + inputdata.histos[i].description['ConnectGaps']=inputdata.description['ConnectGaps'] + + def set_borders(self,inputdata): + self.set_xmax(inputdata) + self.set_xmin(inputdata) + self.set_ymax(inputdata) + self.set_ymin(inputdata) + self.set_zmax(inputdata) + self.set_zmin(inputdata) + inputdata.description['Borders']=(self.xmin, self.xmax, self.ymin, self.ymax, self.zmin, self.zmax) + + def set_xmin(self,inputdata): + if inputdata.description.has_key('XMin'): + self.xmin = float(inputdata.description['XMin']) + else: + self.xmin = min(inputdata.histos[i].getXMin() for i in inputdata.description['DrawOnly']) + + def set_xmax(self,inputdata): + #print inputdata.description + if inputdata.description.has_key('XMax'): + self.xmax = float(inputdata.description['XMax']) + else: + #print inputdata.description['DrawOnly'] + self.xmax = max(inputdata.histos[i].getXMax() for i in inputdata.description['DrawOnly']) + + def set_ymin(self,inputdata): + if inputdata.description.has_key('YMin'): + self.ymin = float(inputdata.description['YMin']) + else: + foo=[] + for i in inputdata.description['DrawOnly']: + foo.append(inputdata.histos[i].getYMin(self.xmin, self.xmax, inputdata.description['LogY'])) + if inputdata.description['is2dim']: + self.ymin=min(foo) + else: + showzero = True + if inputdata.description.has_key('ShowZero'): + if inputdata.description['ShowZero']=='0': + showzero = False + if showzero: + if min(foo) > -1e-4: + self.ymin = 0 + else: + self.ymin = 1.1*min(foo) + else: + if min(foo) < -1e-4: + self.ymin = 1.1*min(foo) + elif min(foo) < 1e-4: + self.ymin = 0 + else: + self.ymin = 0.9*min(foo) + + if inputdata.description['LogY']: + foo=[item for item in foo if item>0.0] + if len(foo)==0: + if self.ymax==0: + self.ymax=1 + foo.append(2e-7*self.ymax) + fullrange = opts.FULL_RANGE + if inputdata.description.has_key('FullRange'): + if inputdata.description['FullRange']=='1': + fullrange = True + else: + fullrange = False + if fullrange: + self.ymin = min(foo)/1.7 + else: + self.ymin = max(min(foo)/1.7, 2e-7*self.ymax) + if self.ymin==self.ymax: + self.ymin-=1 + self.ymax+=1 + + def set_ymax(self,inputdata): + if inputdata.description.has_key('YMax'): + self.ymax = float(inputdata.description['YMax']) + else: + foo=[] + for i in inputdata.description['DrawOnly']: + foo.append(inputdata.histos[i].getYMax(self.xmin, self.xmax)) + if inputdata.description['is2dim']: + self.ymax=max(foo) + else: + if inputdata.description['LogY']: + self.ymax=1.7*max(foo) + else: + self.ymax=1.1*max(foo) + + def set_zmin(self,inputdata): + if inputdata.description.has_key('ZMin'): + self.zmin = float(inputdata.description['ZMin']) + else: + foo=[] + for i in inputdata.description['DrawOnly']: + foo.append(inputdata.histos[i].getZMin(self.xmin, self.xmax, self.ymin, self.ymax)) + if not foo: + self.zmin = min(foo) + else: + showzero = True + if inputdata.description.has_key('ShowZero'): + if inputdata.description['ShowZero']=='0': + showzero = False + if showzero: + if min(foo) > -1e-4: + self.zmin = 0 + else: + self.zmin = 1.1*min(foo) + else: + if min(foo) < -1e-4: + self.zmin = 1.1*min(foo) + elif min(foo) < 1e-4: + self.zmin = 0 + else: + self.zmin = 0.9*min(foo) + + if inputdata.description['LogZ']: + foo=[item for item in foo if item>0.0] + if len(foo)==0: + if self.zmax==0: + self.zmax=1 + foo.append(2e-7*self.zmax) + fullrange = opts.FULL_RANGE + if inputdata.description.has_key('FullRange'): + if inputdata.description['FullRange']=='1': + fullrange = True + else: + fullrange = False + if fullrange: + self.zmin = min(foo)/1.7 + else: + self.zmin = max(min(foo)/1.7, 2e-7*self.zmax) + if self.zmin==self.zmax: + self.zmin-=1 + self.zmax+=1 + + def set_zmax(self,inputdata): + if inputdata.description.has_key('ZMax'): + self.zmax = float(inputdata.description['ZMax']) + else: + foo=[] + for i in inputdata.description['DrawOnly']: + foo.append(inputdata.histos[i].getZMax(self.xmin, self.xmax, self.ymin, self.ymax)) + if foo: + self.zmax = max(foo) + else: + self.zmax = 1 + + + def draw(self): + pass + + def write_header(self,inputdata): + if inputdata.description.has_key('LeftMargin') and inputdata.description['LeftMargin']!='': + inputdata.description['LeftMargin'] = float(inputdata.description['LeftMargin']) + else: + inputdata.description['LeftMargin'] = 1.4 + if inputdata.description.has_key('RightMargin') and inputdata.description['RightMargin']!='': + inputdata.description['RightMargin'] = float(inputdata.description['RightMargin']) + else: + inputdata.description['RightMargin'] = 0.35 + if inputdata.description.has_key('TopMargin') and inputdata.description['TopMargin']!='': + inputdata.description['TopMargin'] = float(inputdata.description['TopMargin']) + else: + inputdata.description['TopMargin'] = 0.65 + if inputdata.description.has_key('BottomMargin') and inputdata.description['BottomMargin']!='': + inputdata.description['BottomMargin'] = float(inputdata.description['BottomMargin']) + else: + inputdata.description['BottomMargin'] = 0.95 + if inputdata.description['is2dim']: + inputdata.description['RightMargin'] += 1.5 + papersizex = inputdata.description['PlotSizeX'] + 0.1 + \ + inputdata.description['LeftMargin'] + inputdata.description['RightMargin'] + papersizey = inputdata.description['PlotSizeY'] + inputdata.description['RatioPlotSizeY'] + 0.1 + \ + inputdata.description['TopMargin'] + inputdata.description['BottomMargin'] + # + out = "" + out += '\\documentclass{article}\n' + if opts.OUTPUT_FONT == "MINION": + out += ('\\usepackage{minion}\n') + elif opts.OUTPUT_FONT == "PALATINO_OSF": + out += ('\\usepackage[osf,sc]{mathpazo}\n') + elif opts.OUTPUT_FONT == "PALATINO": + out += ('\\usepackage{mathpazo}\n') + elif opts.OUTPUT_FONT == "TIMES": + out += ('\\usepackage{mathptmx}\n') + elif opts.OUTPUT_FONT == "HELVETICA": + out += ('\\renewcommand{\\familydefault}{\\sfdefault}\n') + out += ('\\usepackage{sfmath}\n') + out += ('\\usepackage{helvet}\n') + out += ('\\usepackage[symbolgreek]{mathastext}\n') + for pkg in opts.LATEXPKGS: + out += ('\\usepackage{%s}\n' % pkg) + out += ('\\usepackage{pst-all}\n') + out += ('\\selectcolormodel{rgb}\n') + out += ('\\usepackage{amsmath}\n') + out += ('\\usepackage{amssymb}\n') + out += ('\\usepackage{relsize}\n') + out += ('\\usepackage{graphicx}\n') + out += ('\\usepackage[dvips,\n') + out += (' left=%4.3fcm, right=0cm,\n' %(inputdata.description['LeftMargin']-0.45,)) + out += (' top=%4.3fcm, bottom=0cm,\n' %(inputdata.description['TopMargin']-0.30,)) + out += (' paperwidth=%scm,paperheight=%scm\n' %(papersizex,papersizey)) + out += (']{geometry}\n') + out += ('\\begin{document}\n') + out += ('\\pagestyle{empty}\n') + out += ('\\SpecialCoor\n') + out += ('\\begin{pspicture}(0,0)(0,0)\n') + out += ('\\psset{xunit=%scm}\n' %(inputdata.description['PlotSizeX'])) + if inputdata.description['is2dim']: + if inputdata.description.has_key('ColorSeries') and inputdata.description['ColorSeries']!='': + colorseries = inputdata.description['ColorSeries'] + else: + colorseries = '{hsb}{grad}[rgb]{0,0,1}{-.700,0,0}' + out += ('\\definecolorseries{gradientcolors}%s\n' %colorseries) + out += ('\\resetcolorseries[130]{gradientcolors}\n') + return out + + def write_footer(self): + out = "" + out += ('\\end{pspicture}\n') + out += ('\\end{document}\n') + return out + + + +class MainPlot(Plot): + def __init__(self, inputdata): + self.set_normalization(inputdata) + self.stack_histograms(inputdata) + if (inputdata.description.has_key('GofLegend') and inputdata.description['GofLegend']=='1') or \ + (inputdata.description.has_key('GofFrame') and inputdata.description['GofFrame']!='') and not \ + (inputdata.description.has_key('TaylorPlot') and inputdata.description['TaylorPlot']=='1'): + self.calculate_gof(inputdata) + self.set_histo_options(inputdata) + self.set_borders(inputdata) + self.yoffset = inputdata.description['PlotSizeY'] + self.coors = Coordinates(inputdata) + + def draw(self, inputdata): + out = "" + out += ('\n%\n% MainPlot\n%\n') + out += ('\\psset{yunit=%scm}\n' %(self.yoffset)) + out += ('\\rput(0,-1){%\n') + out += ('\\psset{yunit=%scm}\n' %(inputdata.description['PlotSizeY'])) + out += self._draw(inputdata) + out += ('}\n') + return out + + def _draw(self, inputdata): + out = "" + if inputdata.description.has_key('DrawSpecialFirst') and inputdata.description['DrawSpecialFirst']=='1': + for i in inputdata.special.keys(): + out += inputdata.special[i].draw(self.coors) + if inputdata.description.has_key('DrawFunctionFirst') and inputdata.description['DrawFunctionFirst']=='1': + for i in inputdata.functions.keys(): + out += inputdata.functions[i].draw(self.coors) + for i in inputdata.description['DrawOnly']: + out += inputdata.histos[i].draw(self.coors) + else: + for i in inputdata.description['DrawOnly']: + out += inputdata.histos[i].draw(self.coors) + for i in inputdata.functions.keys(): + out += inputdata.functions[i].draw(self.coors) + else: + if inputdata.description.has_key('DrawFunctionFirst') and inputdata.description['DrawFunctionFirst']=='1': + for i in inputdata.functions.keys(): + out += inputdata.functions[i].draw(self.coors) + for i in inputdata.description['DrawOnly']: + out += inputdata.histos[i].draw(self.coors) + else: + for i in inputdata.description['DrawOnly']: + out += inputdata.histos[i].draw(self.coors) + for i in inputdata.functions.keys(): + out += inputdata.functions[i].draw(self.coors) + for i in inputdata.special.keys(): + out += inputdata.special[i].draw(self.coors) + if inputdata.description.has_key('Legend') and inputdata.description['Legend']=='1': + legend = Legend(inputdata.description,inputdata.histos,inputdata.functions,1) + out += legend.draw() + if inputdata.description.has_key('LegendTwo') and inputdata.description['LegendTwo']=='1': + legend = Legend(inputdata.description,inputdata.histos,inputdata.functions,2) + out += legend.draw() + if inputdata.description['is2dim']: + colorscale = Colorscale(inputdata.description,self.coors) + out += colorscale.draw() + frame = Frame() + out += frame.draw(inputdata) + + if inputdata.description.has_key('XMajorTickMarks') and inputdata.description['XMajorTickMarks']!='': + xcustommajortickmarks=int(inputdata.description['XMajorTickMarks']) + else: + xcustommajortickmarks=-1 + if inputdata.description.has_key('XMinorTickMarks') and inputdata.description['XMinorTickMarks']!='': + xcustomminortickmarks=int(inputdata.description['XMinorTickMarks']) + else: + xcustomminortickmarks=-1 + xcustommajorticks=[] + xcustomminorticks=[] + # TODO: remove XCustomTicks after 2011-12-31: + if inputdata.description.has_key('XCustomTicks') and inputdata.description['XCustomTicks']!='': + logging.warning('Warning: XCustomTicks is deprecated. Use XCustomMajorTicks instead.') + inputdata.description['XCustomMajorTicks']=inputdata.description['XCustomTicks'] + if inputdata.description.has_key('XCustomMajorTicks') and inputdata.description['XCustomMajorTicks']!='': + FOO=inputdata.description['XCustomMajorTicks'].strip().split('\t') + if not len(FOO)%2: + for i in range(0,len(FOO),2): + xcustommajorticks.append({'Value': float(FOO[i]), 'Label': FOO[i+1]}) + if inputdata.description.has_key('XCustomMinorTicks') and inputdata.description['XCustomMinorTicks']!='': + FOO=inputdata.description['XCustomMinorTicks'].strip().split('\t') + for i in range(len(FOO)): + xcustomminorticks.append({'Value': float(FOO[i])}) + xticks = XTicks(inputdata.description, self.coors) + if (inputdata.description.has_key('RatioPlot') and inputdata.description['RatioPlot']=='1') or (inputdata.description.has_key('PlotTickLabels') and inputdata.description['PlotTickLabels']=='0'): + drawlabels=False + else: + drawlabels=True + out += xticks.draw(custommajortickmarks=xcustommajortickmarks,\ + customminortickmarks=xcustomminortickmarks,\ + custommajorticks=xcustommajorticks,\ + customminorticks=xcustomminorticks,\ + drawlabels=drawlabels) + + if inputdata.description.has_key('YMajorTickMarks') and inputdata.description['YMajorTickMarks']!='': + ycustommajortickmarks=int(inputdata.description['YMajorTickMarks']) + else: + ycustommajortickmarks=-1 + if inputdata.description.has_key('YMinorTickMarks') and inputdata.description['YMinorTickMarks']!='': + ycustomminortickmarks=int(inputdata.description['YMinorTickMarks']) + else: + ycustomminortickmarks=-1 + ycustommajorticks=[] + ycustomminorticks=[] + # TODO: remove YCustomTicks after 2011-12-31: + if inputdata.description.has_key('YCustomTicks') and inputdata.description['YCustomTicks']!='': + logging.warning('Warning: YCustomTicks is deprecated. Use YCustomMajorTicks instead.') + inputdata.description['YCustomMajorTicks']=inputdata.description['YCustomTicks'] + if inputdata.description.has_key('YCustomMajorTicks') and inputdata.description['YCustomMajorTicks']!='': + FOO=inputdata.description['YCustomMajorTicks'].strip().split('\t') + if not len(FOO)%2: + for i in range(0,len(FOO),2): + ycustommajorticks.append({'Value': float(FOO[i]), 'Label': FOO[i+1]}) + if inputdata.description.has_key('YCustomMinorTicks') and inputdata.description['YCustomMinorTicks']!='': + FOO=inputdata.description['YCustomMinorTicks'].strip().split('\t') + for i in range(len(FOO)): + ycustomminorticks.append({'Value': float(FOO[i])}) + yticks = YTicks(inputdata.description, self.coors) + out += yticks.draw(custommajortickmarks=ycustommajortickmarks,\ + customminortickmarks=ycustomminortickmarks,\ + custommajorticks=ycustommajorticks,\ + customminorticks=ycustomminorticks) + + labels = Labels(inputdata.description) + if inputdata.description.has_key('RatioPlot') and inputdata.description['RatioPlot']=='1': + out += labels.draw(['Title','YLabel']) + else: + if not inputdata.description['is2dim']: + out += labels.draw(['Title','XLabel','YLabel']) + else: + out += labels.draw(['Title','XLabel','YLabel','ZLabel']) + return out + + def calculate_gof(self, inputdata): + refdata = None + if inputdata.description.has_key('GofReference') and inputdata.description['GofReference']!='': + refdata = inputdata.description['GofReference'] + elif inputdata.description.has_key('RatioPlotReference') and inputdata.description['RatioPlotReference']!='': + refdata = inputdata.description['RatioPlotReference'] + + if refdata==None: + inputdata.description['GofLegend'] = '0' + inputdata.description['GofFrame'] = '' + return + + def pickcolor(gof): + color=None + colordefs = {} + for i in inputdata.description.setdefault('GofFrameColor', '0:green 3:yellow 6:red!70').strip().split(): + foo = i.split(':') + if len(foo)!=2: continue + colordefs[float(foo[0])] = foo[1] + for i in sorted(colordefs.keys()): + if gof>=i: + color=colordefs[i] + return color + + inputdata.description.setdefault('GofLegend','0') + inputdata.description.setdefault('GofFrame','') + inputdata.description.setdefault('FrameColor',None) + + for i in inputdata.description['DrawOnly']: + if i==refdata: continue + if inputdata.description['GofLegend']!='1' and i!=inputdata.description['GofFrame']: continue + + if inputdata.description.has_key('GofType') and inputdata.description['GofType']!='chi2': + return + gof = inputdata.histos[i].getChi2(inputdata.histos[refdata]) + if i==inputdata.description['GofFrame'] and inputdata.description['FrameColor']==None: + inputdata.description['FrameColor']=pickcolor(gof) + if inputdata.histos[i].description.setdefault('Title', '')!='': + inputdata.histos[i].description['Title'] += ', ' + inputdata.histos[i].description['Title'] += '$\\chi^2/n={}$%1.2f' %gof + + + +class TaylorPlot(Plot): + def __init__(self, inputdata): + self.refdata = inputdata.description['TaylorPlotReference'] + self.calculate_taylorcoordinates(inputdata) + + def calculate_taylorcoordinates(self,inputdata): + foo=inputdata.description['DrawOnly'].pop(inputdata.description['DrawOnly'].index(self.refdata)) + inputdata.description['DrawOnly'].append(foo) + for i in inputdata.description['DrawOnly']: + print i + print 'meanbinval = ', inputdata.histos[i].getMeanBinValue() + print 'sigmabinval = ', inputdata.histos[i].getSigmaBinValue() + print 'chi2/nbins = ', inputdata.histos[i].getChi2(inputdata.histos[self.refdata]) + print 'correlation = ', inputdata.histos[i].getCorrelation(inputdata.histos[self.refdata]) + print 'distance = ', inputdata.histos[i].getRMSdistance(inputdata.histos[self.refdata]) + + + +class RatioPlot(Plot): + def __init__(self, inputdata): + # initialise histograms even when no main plot + if inputdata.description.has_key('MainPlot') and inputdata.description['MainPlot']=='0': + self.set_normalization(inputdata) + self.refdata = inputdata.description['RatioPlotReference'] + self.yoffset = inputdata.description['PlotSizeY'] + inputdata.description['RatioPlotSizeY'] + inputdata.description['RatioPlotStage'] = True + inputdata.description['PlotSizeY'] = inputdata.description['RatioPlotSizeY'] + inputdata.description['LogY'] = inputdata.description['RatioPlotLogY'] + if inputdata.description.has_key('RatioPlotMode') and inputdata.description['RatioPlotMode']=='deviation': + inputdata.description['YLabel']='$(\\text{MC}-\\text{data})$' + inputdata.description['YMin']=-2.99 + inputdata.description['YMax']=2.99 + elif inputdata.description.has_key('RatioPlotMode') and inputdata.description['RatioPlotMode']=='datamc': + inputdata.description['YLabel']='Data/MC' + inputdata.description['YMin']=0.5 + inputdata.description['YMax']=1.5 + else: + inputdata.description['YLabel']='MC/Data' + inputdata.description['YMin']=0.5 + inputdata.description['YMax']=1.5 + if inputdata.description.has_key('RatioPlotYLabel'): + inputdata.description['YLabel']=inputdata.description['RatioPlotYLabel'] + inputdata.description['YLabel']='\\rput(-%s,0){%s}'%(0.5*inputdata.description['PlotSizeY']/inputdata.description['PlotSizeX'],inputdata.description['YLabel']) + if inputdata.description.has_key('RatioPlotYMin'): + inputdata.description['YMin']=inputdata.description['RatioPlotYMin'] + if inputdata.description.has_key('RatioPlotYMax'): + inputdata.description['YMax']=inputdata.description['RatioPlotYMax'] + if inputdata.description.has_key('RatioPlotYLabelSep'): + inputdata.description['YLabelSep']=inputdata.description['RatioPlotYLabelSep'] + if not inputdata.description.has_key('RatioPlotErrorBandColor'): + inputdata.description['RatioPlotErrorBandColor']='yellow' + if not inputdata.description.has_key('RatioPlotSameStyle') or inputdata.description['RatioPlotSameStyle']=='0': + inputdata.histos[self.refdata].description['ErrorBandColor']=inputdata.description['RatioPlotErrorBandColor'] + inputdata.histos[self.refdata].description['ErrorBands']='1' + inputdata.histos[self.refdata].description['ErrorBars']='0' + inputdata.histos[self.refdata].description['ErrorTubes']='0' + inputdata.histos[self.refdata].description['LineStyle']='solid' + inputdata.histos[self.refdata].description['LineColor']='black' + inputdata.histos[self.refdata].description['LineWidth']='0.3pt' + inputdata.histos[self.refdata].description['PolyMarker']='' + inputdata.histos[self.refdata].description['ConnectGaps']='1' + self.calculate_ratios(inputdata) + self.set_borders(inputdata) + self.coors = Coordinates(inputdata) + + def draw(self, inputdata): + out = "" + out += ('\n%\n% RatioPlot\n%\n') + out += ('\\psset{yunit=%scm}\n' %(self.yoffset)) + out += ('\\rput(0,-1){%\n') + out += ('\\psset{yunit=%scm}\n' %(inputdata.description['PlotSizeY'])) + out += self._draw(inputdata) + out += ('}\n') + return out + + def calculate_ratios(self,inputdata): + foo=inputdata.description['RatioPlotDrawOnly'].pop(inputdata.description['RatioPlotDrawOnly'].index(self.refdata)) + if inputdata.histos[self.refdata].description.has_key('ErrorBands') and inputdata.histos[self.refdata].description['ErrorBands']=='1': + inputdata.description['RatioPlotDrawOnly'].insert(0,foo) + else: + inputdata.description['RatioPlotDrawOnly'].append(foo) + for i in inputdata.description['RatioPlotDrawOnly']: + if i!=self.refdata: + if inputdata.description.has_key('RatioPlotMode') and inputdata.description['RatioPlotMode']=='deviation': + inputdata.histos[i].deviation(inputdata.histos[self.refdata]) + elif inputdata.description.has_key('RatioPlotMode') and inputdata.description['RatioPlotMode']=='datamc': + inputdata.histos[i].dividereverse(inputdata.histos[self.refdata]) + inputdata.histos[i].description['ErrorBars']='1' + else: + inputdata.histos[i].divide(inputdata.histos[self.refdata]) + if inputdata.description.has_key('RatioPlotMode') and inputdata.description['RatioPlotMode']=='deviation': + inputdata.histos[self.refdata].deviation(inputdata.histos[self.refdata]) + elif inputdata.description.has_key('RatioPlotMode') and inputdata.description['RatioPlotMode']=='datamc': + inputdata.histos[self.refdata].dividereverse(inputdata.histos[self.refdata]) + else: + inputdata.histos[self.refdata].divide(inputdata.histos[self.refdata]) + + def _draw(self, inputdata): + out = "" + if inputdata.description.has_key('DrawSpecialInRatio') and inputdata.description['DrawSpecialInRatio']=='1' and inputdata.description.has_key('DrawSpecialInRatioFirst') and inputdata.description['DrawSpecialInRatioFirst']=='1': + for i in inputdata.special.keys(): + out += inputdata.special[i].draw(self.coors) + for i in inputdata.description['RatioPlotDrawOnly']: + if inputdata.description.has_key('RatioPlotMode') and inputdata.description['RatioPlotMode']=='datamc': + if i!=self.refdata: + out += inputdata.histos[i].draw(self.coors) + else: + out += inputdata.histos[i].draw(self.coors) + if inputdata.description.has_key('DrawSpecialInRatio') and inputdata.description['DrawSpecialInRatio']=='1' and (not inputdata.description.has_key('DrawSpecialInRatioFirst') or inputdata.description['DrawSpecialInRatioFirst']=='0'): + for i in inputdata.special.keys(): + out += inputdata.special[i].draw(self.coors) + + frame = Frame() + out += frame.draw(inputdata) + + if inputdata.description.has_key('XMajorTickMarks') and inputdata.description['XMajorTickMarks']!='': + xcustommajortickmarks=int(inputdata.description['XMajorTickMarks']) + else: + xcustommajortickmarks=-1 + if inputdata.description.has_key('XMinorTickMarks') and inputdata.description['XMinorTickMarks']!='': + xcustomminortickmarks=int(inputdata.description['XMinorTickMarks']) + else: + xcustomminortickmarks=-1 + xcustommajorticks=[] + xcustomminorticks=[] + # TODO: remove XCustomTicks after 2011-12-31: + if inputdata.description.has_key('XCustomTicks') and inputdata.description['XCustomTicks']!='': + logging.warning('Warning: XCustomTicks is deprecated. Use XCustomMajorTicks instead.') + inputdata.description['XCustomMajorTicks']=inputdata.description['XCustomTicks'] + if inputdata.description.has_key('XCustomMajorTicks') and inputdata.description['XCustomMajorTicks']!='': + FOO=inputdata.description['XCustomMajorTicks'].strip().split('\t') + if not len(FOO)%2: + for i in range(0,len(FOO),2): + xcustommajorticks.append({'Value': float(FOO[i]), 'Label': FOO[i+1]}) + if inputdata.description.has_key('XCustomMinorTicks') and inputdata.description['XCustomMinorTicks']!='': + FOO=inputdata.description['XCustomMinorTicks'].strip().split('\t') + for i in range(len(FOO)): + xcustomminorticks.append({'Value': float(FOO[i])}) + xticks = XTicks(inputdata.description, self.coors) + if inputdata.description.has_key('RatioPlotTickLabels') and inputdata.description['RatioPlotTickLabels']=='0': + drawlabels=False + else: + drawlabels=True + out += xticks.draw(custommajortickmarks=xcustommajortickmarks,\ + customminortickmarks=xcustomminortickmarks,\ + custommajorticks=xcustommajorticks,\ + customminorticks=xcustomminorticks, + drawlabels=drawlabels) + + if inputdata.description.has_key('RatioYMajorTickMarks') and inputdata.description['RatioYMajorTickMarks']!='': + ycustommajortickmarks=int(inputdata.description['RatioYMajorTickMarks']) + else: + ycustommajortickmarks=-1 + if inputdata.description.has_key('RatioYMinorTickMarks') and inputdata.description['RatioYMinorTickMarks']!='': + ycustomminortickmarks=int(inputdata.description['RatioYMinorTickMarks']) + else: + ycustomminortickmarks=-1 + ycustommajorticks=[] + ycustomminorticks=[] + # TODO: remove YCustomTicks after 2011-12-31: + if inputdata.description.has_key('RatioYCustomTicks') and inputdata.description['RatioYCustomTicks']!='': + logging.warning('Warning: RatioYCustomTicks is deprecated. Use RatioYCustomMajorTicks instead.') + inputdata.description['RatioYCustomMajorTicks']=inputdata.description['RatioYCustomTicks'] + if inputdata.description.has_key('RatioYCustomMajorTicks') and inputdata.description['RatioYCustomMajorTicks']!='': + FOO=inputdata.description['RatioYCustomMajorTicks'].strip().split('\t') + if not len(FOO)%2: + for i in range(0,len(FOO),2): + ycustommajorticks.append({'Value': float(FOO[i]), 'Label': FOO[i+1]}) + if inputdata.description.has_key('RatioYCustomMinorTicks') and inputdata.description['RatioYCustomMinorTicks']!='': + FOO=inputdata.description['RatioYCustomMinorTicks'].strip().split('\t') + for i in range(len(FOO)): + ycustomminorticks.append({'Value': float(FOO[i])}) + yticks = YTicks(inputdata.description, self.coors) + out += yticks.draw(custommajortickmarks=ycustommajortickmarks,\ + customminortickmarks=ycustomminortickmarks,\ + custommajorticks=ycustommajorticks,\ + customminorticks=ycustomminorticks) + + if inputdata.description.has_key('MainPlot') and inputdata.description['MainPlot']=='0': + if inputdata.description.has_key('Legend') and inputdata.description['Legend']=='1': + legend = Legend(inputdata.description,inputdata.histos,inputdata.functions,1) + out += legend.draw() + if inputdata.description.has_key('LegendTwo') and inputdata.description['LegendTwo']=='1': + legend = Legend(inputdata.description,inputdata.histos,inputdata.functions,2) + out += legend.draw() + + labels = Labels(inputdata.description) + if inputdata.description.has_key('MainPlot') and inputdata.description['MainPlot']=='0': + out += labels.draw(['Title','XLabel','YLabel']) + else: + out += labels.draw(['XLabel','YLabel']) + return out + + + +class Legend: + def __init__(self, description, histos, functions, number): + self.number = number + self.histos = histos + self.functions = functions + self.description = description + + def draw(self): + out = "" + out += '\n%\n% Legend\n%\n' + out += '\\rput[tr](%s,%s){%%\n' % (self.getLegendXPos(), self.getLegendYPos()) + ypos = -0.05*6/self.description['PlotSizeY'] + if self.description.has_key('LegendTitle') and self.number==1: + out += '\\rput[Bl](0.,'+ str(ypos) + '){' + self.description['LegendTitle'] + '}\n' + ypos -= 0.075*6/self.description['PlotSizeY'] + if self.description.has_key('LegendTwoTitle') and self.number==2: + out += '\\rput[Bl](0.,'+ str(ypos) + '){' + self.description['LegendTwoTitle'] + '}\n' + ypos -= 0.075*6/self.description['PlotSizeY'] + offset=[0.]*2 + separation=[0.]*2 + if self.description.has_key('LegendEntryOffset'): + offset[0] = float(self.description['LegendEntryOffset']) + if self.description.has_key('LegendEntrySeparation'): + separation[0] = float(self.description['LegendEntrySeparation']) + if self.description.has_key('LegendTwoEntryOffset'): + offset[1] = float(self.description['LegendTwoEntryOffset']) + if self.description.has_key('LegendTwoEntrySeparation'): + separation[1] = float(self.description['LegendTwoEntrySeparation']) + + legendordermap = {} + legendlist = self.description['DrawOnly']+self.functions.keys() + if self.description.has_key('LegendOnly') and self.number==1: + legendlist = [] + for legend in self.description['LegendOnly'].strip().split(): + if legend in self.histos.keys() or legend in self.functions.keys(): + legendlist.append(legend) + if self.description.has_key('LegendTwoOnly') and self.number==2: + legendlist = [] + for legend in self.description['LegendTwoOnly'].strip().split(): + if legend in self.histos.keys() or legend in self.functions.keys(): + legendlist.append(legend) + for legend in legendlist: + order = 0 + if self.histos.has_key(legend) and self.histos[legend].description.has_key('LegendOrder'): + order = int(self.histos[legend].description['LegendOrder']) + if self.functions.has_key(legend) and self.functions[legend].description.has_key('LegendOrder'): + order = int(self.functions[legend].description['LegendOrder']) + if not order in legendordermap: + legendordermap[order] = [] + legendordermap[order].append(legend) + foo=[] + for i in sorted(legendordermap.keys()): + foo.extend(legendordermap[i]) + + rel_xpos_sign = 1.0 + if self.getLegendAlign()=='r': + rel_xpos_sign = -1.0 + xpos1 = -0.10*rel_xpos_sign + xpos2 = -0.02*rel_xpos_sign + xposc = -0.06*rel_xpos_sign + xpostext = 0.1*rel_xpos_sign + + for i in foo: + if self.histos.has_key(i): + drawobject=self.histos[i] + elif self.functions.has_key(i): + drawobject=self.functions[i] + else: + continue + title = drawobject.getTitle() + if title == '': + continue + else: + titlelines=[] + for i in title.strip().split('\\\\'): + titlelines.append(i) + ypos -= 0.075*6/self.description['PlotSizeY']*separation[self.number-1] + boxtop = 0.032*(6./self.description['PlotSizeY']) + boxbottom = 0. + lineheight = 0.5*(boxtop-boxbottom) + out += ('\\rput[B%s](%s,%s){%s\n' %(self.getLegendAlign(),rel_xpos_sign*0.1,ypos,'%')) + if drawobject.getErrorBands(): + out += ('\\psframe[linewidth=0pt,linestyle=none,fillstyle=%s,fillcolor=%s,opacity=%s,hatchcolor=%s]' %(drawobject.getErrorBandStyle(),drawobject.getErrorBandColor(),drawobject.getErrorBandOpacity(),drawobject.getErrorBandColor())) + out += ('(%s, %s)(%s, %s)\n' %(xpos1,boxtop,xpos2,boxbottom)) + # set psline options for all lines to be drawn next + lineopts = ('linestyle=' + drawobject.getLineStyle() \ + + ', linecolor=' + drawobject.getLineColor() \ + + ', linewidth=' + drawobject.getLineWidth() \ + + ', strokeopacity=' + drawobject.getLineOpacity() \ + + ', opacity=' + drawobject.getFillOpacity()) + if drawobject.getLineDash()!='': + lineopts += (', dash=' + drawobject.getLineDash()) + if drawobject.getFillStyle()!='none': + lineopts += (', fillstyle=' + drawobject.getFillStyle() \ + + ', fillcolor=' + drawobject.getFillColor() \ + + ', hatchcolor=' + drawobject.getHatchColor()) + # options set -> lineopts + if drawobject.getErrorBars(): + out += (' \\psline[' + lineopts + '](%s, %s)(%s, %s)\n') \ + %(xposc, boxtop, xposc, boxbottom) + if drawobject.getErrorTubes(): + tubeopts = lineopts + ',linewidth=0.3pt' + out += (' \\psline[' + tubeopts + '](%s, %s)(%s, %s)\n') \ + %(xpos1, boxtop, xpos2, boxtop) + out += (' \\psline[' + tubeopts + '](%s, %s)(%s, %s)\n') \ + %(xpos1, boxbottom, xpos2, boxbottom) + out += (' \\psline[' + lineopts ) + if drawobject.getFillStyle()!='none': + out += (']{C-C}(%s, %s)(%s, %s)(%s, %s)(%s, %s)(%s, %s)\n' \ + %(xpos1, boxtop, xpos2, boxtop, xpos2, boxbottom, xpos1, boxbottom, xpos1, boxtop)) + else: + out += ('](%s, %s)(%s, %s)\n' %(xpos1, lineheight, xpos2, lineheight)) + if drawobject.getPolyMarker() != '': + out += (' \\psdot[dotstyle=' + drawobject.getPolyMarker() \ + + ', dotsize=' + drawobject.getDotSize() \ + + ', dotscale=' + drawobject.getDotScale() \ + + ', linecolor=' + drawobject.getLineColor() \ + + ', linewidth=' + drawobject.getLineWidth() \ + + ', linestyle=' + drawobject.getLineStyle() \ + + ', fillstyle=' + drawobject.getFillStyle() \ + + ', fillcolor=' + drawobject.getFillColor() \ + + ', strokeopacity=' + drawobject.getLineOpacity() \ + + ', opacity=' + drawobject.getFillOpacity() \ + + ', hatchcolor=' + drawobject.getHatchColor()) + if drawobject.getFillStyle()!='none': + out += ('](%s, %s)\n' % (xposc, 0.95*boxtop)) + else: + out += ('](%s, %s)\n' % (xposc, lineheight)) + out += ('}\n') + ypos -= 0.075*6/self.description['PlotSizeY']*offset[self.number-1] + for i in titlelines: + out += ('\\rput[B%s](%s,%s){%s}\n' %(self.getLegendAlign(),xpostext,ypos,i)) + ypos -= 0.075*6/self.description['PlotSizeY'] + if self.description.has_key('CustomLegend') and self.number==1: + for i in self.description['CustomLegend'].strip().split('\\\\'): + out += ('\\rput[B%s](%s,%s){%s}\n' %(self.getLegendAlign(),xpostext,ypos,i)) + ypos -= 0.075*6/self.description['PlotSizeY'] + elif self.description.has_key('CustomLegendTwo') and self.number==2: + for i in self.description['CustomLegendTwo'].strip().split('\\\\'): + out += ('\\rput[B%s](%s,%s){%s}\n' %(self.getLegendAlign(),xpostext,ypos,i)) + ypos -= 0.075*6/self.description['PlotSizeY'] + out += ('}\n') + return out + + def getLegendXPos(self): + if self.description.has_key('LegendXPos') and self.number==1: + return self.description['LegendXPos'] + elif self.description.has_key('LegendTwoXPos') and self.number==2: + return self.description['LegendTwoXPos'] + else: + if self.getLegendAlign()=='r': + return '0.95' + else: + return '0.53' + + def getLegendYPos(self): + if self.description.has_key('LegendYPos') and self.number==1: + return self.description['LegendYPos'] + if self.description.has_key('LegendTwoYPos') and self.number==2: + return self.description['LegendTwoYPos'] + else: + return '0.93' + + def getLegendAlign(self): + if self.description.has_key('LegendAlign'): + return self.description['LegendAlign'] + else: + return 'l' + + + +class Colorscale: + def __init__(self, description, coors): + self.description = description + self.coors = coors + def draw(self): + out = '' + out += '\n%\n% Colorscale\n%\n' + out += '\\rput(1,0){\n' + out += ' \\psset{xunit=4mm}\n' + out += ' \\rput(0.5,0){\n' + out += ' \\psset{yunit=0.0076923, linestyle=none, fillstyle=solid}\n' + out += ' \\multido{\\ic=0+1,\\id=1+1}{130}{\n' + out += ' \\psframe[fillcolor={gradientcolors!![\\ic]},dimen=inner,linewidth=0.1pt](0, \\ic)(1, \\id)\n' + out += ' }\n' + out += ' }\n' + out += ' \\rput(0.5,0){\n' + out += ' \\psframe[linewidth=0.3pt,dimen=middle](0,0)(1,1)\n' + + if self.description.has_key('ZMajorTickMarks') and self.description['ZMajorTickMarks']!='': + zcustommajortickmarks=int(self.description['ZMajorTickMarks']) + else: + zcustommajortickmarks=-1 + if self.description.has_key('ZMinorTickMarks') and self.description['ZMinorTickMarks']!='': + zcustomminortickmarks=int(self.description['ZMinorTickMarks']) + else: + zcustomminortickmarks=-1 + zcustommajorticks=[] + zcustomminorticks=[] + # TODO: remove ZCustomTicks after 2011-12-31: + if self.description.has_key('ZCustomTicks') and self.description['ZCustomTicks']!='': + logging.warning('Warning: ZCustomTicks is deprecated. Use ZCustomMajorTicks instead.') + self.description['ZCustomMajorTicks']=self.description['ZCustomTicks'] + if self.description.has_key('ZCustomMajorTicks') and self.description['ZCustomMajorTicks']!='': + FOO=self.description['ZCustomMajorTicks'].strip().split('\t') + if not len(FOO)%2: + for i in range(0,len(FOO),2): + zcustommajorticks.append({'Value': float(FOO[i]), 'Label': FOO[i+1]}) + if self.description.has_key('ZCustomMinorTicks') and self.description['ZCustomMinorTicks']!='': + FOO=self.description['ZCustomMinorTicks'].strip().split('\t') + for i in range(len(FOO)): + zcustomminorticks.append({'Value': float(FOO[i])}) + zticks = ZTicks(self.description, self.coors) + out += zticks.draw(custommajortickmarks=zcustommajortickmarks,\ + customminortickmarks=zcustomminortickmarks,\ + custommajorticks=zcustommajorticks,\ + customminorticks=zcustomminorticks) + out += ' }\n' + out += '}\n' + return out + + + +class Labels: + def __init__(self, description): + self.description = description + + def draw(self, axis=[]): + out = "" + out += ('\n%\n% Labels\n%\n') + if self.description.has_key('Title') and (axis.count('Title') or axis==[]): + out += ('\\rput(0,1){\\rput[lB](0, 1.7\\labelsep){\\normalsize '+self.description['Title']+'}}\n') + if self.description.has_key('XLabel') and (axis.count('XLabel') or axis==[]): + xlabelsep=4.7 + if self.description.has_key('XLabelSep'): + xlabelsep=float(self.description['XLabelSep']) + out += ('\\rput(1,0){\\rput[rB](0,-%4.3f\\labelsep){\\normalsize '%(xlabelsep) +self.description['XLabel']+'}}\n') + if self.description.has_key('YLabel') and (axis.count('YLabel') or axis==[]): + ylabelsep=6.5 + if self.description.has_key('YLabelSep'): + ylabelsep=float(self.description['YLabelSep']) + out += ('\\rput(0,1){\\rput[rB]{90}(-%4.3f\\labelsep,0){\\normalsize '%(ylabelsep) +self.description['YLabel']+'}}\n') + if self.description.has_key('ZLabel') and (axis.count('ZLabel') or axis==[]): + zlabelsep=5.3 + if self.description.has_key('ZLabelSep'): + zlabelsep=float(self.description['ZLabelSep']) + out += ('\\rput(1,1){\\rput(%4.3f\\labelsep,0){\\psset{xunit=4mm}\\rput[lB]{270}(1.5,0){\\normalsize '%(zlabelsep) +self.description['ZLabel']+'}}}\n') + return out + + + +class Special: + def __init__(self, f): + self.description = {} + self.data = [] + self.read_input(f) + + def read_input(self, f): + for line in f: + if is_end_marker(line, 'SPECIAL'): + break + elif is_comment(line): + continue + else: + self.data.append(line) + + def draw(self,coors): + out = "" + out += ('\n%\n% Special\n%\n') + import re + regex = re.compile(r'^(.*?)(\\physics[xy]?coor)\(\s?([0-9\.eE+-]+)\s?,\s?([0-9\.eE+-]+)\s?\)(.*)') + # TODO: More precise number string matching, something like this: + # num = r"-?[0-9]*(?:\.[0-9]*)(?:[eE][+-]?\d+]" + # regex = re.compile(r'^(.*?)(\\physics[xy]?coor)\(\s?(' + num + ')\s?,\s?(' + num + ')\s?\)(.*)') + for i in xrange(len(self.data)): + while regex.search(self.data[i]): + match = regex.search(self.data[i]) + xcoor, ycoor = float(match.group(3)), float(match.group(4)) + if match.group(2)[1:] in ["physicscoor", "physicsxcoor"]: + xcoor = coors.phys2frameX(xcoor) + if match.group(2)[1:] in ["physicscoor", "physicsycoor"]: + ycoor = coors.phys2frameY(ycoor) + line = "%s(%f, %f)%s" % (match.group(1), xcoor, ycoor, match.group(5)) + self.data[i] = line + out += self.data[i]+'\n' + return out + + + +class DrawableObject: + def __init__(self, f): + pass + + def getTitle(self): + if self.description.has_key('Title'): + return self.description['Title'] + else: + return '' + + def getLineStyle(self): + if self.description.has_key('LineStyle'): + ## I normally like there to be "only one way to do it", but providing + ## this dashdotted/dotdashed synonym just seems humane ;-) + if self.description['LineStyle'] in ('dashdotted', 'dotdashed'): + self.description['LineStyle']='dashed' + self.description['LineDash']='3pt 3pt .8pt 3pt' + return self.description['LineStyle'] + else: + return 'solid' + + def getLineDash(self): + if self.description.has_key('LineDash'): + # Check if LineStyle=='dashdotted' before returning something + self.getLineStyle() + return self.description['LineDash'] + else: + return '' + + def getLineWidth(self): + if self.description.has_key('LineWidth'): + return self.description['LineWidth'] + else: + return '0.8pt' + + def getLineColor(self): + if self.description.has_key('LineColor'): + return self.description['LineColor'] + else: + return 'black' + + def getLineOpacity(self): + if self.description.has_key('LineOpacity'): + return self.description['LineOpacity'] + else: + return '1.0' + + def getFillColor(self): + if self.description.has_key('FillColor'): + return self.description['FillColor'] + else: + return 'white' + + def getFillOpacity(self): + if self.description.has_key('FillOpacity'): + return self.description['FillOpacity'] + else: + return '1.0' + + def getHatchColor(self): + if self.description.has_key('HatchColor'): + return self.description['HatchColor'] + else: + return 'black' + + def getFillStyle(self): + if self.description.has_key('FillStyle'): + return self.description['FillStyle'] + else: + return 'none' + + def getPolyMarker(self): + if self.description.has_key('PolyMarker'): + return self.description['PolyMarker'] + else: + return '' + + def getDotSize(self): + if self.description.has_key('DotSize'): + return self.description['DotSize'] + else: + return '2pt 2' + + def getDotScale(self): + if self.description.has_key('DotScale'): + return self.description['DotScale'] + else: + return '1' + + def getErrorBars(self): + if self.description.has_key('ErrorBars'): + return bool(int(self.description['ErrorBars'])) + else: + return False + + def getErrorBands(self): + if self.description.has_key('ErrorBands'): + return bool(int(self.description['ErrorBands'])) + else: + return False + + def getErrorBandColor(self): + if self.description.has_key('ErrorBandColor'): + return self.description['ErrorBandColor'] + else: + return 'yellow' + + def getErrorBandStyle(self): + if self.description.has_key('ErrorBandStyle'): + return self.description['ErrorBandStyle'] + else: + return 'solid' + + def getErrorBandOpacity(self): + if self.description.has_key('ErrorBandOpacity'): + return self.description['ErrorBandOpacity'] + else: + return '1.0' + + def getErrorTubes(self): + if self.description.has_key('ErrorTubes'): + return bool(int(self.description['ErrorTubes'])) + else: + return False + + def getSmoothLine(self): + if self.description.has_key('SmoothLine'): + return bool(int(self.description['SmoothLine'])) + else: + return False + + def startclip(self): + return '\\psclip{\\psframe[linewidth=0, linestyle=none](0,0)(1,1)}\n' + + def stopclip(self): + return '\\endpsclip\n' + + def startpsset(self): + out = "" + out += ('\\psset{linecolor='+self.getLineColor()+'}\n') + out += ('\\psset{linewidth='+self.getLineWidth()+'}\n') + out += ('\\psset{linestyle='+self.getLineStyle()+'}\n') + out += ('\\psset{fillstyle='+self.getFillStyle()+'}\n') + out += ('\\psset{fillcolor='+self.getFillColor()+'}\n') + out += ('\\psset{hatchcolor='+self.getHatchColor()+'}\n') + out += ('\\psset{strokeopacity='+self.getLineOpacity()+'}\n') + out += ('\\psset{opacity='+self.getFillOpacity()+'}\n') + if self.getLineDash()!='': + out += ('\\psset{dash='+self.getLineDash()+'}\n') + return out + + def stoppsset(self): + out = "" + out += ('\\psset{linecolor=black}\n') + out += ('\\psset{linewidth=0.8pt}\n') + out += ('\\psset{linestyle=solid}\n') + out += ('\\psset{fillstyle=none}\n') + out += ('\\psset{fillcolor=white}\n') + out += ('\\psset{hatchcolor=black}\n') + out += ('\\psset{strokeopacity=1.0}\n') + out += ('\\psset{opacity=1.0}\n') + return out + + + +class Function(DrawableObject): + def __init__(self, f): + self.description = {} + self.read_input(f) + + def read_input(self, f): + self.code='def plotfunction(x):\n' + iscode=False + for line in f: + if is_end_marker(line, 'FUNCTION'): + break + elif is_comment(line): + continue + else: + m = pat_property.match(line) + if iscode: + self.code+=' '+line + elif m: + prop, value = m.group(1,2) + if prop=='Code': + iscode=True + else: + self.description[prop] = value + if not iscode: + print '++++++++++ ERROR: No code in function' + else: + foo = compile(self.code, '', 'exec') + exec(foo) + self.plotfunction = plotfunction + + + def draw(self,coors): + out = "" + out += self.startclip() + out += self.startpsset() + xmin = coors.xmin() + if self.description.has_key('XMin') and self.description['XMin']: + xmin = float(self.description['XMin']) + if self.description.has_key('FunctionXMin') and self.description['FunctionXMin']: + xmin = max(xmin,float(self.description['FunctionXMin'])) + xmax=coors.xmax() + if self.description.has_key('XMax') and self.description['XMax']: + xmax = float(self.description['XMax']) + if self.description.has_key('FunctionXMax') and self.description['FunctionXMax']: + xmax = min(xmax,float(self.description['FunctionXMax'])) + print xmin,xmax + xmin=min(xmin,xmax) + xmax=max(xmin,xmax) + print xmin,xmax + # TODO: Space sample points logarithmically if LogX=1 + xsteps=500. + if self.description.has_key('XSteps') and self.description['XSteps']: + xsteps=float(self.description['XSteps']) + dx = (xmax-xmin)/xsteps + x = xmin-dx + funcstyle = '\\pscurve' + if self.description.has_key('FunctionStyle') and self.description['FunctionStyle']: + if (self.description['FunctionStyle']=='curve'): + funcstyle = '\\pscurve' + elif (self.description['FunctionStyle']=='line'): + funcstyle = '\\psline' + out += funcstyle + if self.description.has_key('FillStyle') and self.description['FillStyle']!='none': + out += '(%s,%s)\n' % (coors.strphys2frameX(xmin),coors.strphys2frameY(coors.ymin())) + while x < (xmax+2*dx): + y = self.plotfunction(x) + out += ('(%s,%s)\n' % (coors.strphys2frameX(x), coors.strphys2frameY(y))) + x += dx + if self.description.has_key('FillStyle') and self.description['FillStyle']!='none': + out += '(%s,%s)\n' % (coors.strphys2frameX(xmax),coors.strphys2frameY(coors.ymin())) + out += self.stoppsset() + out += self.stopclip() + return out + + + + +class Histogram(DrawableObject): + def __init__(self, f): + self.description = {} + self.is2dim = False + self.data = [] + self.read_input_data(f) + self.sigmabinvalue = None + self.meanbinvalue = None + + def read_input_data(self, f): + for line in f: + if is_end_marker(line, 'HISTOGRAM'): + break + elif is_comment(line): + continue + else: + line = line.rstrip() + m = pat_property.match(line) + if m: + prop, value = m.group(1,2) + self.description[prop] = value + else: + linearray = line.split() + if len(linearray)==4: + self.data.append({'LowEdge': float(linearray[0]), + 'UpEdge': float(linearray[1]), + 'Content': float(linearray[2]), + 'Error': [float(linearray[3]),float(linearray[3])]}) + elif len(linearray)==5: + self.data.append({'LowEdge': float(linearray[0]), + 'UpEdge': float(linearray[1]), + 'Content': float(linearray[2]), + 'Error': [float(linearray[3]),float(linearray[4])]}) + else: + self.is2dim = True + self.data.append({'LowEdge': [float(linearray[0]), float(linearray[2])], + 'UpEdge': [float(linearray[1]), float(linearray[3])], + 'Content': float(linearray[4]), + 'Error': float(linearray[5])}) + + def mangle_input(self): + if (self.description.has_key('NormalizeToIntegral') and self.description['NormalizeToIntegral']=='1') or \ + (self.description.has_key('NormalizeToSum') and self.description['NormalizeToSum']=='1'): + if (self.description.has_key('NormalizeToIntegral') and self.description['NormalizeToIntegral']=='1') and \ + (self.description.has_key('NormalizeToSum') and self.description['NormalizeToSum']=='1'): + print 'Can\'t normalize to Integral and to Sum at the same time. Will normalize to the Sum.' + foo = 0 + for i in range(len(self.data)): + if self.description.has_key('NormalizeToSum') and self.description['NormalizeToSum']=='1': + foo += self.data[i]['Content'] + else: + foo += self.data[i]['Content']*(self.data[i]['UpEdge']-self.data[i]['LowEdge']) + for i in range(len(self.data)): + self.data[i]['Content'] /= foo + self.data[i]['Error'][0] /= foo + self.data[i]['Error'][1] /= foo + if self.description.has_key('Scale') and self.description['Scale']!='': + scale = float(self.description['Scale']) + for i in range(len(self.data)): + self.data[i]['Content'] *= scale + self.data[i]['Error'][0] *= scale + self.data[i]['Error'][1] *= scale + if self.description.has_key('Shift') and self.description['Shift']!='': + shift = float(self.description['Shift']) + for i in range(len(self.data)): + self.data[i]['Content'] += shift + if self.description.has_key('Rebin') and self.description['Rebin']!='': + rawrebins=self.description['Rebin'].strip().split('\t') + rebins = [] + maxindex = len(self.data)-1 + if len(rawrebins)%2==1: + rebins.append({'Start': self.data[0]['LowEdge'], + 'Rebin': int(rawrebins[0])}) + rawrebins.pop(0) + for i in range(0,len(rawrebins),2): + if float(rawrebins[i])self.data[0]['LowEdge']): + rebins.insert(0,{'Start': self.data[0]['LowEdge'], + 'Rebin': 1}) + errortype = "stat" + if self.description.has_key('ErrorType') and self.description['ErrorType']!='': + errortype = self.description['ErrorType'] + newdata=[] + lower = self.getBin(rebins[0]['Start']) + for k in range(0,len(rebins),1): + rebin = rebins[k]['Rebin'] + upper = maxindex + end = 1 + if (kmaxindex: + break + binwidth=self.data[i+j]['UpEdge']-self.data[i+j]['LowEdge'] + foo +=self.data[i+j]['Content']*binwidth + if errortype=="stat": + barl+=(binwidth*self.data[i+j]['Error'][0])**2 + baru+=(binwidth*self.data[i+j]['Error'][1])**2 + elif errortype=="env": + barl+=(self.data[i+j]['Content']-self.data[i+j]['Error'][0])*binwidth + baru+=(self.data[i+j]['Content']+self.data[i+j]['Error'][1])*binwidth + else: + logging.error("Rebinning for ErrorType not implemented.") + sys.exit(1) + upedge = min(i+rebin-1,maxindex) + newbinwidth=self.data[upedge]['UpEdge']-self.data[i]['LowEdge'] + newcentral=foo/newbinwidth + if errortype=="stat": + newerror=[sqrt(barl)/newbinwidth,sqrt(baru)/newbinwidth] + elif errortype=="env": + newerror=[(foo-barl)/newbinwidth,(baru-foo)/newbinwidth] + newdata.append({'LowEdge': self.data[i]['LowEdge'], + 'UpEdge': self.data[upedge]['UpEdge'], + 'Content': newcentral, + 'Error': newerror}) + lower = (upper/rebin)*rebin+(upper%rebin) + self.data=newdata + + def add(self,name): + if len(self.data)!=len(name.data): + print '+++ Error in Histogram.add(): Binning of histograms differs' + for i in range(len(self.data)): + if fuzzyeq(self.data[i]['LowEdge'], name.data[i]['LowEdge']) and \ + fuzzyeq(self.data[i]['UpEdge'], name.data[i]['UpEdge']): + self.data[i]['Content'] += name.data[i]['Content'] + self.data[i]['Error'][0] = sqrt(self.data[i]['Error'][0]**2 + name.data[i]['Error'][0]**2) + self.data[i]['Error'][1] = sqrt(self.data[i]['Error'][1]**2 + name.data[i]['Error'][1]**2) + else: + print '+++ Error in Histogram.add(): Binning of histograms differs' + + def divide(self,name): + if len(self.data)!=len(name.data): + print '+++ Error in Histogram.divide(): Binning of histograms differs' + for i in range(len(self.data)): + if fuzzyeq(self.data[i]['LowEdge'], name.data[i]['LowEdge']) and \ + fuzzyeq(self.data[i]['UpEdge'], name.data[i]['UpEdge']): + try: + self.data[i]['Error'][0] /= name.data[i]['Content'] + except ZeroDivisionError: + self.data[i]['Error'][0]=0. + try: + self.data[i]['Error'][1] /= name.data[i]['Content'] + except ZeroDivisionError: + self.data[i]['Error'][1]=0. + try: + self.data[i]['Content'] /= name.data[i]['Content'] + except ZeroDivisionError: + self.data[i]['Content']=1. +# self.data[i]['Error'][0] = sqrt(self.data[i]['Error'][0]**2 + name.data[i]['Error'][0]**2) +# self.data[i]['Error'][1] = sqrt(self.data[i]['Error'][1]**2 + name.data[i]['Error'][1]**2) + else: + print '+++ Error in Histogram.divide(): Binning of histograms differs:', self.data[i]['LowEdge'], 'vs', name.data[i]['LowEdge'], ' and ', self.data[i]['UpEdge'], 'vs', name.data[i]['UpEdge'] + + def dividereverse(self,name): + if len(self.data)!=len(name.data): + print '+++ Error in Histogram.divide(): Binning of histograms differs' + for i in range(len(self.data)): + if fuzzyeq(self.data[i]['LowEdge'], name.data[i]['LowEdge']) and \ + fuzzyeq(self.data[i]['UpEdge'], name.data[i]['UpEdge']): + try: + self.data[i]['Error'][0] = name.data[i]['Error'][0]/self.data[i]['Content'] + except ZeroDivisionError: + self.data[i]['Error'][0]=0. + try: + self.data[i]['Error'][1] = name.data[i]['Error'][1]/self.data[i]['Content'] + except ZeroDivisionError: + self.data[i]['Error'][1]=0. + try: + self.data[i]['Content'] = name.data[i]['Content']/self.data[i]['Content'] + except ZeroDivisionError: + self.data[i]['Content']=1. + else: + print '+++ Error in Histogram.divide(): Binning of histograms differs' + + def deviation(self,name): + if len(self.data)!=len(name.data): + print '+++ Error in Histogram.deviation(): Binning of histograms differs' + for i in range(len(self.data)): + if fuzzyeq(self.data[i]['LowEdge'], name.data[i]['LowEdge']) and \ + fuzzyeq(self.data[i]['UpEdge'], name.data[i]['UpEdge']): + self.data[i]['Content'] -= name.data[i]['Content'] + try: + self.data[i]['Content'] /= 0.5*sqrt((name.data[i]['Error'][0] + name.data[i]['Error'][1])**2 + \ + (self.data[i]['Error'][0] + self.data[i]['Error'][1])**2) + except ZeroDivisionError: + self.data[i]['Content'] = 0.0 + try: + self.data[i]['Error'][0] /= name.data[i]['Error'][0] + except ZeroDivisionError: + self.data[i]['Error'][0] = 0.0 + try: + self.data[i]['Error'][1] /= name.data[i]['Error'][1] + except ZeroDivisionError: + self.data[i]['Error'][1] = 0.0 + else: + print '+++ Error in Histogram.deviation(): Binning of histograms differs' + + def getBin(self,x): + if xself.data[len(self.data)-1]['UpEdge']: + print '+++ Error in Histogram.getBin(): x out of range' + return float('nan') + for i in range(1,len(self.data)-1,1): + if xcoors.zmax(): + color=129 + if self.data[i]['Content']0: + out += ('\psline[linewidth=0.3pt]') + out += ('(' + coors.strphys2frameX(self.data[i]['LowEdge']) + ', ' \ + + coors.strphys2frameY(self.data[i]['Content']-self.data[i]['Error'][0]) + ')(' \ + + coors.strphys2frameX(self.data[i]['LowEdge']) + ', ' \ + + coors.strphys2frameY(self.data[i-1]['Content']-self.data[i-1]['Error'][0]) + ')\n') + out += ('\psline[linewidth=0.3pt]') + out += ('(' + coors.strphys2frameX(self.data[i]['LowEdge']) + ', ' \ + + coors.strphys2frameY(self.data[i]['Content']+self.data[i]['Error'][1]) + ')(' \ + + coors.strphys2frameX(self.data[i]['LowEdge']) + ', ' \ + + coors.strphys2frameY(self.data[i-1]['Content']+self.data[i-1]['Error'][1]) + ')\n') + if self.getSmoothLine(): + out += ('\psbezier') + else: + out += ('\psline') + if (self.getFillStyle() != 'none'): # make sure that filled areas go all the way down to the x-axis + if (coors.phys2frameX(self.data[0]['LowEdge']) > 1e-4): + out += '(' + coors.strphys2frameX(self.data[0]['LowEdge']) + ', -0.1)\n' + else: + out += '(-0.1, -0.1)\n' + for i in range(len(self.data)): + if self.getSmoothLine(): + out += ('(' + coors.strphys2frameX(0.5*(self.data[i]['LowEdge']+self.data[i]['UpEdge'])) + ', ' \ + + coors.strphys2frameY(self.data[i]['Content']) + ')\n') + else: + out += ('(' + coors.strphys2frameX(self.data[i]['LowEdge']) + ', ' \ + + coors.strphys2frameY(self.data[i]['Content']) + ')(' \ + + coors.strphys2frameX(self.data[i]['UpEdge']) + ', ' \ + + coors.strphys2frameY(self.data[i]['Content']) + ')\n') + ## Join/separate data points, with vertical/diagonal lines + if (i+1 < len(self.data)): #< If this is not the last point + if self.description.get('ConnectBins', '1') != '1': + out += ('\\psline') + else: + ## If bins are joined, but there is a gap in binning, choose whether to fill the gap + if (abs(coors.phys2frameX(self.data[i]['UpEdge']) - coors.phys2frameX(self.data[i+1]['LowEdge'])) > 1e-4): + if self.description.get('ConnectGaps', '0') != '1': + out += ('\\psline') + # TODO: Perhaps use a new dashed line to fill the gap? + if (self.getFillStyle() != 'none'): # make sure that filled areas go all the way down to the x-axis + if (coors.phys2frameX(self.data[-1]['UpEdge']) < 1-1e-4): + out += '(' + coors.strphys2frameX(self.data[-1]['UpEdge']) + ', -0.1)\n' + else: + out += '(1.1, -0.1)\n' + # + if self.getPolyMarker() != '': + for i in range(len(self.data)): + if self.data[i]['Content']==0. and self.data[i]['Error']==[0.,0.]: continue + out += ('\\psdot[dotstyle=%s,dotsize=%s,dotscale=%s](' %(self.getPolyMarker(),self.getDotSize(),self.getDotScale()) \ + + coors.strphys2frameX(.5*(self.data[i]['LowEdge']+self.data[i]['UpEdge'])) + ', ' \ + + coors.strphys2frameY(self.data[i]['Content']) + ')\n') + out += self.stoppsset() + out += self.stopclip() + return out + + def is2dimensional(self): + return self.is2dim + + def getXMin(self): + if self.is2dim: + return min([self.data[i]['LowEdge'][0] for i in range(len(self.data))]) + else: + return min([self.data[i]['LowEdge'] for i in range(len(self.data))]) + + def getXMax(self): + if self.is2dim: + return max([self.data[i]['UpEdge'][0] for i in range(len(self.data))]) + else: + return max([self.data[i]['UpEdge'] for i in range(len(self.data))]) + + def getYMin(self, xmin, xmax, logy): + if self.is2dim: + return min([self.data[i]['LowEdge'][1] for i in range(len(self.data))]) + else: + yvalues = [] + for i in range(len(self.data)): + if ((self.data[i]['UpEdge'] > xmin or self.data[i]['LowEdge'] >= xmin) and \ + (self.data[i]['LowEdge'] < xmax or self.data[i]['UpEdge'] <= xmax)): + foo = 0 + if self.getErrorBars() or self.getErrorBands() or self.getErrorTubes(): + foo = self.data[i]['Content']-self.data[i]['Error'][0] + else: + foo = self.data[i]['Content'] + if logy: + if foo>0: yvalues.append(foo) + else: + yvalues.append(foo) + if len(yvalues) > 0: + return min(yvalues) + else: + return self.data[0]['Content'] + + def getYMax(self, xmin, xmax): + if self.is2dim: + return max([self.data[i]['UpEdge'][1] for i in range(len(self.data))]) + else: + yvalues = [] + for i in range(len(self.data)): + if ((self.data[i]['UpEdge'] > xmin or self.data[i]['LowEdge'] >= xmin) and \ + (self.data[i]['LowEdge'] < xmax or self.data[i]['UpEdge'] <= xmax)): + if self.getErrorBars() or self.getErrorBands() or self.getErrorTubes: + yvalues.append(self.data[i]['Content']+self.data[i]['Error'][1]) + else: + yvalues.append(self.data[i]['Content']) + if len(yvalues) > 0: + return max(yvalues) + else: + return self.data[0]['Content'] + + def getZMin(self, xmin, xmax, ymin, ymax): + if not self.is2dim: + return 0 + zvalues = [] + for i in range(len(self.data)): + if (self.data[i]['UpEdge'][0] > xmin and self.data[i]['LowEdge'][0] < xmax) and \ + (self.data[i]['UpEdge'][1] > ymin and self.data[i]['LowEdge'][1] < ymax): + zvalues.append(self.data[i]['Content']) + return min(zvalues) + + def getZMax(self, xmin, xmax, ymin, ymax): + if not self.is2dim: + return 0 + zvalues = [] + for i in range(len(self.data)): + if (self.data[i]['UpEdge'][0] > xmin and self.data[i]['LowEdge'][0] < xmax) and \ + (self.data[i]['UpEdge'][1] > ymin and self.data[i]['LowEdge'][1] < ymax): + zvalues.append(self.data[i]['Content']) + return max(zvalues) + + + +class Histo1D(Histogram): + def read_input_data(self, f): + for line in f: + if is_end_marker(line, 'HISTO1D'): + break + elif is_comment(line): + continue + else: + line = line.rstrip() + m = pat_property.match(line) + if m: + prop, value = m.group(1,2) + self.description[prop] = value + else: + linearray = line.split('\t') + if len(linearray)==8: + self.data.append({'LowEdge': float(linearray[0]), + 'UpEdge': float(linearray[1]), + 'Content': float(linearray[2]), + 'Error': [float(linearray[3]),float(linearray[3])]}) + else: + raise Exception('Histo1D does not have 8 columns.'+line) + + + +class Frame: + def __init__(self): + self.framelinewidth = '0.3pt' + + def draw(self,inputdata): + out = ('\n%\n% Frame\n%\n') + if inputdata.description.has_key('FrameColor') and inputdata.description['FrameColor']!=None: + color = inputdata.description['FrameColor'] + # We want to draw this frame only once, so set it to False for next time: + inputdata.description['FrameColor']=None + + # Calculate how high and wide the overall plot is + height = [0,0] + width = inputdata.description['PlotSizeX'] + if inputdata.description.has_key('RatioPlot') and inputdata.description['RatioPlot']=='1': + height[1] = -inputdata.description['RatioPlotSizeY'] + if not (inputdata.description.has_key('MainPlot') and inputdata.description['MainPlot']=='0'): + height[0] = inputdata.description['PlotSizeY'] + else: + height[0] = -height[1] + height[1] = 0 + + # Get the margin widths + left = inputdata.description['LeftMargin']+0.1 + right = inputdata.description['RightMargin']+0.1 + top = inputdata.description['TopMargin']+0.1 + bottom = inputdata.description['BottomMargin']+0.1 + + # + out += ('\\rput(0,1){\\psline[linewidth=%scm,linecolor=%s](%scm,%scm)(%scm,%scm)}\n' %(top, color, -left, top/2, width+right, top/2)) + out += ('\\rput(0,%scm){\\psline[linewidth=%scm,linecolor=%s](%scm,%scm)(%scm,%scm)}\n' %(height[1], bottom, color, -left, -bottom/2, width+right, -bottom/2)) + out += ('\\rput(0,0){\\psline[linewidth=%scm,linecolor=%s](%scm,%scm)(%scm,%scm)}\n' %(left, color, -left/2, height[1]-0.05, -left/2, height[0]+0.05)) + out += ('\\rput(1,0){\\psline[linewidth=%scm,linecolor=%s](%scm,%scm)(%scm,%scm)}\n' %(right, color, right/2, height[1]-0.05, right/2, height[0]+0.05)) + + + out += ('\\psframe[linewidth='+self.framelinewidth+',dimen=middle](0,0)(1,1)\n') + return out + + + +class Ticks: + def __init__(self, description, coors): + self.majorticklinewidth = '0.3pt' + self.minorticklinewidth = '0.3pt' + self.majorticklength = '9pt' + self.minorticklength = '4pt' + self.description = description + self.coors = coors + self.decimal = 0 + + def draw_ticks(self, min, max, plotlog=False, custommajorticks=[], customminorticks=[], custommajortickmarks=-1, customminortickmarks=-1, drawlabels=True, twosided=False): + out = "" + if plotlog: + if (custommajorticks!=[] or customminorticks!=[]): + for i in range(len(custommajorticks)): + value=custommajorticks[i]['Value'] + label=custommajorticks[i]['Label'] + if value>=min and value<=max: + out += self.draw_majortick(value,twosided) + if drawlabels: + out += self.draw_majorticklabel(value, label=label) + for i in range(len(customminorticks)): + value=customminorticks[i]['Value'] + if value>=min and value<=max: + out += self.draw_minortick(value,twosided) + + else: + x=int(log10(min)) + while (x=min: + ticklabel=10**x + if ticklabel>min and ticklabelmin and ticklabel=min and value<=max: + out += self.draw_majortick(value,twosided) + if drawlabels: + out += self.draw_majorticklabel(value, label=label) + for i in range(len(customminorticks)): + value=customminorticks[i]['Value'] + if value>=min and value<=max: + out += self.draw_minortick(value,twosided) + else: + xrange = max-min + digits = int(log10(xrange))+1 + if max>0 and min>0: self.decimal=int(log10(min)) + elif max>0 and min==0: self.decimal=int(log10(max)) + elif max==0 and min<0: self.decimal=int(log10(-min)) + elif max<0 and min<0: self.decimal=int(log10(-max)) + else: + self.decimal = 0 + if (xrange < 1): + digits -= 1 + foo = int(xrange/(10**(digits-1))) + if (foo/9. > 0.5): + tickmarks = 10 + elif (foo/9. > 0.2): + tickmarks = 5 + elif (foo/9. > 0.1): + tickmarks = 2 + + if (custommajortickmarks>-1): + if custommajortickmarks not in [1, 2, 5, 10, 20]: + print '+++ Error in Ticks.draw_ticks(): MajorTickMarks must be in [1, 2, 5, 10, 20]' + else: + #if custommajortickmarks==1: custommajortickmarks=10 + tickmarks = custommajortickmarks + + if (tickmarks == 2 or tickmarks == 20): + minortickmarks = 3 + else: + minortickmarks = 4 + if (customminortickmarks>-1): + minortickmarks = customminortickmarks + # + x = 0 + while (x > min*10**digits): + x -= tickmarks*100**(digits-1) + while (x <= max*10**digits): + if (x >= min*10**digits-tickmarks*100**(digits-1)): + ticklabel = 1.*x/10**digits + if (int(ticklabel) == ticklabel): + ticklabel = int(ticklabel) + if (float(ticklabel-min)/xrange >= -1e-5): + if (fabs(ticklabel-min)/xrange > 1e-5 and fabs(ticklabel-max)/xrange > 1e-5): + out += self.draw_majortick(ticklabel,twosided) + if drawlabels: + out += self.draw_majorticklabel(ticklabel) + + xminor = x + for i in range(minortickmarks): + xminor += 1.*tickmarks*100**(digits-1)/(minortickmarks+1) + ticklabel = 1.*xminor/10**digits + if (ticklabel > min and ticklabel < max): + if (fabs(ticklabel-min)/xrange > 1e-5 and fabs(ticklabel-max)/xrange > 1e-5): + out += self.draw_minortick(ticklabel,twosided) + x += tickmarks*100**(digits-1) + return out + + def draw(self): + pass + + def draw_minortick(self, ticklabel, twosided): + pass + + def draw_majortick(self, ticklabel, twosided): + pass + + def draw_majorticklabel(self, ticklabel): + pass + + def get_ticklabel(self, value, plotlog=False): + label='' + if plotlog: + bar = int(log10(value)) + if bar<0: + sign='-' + else: + sign='\\,' + if bar==0: + label = '1' + else: + label = '10$^{'+sign+'\\text{'+str(abs(int(log10(value))))+'}}$' + elif self.description.has_key('ShortenLargeNumbers') and \ + self.description['ShortenLargeNumbers'] and \ + not (self.description.has_key('RatioPlotStage') and \ + self.description['RatioPlotStage']): + if fabs(value) < 1e-8: value=0 + label=str(value/(10.**self.decimal)) + else: + if fabs(value) < 1e-8: value=0 + label=str(value) + return label + + + +class XTicks(Ticks): + def draw(self, custommajorticks=[], customminorticks=[], custommajortickmarks=-1, customminortickmarks=-1,drawlabels=True): + twosided = False + if self.description.has_key('XTwosidedTicks') and self.description['XTwosidedTicks']=='1': + twosided = True + out = "" + out += ('\n%\n% X-Ticks\n%\n') + out += ('\\def\\majortickmarkx{\\psline[linewidth='+self.majorticklinewidth+'](0,0)(0,'+self.majorticklength+')}%\n') + out += ('\\def\\minortickmarkx{\\psline[linewidth='+self.minorticklinewidth+'](0,0)(0,'+self.minorticklength+')}%\n') + out += self.draw_ticks(self.coors.xmin(), self.coors.xmax(),\ + plotlog=self.description['LogX'],\ + custommajorticks=custommajorticks,\ + customminorticks=customminorticks,\ + custommajortickmarks=custommajortickmarks,\ + customminortickmarks=customminortickmarks,\ + drawlabels=drawlabels,\ + twosided=twosided) + return out + + def draw_minortick(self, ticklabel, twosided): + out = '' + out += '\\rput('+self.coors.strphys2frameX(ticklabel)+', 0){\\minortickmarkx}\n' + if twosided: + out += '\\rput{180}('+self.coors.strphys2frameX(ticklabel)+', 1){\\minortickmarkx}\n' + return out + + def draw_majortick(self, ticklabel, twosided): + out = '' + out += '\\rput('+self.coors.strphys2frameX(ticklabel)+', 0){\\majortickmarkx}\n' + if twosided: + out += '\\rput{180}('+self.coors.strphys2frameX(ticklabel)+', 1){\\majortickmarkx}\n' + return out + + def draw_majorticklabel(self, value, label=''): + if label=='': + label=self.get_ticklabel(value,self.description['LogX']) + return ('\\rput('+self.coors.strphys2frameX(value)+', 0){\\rput[B](0,-2.3\\labelsep){\\strut{}'+label+'}}\n') + + + +class YTicks(Ticks): + def draw(self, custommajorticks=[], customminorticks=[], custommajortickmarks=-1, customminortickmarks=-1): + twosided = False + if self.description.has_key('YTwosidedTicks') and self.description['YTwosidedTicks']=='1': + twosided = True + out = "" + out += ('\n%\n% Y-Ticks\n%\n') + out += ('\\def\\majortickmarky{\\psline[linewidth='+self.majorticklinewidth+'](0,0)('+self.majorticklength+',0)}%\n') + out += ('\\def\\minortickmarky{\\psline[linewidth='+self.minorticklinewidth+'](0,0)('+self.minorticklength+',0)}%\n') + out += self.draw_ticks(self.coors.ymin(), self.coors.ymax(),\ + plotlog=self.description['LogY'],\ + custommajorticks=custommajorticks,\ + customminorticks=customminorticks,\ + custommajortickmarks=custommajortickmarks,\ + customminortickmarks=customminortickmarks,\ + twosided=twosided) + if self.description.has_key('ShortenLargeNumbers') and \ + self.description['ShortenLargeNumbers'] and \ + not (self.description.has_key('RatioPlotStage') and \ + self.description['RatioPlotStage']): + bar = int(self.decimal) + if bar<0: + sign='-' + else: + sign='\\,' + if bar==0: + pass + else: + pos = self.coors.strphys2frameY(self.coors.ymax()) + label = \ + ('\\times 10$^{'+sign+'\\text{'+str(abs(self.decimal))+'}}$') + out += ('\\uput[180]{0}(0, '+pos+'){\\strut{}'+label+'}\n') + return out + + def draw_minortick(self, ticklabel, twosided): + out = '' + out += '\\rput(0, '+self.coors.strphys2frameY(ticklabel)+'){\\minortickmarky}\n' + if twosided: + out += '\\rput{180}(1, '+self.coors.strphys2frameY(ticklabel)+'){\\minortickmarky}\n' + return out + + def draw_majortick(self, ticklabel, twosided): + out = '' + out += '\\rput(0, '+self.coors.strphys2frameY(ticklabel)+'){\\majortickmarky}\n' + if twosided: + out += '\\rput{180}(1, '+self.coors.strphys2frameY(ticklabel)+'){\\majortickmarky}\n' + return out + + def draw_majorticklabel(self, value, label=''): + if label=='': + label=self.get_ticklabel(value,self.description['LogY']) + if self.description.has_key('RatioPlotMode') and self.description['RatioPlotMode']=='deviation' \ + and self.description.has_key('RatioPlotStage') and self.description['RatioPlotStage']: + return ('\\uput[180]{0}(0, '+self.coors.strphys2frameY(value)+'){\\strut{}'+label+'}\n') + else: + return ('\\uput[180]{0}(0, '+self.coors.strphys2frameY(value)+'){\\strut{}'+label+'}\n') + + + +class ZTicks(Ticks): + def __init__(self, description, coors): + self.majorticklinewidth = '0.3pt' + self.minorticklinewidth = '0.3pt' + self.majorticklength = '6pt' + self.minorticklength = '2.6pt' + self.description = description + self.coors = coors + def draw(self, custommajorticks=[], customminorticks=[], custommajortickmarks=-1, customminortickmarks=-1): + out = "" + out += ('\n%\n% Z-Ticks\n%\n') + out += ('\\def\\majortickmarkz{\\psline[linewidth='+self.majorticklinewidth+'](0,0)('+self.majorticklength+',0)}%\n') + out += ('\\def\\minortickmarkz{\\psline[linewidth='+self.minorticklinewidth+'](0,0)('+self.minorticklength+',0)}%\n') + out += self.draw_ticks(self.coors.zmin(), self.coors.zmax(),\ + plotlog=self.description['LogZ'],\ + custommajorticks=custommajorticks,\ + customminorticks=customminorticks,\ + custommajortickmarks=custommajortickmarks,\ + customminortickmarks=customminortickmarks,\ + twosided=False) + return out + + def draw_minortick(self, ticklabel, twosided): + return '\\rput{180}(1, '+self.coors.strphys2frameZ(ticklabel)+'){\\minortickmarkz}\n' + + def draw_majortick(self, ticklabel, twosided): + return '\\rput{180}(1, '+self.coors.strphys2frameZ(ticklabel)+'){\\majortickmarkz}\n' + + def draw_majorticklabel(self, value, label=''): + if label=='': + label=self.get_ticklabel(value,self.description['LogZ']) + if self.description.has_key('RatioPlotMode') and self.description['RatioPlotMode']=='deviation' \ + and self.description.has_key('RatioPlotStage') and self.description['RatioPlotStage']: + return ('\\uput[0]{0}(1, '+self.coors.strphys2frameZ(value)+'){\\strut{}'+label+'\\,$\\sigma$}\n') + else: + return ('\\uput[0]{0}(1, '+self.coors.strphys2frameZ(value)+'){\\strut{}'+label+'}\n') + + + +class Coordinates: + def __init__(self, inputdata): + self.description = inputdata.description + + def phys2frameX(self, x): + if self.description['LogX']: + if x>0: + result = 1.*(log10(x)-log10(self.xmin()))/(log10(self.xmax())-log10(self.xmin())) + else: + return -10 + else: + result = 1.*(x-self.xmin())/(self.xmax()-self.xmin()) + if (fabs(result) < 1e-4): + return 0 + else: + return min(max(result,-10),10) + + def phys2frameY(self, y): + if self.description['LogY']: + if y>0: + result = 1.*(log10(y)-log10(self.ymin()))/(log10(self.ymax())-log10(self.ymin())) + else: + return -10 + else: + result = 1.*(y-self.ymin())/(self.ymax()-self.ymin()) + if (fabs(result) < 1e-4): + return 0 + else: + return min(max(result,-10),10) + + def phys2frameZ(self, z): + if self.description['LogZ']: + if z>0: + result = 1.*(log10(z)-log10(self.zmin()))/(log10(self.zmax())-log10(self.zmin())) + else: + return -10 + else: + result = 1.*(z-self.zmin())/(self.zmax()-self.zmin()) + if (fabs(result) < 1e-4): + return 0 + else: + return min(max(result,-10),10) + + # TODO: Add frame2phys functions (to allow linear function sampling in the frame space rather than the physical space) + + def strphys2frameX(self, x): + return str(self.phys2frameX(x)) + + def strphys2frameY(self, y): + return str(self.phys2frameY(y)) + + def strphys2frameZ(self, z): + return str(self.phys2frameZ(z)) + + def xmin(self): + return self.description['Borders'][0] + + def xmax(self): + return self.description['Borders'][1] + + def ymin(self): + return self.description['Borders'][2] + + def ymax(self): + return self.description['Borders'][3] + + def zmin(self): + return self.description['Borders'][4] + + def zmax(self): + return self.description['Borders'][5] + + +#################### + + +import shutil +def process_datfile(datfile): + global opts + if not os.access(datfile, os.R_OK): + raise Exception("Could not read data file '%s'" % datfile) + + dirname = os.path.dirname(datfile) + datfile = os.path.basename(datfile) + filename = datfile.replace('.dat','') + + ## Create a temporary directory + cwd = os.getcwd() + datpath = os.path.join(cwd, dirname, datfile) + tempdir = tempfile.mkdtemp('.make-plots') + tempdatpath = os.path.join(tempdir, datfile) + shutil.copy(datpath, tempdir) + + ## Make TeX file + inputdata = Inputdata(os.path.join(dirname,filename)) + texpath = os.path.join(tempdir, '%s.tex' % filename) + texfile = open(texpath, 'w') + p = Plot(inputdata) + texfile.write(p.write_header(inputdata)) + if not (inputdata.description.has_key('MainPlot') and inputdata.description['MainPlot']=='0'): + mp = MainPlot(inputdata) + texfile.write(mp.draw(inputdata)) + if inputdata.description.has_key('RatioPlot') and inputdata.description['RatioPlot']=='1': + rp = RatioPlot(inputdata) + texfile.write(rp.draw(inputdata)) + texfile.write(p.write_footer()) + texfile.close() + + if opts.OUTPUT_FORMAT != "TEX": + import subprocess + + ## Run LaTeX (in no-stop mode) + logging.debug(os.listdir(tempdir)) + texcmd = ["latex", "\scrollmode\input", texpath] + logging.debug("TeX command: " + " ".join(texcmd)) + texproc = subprocess.Popen(texcmd, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, cwd=tempdir) + logging.debug(texproc.communicate()[0]) + logging.debug(os.listdir(tempdir)) + + ## Run dvips + dvcmd = ["dvips", filename] + if not logging.getLogger().isEnabledFor(logging.DEBUG): + dvcmd.append("-q") + ## Handle Minion Font + if opts.OUTPUT_FONT == "MINION": + dvcmd.append('-Pminion') + + ## Choose format + # TODO: Rationalise this monstrosity! + # TODO: Use a multi-format string and object handler cf. slhaplot (see, SUSY *is* useful...) + if opts.OUTPUT_FORMAT == "PS": + dvcmd += ["-o", "%s.ps" % filename] + logging.debug(" ".join(dvcmd)) + dvproc = subprocess.Popen(dvcmd, stdout=subprocess.PIPE, cwd=tempdir) + dvproc.wait() + elif opts.OUTPUT_FORMAT == "PDF": + dvcmd.append("-f") + logging.debug(" ".join(dvcmd)) + dvproc = subprocess.Popen(dvcmd, stdout=subprocess.PIPE, cwd=tempdir) + cnvproc = subprocess.Popen(["ps2pdf", "-"], stdin=dvproc.stdout, stdout=subprocess.PIPE, cwd=tempdir) + f = open(os.path.join(tempdir, "%s.pdf" % filename), "w") + f.write(cnvproc.communicate()[0]) + f.close() + elif opts.OUTPUT_FORMAT == "EPS": + dvcmd.append("-f") + logging.debug(" ".join(dvcmd)) + dvproc = subprocess.Popen(dvcmd, stdout=subprocess.PIPE, cwd=tempdir) + cnvproc = subprocess.Popen(["ps2eps"], stdin=dvproc.stdout, stderr=subprocess.PIPE, stdout=subprocess.PIPE, cwd=tempdir) + f = open(os.path.join(tempdir, "%s.eps" % filename), "w") + f.write(cnvproc.communicate()[0]) + f.close() + elif opts.OUTPUT_FORMAT == "PNG": + dvcmd.append("-f") + logging.debug(" ".join(dvcmd)) + dvproc = subprocess.Popen(dvcmd, stdout=subprocess.PIPE, cwd=tempdir) + pngcmd = ["convert", "-density", "200", "-", "%s.png" % filename] + logging.debug(" ".join(pngcmd)) + pngproc = subprocess.Popen(pngcmd, stdin=dvproc.stdout, stdout=subprocess.PIPE, cwd=tempdir) + pngproc.wait() + elif opts.OUTPUT_FORMAT == "PSPNG": + dvcmd += ["-o", "%s.ps" % filename] + logging.debug(" ".join(dvcmd)) + dvproc = subprocess.Popen(dvcmd, stdout=subprocess.PIPE, cwd=tempdir) + dvproc.wait() + convertavailable = True + testconvert = subprocess.Popen(["which", "convert"], stdout=open("/dev/null", "w"), stderr=subprocess.STDOUT) + if testconvert.wait() != 0: + convertavailable = False + if convertavailable: + pngcmd = ["convert", "-density", "85", "%s.ps" % filename, "%s.png" % filename] + logging.debug(" ".join(pngcmd)) + pngproc = subprocess.Popen(pngcmd, stdout=subprocess.PIPE, cwd=tempdir) + pngproc.wait() + else: + pstopnm = "pstopnm -stdout -xsize=461 -ysize=422 -xborder=0.01 -yborder=0.01 -portrait %s.ps" % filename + p1 = subprocess.Popen(pstopnm.split(" "), stdout=subprocess.PIPE, stderr=open("/dev/null", "w"), cwd=tempdir) + p2 = subprocess.Popen(["pnmtopng"], stdin=p1.stdout, stdout=open("%s/%s.png" % (tempdir, filename), "w"), stderr=open("/dev/null", "w"), cwd=tempdir) + p2.wait() + elif opts.OUTPUT_FORMAT == "PDFPNG": + dvcmd.append("-f") + logging.debug(" ".join(dvcmd)) + dvproc = subprocess.Popen(dvcmd, stdout=subprocess.PIPE, cwd=tempdir) + cnvproc = subprocess.Popen(["ps2pdf", "-"], stdin=dvproc.stdout, stdout=subprocess.PIPE, cwd=tempdir) + f = open(os.path.join(tempdir, "%s.pdf" % filename), "w") + f.write(cnvproc.communicate()[0]) + f.close() + logging.debug(os.listdir(tempdir)) + pngcmd = ["convert", "-density", "85", "%s.pdf" % filename, "%s.png" % filename] + logging.debug(" ".join(pngcmd)) + pngproc = subprocess.Popen(pngcmd, stdout=subprocess.PIPE, cwd=tempdir) + pngproc.wait() + elif opts.OUTPUT_FORMAT == "EPSPNG": + dvcmd.append("-f") + logging.debug(" ".join(dvcmd)) + dvproc = subprocess.Popen(dvcmd, stdout=subprocess.PIPE, cwd=tempdir) + cnvproc = subprocess.Popen(["ps2eps"], stdin=dvproc.stdout, stdout=subprocess.PIPE, stderr=subprocess.PIPE, cwd=tempdir) + f = open(os.path.join(tempdir, "%s.eps" % filename), "w") + f.write(cnvproc.communicate()[0]) + f.close() + pngcmd = ["convert", "-density", "85", "%s.eps" % filename, "%s.png" % filename] + logging.debug(" ".join(pngcmd)) + pngproc = subprocess.Popen(pngcmd, stdout=subprocess.PIPE, cwd=tempdir) + pngproc.wait() + else: + logging.error("Unknown format: %s" % opts.OUTPUT_FORMAT) + sys.exit(1) + logging.debug(os.listdir(tempdir)) + + ## Copy results back to main dir + outbasename = filename + outname = outbasename + "." + opts.OUTPUT_FORMAT.lower() + ## TODO: Make this neater: if "PNG" in opts.OUTPUT_FORMAT: ... + if opts.OUTPUT_FORMAT == "PSPNG": + outpath = os.path.join(tempdir, outbasename+".ps") + shutil.copy(outpath, os.path.join(cwd,dirname)) + outpath = os.path.join(tempdir, outbasename+".png") + shutil.copy(outpath, os.path.join(cwd,dirname)) + elif opts.OUTPUT_FORMAT == "PDFPNG": + outpath = os.path.join(tempdir, outbasename+".pdf") + shutil.copy(outpath, os.path.join(cwd,dirname)) + outpath = os.path.join(tempdir, outbasename+".png") + shutil.copy(outpath, os.path.join(cwd,dirname)) + elif opts.OUTPUT_FORMAT == "EPSPNG": + outpath = os.path.join(tempdir, outbasename+".eps") + shutil.copy(outpath, os.path.join(cwd,dirname)) + outpath = os.path.join(tempdir, outbasename+".png") + shutil.copy(outpath, os.path.join(cwd,dirname)) + else: + outpath = os.path.join(tempdir, outname) + if os.path.exists(outpath): + shutil.copy(outpath, os.path.join(cwd,dirname)) + else: + logging.error("No output file '%s' from processing %s" % (outname, datfile)) + + ## Clean up + if opts.NO_CLEANUP: + logging.info('Keeping temp-files in %s' % tempdir) + else: + shutil.rmtree(tempdir, ignore_errors=True) + + +## Wrapper for a process thread which attempts to process datfiles until empty +import threading, Queue +class MkPlotThread( threading.Thread ): + def run(self): + global opts + global datfiles + global RECVD_KILL_SIGNAL + while True: + if RECVD_KILL_SIGNAL is not None: + ## Empty the queue + while not datfiles.empty(): + dummy = datfiles.get_nowait() + break + try: + datfile = datfiles.get_nowait() + rem = datfiles.qsize() + logging.info("Plotting %s (%d remaining)" % (datfile, rem)) + process_datfile(datfile) + except Queue.Empty, e: + #print "%s ending." % self.getName() + break + except Exception, e: + print "Error: %s" % str(e) + import traceback + logging.debug(traceback.format_exc()) + #exit(1) + + +#################### + + +if __name__ == '__main__': + + ## Try to rename the process on Linux + try: + import ctypes + libc = ctypes.cdll.LoadLibrary('libc.so.6') + libc.prctl(15, 'make-plots', 0, 0, 0) + except Exception: + pass + + ## Try to use Psyco optimiser + try: + import psyco + psyco.full() + except ImportError: + pass + + ## Find number of (virtual) processing units + numcores = os.sysconf('SC_NPROCESSORS_ONLN') + if numcores is None: + numcores = 1 + + ## Parse command line options + from optparse import OptionParser, OptionGroup + parser = OptionParser(usage=__doc__) + parser.add_option("-n", "-j", "--num-threads", dest="NUM_THREADS", type="int", + default=numcores, help="max number of threads to be used [%s]" % numcores) + parser.add_option("--palatino", dest="OUTPUT_FONT", action="store_const", const="PALATINO", default="PALATINO", + help="Use Palatino as font (default).") + parser.add_option("--cm", dest="OUTPUT_FONT", action="store_const", const="CM", default="PALATINO", + help="Use Computer Modern as font.") + parser.add_option("--times", dest="OUTPUT_FONT", action="store_const", const="TIMES", default="PALATINO", + help="Use Times as font.") + parser.add_option("--minion", dest="OUTPUT_FONT", action="store_const", const="MINION", default="PALATINO", + help="Use Adobe Minion Pro as font. Note: You need to set TEXMFHOME first.") + parser.add_option("--helvetica", dest="OUTPUT_FONT", action="store_const", const="HELVETICA", default="PALATINO", + help="Use Helvetica as font.") + parser.add_option("--ps", dest="OUTPUT_FORMAT", action="store_const", const="PS", default="PDF", + help="Create PostScript output (default).") + parser.add_option("--pdf", dest="OUTPUT_FORMAT", action="store_const", const="PDF", default="PDF", + help="Create PDF output.") + parser.add_option("--eps", dest="OUTPUT_FORMAT", action="store_const", const="EPS", default="PDF", + help="Create Encapsulated PostScript output.") + parser.add_option("--png", dest="OUTPUT_FORMAT", action="store_const", const="PNG", default="PDF", + help="Create PNG output.") + parser.add_option("--pspng", dest="OUTPUT_FORMAT", action="store_const", const="PSPNG", default="PDF", + help="Create PS and PNG output.") + parser.add_option("--pdfpng", dest="OUTPUT_FORMAT", action="store_const", const="PDFPNG", default="PDF", + help="Create PDF and PNG output.") + parser.add_option("--epspng", dest="OUTPUT_FORMAT", action="store_const", const="EPSPNG", default="PDF", + help="Create EPS and PNG output.") + parser.add_option("--tex", dest="OUTPUT_FORMAT", action="store_const", const="TEX", default="PDF", + help="Create TeX/LaTeX output.") + parser.add_option("--no-cleanup", dest="NO_CLEANUP", action="store_true", default=False, + help="Keep temporary directory and print its filename.") + parser.add_option("--full-range", dest="FULL_RANGE", action="store_true", default=False, + help="Plot full y range in LogY plots.") + parser.add_option("-c", "--config", dest="CONFIGFILES", action="append", default=None, + help="Plot config file to be used. Overrides internal config blocks.") + verbgroup = OptionGroup(parser, "Verbosity control") + verbgroup.add_option("-v", "--verbose", action="store_const", const=logging.DEBUG, dest="LOGLEVEL", + default=logging.INFO, help="print debug (very verbose) messages") + verbgroup.add_option("-q", "--quiet", action="store_const", const=logging.WARNING, dest="LOGLEVEL", + default=logging.INFO, help="be very quiet") + parser.add_option_group(verbgroup) + + opts, args = parser.parse_args() + logging.basicConfig(level=opts.LOGLEVEL, format="%(message)s") + + + ## Check for no args + if len(args) == 0: + logging.error(parser.get_usage()) + sys.exit(2) + + + ## Test for external programs (kpsewhich, latex, dvips, ps2pdf/ps2eps, and convert) + opts.LATEXPKGS = [] + if opts.OUTPUT_FORMAT != "TEX": + try: + import subprocess + ## latex + p = subprocess.Popen(["which", "latex"], stdout=subprocess.PIPE, stderr=subprocess.PIPE) + rtn = p.wait() + if rtn != 0: + logging.error("ERROR: required program 'latex' could not be found. Exiting...") + sys.exit(1) + ## dvips + p = subprocess.Popen(["which", "dvips"], stdout=subprocess.PIPE, stderr=subprocess.PIPE) + rtn = p.wait() + if rtn != 0: + logging.error("ERROR: required program 'dvips' could not be found. Exiting...") + sys.exit(1) + + ## ps2pdf / ps2eps + if "PDF" in opts.OUTPUT_FORMAT: + p = subprocess.Popen(["which", "ps2pdf"], stdout=subprocess.PIPE, stderr=subprocess.PIPE) + rtn = p.wait() + if rtn != 0: + logging.error("ERROR: required program 'ps2pdf' (for PDF output) could not be found. Exiting...") + sys.exit(1) + elif "EPS" in opts.OUTPUT_FORMAT: + p = subprocess.Popen(["which", "ps2eps"], stdout=subprocess.PIPE, stderr=subprocess.PIPE) + rtn = p.wait() + if rtn != 0: + logging.error("ERROR: required program 'ps2eps' (for EPS output) could not be found. Exiting...") + sys.exit(1) + ## PNG output converter + if "PNG" in opts.OUTPUT_FORMAT: + p = subprocess.Popen(["which", "convert"], stdout=subprocess.PIPE, stderr=subprocess.PIPE) + rtn = p.wait() + if rtn != 0: + logging.error("ERROR: required program 'convert' (for PNG output) could not be found. Exiting...") + sys.exit(1) + + ## kpsewhich: required for LaTeX package testing + p = subprocess.Popen(["which", "kpsewhich"], stdout=subprocess.PIPE, stderr=subprocess.PIPE) + rtn = p.wait() + if rtn != 0: + logging.warning("WARNING: required program 'kpsewhich' (for LaTeX package checks) could not be found") + else: + ## Check minion font + if opts.OUTPUT_FONT == "MINION": + p = subprocess.Popen(["kpsewhich", "minion.sty"], stdout=subprocess.PIPE) + p.wait() + if p.returncode != 0: + logging.warning('Warning: Using "--minion" requires minion.sty to be installed. Ignoring it.') + opts.OUTPUT_FONT = "PALATINO" + + ## Check for HEP LaTeX packages + for pkg in ["hepnicenames", "hepunits", "underscore"]: + p = subprocess.Popen(["kpsewhich", "%s.sty" % pkg], stdout=subprocess.PIPE) + p.wait() + if p.returncode == 0: + opts.LATEXPKGS.append(pkg) + + ## Check for Palatino old style figures and small caps + if opts.OUTPUT_FONT == "PALATINO": + p = subprocess.Popen(["kpsewhich", "ot1pplx.fd"], stdout=subprocess.PIPE) + p.wait() + if p.returncode == 0: + opts.OUTPUT_FONT = "PALATINO_OSF" + except Exception, e: + logging.warning("Problem while testing for external packages. I'm going to try and continue without testing, but don't hold your breath...") + + + ## Fill queue + datfiles = Queue.Queue(maxsize=-1) + plotword = "plot" + if len(args) > 1: + plotword = "plots" + logging.info("Making %d %s" % (len(args), plotword)) + for d in args: + datfiles.put(d) + + ## Set up signal handling + import signal + RECVD_KILL_SIGNAL = None + def handleKillSignal(signum, frame): + "Declare us as having been signalled, and return to default handling behaviour" + global RECVD_KILL_SIGNAL + logging.critical("Signal handler called with signal " + str(signum)) + RECVD_KILL_SIGNAL = signum + signal.signal(signum, signal.SIG_DFL) + ## Signals to handle + signal.signal(signal.SIGINT, handleKillSignal) + signal.signal(signal.SIGTERM, handleKillSignal) + signal.signal(signal.SIGHUP, handleKillSignal) + signal.signal(signal.SIGUSR2, handleKillSignal) + + ## Run threads + for threadnum in range(opts.NUM_THREADS): + procthread = MkPlotThread() + #procthread.daemon = True + procthread.start() + + import time + while not datfiles.empty() and not RECVD_KILL_SIGNAL: + time.sleep(0.25) diff --git a/Draft/bib/make_info.sh b/Draft/bib/make_info.sh new file mode 100755 index 0000000..aeb8253 --- /dev/null +++ b/Draft/bib/make_info.sh @@ -0,0 +1,139 @@ +#!/usr/bin/python + +import sys, re, string + +fname = '' +for n in range(len(sys.argv)): + if (n > 0): + fname = str(sys.argv[n]); +if (fname == ''): + print 'no input file' + sys.exit() + +tnoc = open('info_'+fname,'w') +cont = open(fname,'r').readlines() + +nkey = re.compile("(?P[A-Z]..)") +ykey = re.compile("[0-9]{2}(?P[0-9]{2})") +refs = [ + re.compile('author\s=\s{(?P.*)},',re.DOTALL), + re.compile('title\s=\s{(?P.*)},',re.DOTALL), + re.compile('journal\s=\s{(?P[^}]*)}.*,'), + re.compile('volume\s=\s{(?P[^}]*)}.*,'), + re.compile('year\s=\s{(?P[^}]*)}.*,'), + re.compile('pages\s=\s{(?P[^}]*)}.*,'), + re.compile('eprint\s=\s{(?P[^}]*)}.*,') + ] +vals = [ "" , "" , "" , "" , "" , "" , "" ] + +entry = 0 +cache = ref = key = "" +kmap = [] +emap = {} + +eref = re.compile('@(article|book){(?P.*),',re.IGNORECASE) +fere = re.compile('^\s*}\s*$',re.MULTILINE) + +print '\nprocessing file \''+fname+'\'\n' +for line in cont: + line = cache+line + ms = eref.search(line) + if (ms): + ref = ms.group('eref') + print 'Entry \''+ref+'\' {' + for n in range(len(refs)): + vals[n] = "" + cache = "" + entry = 1 + continue + if (entry == 0): + continue + cache = line + for n in range(len(refs)): + ms = refs[n].search(line) + if (ms): + vals[n] = ms.group('ref') + cache = "" + break + ms = fere.search(line) + if (ms): + ref = re.sub(":","",ref) + key = "" + ms = nkey.search(ref) + if (ms): + key += ms.group('ref') + ms = ykey.search(ref) + if (ms): + key += ms.group('ref') + ckh = 96 + ckey = key + while (ckey in kmap): + ckh += 1 + ckey = key+chr(ckh) + kmap.append(ckey) + vals[0] = re.sub("\n"," ",vals[0]) + vals[0] = re.sub("~"," ",vals[0]) + vals[0] = re.sub("\\\\\\\"","",vals[0]) + vals[0] = re.sub("{","",vals[0]) + vals[0] = re.sub("}","",vals[0]) + auths = re.split("\sand\s",vals[0]) + akey = re.compile("(?P.*),(?P.*)") + xkey = re.compile("(?P.*)\s(?P[A-Za-z]*)") + fkey = re.compile("(?P[A-Z])[a-z]*[^\.]") + vals[0]= "" + acnt = 0 + for a in auths: + acnt += 1 + if (acnt>1): + vals[0] += ' and ' + ms = akey.search(a) + if (ms): + fn = ms.group('first') + else: + ms = xkey.search(a) + if (ms): + fn = ms.group('first') + if (ms): + fn = fkey.sub(r'\g. ',fn) + vals[0] += fn+' '+ms.group('last') + else: + vals[0] += a + for n in range(len(refs)): + vals[n] = re.sub(","," ",vals[n]) + ovl = ref+','+ckey+','+vals[0]+','+vals[1]; + if (vals[2]!=""): + ovl += ','+vals[2]+','+vals[3]+',('+vals[4]+'),'+vals[5]+','; + else: + ovl += ',,,,,' + if (vals[6]!=""): + if (re.match("hep",vals[6])==None): + vals[6] = 'arXiv:'+vals[6] + if (vals[2]!=""): + ovl += '['+vals[6]+'],'+vals[6] + else: + ovl += vals[6]+','+vals[6] + else: + ovl+=',' + if (vals[2]!=""): + ovl += 'F+J+'+vals[2]+'%2C'+vals[3]\ + +'%2C'+re.sub(r'-.*','',vals[5]); + ovl = re.sub("\n"," ",ovl) + ovl = re.sub("~"," ",ovl) + ovl = re.sub("\\\\\\\"","",ovl) + ovl = re.sub("\\\[.]","",ovl) + ovl = re.sub("{","",ovl) + ovl = re.sub("}","",ovl) + ovl = re.sub("\$","",ovl) + ovl = re.sub("\\\\","",ovl) + ovl = re.sub("\t"," ",ovl) + ovl = re.sub(" "," ",ovl) + entry = 0 + emap[ckey] = ovl + print " "+ckey+" -> '"+ovl+"'" + print '}' +keys = emap.keys() +keys.sort() +for key in keys: + tnoc.write('@mybibitem{'+emap[key]+'}\n') + +print '\noutput written to \'info_'+fname+'\'\n' diff --git a/Draft/bib/make_jhep.sh b/Draft/bib/make_jhep.sh new file mode 100755 index 0000000..96c93a4 --- /dev/null +++ b/Draft/bib/make_jhep.sh @@ -0,0 +1,126 @@ +#!/usr/bin/python + +import sys, re, string + +fname = '' +for n in range(len(sys.argv)): + if (n > 0): + fname = str(sys.argv[n]); +if (fname == ''): + print 'no input file' + sys.exit() + +reps = [ + [ 'Acta Phys. Polon.B' , '\\\\appolb{' ], + [ 'Acta Phys. Polon.D' , '\\\\appold{' ], + [ 'Adv. Ser. Direct. High Energy Phys.' , '\\\\asdhep{' ], + [ 'Ann. Phys.' , '\\\\ap{' ], + [ 'Ann. Rev. Nucl. Part. Sci.' , '\\\\arnps{' ], + [ 'Commun. Math. Phys.' , '\\\\cmp{' ], + [ 'Comp. Phys. Commun.' , '\\\\cpc{' ], + [ 'Comput. Phys. Commun.' , '\\\\cpc{' ], + [ 'Eur. Phys. J.B' , '\\\\epjb{' ], + [ 'Eur. Phys. J.C' , '\\\\epjc{' ], + [ 'Eur. Phys. J.' , '\\\\epj{' ], + [ 'Int. J. Mod. Phys.A' , '\\\\ijmpa{' ], + [ 'Int. J. Mod. Phys.' , '\\\\ijmp{' ], + [ 'J. Grid Comput.C' , '\\\\jgcc{' ], + [ 'J. High Energy Phys.' , '\\\\jhep{' ], + [ 'JHEP' , '\\\\jhep{' ], + [ 'J. Phys.C' , '\\\\jphc{' ], + [ 'J. Phys.G' , '\\\\jphg{' ], + [ 'J. Phys.' , '\\\\jph{' ], + [ 'Nucl. Instrum. Meth.' , '\\\\nim{' ], + [ 'Nucl. Phys.A' , '\\\\npa{' ], + [ 'Nucl. Phys.B' , '\\\\npb{' ], + [ 'Nucl. Phys.G' , '\\\\npg{' ], + [ 'Nucl. Phys. (Proc. Suppl.)' , '\\\\npps{' ], + [ 'Nucl. Phys.' , '\\\\np{' ], + [ 'Nuovo Cim.' , '\\\\nc{' ], + [ 'Phys. Atom. Nucl.' , '\\\\pan{' ], + [ 'Phys. Lett.A' , '\\\\pla{' ], + [ 'Phys. Lett.B' , '\\\\plb{' ], + [ 'Phys. Lett.' , '\\\\pl{' ], + [ 'Phys. Rev.B' , '\\\\prb{' ], + [ 'Phys. Rev.C' , '\\\\prc{' ], + [ 'Phys. Rev.D' , '\\\\prd{' ], + [ 'Phys. Rev. Lett.' , '\\\\prl{' ], + [ 'Phys. Rev.' , '\\\\pr{' ], + [ 'Phys. Rept.' , '\\\\prep{' ], + [ 'Phys. ScriptaB' , '\\\\psab{' ], + [ 'Physica' , '\\\\phys{' ], + [ 'PoS' , '\\\\pos{' ], + [ 'Rev. Mod. Phys.' , '\\\\rmp{' ], + [ 'Sov. J. Nucl. Phys.' , '\\\\sjnp{' ], + [ 'Sov. Phys. JETP' , '\\\\jetp{' ], + [ 'Sov. Phys. JETP Lett.' , '\\\\jetpl{' ], + [ 'JETP Lett.' , '\\\\jetpl{' ], + [ 'Yad. Fiz.' , '\\\\yf{' ], + [ 'Z. Phys.B' , '\\\\zpb{' ], + [ 'Z. Phys.C' , '\\\\zpc{' ], + [ 'Z. Phys.' , '\\\\zp{' ], + [ 'Zh. Eksp. Teor. Fiz.' , '\\\\zetf{' ] + ] + +tnoc = open('jhep_'+fname,'w') +cont = open(fname,'r').readlines() + +refs = [ + re.compile('journal\s=\s{(?P[^}]*)}.*,'), + re.compile('volume\s=\s{(?P[^}]*)}.*,'), + re.compile('year\s=\s{(?P[^}]*)}.*,'), + re.compile('pages\s=\s{(?P[^}]*)}.*,') + ] +vals = [ "" , "" , "" , "" ] +lines = [ "" , "" , "" , "" ] + +entry = 0 +cache = [ ] + +eref = re.compile('@(article|book){(?P.*),',re.IGNORECASE) +fere = re.compile('^\s*}\s*$') + +print '\nprocessing file \''+fname+'\'\n' +for line in cont: + ms = eref.search(line) + if (ms): + print 'Entry \''+ms.group('eref')+'\' {' + for n in range(0,4): + lines[n] = "" + vals[n] = "" + cache = [ ] + entry = 1 + if (entry == 0): + tnoc.write(line) + continue + cache.append(line) + for n in range(len(refs)): + ms = refs[n].search(line) + if (ms): + vals[n] = ms.group('ref') + lines[n] = line + if (n == 0): jpos = len(cache)-1 + break + ms = fere.search(line) + if (ms): + jhep = 'journal = {'+vals[0]+vals[1]\ + +'}{'+vals[2]+'}{'+vals[3]+'}},' + rep = 0 + for n in range(len(reps)): + phej = re.sub(reps[n][0],reps[n][1],jhep) + if (phej != jhep): + jhep = phej + rep = 1 + break + if (rep == 1): + cache[jpos] = ' '+jhep+'\n' + print cache[jpos], + for n in range(1,4): + if (lines[n]!=""): + cache.remove(lines[n]) + for n in range(len(cache)): + tnoc.write(cache[n]) + entry = 0 + print '}' + +print '\noutput written to \'jhep_'+fname+'\'\n' diff --git a/Draft/main.bbl b/Draft/main.bbl new file mode 100644 index 0000000..9bb884a --- /dev/null +++ b/Draft/main.bbl @@ -0,0 +1,6 @@ +\ifx\mcitethebibliography\mciteundefinedmacro +\PackageError{amsunsrt_mod.bst}{mciteplus.sty has not been loaded} +{This bibstyle requires the use of the mciteplus package.}\fi +\begin{mcitethebibliography}{} + +\end{mcitethebibliography} diff --git a/Draft/main.pdf b/Draft/main.pdf new file mode 100644 index 0000000000000000000000000000000000000000..526193e75720fe5f0f05d5444d7c25751200b246 GIT binary patch literal 88630 zcmb5VV~j39x3<}~?S9&}ZQH%u=5E`zZQFMDZriqPTl0RIIg^>3lgu~uYt^4h?v+~i zO696WrYI^-$3)KtLpHZGyavMtUul-> zU=aUn=xi!#YHVj>3d7G2~NPtOzv)Pv>|8wQmUL&QDrg`9B#KSWVB6o_eo~Rxw7Fi zejva=-xFC0!_eV*npd-~Uim~Qcg$$)PeX+An4s0NDxq8Dz+UDY9&Zp0Wo&Q;x8srH zfYGN!ZBgfFPQ>0asEx<&1CtT5m*35o2gyJ(5g-xT4o1HKr(?deNwe(D;t83mI&^B) zrjc^LLL0?Q$|76cKpJj@0UROgDZ-3SB8FXrv{&wW!N)LFz&erJx9nVW<4sU< zqpGF=*yB1-Twd|xCq~fYvM?Q3wo=TRM}tm8q@HoXf@ps)7vzj^Bn^?QaS5d~^+!79 zJi4oH{yJ%}?OcB@cr$9fzN(w>md~zc+kOpBVpYdK%3N^IJ>s=(?%-qHRAJD%uD)4a z@s@VSs6r8!6gKT%tofcfFinYXzm|17lkYilOqB{$`2`^uMkK)O3@~%jE5m}4G6}yE zir6U=s14LFR^SbPMq!-!e%IQ5;hfH~;%*A_fP{8wNy8vlG}LNR5?WRv=QB0#(I{=k zyfN`r47B%P>4h$}d*Z-S-I(k_h7}KpYqRC|e-ch}In=k16}1;+nqtuRB-4Wb%gWC>?5Q<{DWwzYK2IL@IZ$p>~b=*v0Ql0WL=xQNx#V{*R z#vx9l|2?)|o^zlE^~`B@a3A#hH|lBB;i{;GX!3JrVK1f(@I(Fy}PKoZfn8shh*-^ZI!vpBlI zhsRu)L6*ox7Mk1r)t!x`YZDcD5jVIXs3jW~V68SLa+pxo{dVvJBxA5-6t;M|1O_}>3@*V_5VjclU)!aQi$7cB<}Ry zWKIksR#v&tMR<1!HnEYSnic5+rJn%U0+H?w-#LHJE0iao9G%Yvcgbv)%s!SL6Sg2| zfJB2?Cgci`y`S%6mLBnBD|>C<;~jIJh(8#1z!hY0VaO&|vuBWv_L0P!6B_-@$fLK` zJMxYtL3xw$z2aNOXgBf$pJmk z%4lHd#jnIY;raglXbI%HM{&p5kA9~+EjPMO2 z0+ER7(ejIHYUqLe`wN8)>Y=bH%8*gQguh&p95MmC^^$N}7k(3Q5_gZ85lSS(LRH5KVT*TWq;-=SW83;SYRA1RuGwyieQJwXF+c6{kzex zOZ2^fM-U{bacz*^MPP7^U`P}M5zr0BY}5gCKVrO45I81#QjpWnI22xHdCu&t}c*axEKC88kEn->R=DAdEPqhFIBx^ST%#o(TO zbQLb#b(AO%2!bRU$eh|T%E0>`7!cOR4<=IRfYIGMBLfx+c+()LuNwlWD*6*JmTzD0 zq2WG(BnO^4RFvp9j?$Y3_7`1M{&fmtZ7mclg3L>mfN3!#NNlgG{=Pt#i;!{m{Er_z zB;T90&7g9J-F(}Bd#7SI;2N6(q7zJ_PuOH-(Wr7gEpARJ#^a?3fl6Bp$ z@^Bj}On}|@oj{Usj~;854+`k#`SUdkJy-7qi*@2v;BNO5U0q3$k)7@Em*u|KI5HB8 zuuor66b=b3AP^V|3k2qrJ*Cxc9K*xmzB%J@~uPvsZ!mri(B?GAYPh}A1 zn>iCcTy86r|EU0N8<@T5VIt|M4 zC#Ju74Fy6SkPVz36 z>N%dXeUWhH>mK)a0S6{R{LHX^OrH?b8w2Z0pQ*cVkNyo23PWK^fCvktj(zKv?WYmh zo$tE|5uFv!_*cfASkVFKWFPpEY_N{NP6*f!O0VDrDsOiQA~<9Y3y&YXZx#=T(|~u( zw+5RU8tQQQ66W)m{8PfRy(|p!=V~{)FYlA#v#k#qiV!UO>YEgT9{=Wxxck0bD_~sP z{yhh7Ui~8>BYdw**cwHrY@&R6KxB~O4@;(LuVWW)D z!%3G$t)~QezI<^>SvRvpY?RjW!DSxkb)$CF0{bH;fX95Ejp)iL`}mtR2hLS4qtv)D zY)4J?aodNlX$haUrhy1YuV8W$FM-nv{hYwel<9yvY5l88z)`xJo!R2+ddVW?46fyI z4GwF}Gx;G&-;PQ12M9Tf%Y56-Q?#{T@SR=YP$mJDoby@}Z3BZmA(dr@;27)Bj)A4j z3Tf-fle*F_`R9&r-g_4%vfH#hfCAQe_WaMet)fA1pkcL>C)t*;;utF?lT_BK(BLUN zWD?;&^`PSMHxoCEn^F!jNo*eAFqF1uh2fS3S09@{JsC0#6pAp+9+h3yiZt%W%_CkT zxFd9M#3YYH&(axEve`x%b$+oQdg6ngeh(}~XlWB@uf-q=QprQI6@Dr5vdRXhDGmqU zFe}!H91R+FyW_3q4zF$6$-VCxBfOkp20%vv>3+q+iT2J(L9>W_L~qqSh8rUBF!0o= z%NddGjh=+K)8BN#QDd@3bpav%nfsq{h{4MY2%@`3C1pJ*wzjQ4wW2wco|j$Fkv$CV zW_0&^Yq8~j1N9&aMv3dz1^s z(Ydr&{#BjsU2&& z@FeDarrC@QgA;6}=Ee*|!ChWeS(|fFY<%4@_ao6dy(sb=r#zjJFaXuD6qqp+c1`3K z5CpI^rwZIh3hCc%lF;MNr99*<8(S(ds{6RG zIrs*tzJEJKl|jkMuu2&LFYUBL=-Ss!_FO8q&gb{Z_LAu-qs5z=orj!F*vLi#g%8KM z;{n&Z>jA*{=y|kKk{4qCG}BkV^tpKW%q%H{Q|&rrOmpe&FT`|v8H?y4k}e`GrEMX8 zoOXJv-FCM1lwDcLkce_g#Mj`{rXlf8Xc@}yxe)m1ME6ieQCFBz%b|NHoxGWn=8R2S zl>EsR)n5Cx4cg|A3y-yYS=YuWMZKiLv#EE4mSGqT(>)J~}nFyhpFode>@p>VW6*QxMDiyMtu*fos@R;+; z>c*_-c&;0b11!9gD|pG(<=y?s;7j2tiRU3Tq?l`VN5{vI+M}&w=*JIzTl3duwRXpD z{E#+Fy}5Y0&x%1yL#O@?(yPt~HhcPf2;+{q+-m0mme)i{MXhk6dub%uGK#X* zVVfvO6niJAbk?Pr|7us8f1hhOAT8u>BJFFn;(2mXZ$X9h8G(@y51h}D7s9d4aFxJS zV-cWQEg1|LTr^W0*rte9ehx5cqmxlXNPQWdxbBRIpp4+yNuzUTnOWw)+n(e(#Pgjx zxmCo#8aVVB7kc$@uga06fAujHueF3m>wUN zSa1<>7^xrlC;y-;f3|FvKaiGRxMQt@1ktP#q?|+xKX3c{f$Yv|OjvI4ASbFDI4jiH zFexkRQ1+kqyRMeMY?a}yJ>nyu-sYZs@5;V-UwNJJ84=mfX& zM*@nKD>s4bM|6zHI;{?c>cq9N6U6Ig{7dO#WYUNV`5$Sc1<*)q+UY9IfZ*7MDUvz3pO{nYGf`ehGUu5?ZgNQIX)@&RGWLI?7P2f zlZlV6@vf|yn_v8?1Ww$eE$C+%3ts%U?%QY8eWri zYSUPyZvIX2j%eWBUduAcZ{E5u2_y}qsX$B zEC>UM!r2i1n~v&A?b#SB9bI7!jtukvR?~L4+%mfiS(k#>XNBfbZDx>{il(PMe4+R( z^6*7EI*ZzIZlENikc<0C@5rTiAvVXdB$476nmE=*in$h{iheDLco1VinfPpn8bjTA zwEUBaJ_GM3z`T;iJzT{@RfIG@B5CuoZ8AW5lc*|6Ix*292WPq`>?C}SdXSs0Yti8< z9&(TevuJ9?o1h}cZbuZHf#BP9i1T8?cN;=R?UneHO8Z5%Tfr<`68=n3F&KBT1#6|J zF>FZ}F;Em**NP+ax4!qJAAo{(fuHP2{s!ID`hZ&SsQ=kjFw~LW z;+j*cYL_W=shL(SPPL(6g;vHK8k*0uJ_k^w3^2;?DMfKZIw& z=qv)H*t>4V69441RV&?{5?+w>Jmnl2Puw+5FWmI)xsoXJKK@#Nn_nKD#%fZAX+H`J zs!j9Q%C=}8R!z~o2I)eEApAPH89uL{vp4%OEAu$-MLp*Z+W>|Hc^?O)bd!4U5s7f^ z7Bd`>&;=eGdkA?)asE+N(qiovf`L*JyoQ|@!m)(*9?vw|uF2}-$1gBFE+uGPbWy5Q z=+*?e~HVw5(C*0brlpY=<9&2!=ccYanO1T^n z=_zZwL^8c$H!=04U*@MlTkEx!6^S#0o`w4roDZ-%n?tNY3NKDt*J zGXU$bK%dtRffrmI4Xpy4(@DCggA&Pko)DaC-pO+ukDFUcE+pS#jr znIKn|%W7^V&;H*AmdnoY9_S{yYramDLZb{5{dLNV2bB$5HE) zce!Ze8xx!)`+&XP4i@1(P@^#msN}i@=h}s4FnN^|?uLXV6_SvZp+pGzc#VyL%*`e> z5gQ-U)}vcN)4sk^+wF1fA9^To09GUZeHmckEnzrmC?-^0oJe7=oiA_i zrGOvzL)}HV88JA}Z!~Xh^*7!z$`keQ3>E09mC{rqz4OXvH(iY1RXAem=Y#+3xnWjw zCMIrUFfWS$Iz(z!-~f@-r9=2w`?#%o^FH=r8?x?nZx$)cI0{;5*$}tKW4iFOM=R6c zn=;H{)3jw3=daWH2BtQ`p++s59$i5m!}{xy@8e9%)zd&DNr4Al(_E&xUBC-G14dN) zL7f-^s1A2olh3{to5Vk`;0Nm_$B8l?@&IrJEG{Osn~+`Q;j;!GLc+N7vRqokNiQ~+ zQOEX%7>zmHP-z2saTQK$u_J@L>`^cZOeoNj>_kFyJP`=X%VE|}*!JXJcL+Z$^FO5W zL?*1!OnGIQWzG+I6R}tae|Mgx8etx#50a$Bv1mFb-9{X0eAH36kHxbvLbuo05?YD{ zzy}4vWY^K=reD7?8Di$N zViZrT!jHvk;yke`c?r7*6cnlM5+Sm=Dc`F()z+WNE?{5AC`%rNJdUm=w(nV$-=neu zP>9Ak5WMa6BGyfXnVJzs*znMfR`~IMYOTT8S`!eBGlP#zIFX=dccqt(GLN6}BX_nXQ~9<6M*hw+KFXXogAlS^-{z z^40M-Rs+CsWefi1AeI_5RE=k=bJ+uYTp>Qr+vDgFUoDm)GZ)$VA$*hm^hmlr;|zMg zT`D26ySReRl&}DfxEN5s1ewh$Tn}qB0ACa6_U*d;_iE7!1HLOwG*zIZZ|8!q@9v`? zgxEC5>|bzMSGkQGBz2icmRtTI)*oRH8t`XwjjZ`jiCM`u?te@g=&6=y>S0FzMl|&= ze9p84(8ePpY$8(}Hi;4D8B_dpxdi*xGuS!Ou7&+OPAt(nSa~oAr$n0xW3zjdYl*j1 za38HadX=ZJd+=&@qc7cgYN|d&Fi7QV%&YAKwy(ZDPpSeI&;A&ST^_3EMnOAJJ!s71 z<)xhqQSgD0r(Hp7Vjj3bnyu%B+5PS4 zCgdHYr8+!sjADt^tQvGfp>18rU`-pPIg^F5?ah?2cl1EMKT--rZWx&l$Y6)pj~w!U z_UeV_JaFKhj!J++-(e0)rkVb0d6354bLsj(jNxX>Y#JL?s@!{gf?+=T!roCE(onv+ z12M>jALb)JfY*ASB* z`f49#Ogg9xyOEaXdA&V8bq*%PnjwN*V2@kE*>ck#VCT3n_RUx{3z~TTdZ19_OcBv( zlaxcVva>2!{#I1PEL-;<>&Cn^@%G)FLDdNSSc0aiQoYJiGOKUZqO^D-SwFU0MyU!d z7CTuy6JRfOpolW2+w3h(y_ZY~Xt~cedP#@?aogb-{7xjiF?H;C6N4Y)weObFd4>7>r@P1K1ji|4sAhs7^%(%l)n)tBuIo=?_0(E3H}QEAn8ca}FA&nsTNf3|iy{C>D4 z-HV-Ux?!Jfy7Y2|U{>&c2S-o-X(~25DpGptP$*~R`oem0_NTB%bMC5o9#KRY{waE) zXPHdQmD=_Ac5|6)sWW9ax7C4|YyAwxNm>yc=_pF>cc#x1kdqSi7my?*X zf#u=T5uIG0=1C1V(I4uSs@6cEuo}>DzEzT4cyUKvf)kq56V7Kt;qxuQRm8s`Vi}jx zQ(Ciffa6$(AWtn3HHpbO@ur7McM@c_{wkis&nPB)4Un_RZ}y2(v1ROIg^ZD&w7qhW z4Jd>v)PqH?@dFj^TxcDiW*7+9=>==sC6~o>Tw~J(bD5hbuio#>?)XwfzIZfyh;E;X zpHZkgxl9bQ4OV^3`Rn5)Ge&29IZys~WFk@Mc_G;Rkr+e8l}VVcdpbWHU{n@j0@AO$ z+3KFCO&OnaL;nLrBqk3jHl6o_H~;z4YO_bJF;Vk5Ic1(C%VtlQb%b%3a7vKvcDMUA96N&>fW_PR&(?XDb?3;c0Crt}C zu{2_)9GCPL3yAnxCaE>8tEcnCuv9W5W4Giq1Jtec)49vql02A%|2r}gh?iW1biTLB zyGYx*K>Y&K$%j7~K{q7^}v7a0xwioxqCyrJCw8QL0t^8?rN?sT(h z`7RaPa;JV7xeA;ZkRj8&)MffP!vQ^2O}Hb|twOBsiuTHTgZCQ5s{0l1Xt=RHE5Vil#SpOGMV`cd-aK;Q^XXIr5uigKPsBv+z z|L=Y~iE(pLRkc~=*QEx4Ea2fJrxyryCLo;Kr~3yOLWHI!B7h4)Q=x+uE0KbW3JGfo zYjxsMmHeA8+d2LIUitXvvci43F2(;Rl&ll1+0Qe)Qrl6n= z4hJF#U@}CKOb!eiMLUlO{I$v7V+u0ni^pod@)J~Tun(t@FN3%rB6?=D*lWdv0g3`P zkor@fObZ1T9w^BCADpK7M-cuXCK%Xrpw9*l=SHZ%DAM6^kQhIQ*CFDE8{|t77>JgH zgzRk-U(q$hI6)B#XD-N{yIpMMDbN5gIajn}^db>R>(3L0Yn9JGG`I2$A+cwnA@ zlaPTGE*9MW92nI`x33RA_6M~36H*ZA?a>vep7HJ0-p}(FCRp^>HB_(wOM?Sy12MuC z3`r6Vk8y4e{pINy4Gdth#sC024(NXu=_Zmy8v=%W)8zr1Q)CALv}64Kodb;&>-6x1 z@&YLJW}>~LL%7XeSfo>rEThN1JmtTs<>8>fh8@uFC>+(jcjhzkTm1HlfuX>Qd|82= z9Fsdj#yGzQT33BT4^&Y8%ySL!0Yk?(C#OeK0=Yr%{Zph!(5I69-rDPp+0(bu!3_AZ z#o_=8um&Rt7wvN(gz-ZR=fJxg^6Urw{$0GYivWRxFpw;#*aLDCEu{L1h*cRx_8a4b zF-Z95&jvLr$O!cD{N>X)oB$UpRP^-|@SEEh9uiR!S};D{>-n=;Sr~W^{uR=P;vZiQ z1_cxqNCr%`MRd0t07o!$Qlu`kRqet8i zbbxfu1Ast+O5WI*EU5&CzS1HO^bHI2G->H?Z~G4%f5?9I)H$~>5lXN=BLj9|+-jlh zIDKoTu1K2KXsCTlY#3bgro4r6=DpS_Rn=}r-5Sym#Zv^}==k24M4ITe?3E6Ugb*DY zvJfP_05SsV>w?kt>6mb5WeL9>HwBkuoyChwCN3Iq@J_|MwQM(c>l!#{?eu5=x;V2t zDyc@bwOv&&n&l=mdWgI;@;PpRse+oD*GvQN#E+*&m{T|=f<$gxI{03aJvs8~t*U<{ zt*=p1(yehBP=+LCN}1|vbR8DgXLVHEI~Qoji=EmCv5x*&sGD<2?ICX4K_TwD-JP+^ z(l7s!BIL7tE!xGEQzbRBh# zze&Lodum4yc$?Qr(WUm$V;Xb{lze0xd2w%5F~xv>7b~zEkXP2=Mxfm}O}&&s&e5Z{ zRR(RchPadSSAY_3mg|G#vWjwB^O1lhBP(@`4ZM|clNX1_Z=*iOO*^HqJX+k)K|UGw zA~y$gTtzrK)Q}X*rz&4pZ<-XaZn?87y1k#`lfkP7YL_ZKcgk4`!@FkUGf-3$h1G}g z%W*l7y?SS?Al%Pe?f!ZMJ;>87A0_3~CH{Tea0X}Z=@FU+7o$(lc$+2oI}xxV!7R28 zs7P?~fL$v-(Bla}((>Vf?fFmyIG^cJ)rxayXt zrS#D49m$w8S0j*kZEFtj`Hg6{B%`tLk^1#j{)%@B6u57$J(9!bIcNE->HyPrm;(v= zoG2NGj4z+tQDotqgf(>K%@V#SC!1^ZX~WLQf$X2_Z<2>}V^{rLGmZ&sQTg^e)Slp3y0I9=7(W>uIvUKwOW{2slW?ef_PhPKy!`WmxiJ%=%8-2Gxy^b*Kv|86&5DY?p#)cJ!Vi;I=q(4lK) z71QH;-JT$ySf}B#ChaEU#*traxii&gE&E#w^OEVqGq@4=Q3o;cim8!=p(g$(6}KX_ z@&mE+w6&2U)aoQRYSQ#yt?4-Gmmj0GZ5bufou zl*$S94W3FhOikrZV5FK03!eTV+rPPQ@7}B~+QX!QH!Ur&%uBGME6k@F^ST5)8-vt(Dm3wmT4*9dbQyzPs>@( z#MaCAI&Iv1!DDWLZ3bFPG2J54;O|ldS;FGykqb<Qo_(phxFZn~ftwTz`9N)7G&Udi3Z#Uq z$O%4dbj4rxg4NZ(`8mt9*fF!A9?XgVwz{K{1gl?jZHI}=7kS?XVTV3Dm!>6?iW^wu zv!3zKS8X0N9nGW2azKW^aCAOV3v32Sp2nWf>~o)kuh)|cpj68GJ47oQ;xg3t#+<|{ z6~K#s_er$#eCQUWb2*UXZg7B{gup>L06Xg4Rm_%_C)n7q8tE%gE(z-f&m-~d8gx-hEkTz$fo)9<-%<@2IySEiq z)<4HS`^lf33rEC<^A%o>qUwfKJs-gzFTweNAKqM9<`e+HuH-4 zQ;SJ)qR}8xUvC(})bWQj%r)$m@os%$`~ovZ7n!V-6CVj^40#Av2OpQWa6MS}JF10H zYxFJc<^IC%?^zr`*zHmVYsTTmv_@(cN|wactj~VEA{G+U^Ua*Z5|3UB*A(fjUo_=?f|` zttZuYk5Nw&<09x{kPFN<8v6!Fssf~TqE~9$#a;d+#dI@}j{mNw#`<)-q7{3SeP;Jk zg=nkVkyW@?ez&4B?Fx$HPU84!sVkQ)82@>vH-O$FoxY?pa0;WFc5`Cl3(l|HYzSnZ&LAjmCh z`Z>n0R$ArrcM>>F*WI7Z*<8BfMBh7HK% zZ`wnl<87ZY)oBYU?VPbU#ZTX}ceE`=gr3l*Gry_!UjmcmrK9!r^(<+Gy|!{5ks({ImX^!Yko1LszSTAT6n~aTTpop=f-_RBQQr z8E%fD{`Seeu0NDTXK`NaX04GI+qp9!Za1NiRoc1toZ**7^cw6JMjq`3d z@oztmEBZdN*v-DwJm<58KwSYUk(jdm8!7j_upv;c%DmE&s1GIgyV?_3B}-67yts09 zGwj=!BN2=+0*RFho(e7l!u z%TQ?YMsy3>rG%c05FA0<27|oZaB*pkwdSsHzZVl` zqcdV(18n>ylUcV`pC9_ZvdT1}vRxssVzhGLw0wE4n2J8^sQ0eh0@$GbHyLoHbmTn> zzQrt=72GZ2?!DKyLXLCu*0lb2gE9SQe{=d~g_fE|l}tgPr1enynyV}|l~3Zk1?^o` zgvmib9X12PtjlgAWyRXgzr;4L<^|p`uAo(;B|4g|mI0XFL)>%HQY^h$D!@^9@^lncUzGn5PSil&Erwurz+VQ=3DmEp~Rl0oB=+O3>~z0ANc=%nn#etZ$z#5E1325K<; z?y0-SYCB^73eWp!26G$DJ2|o5TW3l~z3RF%r-Vm$tMw}C`3Jj6x=UROmab3@syzn1 z3@Wm(9cQ#i=O4SEIlF?(#KBF4gXZEiL!Ffw1wR~@i!q&Yy5=1QJn8$cuaqYLZS=KS zk_>rtzeZ;SS&~l{MFrc;ZqL@0fhzN*auhq4wL3O7x@WqS#qSq*b)0u zmk~^`jAHx6LA|;^O~F_`aSvQtCob|WguL?h9Ot1!US0dZE63oDK9+9PMuR7ki!ErT zCbf|}^Wf;!n}%LyU0^u~aY9fsRmT`IHm`yNr#F^ZU_mMs9Fe7 z^$|yb7nP3-OpN1ZLA;G4p%Uq6P$mKwnLSQo6Xm|WoE(pG_sLEvFluL!2H5Qu_9>D* zEZm2?xkeTP_0O8>{NX>O_q^ZIKPbB540{|^5feKs;q|6JX(o_#GD>1)(@4@Zu4N

t*=2iu6_+g49f*K$|W`>@U%SX4=BdjQD zieBZ?MbE?x)to2qEl=^*|^(p?=d zH<)_%>7VXDaMMtfo3vm?^WH}a+amH|8TkMyr5_6IlrfFD!Du%np4&9JxhmihPRXV{ zSPd7GtPi1!YRmjdr0!Kn;f_WwGU%jHvSFszTePqZH(W=EdQRV1@wb|Etc=k{-RK0y@l zjCJ>wjJ-vpTDfWzh#z*H{Et1;E3>lTJD|UkLO9)Bq}Km?Dz~`CcSBy~j+h>_B_MC` zqX|~4JhSlypz?qxq8DgRTGy5t@Dm{2sJ5xiKsc&n6RcF-flga1FuxGDm0v_qxbp5y4A$*qKkC$7K~!_@ zhrB~a4*#CmJRQFX_WGNIVVhub5jb1K`sg?&nrNE0&^r*-Lc4#pys@ZC745rt@N!0B58;8X2AgTRQPHmq1_~J zee!MvBCa5|oD6>xi=}8RDL^t)Py}7?`3S@w{t~amZ=M2KJ*T-AeYwo0bmnE?J1|Gd zA&p#>C4<7Se4I_VyZ)`et8-jj>`YmD-XXD=ID>=&h6==}u?1W+clIhI``pZ?m@(s` z0QMhiph#P^M3e|84skJP*-{THh1V%OaF)$}WGG6z5bDhph;pitaLa}Hc3b%`y(6NS zPz`(&Ccw(cjuFXF#nAhUK6XXA(~zazEL>m#=WA|E9pR1XArO_|I>nAcU+my! zncfPUq%aM^sSRHUAC^ z6TK<|p>8uN!e$*zta0Yaxa$2^58KRf2!JA6GxEfngolYywa0Wgo;dsdy+|6+YMee;-hAQdM?aFvK z)YtWMXX^QDZslW_&c593rFQ;Zd<{{i!I&CJont=+mwN1vaNt(1c`whj&Av;wwH|oG zX?;FKQhL=<`$eRXQSI33&SGb1zGcb_6`ahYLWWZ$)a;p|3j>p2yVn33l^YbADZEl*{~6XmRy zMqkXt*ntyro$|P_Jlry|cPG|^Led=NxgGYHRb=`_DV~zzBx!tD?vOmUD++Of_);z5 zy$DNxTW+Tj&BdZNq_oY9j9szWomw?rK*k?AM<0YWh3J{T@26`T9(*R_fBI~6M!DLs z-vMthROgZD$%i!Ssa;;4yO;I#Icr#lRJwgS5myW-->xcmxUba@D_Tdbj8zDtd7jHS z3ddrtSj>jO8wQtaa)UTvOe~a4RA) zzWG|hWRCKXO&5z`iYDz&HP1#~5Jo+daP$;ML)Na2sZ%8Ek8PG-4>P2J25A(CI7Tf-6NxpUjB-&U*FKl`dRDJ?kTeBCocFQe#_AlVVh)=F#PB>SO6W{2 z)D2qUFzTP)EuT4q*s#_$jZUP3nLZYdqaVq^V&N1z3|kxyigKB`x9c(vnWpv>#rbOw@;|s)-8NKt~!kpAhIUQ|{L3Hrquh z*LpU!!6LE$q{)pAnF(qtAE?qNh&pJqwoW~$@{$;O*l1&1=|z>2R@3C|pG9VHn?hws;EnB7=gmo`c+GS_$F5OdSN#(z&Dg`UmJgJC0r-tMj z`@#lIeJTkxFua}b8uGa7(f|*G)|l0r_*i$j#M-GObF_%megVHZiY? znelQ}82WLKXU`li0xjNgCS#AiY!<(*2{FvsAA!|{w8Q@a<#GN`!*Q%k|BvA~P8Rn6 z8|?i*Q63iyE7Sir%5w%+O}<`XCj(GzGdjDuxp7D$F!lka`WRUy!<=PcL6kw1Q3?}L z7Peym_zTYkw_Y>vJCDEC-@lnHx&JAE!=2Ba)n~?qi!-N*4IvvrX+@~)q_ijrI6z&+ z=p^Xg{{HE~{{EnW2`kWGj*#CVR#`EvJh3K0c{`}8mocS+3Sm>7&#KwlO zu1)|FA>$CR0ir7eaB~W4``(T{0uYkXD-Y7y6@t$cq$f!Kj9}KNzd#NsuykW5(B7fH zU)-rJENIujcE?u#Os~YzkM7BRDmsztgCZs-64*`beU|_@Bb>>n`!)ZTpUn$6*ai6g z=Vm>m$kmk}qT%WOgbfsMmxsS9`VWFfFyl`Um;WA+5CH*!p^`7q7(CEJtIL0m-02%d ze;OVC#P!Vv^v$AQz|{NUfuI4kLh}6>zIA}|2?23Vfuilb_Tv9GGrD^KyBcV7_CXv0 zg&KU7eUQL4{!aSp@WWlfGah;z5it0lzTWQIVZ=Q(1_@{T{Gk4r_ijCKYn76FUiry= z+2v*9E#dBsQuTrE9ibip-~Eth+#SmF2~3^=_4~Em_d2Q(y(s#h>2LGvE%tK1d}RUA z`b7ny-_2@i%}J~T0@3~wb#TQ2;;s*aUVpPL{FHy};C^+Ff5jetZ6(JC*Wcr^j^loR z?Ll?>X88Rec@tMae<*?E&WhjwzxY;gA2Q9E0G|4=Nk1>O{XPkzF=4#yU!NEQH?n$; zF?mS1HkYp`I=}tUUbPdrP=DwAo4wsUbfD8itDnhNO1e$VxIBbc3F#k)0D_dqSrT-j zR>iJeltWZB5FkUwe8iE%L_#_tf5O`$jBCLiKS{W~lR&}!I4b|qdk~-(MXZtA7?=m( z_Ui(I`rR`^K|!d#>yLKK^6lP&(He(Ad_%yTA5yNw5bVe3j|5LE0pr^L!Pq$k=fXs7 zHpz+Yys>Q?C+3N5+qP}nwr$(CZ9AFoznH11nw#nCUDZ{+FLrhHdR7+_{UV;!ullb0 z9wC6Z2U;KchuTI4`qU_>e4<#AJWRGT6=}$C(=}K;@^JT)gV2Ow(%KA!zBD+(`usDT$OoFN>~&)3H{B^ z?3KTRIWiflwTODR!6V|}vW24S?nvss?3g@-ASz*V_Emx@H{3~ywI9J8$$&_eWt`{v{BpSw!azW+9=F8jcpaP3X?V4*7Dv^+3&#^H!_1Y>%UIlh5c^s z$6yj+3yMw2Y8)M;!oX!+a3QP02zrP0gF#SnP5F>A0uKmftt6)N zugtX%`?F1?_xCObJ&{hU)(h)PZ7T#IRoqodk<0DAfs!jjgnla0Sh3qj0Ulr2f*HIV zneQ;|Q5vP)8w57>4u&(Olk8NR`e5Ik?x6_9-tR$xVfUAVFRx)={Bm*vbf>8iqetXS zs4Q+JaC&uBOiaWm<||@_6Nv_FJ>t3+It4k+dD!wV97_K2mKb&NkQTHt9}CvFWdQRi zFYGW##YA@IqO$k=2_fG<)q-Fx2+`z_Tx2j9XLI%!0}hB*>;TVW!NE@9+3S|o8EUE{ zns6V%=$aU+?t-I_168=7L1-QCc^HqylbY;u8tlNQ8w2l#$8xyu9{()zYAHjIntK1E z=MTNjPEGn42W2qPlLPf>o9A5Q_@72}X6WH;Bm4lPFx_lc@cU(-l^&zNeG~32fZ4Q1 zL%j5z3rF3;`Fq}WoZz1RV@;1;w4j;u`hMq)+rmp&pPA$nQV?w!Ap8C`X`@pTvW@fS zysAZGiIlZ7&(E_GQX%^F56+2j3BacD%Zyi(gEi1J7|eVHbvnOW3Y3I!R%6Eew*NhohWx|j59$GDvE}J zakjqYD8+L3ro}=4mKP)mtBJe1TklHbA9ZuX>p>a8IqTMYgE^!XQnGX?PfL`A*k?$m zH#8WtL5^XIyR>_i8!;pMCA-S@oGF*(iAp%avi?b=G_LO;d6ZxahO@wEQ7*9!7xGdi zGD?MihHaA{_DLnUU1v$4iYQ$%&xL@mO8kKQ4rC!sp;|^pv1(nPq_N_YW6DRdS+BUa zr^VyCo_h;2)AHGSGfIA|_6Ji$523+Og!Kh)qm_lyf%DFxG?hQ^vQrB^SrKlR;*fX$ z6tX1;Lg|$ePweW4gPAfjLG&*0y7=F18(@!-a{L;@E|vF^n+p$tPx*?L6kqAB%Q2@@ zx8Vb)G&Ou6&0yRXGK@8~%UZg=?bKAgrJk-stzkK5nUsgaOE!{EuoZJ&|3KyV2u>E2 zE1slg1Cgv@xAxF*`7n*c94%=DGAcUPfH^N@^R2kRBOm)X^XnyjIdUF%%>tH`_#SCE z<}ap@vb{EV4n=D#gOr>BfGk@donG4mX+m{IOXBTpAh?%dt(UmM#Bu~_=6go2q79`_ zQJpflIAaGl0bPrp(@Uaf?FaFhsn{$;gUOGf7x>Q3Kb;0of1fVp&KsOm^F65QX{pa& z_al`bi9^}%B+1Sjp5OLsblDM=0<~*rDfu-pAFi9Gjx!q~Lr$7zOGAt!qTjpBTST_Z zSg%GZRw(m2>Dk?)+YCLANsKLgv~L$5NLn+|1-xqkFSVj{9sz((s@|9vB=>5%>IZd! zN$yl&Wfj+jikMw{-WHf6E%+oki6JaE`#IBv>$yn}?;twCjgu50CCRm7{UR*HzuzeI zB}_Bh_Xx}G6FsTL1>8jm-BaV(G=E&HD_UbTR-YApus7a-vS4+L;AA%?Fbc@`LR_t- zyPYyTx#_f-qDK;ul8Z!=>0sERcp5Qf*J`R8UFJKW6;c%2u4lO%v-z1XC?3$l)4HpF)$D7}VS7-%3#NB6RgX!ev!e?(n3=C^+npen`d8os}SK+YEaO`Sj4 zrrnznk>e_n_#V3zlF4niiL5N=F(=sK+txOF^D?8iT4{VYt^jzm$%Ih)>{w1nJumy+e<*nT-Hlf}<3m>fgH)nKPZx0uN z_^L^R?}nvSJ}KK}ZA8MSIL8HGjR}m_EuJpUZUs3pLqjT0D}dj=jDmD^BQ~dNClV@c za;UCxGMCeHOpJdTrr_8~A70O|;B}obsbaE;Z!z!mV)B0Ie81R6lM_fyJsRwj5(qxa z$dtEN92a0DSl@ma{?T;pe6xa#u~p#a(lFjviC;r47R{kg7vb5F=Y(bMc(ZmdD@_?l z1;`ld%Y!S!{r9jMaTWDvm}*FU41!VN+B_h^WiUMGV{uwLyPxRVOS81Ghf=;);(Yu_|-^QeQU3DZ=Er=l+FDJ_W?k}tKHK;HJoVs zhQ#RA_HXK;J98C%zpDW+`M6!JreRRa1SI%_*^5o5{Hg`WO?}=UJuGV}UO_+41*tKU zE-~ffSTvZUv#!!TK9wD_=RAWc&L9NJ zW^F1k{41S=J=~5cpDCQ9TVcBs`cn_Rgl=k^M^2OBse%ZJan7t$szd*gur4Fw-wf$v z>SOoX&b?z7rYDSIB1mHTCL(f!C4PdF*hq|)Yw02m2x{%dJcF4bi)_(eAyi#;+Llh= zUHit^G_Ch5m-K2@jf2h3fTm}g0EPeuqt_PK0%W)esI`ZPm3>kEU9K9hn@a8x8DX7&s#e*)M7KiP>F`d}1!zj#r);Z5HJCb&u`@EKdYBQ!mnzWR0%XOFo~K z#0_!cKnwhcWJ3w#F2KwX`ChQ@$yMZgpnkyYTU_3XCF9p-PD|Oe&^}rAOD8+%ci>32 zmE;?GeH0<7u+VU;XX$Ib*x^OK zbz&P;{ZuoYLfEXcafqF=sp?)-FgC(Dr?p9O)qu9NuFWHEC_%d#s}a9UI{Aq|Ewb8*P=JMkpOI-3-3Tz2Zv z=L*(xF#6eJAJHJl(1}g&CWY5*vrzPLa0ASRk!Q#Z^;?P_CT7e@b1mAC)tN3?dC}=>t!6DYoUQMF@ zXdkDAj}9+O{B#lF{s$UZFVt!}&}8qsu}k;Z3#+QG>W7%iXFi^8uEMNbhH|9_=WfN% z7&}t$TM;k0#=LyI%RkN85@K!{ME~F>BBMkRI>7m3d=b1(W0M)+EOj7LQdY*;>xote zFSPgXL{*nV$b`(dSMEa+8SiRh%Be*sqXs1_sHOe;N1n7jrWrb#fp7UCEn*RJj_gry zpoy0zJzuRfugKd}l3$GOP3qp&`E~51GMZz@Jv8%@)Xr1>l(**JYN>e#RZ2enW?2W< zQn;I~F^GA5Ts5C$ca(F7y}sh9iWOmS#iZ@d%z$CDCx9?*5M+8mjkZ^XT0fl8e2zDN zHrGtFlp#yU(-BSi(~;kdu50&Y)kCR_cJ7*5}ap zZw2S}v0`FExz*7Zu#Af$GT8DZ>(knf8VRH$G}}L;>YGG-CpxUCxpt%Bh3AQkhU#p& z;nscfOBPv1E|A^S7lLT&Zb_fRp&DT)&f9SZlO77X00wsaV_uZmL~*A=zbPv>(7|lh zBX>pV4xoU*qguwTgp$s!k%+)zb^}o__v7dFO$r!iH*Q^pz>m16cW}mc>ZJwN(~rT0 zEcKXCY`|Q(rhs=x<`!LzM!>~D*obSMneWQXdpfCJlcdM-#N)}m1#m3KpkM8_wq|y( zq&yTHaADK#qRirp3u28KIim7Bxiq`f=x$s&v&|+twF>*S{H~GI#58=Fh8*a5;e!s) zne3?M9gaQtloK%v&ZG<{yO7Ss;ElIm0FVr>;&H<`lD&m|5{D#AQiD9QBIrSy9cF*t z(eSZ6xfWM8a=tQ)nq7o)Vx2q<@@dnvc zvbH33Eo1V-4n)$Z8Gl>uVYFA|d3AGITzR zE_(&#=`A0a%EZFQTT@LWZfqmU$@&7i2R^R^LOte6SFT6%gf)I&Z&ptC=ePDOSGI#X zm(DSIV|U3X#Rh0}c>TV1-?h7tVWPRJP!_4l+z?CQq8>u^MCu^GIvL`rr{4{$vND$O zU^Bj1h}>Vo(n2N&jH9_99p(uD+h}&&_Bizrv(O)qj;#Mt+nGGom%rsLY(HBy0kf2XeJ zmt91kQ{t|-2C>%R+yK+^*;Ul7*_1ZbUD9T?ImmcaCj135Yx)h0uE;t5TY$U6I;&s| zwgCSlQEc>dykiZTtai~o`XY%@+Mu>{VV`PirsLK!;pjL5I_N!{&IW36g|zD|wUB)4 zV9yuzR|DKq2LGK@qEgyLwMbJNayfxMoOASjkglxna*>J&CcOV;FyECvWhB<^S%F1;JDKC&|xI$7+oY zAMI^=U>5PJvp3{PaLQ?$`Bs#@-Bx1_lz3~0-g2V{qNn4h^Ml=tUW#jtxk}Kcrv^~= zjxI}P9>ZgieyHjkcq??K?nDrTml`m2U1hby_SR}kRs}-}%eu>3O0O?G~BVLVmr(&e%c;wF6lG`*val ztK^FuFSD+}D|L%!;6^L~!{Fs#pllzZ1&l)JceBvXWB=n-;XGCj3;T zTAC)eSQjP6$XM&>0!poCk~*-m9X`kN7kSvw7T2n-TCmVPhhxiXr*r4-Pwz-)7n-5j zFoSq3pU2^(?{(&96IIN+d=LRtoNEa)q5u=V-OjTvXeFY0W`&is1HD}$7jlnUFWn}C z@ol9OmEG_K*O)WFX7uOJ#RccH=PpAqQyVP$FBl|0_2+cUNmNu4N@Y-e;d6+IWzy2% z(`HX-YGq!sH!)bV#P2FCEm<3IA?ZWinNET&cy~khX4*@Ut2k!xcsUpFfo#F~i01O_ z=y_-Y>;txa5?#%7>)0(F4Y@*G`B*&TFmrCp`|TMp>Qtv-oiYzu5S~-#tteBPqw~9` z^-%YD=7IT}toakf&_uS?-ODLv=AMOw*_OgL*aiXwrxHV9@g6*rZ6v~US+zoyWvJ~2 zHcdd5V{IH*zHUysHChx!IRD|C0hKWsP^w7gs@Zuj9 zN1yN_ySeUBdA!@~$GH8l8#L=%qn~$Uf?%QH0MDv)HZXE!@lT@szYDuC)jnJZlO@M$ zGLZr#_aWV7jI@$8dkE7q-Ye{9m3KWSXef59maVQuM_xNR) zCX;~eK{S|TYzJ4G166L2v1k-xO`9dP9r28*zD@8fA=86mtauDXfM?54`j|;5$bZD1 z_4w_wby}aFWEjiCpo!{J(x|mDTagAJ4ZwD=RLgR_9@cO^50fJ zr&5VYoE8^dz;0=5OKa(mWlwNAU{%_6V7X|~L}?w4T-@t-4y|6nok<8Gg&uy|+)Cn{>wYP-&(F_;u; z&;^B2GAXXz-CXmtdX2<|=m)97PQ&z*Aveiu?-UKi;%rSnniepQqs}b1j!ybxUVovbcSof0qvn)u@{AlAViy+pP z9cFIftgy%f8(15OIrWZOgVhS%m-UUi>}m)$XjE=ZkVFE&Yjw6D8fJ^DnbbCl!1=iQ zLp^A3sSKC7!8Fy2?pa|>z{YJflyTGS9i6a67rnV^!!iRd(=sZOe3Sp=c@kNdh)_7& zeTv16a&|f2myaj;gZsFX{5?aQw&Pp^Fcyk??C<=#8GJD9vM4Cc+b28~m|kmy*At*=Mnb zmc~xFUj{Jij75ecD5q~1Wn+0T++|(}(t5K3ev$woYDXhG7n_Q5JMlcDb9Ot;mA_EV z$QCx!;^(dl#Ci;w_SB^bW6L9|Rr z6uF)5{!5i6c)d^ALAR=78&504i~}*(Tl-^`&1w@3Gehw*4f`N{GZJ0H#?#tv;E`_@`93`Ntk#d{**yN1|VB_f{BLJEe^kyc~eWxT)j z?FCDAIShk^^ap*B&&VlOx>vYzeVMyBN!L)B9czk>g%U+p#L|&mU8qg@S=kL`K~FLH zIM=sp3I<7&^9Xa|k+;-R_`{;k+84%l3O@zrXRxz8Pm)Z&YYmrb=8f`Xjp48qGNe21 zYRw5_Z48}CICzDXkYVVPk<29uC$()|`aTj2&xChTkQY{1;XXc=Lxp1O-cQG}B;gl{ zdwIKBPT^X|xm0~QXy{?tguA3z2-@N79ddC7N1F~V;XSD;%+=>eZ1QoX&Oht0KLw5= zT})I66XSf)%WlQ&>qHg$2eA#RNIqM(f6`hWOq|xpIT4bm)r#3>5TmX_$~d- zq%pp?1KjQV(*+G2GCgsdUup>xf;~@~Vycqu*59P)Wmu5spV%mgk>PIeEehz>=A&3b zjzv^h_qoxuBTf!Wlv()%zrtYti+}m2OJQym&e1Mjn^J>b7T2vC66fWo{mS;Riu_Y zefRZxZ?|lFk+;lpGilz?F0$T1v>_}MSL9Dkk(@$xNd8FpI+r3O?A6j7kn?)3#t4Q_ zKmoxo(wJH+TA0ei@j;&{rbAkgJuzwtzmWd)OL&kDfX=<1SG|R90z{hL;ZDy(f zRdS^Fyq`@*Jr4Me>H%koyks-Dw1(xX362Sg$7@NCRzGVHN0tx`p-+&#M=KC(fJEdi zb8J>4b2w3pDNGmxp9rJPurE3?&jg1G)-CXQQ$e>S^fK1e6Aeevm;Z*3>u}2&Wp3Rz z4tfgO;$^7~GYPZ4YX?k_YSv~}OqcBxkds&Z*_{{O5c!jveOh^l0^)hdHX;e`8BOzn z*oCXgFpdI$YW2z|6hG1l5&O5FMHHlHg|kaDxCj>?UMSkV7GX3+;+ig~IK5j33?s>u zT-F00G?^hdQR2zK#;(qXGyleK5RIF+x)?Nrc|pbwc6Z2pM>oNAF=>rwk~RD-<8hJ6 z5I8<(o%ri`!4!12VVVB&bj2j1**WJ@)h`(?Xb!Yh{LB8$YWYe2+_CihxDhNKu0$`w znw(gA869w(RMfh!zaqm)f~VD$pVGXAq8d$W8-;Gc@!a0S&tr5$LLr47?HOVO6U|(v zDFUcWFqosNL+i`1gty++#d~;obO*lX(dGwxB!EYj8-92s8NQm?$kTEyIqBWP6VGO8 z_U|W;CwQNfQh_gi;VjbB3dm%*04}u>a&J(|4iA<(tSG9y%XII0+s;C$u7rtxZ$dqm z4-bmWepd3JOFte7(MK&dlwZmIW5e$h9lkk~rN_BQjz>BmNtZRe16f7%P; zyYFzqu95Px(-&nOKb`#%SSj0{{Q@x?_n#xp=R9M}cU~#gBlGKgvm9|!E{wGPDdsKZ zrXXy76dimrP4O4|*;~@Uu#vf86BWT{f7Mu?D$8kjAIbkpfA8S9=7DzT1^Tb2OV?5? zhD}y_7qhpl%6oh{cFN(vATA(GmN8P;iNkXo#)=Z3R6ZohGBnDv{a5E-L$h!68d@)y@U_cP4xCptzNiN9|z#_h8n)A1)F>&&hkD|9 z9*Fi&9C+I(!=e%`i?c@L8T{baez;c_JL21r8bCQnDS6E|>*031#3nlvGMW`=lQ>#7Oh2)k!_tZyg#lp3uE z>UaG17HRB~26FRtuD;@MZ+jf*9_aCr@*&i7Q;WN&_$;A!42 z=XL>b@p*JL^b$^}A9LPvW{l-h+`Hxw4UL}B>?NmeP6Y5^CC=OtwOU5aOr#n%u@~5u zq#`=VvsqCH1mg!YfI=|ZI$*Pu)y0(&o_zTu1b<@WA&Pi^aF(&xLZ@*_aHxX`W4Doe zrNT^}_%udM%R(bQYLvSg6moat=jm!)!VQhft>#xB_a3wdGK0tGkZpl)<_D$E z{}|LG!=?}!0&D!N=+5#!K)(ltIv#FQ@aY)r9N69rhJTzP$5-kewpTVOs^F%?cH(*9 z6cQG%>|o1`Ye=*}+$`HLBrF^RA8n^DHdDU8l*X2~yoP|kJEPqcOogyw@AJyol*f4Q zG|Ea$A~-lBKqS6b>BDUUR?csAytB&cHac4G+zR3Ih+dHzqcv#MMc!YyYP^x%=+yx@ z?{zKf)0Z`t=6bso>wrrxC3-8I5djk#)npMl60zThu=(=Jb6=o_CVGzlmw96Se;xS$ z=?geG*#5V$fQf*SiGk(+AW;7|^u)-_^q)fif7btp5xf~p4rc?|EV8qc8T3Eq$rY|& z-|sKDt1Hw$J93Wx?QLY70Lwej0F*{NuKnW9AS2#dyZ2!>N*x*SlENJ5@aqnyyk(=S?*1?W|(BD%1ijzcDp*G;{=={E|lB#8Z~3#r^0B@Gma{b(Js+ z`0o<_S^g)r)~^QNmnPQz@OXN;z5U3bEp=aokTC3GD%K2R<8T!8&#mK?kms#a&}Yzl zCWeNG$EP4b*+2raj+QI@1D5WbAiqitzl1*3eY2zU{YZN68lZCsMo?bgf)DnL&JZA4 z+1q|Te7`DR?1c4=e`o|wYJiyY&>*9pxIZcZX73oiIz7x|D0eZ}&M#}gR=!?8@5XOj zI_U6v+_k$WzB}}lAq_!M8PJEiXupMtadvm0Zw!tOz-gTSwfoD<3rNR?&2QINOr9C+ zI~#1%R@J?(_>bRjt&wi$Q*O}qZ;x+BuWKOQ-EO@Sj!q~#WZoz5A-L6+)k&@I+HWrT zw`}TfFYqt%#INR+ss-lGj)nsi)9SS3e0;P3ki zptSY%wI8w94)v3kTKdq*OW~h#kRG}jUwle9HrKj0!$FQVcc7A)nGzjwtJ=V!{%N>7 zeP3-6n7q?mW>`IAVD7e_4j`S$$3JRZ9K_%Dg*-e!D&hRXzDV?b$`9=Kz-q-mggP!j zl~=Y0Ky?$}WdDFFzibb{>!^N8R?{YW&sj?*_=iTp^^`wlw18BqcZU%4ygw1{do?b8 z|0^i@pMrH;k7wrJ&^8^z9zLO$-s;~orpn>oyJot*-n-@g58XEnm^0lskEHG1yJwou z-LW4m%rAPc=&L*KMAgmJUyxsg-j=z0*G65AB-N8!v_S1UMg)J z{BYlYZr2f!+2xbH3#Pu^I;+0>mBE|;?Sb{WJ9eKD_nP~rOKfs;a`p8w_VW(eHM8sc zHj9A^`2?ClOiRy^1{1Qe6za0G5`p5$a4Q2nD}Q@lvdH{N!|mF>UD#hbw`v4o%e5O; z8ue^gbuGTA9a$a6|NdoW85CaT2Ez*AP*OOIBMi zTp*?J22u&zjj$UqJ?>yKLj0&CZhG@%DN9l+_J?U~zxtl2O=9 z?XZL;E)b%PSe)7Z)?_0CSi+%3XG^iKq=wh66%&^tSzi*%~YX+JwxV?l*ONTEn!BIRc8jc$~Hb01o(^SOm!@>ZGFAB}@pus)i5#m$1gj=;FjsPO8snj#YB ze0yu_L@x`whGOSgKeq-hhpP&+4jyYW?YJ9|+OGJS48NIF9E_c^5~M*>$v{4%pmM>l zdv;VtN&0sReb5#j{e}%;mjfn=wu!0d?K?pL7TWU$D-5hc1VW8ol+Fg_h@Zuke<#vm zwHCF&<6E>+iNL#f0f&!^ zG4dvxtu?a zKTX8FRt9zRw8a0do)mP-oBG_BQ25TL{vMIV=cQ~`MS4>DnYfYVOi+y2$x~c$pEKzp zKe|^oMNi$j;h&Ad(@2}CEUMaex0!lW6wnB<#N*j4=^?xEneB!JkB5&UHVJ0=MDeAo z7z?g`&Qh$Qi;|lx!hhh2!^Gu#ouY}>vF;Er<_N!nwPKZeyrlrj z7?_1%oD#If)44#FnJpMzq{3SA5EZ>|#(v#^3a^%NKhz@DkqlXz?Ms>@d>)2%AYF>^ z+LY`v9#rcX7&+c*xIMDgpNLDCC{DjEq}iTRZVTa|?`AoU`b`N((SXOn%x z4Yl-buRa&1*(zr;gez|0nB(b^^Da;(hi_Wf>&huxmu!okr6(@pYO@#9>&RrzA~m%E zmh2L7h}^px)B|v>1)*pO{+LyA<35jJFdCHi4>M4Vkq20|6Q6&H;*qD#@xLOV_(Awc z92qn5qEAbD5h%}UlF<(dbR(0&G%q0jpV^Ug;YEoefCqBDfGrZ&m5i19#Vhzi(}>TY z99_5Wvrl{Jb+CWZlnVY$dW9!%B?0YSpx_y7HIAdCr?xruv71{0W({9%#FkGqn)Qw{ zhxcu~4ienN#BKJy$tEV`KJ_o@GJBKY1!~%(j!<4ck+w~t4o!{?obbOTSajPqHF31M z5MI%Gl3=%CIF=8i=rt_SXq*A?H#ZgS0&T&(*JN8FWSGdiP$A86X>w*)vhyWJo-y)f zpoCNz6pObMW)*t%DB>?6WguR?KMkcJ$nzH&4b|JC91bopmEP1PurW6FnM>v9(yd5DM98~iRDQ7+rY>FeVH+q>G^c(ow67;9GAMkK*Vn&hC8 zUJnbEl5J&rS0?s}BFMqj>i5SheF?fyHxPrQJndf5xc2>XQ?+-{9HX5VU}BNh@giN5 zMr#XdiisCH9c16TW-mu~#t_U^DRm0l6mTIWW)!2s<1#GLwnF>U+~dzms>svf*a$o~V5F<3o*G^WQgNQZ?+$j2ssP;5%v zfX75X=48PSc(Cr5wr9KRR##{)`y_bLOqLK0Zrabrx+28O@Txeh3I!!JqOZD5iaF~o zvB>WiCRAl>rqSr6979}10u5zJPDAqYe01M&7UFDxkN@gEe6)?atGoeWWr(QbCH8uz zj0&0SqEeM2s z#i1dluMgSfAYd#tPWI-;)~fT882ejyvIry@i7I>6I`Sdw=pSWF9GgzVNpHm|hCAUU zRVL7zC|LWS=5JGxZRHF!QCkrp%nCw#L#fJt|Em)`H;49rQ&*2Nfu5NQ%HZe}s))bOF^`6H9 zIGnR65RK+~?{o=9mH^Wi))(lFgr>ATr~AP|m=y06=o2wq+TUhv0@Oh=Fe; zZMm2)p+bv1t$o@CN8SqvatapoMAz>ER5>E%Z2m=LrXAYl~P^YIM3-=@{<7HMW4{Xl#)Fe~mCujkI6hiy~_(!uGOGy(Nw zJYF=h`!Xdu4r>e{=D(G~;tgshr2c_vx>aqtDix!+^)jgnNONE=CF{JmqI_CWHyI=Y z=T9YBi{es3$6(=XnTCjYv|9&x;x#4FMt2V@%$ZR%iv3GUl%2K%zU1FAr<;hPhfDzG zaE0kYF-9{HsFt({x6~{Dc5E!r5}0PS7%9gzSAt(<3mliPe*Zt#VrJciAV^dVF-D-x z2)Ge61B#q~dqyG4FDou^lY^61T))AhxRcg_Gy7Aj_l)9dsV4nddPCF6lsYHlK)YNA zUIb6fh(#31LYFa><_C!3WidxqE`l(-+8w#vH-{|>=#aQI{N6HU>U8$sI6eOh8>s>~ z7{%k8WR(*zWktHYG}G{RBQ)QHSH~O;vfx*k%k1xrNmaT0s#{__31 za6AhwdMeAAm@;_4i^u~FU@U`M>the`iJNBP;1%i)pIp#b!zp~hA|M<}@GB)k3m1MQRhAE+D{>0T5;M6*fjGBEJ;&dZ_UyeIHNuTQU3!;>&u5&xo9G ztS#{j_Rm-$>THS{!ycU3F8U7asP;L8*s1<#f~W}H+l}Gwk?TL`@4u)pf;-Wv3-X77U@3or^0o zZc5)YXSb~yAv+Q7mW0Syypln8nASYc@X1>h-Pm~O3;#an`@7#LxnhwT_oKO*Tki;z z{{wxBGUZ@uKw?9zHl|NUn(rZ9Kclz7y)G_0{bRa9)Nux72P_hN@?$MWa4d-*TVz)` z)>!yM^5bGb{hb@SA|>jEAIe)9wXH5vysNIm*~8`$j)F2v)!PN2r)_(1?8liF1L|R* z^tJ^4`CF=I28HQ9{j^Y~A5Km*9o$N(vI>((Y_KOsf8D?h(k78?X`J&ch=rN~=^CT` z2i~4`vKp>?*~63ahT?ie{H0>_k1(JzIA`RyTkut1fxW5O4YspdLVpfK&w_C?)f+6A zfUf5)G$m_`aNo_n^ET&%f~$%I&>pos|5Dv;B@-X-zm+J=oph<-ob*83F9<6R=DpLx zYT!;*g-)RVBpPWKT<2i86#s@~;v6I4;%_8D+y3dp^-fgA%Y|K+ykkh0Sx*=76i@##f6>%?!Qk; zH&vetqUvQblPc!jMcp`wsPZ!aS$9ireb!7l5Ao)fna)2`W9o65NnyW_3z!{Y9xW3E zReX?qM~f%5SHhJ|c4GRucbtY#^RO-M?NCS^^wBmQ+K$6JJ?a{V(cD}Q6WpvRu$lNm z?jQF1qtgf#s!>4;4XkbCTj{(Nm@i55sRzWjbc*YN&d^eF0!Rg&!Tr$4Df;h0oc!Xf zl6iZ7`8pkvqP14Wob=<~hg5`qvc19?}ef;P))0%Fb&hLx~5e1NS$W_Tn^~jIMcQq+1gs3>yVAN{rTq+((FJo8+idbSXl6fF4q*s=d+NjYLwRdGGA~ym|30(wg_19hvXgeNe z_@?BO9@ZWWv9M91MtjNvT?a)}Cb0s(*xAvbIGr{O$3hx8z6f!*p|=3gygBZAB|4*| zmVUXD)vLn)PN23c@cBKLBrr5@YbG5$jtI8s+1JXxslNg>QsZMA%5>tvMcxuHpb_7n z{<36tzf8z44KZ-PAM)O%gEJiPdM_Sgbj2j(KJZf|8=z5(H`QzJ>gkx8zwLTA`R*gZ zhF1zYseX#a(rP}oHI|ABMC;g^i{sW_V4))JwzLZAnXXgX!2DJNNf}uY(pzP zEVxw^`<#Ncd?{drp5#U0r99X;FxIg#o9z471La!K_#5IIWy#aUA6~;dS_m3YxU(3T z&A0&oEGUb38<3NT5AQYQ9js{IB1LubrcgADH%##_bSo$v~riuEgz?=)gHBQlNBP5z|c7Ejcvi^c6Tu#Rb)S{?c^kxK7lBpZB1 zQ;gHb%>BsnL#cjUX?8@V$zM@|B#J1@_PV9n6p>DA0nyhIGsHw^?fxzm*SA%vJ&hAs zue4KSj6<5N6vqKPpA)Y=LhgT5elYxdcR;qNc9z$*=Qy3{di$m!)RBzWBnt68Nm`p; zXoHx*M?g7r)T>y|*7t{`&fDV;QBNj_TI190DTIJ46Pg`sraw_~zqP~#z(@TZu{M`NJ8V==-GLH|*`6;)1QP`RxuPHSS zO(*_#)`Cn=q-g+$Yzm_lwoAH8cLsD|4*W?c0QcK-iq_X*fb>j)HF0Hn|MQG~cjwnf z?Kfi?y3rYka}`|GB#wA_$NOz6LQ5-MdGHF+bUK-SxO++cu|>1f58IN(@_u!pA<>z* zOhbnYrQ~1c0y#`hq)r)AS5kI{%kX0s@A(y*RYVqTql378B>-c8{o~TB{nrV&1%<8A z`Hoc{taoLbXNL{+E?)@l<@KOM`mo;}d>~=?xRjw+Vi&gfRz%|hmO}oc3>_Eoxkqpv zWs0^7>1}G3=~HX#S+{5ONL;9OTR+{klH1WJx35bOs&q9K5x0w1;Q)Pup zADYzI_s>QevyjYCtT6c**#?E{93`C4PyQgUwVp3hW6-GK&ai^Z&Q%%Da)sY=0~3c| zJ|0E4Dy$r>x5JzOWkDLBuJ;po!offa@9d|WB(QEhhkv>vq-qgqPNlzoTNyy?Cx!H! zE9nRRkgr#s=r&x#*PdIPNTP3dh@v&{wY3JuZP<03_KV26zCE5&I~(u&SobKDjpM{7 z(vnM|LyzIY5eEt;yAPIdxW=YT`v`DC|nlkC@GmRN~=3YBq#xo z^L}GngP9|444*lyK)6@DjnGSD>(E7@yX&_HR%I)Ky!4?cZcm6!5b((LJ{L%k5)gucX0t z&;E*1{P(ynuQ$aY<7I%xgb615p?xf44=#+jiJHq!LkjfEvlc}8nBChqSl&lQG??ba ziw~u{Cf&kBQ8J!p_-vzf2>f~Z!)8#TR9siExO$Zl3z+1lp8Tv4wtdcs7my}7N9!35 zRVwwWSSm8&qPPY~A=}yh9Qu)CCVn#QhZme&OFIL|h)U5%MlrD{oqWT_%s??KGI3vV zAAK|t&paM%>``{F)S?YhJYoyw(;E&ccYjv+&%iOMLD&Etx>=f)CYpaQe;R8klGs=wOKcKFdMyd_g9Y+Ico*g9zY6^EXZcQ9YHFe)V3^4Kb{}|~#3^IYo z;BsZCr*wtEvv9qGldU;EJ_;(Pu^u5s?_Z|~r4UD~q)C#StYyz~D-l`isE}FR2Wv&V zwZ@ACmWKe7yx&p;bBm1Y3U0(n{#mtcKlL@@fT+w9@B1$b7)45yNLj6#FUJVlwV~im0)5erAuoEaTEcfBPuIxnUl61b zlrQz^cx(o0SDqnxe=`Yq;$9p5Wo5pN-_wrD;I-S|s2eK}vYEW@Fb@~A&O)$Fs45fi zN-`+xeR;9z4yl&|_x3f3S{Omwh2C;GCq}Y{CJS6*A`W(QDG*%G*$vM&yWP!5c;|7e zUnNU{h8+JgGBoJOp^`($rMR|{hXyEDot9X5c%eGwzEh@ZrYFYs3PoN$8S&&Y8LQZK zkz?r7U1a(*dzwrRxE*8XHA*xC2#rdOiAcONZno@dfU{bQ+_Byr)S z)#_eXAS7IK%`>bEbkp#}s&AZ9gPkY2&3R-0ijL35>kcmWa_aS#FHrb(O`Gc1-29ta zJ+|GJhsJeSH^o52rwHl0)2y9BH2kIln!q7*%9(lF00K^%g&BA-PpL<$#3+)Irn2-q zerdt`ApI9gZ*{pL1!N2#$vMMfMCq#LT`D18uZEDqay&$>M?+(HP@k zFD83tsMR%pX-NBrqCRw&4oNfdNO$ap@T0A-`%`y@%DR@{t7(xl3{z;5_jYirdFxo? zA=fwKvZrz7WK=bQPr`VXLmY4=)7}U;EsI>7AoAd@q#P!fD}AP`Bv73El}~0G+n;vg z{io#xd1a#K0Jbe%FdGiwn2uSxE+?+@9!#_$*lDK{U}G^QI3xJ<@@hWnj73#`1mt8j z6Vy#ptP)Y4HJ`t|!3C{lk2my*vdcOt_kf~%5g04Sehkw6yyv%r8`OTDqS0I_>8rQx zb~^XHzL01)U_RzyaDxv&#`^3_6XQ8caRYjlBW}fdgx*d!k>}4^K$Hhs;5AEkF`BA_ zQoskW)5pw#A5w_srpqh9G7m8kXd{C6-tNi{8Btfw0R64eDe@}@$9@`LPg6w5c4n#jFkuN0K)(grsvg0@z{vnp7$b4{l6w%IR;S9h0 zJMS+_o$FKiq)(~LQ^uU0Ih#ANJPP5JRr6d{BG|=~jy+5TKVP(Lt|uWo9?MB20TzFP zb#kq(2}`R$N*&*Wyo{w__K(2ZM(A>5U;=rG;ina)fDS#{C|G&;lV##2lrXn zWGTKl@%GBW;lniRoL`ge`ssxxhF3nTT|TU9`&$%Wqs-jQHt)%T<-oY6#Be69pu2j6 z;h?&3qZ=}UhPk_lTVRd-1U?ZA$JZVqWp3e*`KSkSdkWRs>_C6d=n*b?5(ZH`HtlX~ zsN85IDtr%>_N=3-w0oz2G$#s1F%FQX9)0#zTk*uR!S>HK{xHbWKgX1d^&u})TNGKn zQu+R@*a=7agYOGH+!eMPzxkQ&T*o*!737>y8c5UzNdCPIN>q0kH;d6=y)={r4|3%v zW}+&LK%|4k80C=LL`9bXvokb;pOp4XqkV3WVJ z=I-1=VN)f_p<->2()_B#?}EaUzO&JNTDruHd<^PLtH?VaHajpn@lS486bjv{ma9Yg znFBp`O|bB+T8L&o&rk+SC^Ia4s;;PWvAbWi`GC)jp!S9}28)dFy?t=9vp&DgA&5Y+ z?zL^^v6RkUejSy2d}Km}#atcNFS=jQFReVp#ji&g*YQ!9+sQuK*E0Cg_OQyck$+6`CR2+Vgx=w#dv{{S+6@wM4P3DnGO54!h|y>fboii6v_cr>SFV$JMoC>2>rNGQqi( z!coUT6(Q;4$>b+w?HMQ=-sAqasxRi(-HOCrDg6^qO1Z7OiKV3@tN|K%G{3x-GG>Pm zNnrsU+9t&ADlj`JqYvmYt;ZgqAb70FLJ!WkpfN|;76}Apr+W7oUTqJ3B8@>tL2x~v0)oj6x3WCcefJud!C== zOk#^v$ZuwUB0F!SPcJvZlOL4M8CEy#|P5<`gn&gyi~+!3;if8|iQ z$fbVZCdf}e0qY@*kL=`QWQ~sMw-g8}uKw~LmoXqw^)w}IpA!mE>zvcv=mOcv-O9yd zIry_U3#q7-Ba5gvc{|Ngja%jT;VO}@o&LchLa@f}8@`NLcCszAwBAEKhl+yYLVYfa zJ2cVXTL48q@sPyBn2d1H-OudiY{O!jRK|&cTU#3TMI_pOa*dwmI7rpUKTbU=KuiP* zZ?b^8+SKLF?tQx@<7e%M@!lL9aM9#MNdVKb6Emj+PFS1dH>!d8Lk^fL;vIi3aUest z{|43SoXBx_tdF=ixG>oUk;^b`HNHd9=j%EX_Z1-=5b>-2@ylFK7QmH8p`0Vyq>WnxbOdbB0)fs-~uU1=UB832& z>~X*wMpR8C=FhSO8$mytSEBe!r36)EfUr(&sB%K;0WJZ7%9!jus&Q{xMh&LONjTt1 z9Er!8`oPel0|jl)xCKGWN;WoVc^DCW_kBLtOxT4dcsREc9LNHYHmt(2kf=+b*O_=~ ztu^YWm+)rg&#b;tco-yW$zQek z_WfA+XfF$t-D4;^b#C<<18aBp$j(Xp*dVHNgBI9I-G6As)jIhSwcSkkO?kLJ6UuFC z2?{)B0q8#RsqBpeq$%GdbV@5c$oUBa<#L)Ye^tz$OM_qs)`HOq27Vk5|G7NpMrVjl959_RUIS15; z7k?yn-VG!@#5Ji>i~+@5bnmD-`V=>QhaSXgns|4SmIffZs=ZOI^aJIQ01+d={*s;* z4k?#26_J6q-wZ?)38&AWx-Cs1golVSm&-$o;BZ$YD1P#@KEjl@c3Qfke``RPdH3lWj~sIi`Q5bX^)4 z(ysh~`&)}YkJ+v;8mkgWq&3xE!$vrkkV{Wm^pku8?0e?I5ZH6;P7AH@H<&EgrbL$# zD>;Hg_!c(B&!Z~XWqt!nVdS~$b1r?@)*ND*#WGM01LWbSw}DA7mFaY3#`J_u(S!3- z8(k`>C8Yn!=2Jfm;m|a`+>b*PP$( zVk7X5qfztVA}Ex7tolFuf2_3cbtX#A)(Bbp{8ErQx0PH8MBz)fk{|Xt6T73Sr0UGh&`CtY^?6dpE`sxe)wY{B=mihbjgU`p46=uT?R-)p=_|LNU-P38>vE6V5Z0M@)1>i5jz2f{#IQ`$4y0Ap?n7XhS{QM(-qU7NhlQ?K zmQA9+Fd{2@Y(esPbFLt)+{Wibs9KuyVS8M4skEg+#`MG^qQa#>f(pi#?>&K;xNsO*HNEOI{Hf8Dup)U37mKgW9ZyU!?qyY+ngSLARc8 z{?f}>cj)$_JYZ**WeE5VPLLKm%C+BnWcABnU*241)!C9&vR*N(HhBtX11ieD3DO8y z;j9g`>r3r3$IRzD{%CRZz04`~*AE`#m{Y zwDd{8vnq@dozfA`QZRLU^&SuYhtu#m!Ka66(z{$1`(Rx>UDC7&&9;Pb7mAwJkEHX( zSc2;#mxC;vX#aM}P==I70ouT8MkC)vTN5c{R8-?CI~H3l1fhxH6v~GI`E>pl07Q=X zLVW!$aWEU`oN^ z<1Hbv(#}bxmM~#AqLpN~8$NDNFP8hfO7G>tTvPeecUcWD709i&d?roLuEk%Y(Ys80 zEsMedlJ8nTDq4(o9SMO-#tBQ|SuWG?;AH!sc9|Fk9^iBiekm6CR&X*D0PuXx3?kg# z@1T8t8}$1GhAUQ%2T%JJxT5mcYM7)B#MY%O5k%(O860EMlc|{OM9^(vve7OA)QIj$ zWZziYC5ki11)B3K8X1@C@R3+w^*A|7Gs39{6#)D&;CvZ_t8J}TUBsG5sUy$QUl6NZ zM)q0c38TJ{<;$zXs+OGt({5Vq%9HXgikJ%}jO~H>p#uLQ8Hre^B_%&CE;PsN^!Z^I z^Ot*L{VSxdfyTNBygaXG1!9}&U#ly?yaRH{?mWXxZXcF$yG!95IA>-Zp`{tG0VB^s zO;5FSim&t#&SwyO{qCeoJUOSq5qa1v|5=az&B#J5Re-mr8j*vTuf00Uh?6k_r$clLwF@-_J(pWo^kj84MR%UFEI~)s?mKF5hbGke=WVz_$x zmLFvYt}j;6HzX!+lMyCw2Ajg{sK^D4WRArYx$;roGP^HZlQdd@-4RpJ9wQsKW@2Xo zDnq>ZJhTCG{Bk};M}Ubhf$|WPW@)Ty8)B*F+^E=q)MyDsIGswgI;!UOoe=I{K)mzg z_JFQIpF{h~oY0(oaUSYoPTrJQa^yqSMlHOYq5$>YAT^o^nKU6B%oki{k;iNb31xE- zL+3To&0wFU>6w&H(k+JDA+l|PvN8uM<(<5Z!t{FdiODund2nL|lbF@aj!}%_OtQsc z!a$<|^BEk{QvRSdss)B0^zq!6+%b6@^F?Yyjp*Z}2AtX7Y7+QT&1)pGZFMYz8?(n+rEH!?pG6-AY?ICUJ2RsDJ@D#7}4I;iBA ziRnyHmCHdriH?Vu~Vv^ogD5>*w$3kslu9r_kNoQ_(N&a2GhZ4p{7xYK<=0! zyK>mgK&+w~p=|oNkNzp%-kWXU$YL4dk=0#Grmz}cQFj*@KafFL{7sD`CBGWw#Lq~o z%XUX!4zk~j%Q82WewK~A9KX>);H7Dv@7TCybH1yNKa-U$x#lQ+51qY=v=8-O?58rg z;n4}V58*CLD#`^SZWX)s`nh>!F0LnXJQ&57Ns&jIr<2hVkDm9@5-Kb6VzBz^HHZ#? zg^Afa(Q|gS^4wwxhIB~xcrxtp8kT|#+hqk~7%OqowQ}N}RbyLvSN}#l)sGMTAF@Hr z|Dz9?mFd5;LF}CWefqznK^&aSEdOgCvIn>-n)MoeE(kF^j0nf{Jl%G#ax!RaKO7t= z+%{Qcb7XUA=h3B6 ztDzYd+5qf6s5B5-^P?D$U;z;!5~X1Oq&1XKd*Dw2Sk0(mJ0uuH>Z^e_IOjS<&>)%} z5+w^A7Fxme83+(Gh#)ZvkrFf!5)lws^v@U)L^=@Vrl-&)u(mId8y4E7P=6JW%R`U| zUM^CF&bJGg-I74?N#=#SVUz{a5 zNKhQm{{9XQ4*a+pi2PVvO5wjDcj1LNfgcA54BIi+32v)(16$*0UOkL_!D@g+C?dxQ z*MW`$Z(D;xfGPXIjUmIm3-EXgpA9*I+&KCL|dHidL_ZV37jDM|!_4uiwZE3F=i5Fzsd;Z}Sxh~Q!(Vod@@ry%x?O=6f| zbKBtswd4^EL#l4-&;JdpNF1S%`H;g$8eyM(g9TYNU@aPf9i732P>8_>Z&bp&hCHfk zey;%uE7&j(;qPBuJc0$!2z}BGFRlk1!NOa71J=<2S_MSG0gMuiAVhFrAYvo`q|6>b zSXL*)KQ!%y3AnFqD37q>M})g45H6sc1=2u}f_VKEgdhTlxD1Ryz%O8suU`%$ePkd= zP=<(&B0#nS@ko>d0t-rv>w5{YS-g0`U>TrF!=S){ef$CWv`SllB82pOznOmcbp7f0 zMC|xft^wdbwaMubzkvO_K?H&70~wKkK%!tlM3o`}10)t&f<9BhZwU?9DnQ|gzA3a+ z)4zW=tQjnwyxK5v0{_I9!iz9r!0o<9>|zKS72u!4KK{r(0O)@>+<&6)e~4ZKPKqzj z_V0D3?qt3KEbVlE(enqKDfvE$7PQxci`W4@_Q}ch2dt{W+9KY$emT_Q3_`SkIx9+~ z_hm!fDTWgbJa;06<}MLdeGbI=(`CSd!K{XP3HtL<0_h_my&7;Yt8Z`>6Tl;)5e8KE zSCqcJq)IFDWPH_Mp&(%ZulMh<^Mh3&7n2$V5<<0vKN}u8K!Co!6)=KLf(KGF0PO;W zpnhhRHxLB^fP;%@VZK123V<>wJ{<%l@%j_I+rOERKyG~sBH!BJKyFELc6Wcwfd5&s z8UXiw$t@3|LrT@}*|HVV-y}c&nEi&N>+y#E5atxv-zDtbPu<$_v)LYgqTb1F+oZX_ z*Bl6Tj=iK}vnRDuu{&XYex-BIyLp_&po~>sf(*3)Js<_?V`gB`)!dW}9QT$;yI;9QXiAxYz+sHa&kFJM76>(1CaowGR&5wg?XM zH@5+~!(8f}Itm9N!2cJUHD5+#RJehUYkHe-D63SNdGDdp4MXh7D6_@=KFk7f-Z;F~ zTU!-~aKPs?H^EQcEhs!5Bh`qB)3H;RbEY$w9Ymhw)>JkStHO_B-|)UYB^9!F(-pO8 zoTP}s;;@~#xl!WZ(b~qU$KBgjPyU5LD=t~JJ1SKx(}^eTdXSHKj#aWV^JCgy`p}@$ z&F10i_Pw+j^ZVR~>%G1WauEab#t%xu?+cn2attO3*9~UlJ?W4jp&)Pg+x7<{e z+;S;ekGppheSQc!as8aWy=yO^vOgd@J6nZA^uxuPXyItq^FG1?2675y6@TC^D=&Cx ziqwWKC7NX2QYB2P0f*a{)ntR0t0Lnzprd(# zk}=d(tKy$MBS);2f~(5*{-gLn^74>8OcPJYr!RzDHcmrMHybH;cx^jnVtcb=2+E756?m{5jgv2}fBJyMf zrg0huTUwr;UKOYpD*l^E@xELzwZb6>uF}O)vjwiYxpIVQyjFzyO}$5W#LY@-S%{Om zi*s;rnTznYO7R=0Q(i+hO;Fn18ALa}*E<_^u!?-7Q5_4jwy|6C$}LL2N|?l92IBb{ zYEi6IF4Z{xiRatUltSy183oqymmY%M0-Ervj)b2`HQW7ZZG$uo6A|wvOMz0)P0wXNl7+fO$c)9Ti`8P zmrg{Iy^8l#3m^O(dy(b{D~kluHJDmZhgoXLIbH!gW%Dw>4a^>}T#rd~yFc@`D<{T+ z3P%4~s6p~I$1PhN%_8taRl~$Q=aJj%jZU3I&fM8(co4ebzX}qc3jX8 za#LEIEeE#y2k@+9F6o-UE;tuIdk!V*;9~`q2Ib0ZlXbgKV4d7?T`YDG1LM4~MilDf zK4qH|*>#P9m=G54ZGkJIgFEd(*Z^F}0U%|7rlQ8|CuT;r_gALRc=g-ok~i*m&sc8q$my!FZ-b7mxpq8pT331{ zL151re(v?=sVPT;R!%6-avLN~U15a1$9Y88_g`v19C76ITlD_7Qcie)wUz#I@Qw9{ zPV8v%IeH|U4e^Pi$sCR3Xo@yU9o`>e8~c*C5_9p9->61crxm@m!l8J`ek;MMeZzEK z#2nnDb*K>XX2_wD%$a28-+JgXKwloUT6Jja6J`2~LxZ1~$W6U?hh;L}6^MVybre{u zEp|8>dB}6tZ+36kox$XJz^-vo8W+CyGblmJb_;1E?yfqFMb@$6u|_4<*gIX-H+H-!UE@TV0;mG#Beh5u-6Ucn0H9#ZCp4#6bd z_;_T!NGA-i3JT9YBv1y;ArOZIHq+yQFK9nrvYjbkzckTFT3T^k5HM`{P3G!Pk4dxh zZrl$$wKp!X`}^Arq!&qrmQ0?Af-0V3#G{_4TAEhejNvbxF(6a&df049-V%uBI$iCI6;oz#fX1AQAK| zDs1xZy?%5(xW*85W@fJ!Sg5iEcc2%wY2x&+|97D z`xV{aC7*>2v6S=osFzq9cQM}}ahtJ`iC;KX=mEM3C}rqccsSh1G%-&X_jx#>SDQZGswE;kQv_~4MG(@1+VW>e)Rjr>-M6h9v#&z`F7 zoF<=mH=rB#y>6%Kn3FMmD(zwrV^OHOHMR!=7Ny^=qa=ADG4kA1A?1xcZ+gGE{h+5V z_&cZ-@H(bNeTSvC{0Ndd(csAKM|MU{+JBd&kk#R}jfZ=uzw_KVT*Ta%k*C7n4sXHB-3JV4r zZ9Zd<+$%8O)qF&w;^~CAWBuO$@H!*d)yj&by}5Z;GA^2mZ6R4{5KSl{x7HDz%oTj| zy#mn-f0zYbk%<2qYM;J$(2}4$MIE6hhE@KR@1mTg?5q?QIG+Znc#?QL;xeGt^#fp5Bc!G-z!tQ{DbBKtZIbiQ-|?AyOqsD*iX1RknG^=_ zq>KOH(D5&iY6s}bd2|2$?$U@xAIbs$Dw0y4$o$lPu!=+1%69Z~LR|hl+N1uPwD9cq zMIt#ea3Xq@M$I#q^l}SY?_xm3`W!5go~VbvTrr*c@_UO z^ZeMh%cBZMy171#H{X75<8g?n=EpM>gnCJTNr|)h)bvTpaFt$H_n>C(s2O8*>x^?x zfPPnI-O;G<#q-?VBUC-F`tFQT%P{YtwsP$o*Po4%jXs{xHuJHhW3Pu+fA)w{Lm{w& z@mjjN$6f1QYvQ`cvMHaq(RTH<$Iot2_ha2;+Z&yd?N;Wl4}( zmLND)PqPd<)@;lpwFBZgW5uF|M^GXgTI`~E;-rUnA7G_c{q(?(6kKw#&iK{+b!!U< zrnRVzT1j}x;kjAtl(l{PU1QqTqoqIp%T9m~VjBjZ`D8sb*ZZnp34zZk4t%M4$S)Q> zgjOp{xiuE4;6lXyNRPKwZHwUYrMY{eR)y5X&G#i-6P3h(=4z8oDCR9oFrUbH>QPNm z&&GU%b4v5tUhLNY5E?_TJ|IbQNhTotDINN2PA%_ub&qAk_wMecyag&zjO8%9$&|6e zW%744g(eoiSxl+=r6+(=2a5p?Pj>;}qer}^9`?<~u}d(gc87ezAq@=$uV23%^gAZ7(QYMw`V61zx6^K;91Oznp5-km${ZO5EHLW@&?x*xo_?buzz*a_gX%_B>*uSaQs zsC4SO66ZU?{Oj`Z5th*CkWI!|n^MKt*yUg-ccnpRZRuqN&HZQk@_6Ipme3OMJb)$t} z?QnopIsO#*o~bo&L&09%`SXN_N!MSsSfLzu_h0pnuM53OKITlno1_8w{3ympmb^x@ zX}?7o-{?%tPRF{Vk>#ples+rln%xadLZN#UQ<-_t=3cjaCfIJppFiPgrGJrWZs!A2 zr~7u&THdE-o?<@r?AS%?L*ZJIXC+kJp8VV{{|1vby&f*s>UgQ?i#H4AuR`OrofVd& z9-SIE4;8POS6%j@CcWP~VCvSvVASvxO49D0?|K%**L_q)g!NPv2wzw4dHI2E8&V}# z_MQy0>rpC>-y`3-K8P!SY=pSpNjr&DwpQjO)U&oS8Av>yM5<&}zm;C-PlhgpL!(~! zY&JSwrYe7DfYGOVn8*J!?NHrl%MlXv)(l)ix&f*#fpdskq6 zT`+U6Ur)^__{Y%U>%eDc0()}a^c3=vcS3d?ruNn|F77jvS+qYDBO{LvB_Q-kBBE-` zdSb9mmG3|M3b5}h-ky&<`d4tr{D3*(MwVr$2*!!}_T|9Y^!iqnWSj0JkP6Xc9|ox7 z=26TeO=@w?_NcGjCX+^ZewxexF&j%#7Vg!Aatevctu*44u?`WW3P9GjY!`eO?kO{s zWFDGEG`g5gDd<)q?{?eeI5ibT-ek(q4o>&9i_swrjnD%waKgJwyT|rUNiL0%e6Utt zm+E^E)8}jKLWLN@DeHhUo@T$7=~jo6G*|{&8ON?JDdG}FiWm?giv1g*c5poV97>9H z4>r1R(W{89oJfL>_TvO{`D7g4%zPSb-O!JTi_v_!qarSeO2RJrXC(Aa&d$e;pVYN*#$3 z)7WOh)-Dq|?p@xQvL?Rw6ftrWr{8=iaI1m^rQR^Eg;)CLBFxm=DcX$2m?uBozy zI>#p&lYc0T0{}+QK=;D$w$owc-RYLQoJdM|G*A5kaZ7k5+E$lTZ>^Sz$6omt;aG{p zQ|aMm!A})>e7w=DEBkeEF0_-4H~K%#h6ZgX`2)D&(pSUKh?5m0*=i*SzIK);htJ5M z*%~Uq|1vofF)crflGp|?gJ%5UE^1ZcX!2`?GBy{w+sTGhUcNcY$whC>A`GHlS}yKy z<^w%H2ZuSUmEIAdCPuEy)6rZn#*Z*gTv&SnhIx1wy|1}O7C7pVra1F`j7mC1yWdE` z=OSXE!YDx5BEdy4aJO)pauFK&mV7H2WkMx<^C%c=?I_FlEOzYijGl`B9~|4r zt3G0Py$)20(kNq)POL%5(9{+6A-mlkxrI(cEtA|hy>jLic4_c^6%Bo8#eAz;wn$R? z=y3F}A(<-)6;!tsf6TjYQdeGe$Xk+L^+^RRkRNd*3GG;T;!UZ6CSlvU4JWX~M~E~D zPnfjC$j3==*kCmMdv$t0ipuHOVC*!7T$dPIBH`;CB+e$OCCzp+NaIKpa1%Icpzg4r zPJZ2)%Zz+)l4}lnh#3VS63czjN8hGNjhEc+Bs|9jYMIc!r0b*2&XzuPxt#!sn>;NqFN0GA$N(p;MoYVR5D8d?Lh_>7 z^3g}nA7`DIx6wZ-)-2nZ8{)OaT}C&-Ah4SzgAq)wE3@%UosN$ql)1xxgpo(bR60;K z8MH8x{bZc^Io{9J{Gg(Z65#+y1avjUvrdoiwy-fpp$&m^6%)=Z(WVwP$~)3{Sgu1v z2%qXGbez+B&}K2E%ZczPJg^QvEK{&7&ZROtB9yyWg3Y3bYCkwEgib=d0sd@+y>tTtAl@ri6Pyev3b6HFmk4l`D2vf_r>HyL z=f#YCzgIYt4L5;pqqXc%j*EIjU)zL-shIV7x3p;@3a%XR?d_S=4XXA%XaXUTws*7l zmY2WU=U4BCDniA_2HjZ{A6=q$Bm3c@B$8#emKYXiuT$C8jv#&UiIVFxU1%;*l5<#S z(uCn4d3lIc^CY_*vL2k-*o__%uw~>~qZX`9k~5t7sG6|#{m8M#;Zo@F)UZ(DI2<5v zgNExC((@|xbaBq7&ybN%!?u+fP0L?tozSS29Nj)sybNZ0aawT5@#I8rMA6Xf@ji_= zvMe5!Vd*VjiFO||?+_%_BA znJX18kb18`9n`d=&L@!5)Omr$;uFI!h|m5+_xzFahS&5;W06t+>DhnLO=j9O8JYkx zM>P{>$8+9HW;u?^ci@n!WD3hehCKWjoFPC^gl8mV`HP=-yu*X%H!_c?Io7HLkc@WW zfsJ*W;k=XcZL1zolBosbH;Qx3;Lv<&?Yq4XDBQ_IcPMZZWZNy^5emb|C%sz$617 zzScN@W6vV^woHd*d^_nXt7+wspgcCe<5>AIyk}QCK=5^tMPwGa49T|Rs+~uNQRh$db^V4YfN!Kw;6;~k@h-LkEum0r{HwFYP0ii4iHg0q z7JK~ra$-MW1D$e?Z2Di~_*hI>~+%ceMuJt^C8@6T}|m zy73O=jrcu{0BN#KbMw=5)*a3%92JeDfxJ8;W(p4aVloG9fn$@EW{6E&rUnp+dcAA# zL?|r=EF*h0@sUwaoQMH)$`tfJFPPv|r#^3@6prc5Kudinu}+HtDWk~sF}Kb{ZFg0^ zKdyT2%>eC2=kE582`4hXUV)=_FUw;0mB?r%HsCsiwtRs*A!NvC2D7k?Wvw{on3@M` z1tE|6+eNSlXyq?WY6kBNS8avRnMiS%cjnLg2`ECzSe8?h8x@s%@O;oG+`=vEg@!pa=-e#W z9Z*pF4H<20G!@&|TN&8urnM0Y;I6vB-}<6PavUats9PVsZ3T2y=+R*&eotc(4BTHt z@vmjapkOogdZ5ZfOg6@M`T4AtL&H8SK9rX-bKPK zuUmQMdCGg2E_$`;_gevnDT(Po*9&w2soGJvUQPMkcFS`vSNH#}3B2DA$7jtnh3KR*k4EBF%Png0Z&f1nxuB#? zqa6T9Lb?VD5~KaCAw@4NC@0Lz*DpzSkxBy-6w9x7D##blLYo{yb)IaURxl(Is`$x0 z3G=7FHfs9gR0OO3>Kk5;*n)7ape6xPk2jBlUX%X>AC2)qyu}39m05wTAz{yK6=w7KqXn7 z>P(L*E2V#~tpL|lzeJw|FH=@R$T}grbSop0WM26$sVtTHDJ9-I86&hJ0KhB!d%?Nj zRj*eJe6DiQnjj?xiGkWyRRqPuu9~w;Cup8&Q|gfE_MuNFmTvWZ{A;V``2lT?WQ_fQ z`psz@Q}Zq!Vz1G9?fZ8*ed6r2P2EXG``19|K;?R!{+%8=cUe7crm1>{^R%r-m1U`# z1x-eBH_`yhbA{OZ7SAWeRreRj{Xt->;eUU`SPGeZ9Ounf5mbyj4~srd8Xv=P{V>^XP)c;2ar2aMwjq=tnS+Ha8>(&0HU@Qfh2O!vbD z!fDG1EXc&9ln1y5!nQ!dvo!$+x77TFFF0F)Yga=A#Fqh&75ezD0To}4AXyT_DbN=Y z0hyo55{wAZ7BD&idJ9B?57bEn26c__2mF&7v%u;I?p+Uyke@~n037>@x*D?ai?3#v z2nZ%H&`wYhY;pkJ8a5bI(F62Rbs1Qjp6E1x^gICP7U2PhHo)uX+yI{+L+B!EX} zW4%8|uckoXu!6520S*|r8Exe)F;9{p5PkVMy$~G?SmaHoLnr8$`YL4zAW8=q&CC@@ zz2g153c&~zvWp1W7mD%l|6p(eEnsUJNEdeqp(LnJgSUy0JtExYYM;9w`)X9QW8kN^ z2V2PS&CM_Bfz_F?A1<`Za|q?6pD7UVy`PYckVGIOU|?V+CL*9i7$C1r&f6cDx|<`A z_u5bR;`^5er=Sj?OGUE4&wh8JWx`&>!AX2D!NG08e|k)vI|pb&D6sWlyF?(HL_VzO z9|c!5xIZ5%;%)>8&tMr)1(A?oP@nH#e#|0HQy36oo?j;4T^*m)IN_b#)LVV9-#TP8 zun%CbxBM8uw=giUK!G4dAV5mX12+Jr=Gy)MvtPFf^)Sl_5J(>^TFW$F6h<$7opX0< zhK?ZL_%f*B#5aSq^$DaUg^b&My2-AY+#6CjgSVb_OVB3}fN!$p5 z%6p3M&$U3Ie#Jy~INrXUCWn6a-r-YbSX-wa%C^j2&7^M! zoItA7*^lI(TeYAAQSbP>(Gwq&ubzf7(%fSjfK3e8c4M6RCquDn4+%KH?A#mc_SEaC zl*7+K*AG58hY@$-ubP&N?sguM)k#vmk1LJW>Ql-LVz|7+sjYg{zcyof+>8!~e;_74@D~xzOyI#cwUif^V9MidsZ5wk4iT+#Ix#iBYnt2wPM@ zo0KnbslO6U^PYI|sjsV&61w8%|9A+bXYb+d8%WV#zNPnA$QFO5m3Bi!NKzg|Av$}K zTRzyl7?1%f%NOwdaiSM^G>jxP85Y=1=3XI77WZDQ+e|u36sjU=$#Of9rU0N$*#)Y)aHYDg*MUELxc(;Qv^U zvdZupwee>SsSW;0V7it*ll=2-+9hm>u;Zt?;W+P#hgjA^44g|&;>_>LPzyohEIj;0 zu%pJO&oQjfPi{KzC@@BAq_)UwnSJKf&!WFPdE>x^<20Jn7*iQ7hf+`W`Z}S@iv@`^ zV^dc2xM<$9BJb+Q++caD=x83vZbT1IAQW`{s7-HZmU)LtnE9O?9Aw=Qe;Eb(O*5%Q z=u_=&^ltXlub@J3`K_6(9XEEq%>I0`X~V{I4QD`~Ff}V>5ajDH*rNPK zQS%Z~Z8^Bvt9x~cwVMiAiCjmP#lh|x!Ji3d<3Cxcw1JF*|NcZpAO66sE*mwx+qMS% z7&V;guiYxhV$x$2?SPou5^@zDT1An~iM{h`C2DGk`Q)$x8^0irpsxeL>=&82{~7z zdv*z_b_v@!8R!>@jclg8oI=MVRq4?lZAoG%h zg{Lci+$Jx3Ns3Y-k zvTW^7;wQ3qH7`nadkH<01oO4n6LIelMP(ltQ_@qu9U1LZeb?CLk3a*Y)A_J@@ac737a@c=w3v=( zcw&pK7O$^pjEUj>0StxI#w+=UZ0$LW{kc=}-(;-a(M|`Y>^ezH|2}9H<^X&;qZnc{ z=4u92`sKPOc$%B(&xmL4Z3{Y^B<>8Xp<&6hgCK=%1>B*--KVu>nvb2g>?od9!IDcPa$R)bR?9)Ae-*FPy=$MEpL3Q4*}bAMhhU$W zpmQE<ek%yMIcTQtH8K6%NxC|mSE+=RXG`Rpm?Ef(910m=C- zTyc$^M~x#&ojoIV8Tf%hdFfv`5j{_g$eb4`jDzd!wY?EJa|I!In zENpwd-A*k%KiaV7*PXvM9)@w0TvIxFy(p}>97!NSJTpj+lWNB~ZpRFAt@d+*r zU~|y9kfa-KwwqskG{;x<0ZCwW&u2Xb#zu>aFqVSe#WkV5?m1PW?(cBy%Z^z7{o!!) zG8?Xu4K=hf^r`Fggt(Q9e^kaXSLs12@0xLB`%Ypm`8)3+&(sOS83>Hg4dInu$Z-cO&E3PVxA)o&o>K0gGb^u;QJMU^A8;{5+A60Sn0GPze=Tq=L`#v5g@Y(Z>-*s9T zgUDT%Sz4qX;=n5^9Aa++=iDoY&`;wMHUFVCbeG7;5-`ocAl7JRZRnTmU5cWRL=D{j zYZ}y!>i)Z)vClO9y))M10LrDt<)s`er?@>R^bOSZWK3+OE-^3@zw&T^5y8Sj z&)s?HhhWoQokSCd+qvP`!5s2czG2UL4uZLmQ_?Mchclyvk1eh9nAS62NmZPZFC^fa z!|6*UA)uWDetPuq0-wXzD9zk{YGM{K)4?Ku8EaOxPUmjyh_sp%%`-`NuoWxYXrVIW z*F2{wD}=+z)!%e)wWBl_n|#IMsIlPYnpo`+Vbcp>%%x#R(1n2JS#DaAC0BTIVk;Y~ zHXcj)ZZ?i_LkMGJecfWLcAFwRDFi%~9LT}`I(drQk0gvN1z^8Ja|OCW5#?eOEl!k- zKF)Q?{C$Nrv(0K3pIDGKbFZAPOI}_M{BGRhvVVzl<+p+Qkth(8s)1WO@|5RqF$)A5v)jZ~1 zIJw(5ChO!^YtX@XXt_}-dTDH5bUj-7Ct1V?qM}$D3Go3wwKqxnHpq!eAszg9ENed5^nysm;_kX zx%xt_m&s&(aFg@1o-1$ix*KO(W~xn(6Cpa|lk+maFBl~)o$m42jwDFYclYu}FqD1t zGL+pL?T#-!f%XcL%`dICy@X$~=Ayqn;m<9*=U=1aWg@I8P8}?WlYNq+9k0%tzoJ4i zR7J)i8v^rzYk3f`|IrB<;u>^>knOv`z+~DH;kB!qw9@q2E?uW=397qqjW>*U%PBOE z)xL0gdDfMKNfjIkJnf5*ajo)QLN<1{`RV?$j!fNFGnq@J>@{We*od--@}OVb0(#Mf zJ$r|S?&Td~8&$^R*LH99jT|u;S@~7ClHZjW+3D?7iWN}r%|8L&t!6rqV!FwiY=1p$*dO|yRgzm6^hd`S3NEAnawK0 z+4uzHB40vro^3#xH!~;N3r$`PX)6t(+8%drlI&X`t?Nz8hO(M{v+IxGlaAAgWhfBmESF2KSMglqI$6#bxQHaUn%vf$b5 z$M|}g$`JA}n-ChV2Yu+-2Y#11UOfj5OVoCQVyqKmUlPT{!PFv18Lua@eKoDbt(G4b z(SZfTL0zsti>Qa2P%z!4wpH+JLo%u$4CEs%w9I4t2hE4lYt|0%j?pWFKdQW;w_hq0 zmbB?6t01=cM~r7dBGaJE*I zdlB>amv#jPV$*4b9FUnHFiUzm=sZ=UQTz;r^DQy@_`5lJK0lNhK-N;Z56 zr+?)Y{@H?Bmsn3+ZAo-B++KrB)d0$(rG5_4d0c{FP~@c}PqKJyDeM-$KN&g^PFr(ks{ z+Q>3?P;s+x*8zGOW*Js#pXazGoYQ89adr9QVr73ijy@J;($vNp51go~6E*G_C1A6c zFly~A#ssNQ&=?O@G&YwbeM#cKRg#`QKER|69T?kO*S+gY4dyvhHY>Z396W^Sf*n&n zvFAhfPTGYvD*lW1IEP!4UcYNJ+1CRm4#D4jz1>itI!3gPX{H9=AHFy#?qM`t~OwNAQcOW7j#8B7x`Ap~e{v!1M?w_q+c zx*P%AaDQL;7WwEN{rByJBa7e@k9WrHQ~!pXv0CitE1Z+WM83~DMK~q93pJ-fc3aAQ zaCT^2t~#_o4rBvQV|i_T&z~N_9yuOXBzq@xqT`;P*S8TQl=??Hdg%~V!-*x8DIjuWd1oze+ za~-;WtT?7YCmnZvpQ>jpKB%c+0<*2>H97!A;7F$+lOje(n3Ok3TdZ+$=YBrVT9emK zFnRKKcx18YCB(eG#haaiV*l!*d|eYCqfy4@r3A%O&>wrIWm1YQym_FauIn9276kX)z&4nEOX4)GEFsgu2ad~QfqXQ24`2~1Ta=Y zUJ55qw&x{iVW9sDohX`8X(~@vtM;kvC2hOYmm1u)=eJn`77ecZA77}V^_nOy>0SY5 zZbpSUsCECY-St?vFw@qSNccoWY$0FIdQ3){S5|gs4~`&^as)s zpwrgxPCz3;Z1}~5S|%}n+{95;oka`-`G#$4%qk@nPZ3a~W3jYxqJnJDmW4F}JNFbz zcmxh=|66l50FnQl79>v^7AE(+Be;ZGLc`z0-+xXuXO!37*6Z3lYE2lRimil%wwWS? z#ofDp)-sApPb8>zWjU@f@kV48ekfe+ZgjnY9$(3+B}hzv!`27o?Xfh^g08WaWmm10 zw$cQTE9Ia+^U(G1+6sFr_QF8eJ1407T&dliZ-91)nlj2F`%QG^>LGeqhYUf9tr75p zxf9{h^+Em6jjFojf>&SnB;N}6L3C4`HDV~b(t-|9bLBpJ^G4#~aU`bP_euYo0wSxi zcA2_loaH0$5qw|6>hsO-5#F?lv+s5uen7u|n8F9K*@;+q=Iv_^t@=hSy+5RHvcFX+(LO<2*)kvgg z952wgyvq?!Mp+)w@z{A`Zd1WHJPY^F<8;P@V~fb)bE3e}0`!ZWMZn z>>gxut0{K6G|AdD5fKb#@lBtfm=15%A83C#7Q%tsgYa+6ev2hh8?PB**drIOT-4jC-USMM@N}4C`O^P-8~h)JHC(%B3~fe(ctfjk^iJ*;34$Ul z7JTj)+X{@Q5A{kI&5BYT?x1&RnI_3e|H3l(#+WtOOm;X8jd}J zQQ9a(XiN>@Qg^KQ`WF8&L!#46n=4qT#F%q=@;6f3A^L4?K#g_+Svk`aMK22Aq`|=@ z;aap6zcXsqjpW!0Ut%_rdut>?2u!hjEL2Z4*l6u$#8==acJWewIyRBx(_@NVK!_+F zs|>b@dAa#TQf5!`}?a+o!IN6`0I$++y+T$WKnk21ic<5ybi(gi3FF4k&#)}6z? zkC^Z}5uhkO_FjnDRG~f&5Gv6@t`JPSIQL`%YZsaWMVA13W9z{}sXy@|_`D*FwM}{S zrt;PN1ux+lefgBQ%9QuaR#KEe_p0$zdXf2L?DWV!FUNiQ@pd+BiSyyqY}GYMZ+Cp& z{O^d}Xrz>6+`m)vcDe_G2Je3bA7&5aZjx3AACvjVm=k+jt2z=;X7w5aFfk8<$2t{c z`a219++cAV*(3wG!Rmo0KLvm1J-K+kGVkCw%^%Yutzy13(=;6Eu2p@iuJvLE9%v%y zki4*=@KyXbE1)xa2W|VHJO^ClENbJ5dl4up06}QQoA=so;y?}y_fo3Nr1TC1Fu zy}@@5vt0a8LUv){ZoR*AxNRR(NtpWkW$8q+7b?~)yR&m8-BN{zTwq^J&8mtEC z{De;jedSTTCsB`k`i5RUh{_q}WrXArnJ#U`qMd7?IsZpR<#{3Vn zR24FMpGRX>SWuZ{dv+J{XDyenPH(|Af%d0r=7;mpj!-uAQK$xb_R{eIT5M%> zBbh|>6?}pX+y}Ol&~c-`UG&pDC0Dod!?MQ@c$E@o71Tw_`WP&VH|46bYP(q3*y#25 zGnmPMU%tdyD#?|^#t8@i?Z*P*3d1P)rE3}$w7d6cQlFZvG>>Wy_N2DC>bLEdr{m@s ziS1iQ$~*fP=V2)>PT|WGTn7fnJBBp3-(A`@yIzKEf1J8(#Lk=RgQ^amigg$LR#Fhy z-cM2HA+C6QO06IErxq1x->;ylX7h?dV-4k!B~gw^)qUyZWl}fxtu(VGdMop%RddT( zdKZRh3-+2eb+*--=g}VrfunQMuQ|Yv76$sa*y`T2uW}J}+r&xXR3zl6Z3wQ0SFxC? z@6Co%wDAkZ^`t#Hbh(Y-wV4pw?25-90ci3OwPNOAqm!?Kq0n#6s1CfrGCG->p)I}2 zqnEEF4OPtIZ0BgQ(oVy9$IEB=<9r&k+`&3aA4?D`0lc5P_rE=oe;^4nn(6!|hIpnv zX|1^1zR1!dfq7rm1ZxAe;aKnM&BQpR^zL$IJMVK`Vvj{1yJiMwG023yePEgxq%ZWU zcMunhT9&KbaeLN;`TO&1uGw6H7osCBgi>|b^;**FYOKzqDd6K4($e$N(P*-VQ2}oR zEnou{Bf+O-%G3+63&s91JMw69?U+1gR*+Gdr;6n$%`IY|XV!gFyUk-W-ZT~~4D>xH z0i5tuM&*)u5{H741s&MoI$FVe&9!JJfPf>6zYaU^BaM$DVpRE|IPD|0$UW3Y>%~~( z@f`D9w+IHte*?zHkMYK~NfDqn8RfSXugN9-T_dFy3JEStFvbcK$7P=Krn{iZmRQ&O z#v(q=K7~qU?tg*2YWQydALN_;|3SW)|EoU!FYErV4av^N%J#p@{~LWXad5J5{C~C~ zW7@zJb2b;~V|?cJ*aaQ`rw-`>?vcJXfQP)by-n0^^WQ53_w~=5Thsj8-+wnXmBu^e z&*%Evmw1wqs3}%pa#u03!&kPsR#@kl?LdQ#(m6oj;O5-m;N+aj%4h{mE$4kDjwRM* zaq@yZI<*03p?Gp|xdNudVKW5gjqa^LR2ViuBrJi6vC)aS(SL#ahx+^91;X6pbb*jW zGzy>u)8GlsENm`7C8%vJZucQs+Z=z!9t7fnpiQKKNGK?HrvD?}LO3cC1r3FCf-7_D zgG(nQ#SMjQg6lJwmKRs|21Jyev^lxg9cSm;TU%$ab~$HPxYO^HRzUWG7BGQHmC2RG z|0<#O>YRa{!`RCLFvKAwpcNZ{xW8qpZ7oi&%+D;L-w-uHV&&{|`Ehk^~*oa5cGC{9kZ-aDP|A#0kIyP&hy%ps4@A3S4}8xXF*i3Hn%2a8ndK z8=x)xqMa0v7qyZPy0f#Fwa&;p2Hc|nb7x@(xNZmk+?upBwzxDsf2=lP&8-Yw)gjC3 zUY)Di{e`D5OCtVleM21hPRz{a2GPXA#9ZUb1S*3EQt>c>`REJ!=ed^sQ)Bui^EI$L zI=M50Z}_4VREaP*^>hd`GdVuDjJkJqW_)q@tS}rv!YM8u2sO8cWoT**-yHgh@-1R( z{lf6&^bjZL5y%c0-DCQL`SbC0D)nm8Dtl#H!}pW%>(~BdEKTiPm9!Lq@kNlDkdVvM zADxzoA~-oT0c2=uXbw^z!29;)feI$F*Qdq!b)VYI)&%1C6MZF-{u5q**{6_yup2D| z^>(Z2>`s7U16}aOvd0Zu4Ld>*fccw0`sMInA@ck`UiWL(|I0zZgkf{p*Mb^Q`759; zf>Y2k+V@QGcyaK>^x5c6fMfXCC$}v3+fv(DMlOhv{acgj%Ko(mETrRd`OAuQMhfoA z!KMVnjid8rqxwUp@oh6u{kOFY+FicCj~*3>jsyhoyWnS=+ORxYy8px!AMj6BAnl}2 zC29kEGxMuOPqx|?NJK(H1fe~i+&#`Q zAeRD%CQ$#5VZINMCs6+l;Q(kZ`b#JW$b0^m&^;{P=rb4-_~{@35hYOn0Kpi1PUc65 z;JxIRkR7OJir^_x?*-vwjQ*8i=srxRn^9w9s z-TV%MB|!aw67>vNela=wDg31zxlwpQu;}_#4ybSYh4|Y0h?m9`i1@aGy)+nGdM23C z5}3;6r*9X4Cy+S)lK4*CTpyf&BAEU#yuA9))e?>{NdFs1(9-z>;y>s1IqKv$^!WDQ zS8m?Rn-Me=R7L}af9k%O-JM*&JiEU9e*I{7fA{(f%*x7c%0?Vz9^FT_gwk4suH%=3 z+U=WtP`aB+d@gpWta{RLd360rgejENOCfAIcVNijUJ2`NB9ynFXi<8-bDNh$!duBH zTlswY&PJ)^Zd(TEnK7HJt|K4@}wgtLNC7ScJI}%bK74daG zM|Q0~r`N`WPTf-7Xf#Lx`ch`*#4E)w-Y~w2r7|Jn`R4Ci}7 z%L5rNQRF75>6o{PRJ73)sRmms+eX}ME0di#c%TqP<9GsFvlUeqp0suoHSv3@tB~=nnCX{pUQ6Y7{=vN7M`e>XKcP@fopL5agkT=P1zjw{L$L- zkg|fEtg&FRea4v5kjhcvrqS4+XL9>yTgj>*enfMt=|X+>dB@mQ(<8Prel6S?7_PUH zNLQ&e089KbKAg0rP*BFofHxxa-Fw#%_V!vdk2vC$&2bm!wKvT@a#6t9aqEpBD z48z+5!gvm?S-;+IabN^7)YbxSO-k=&<}Fku_%_lYbi-rjwUj zrbrH{=c|E1c-H4MmW2$>qU19?-DN`LS6C(ROz)`=*HAQNS%v=Y$IThjPs@vvhgqAo z^*0QH?125l)hk7iU^AN)58ohf6#gcuV(Q8Na-)@fKOk!F({2~=?ytHL;%Pb?BS~Yz zoRNRi?&Mg%=X)hTTt=jEw(M*7wjE9bvqMQktoGxIXv-62z3qB6dSLg4}67~o=Y4rqYK#P*^1UP6eN$qZhai-|FwL$Tj|gmZM8Y51BxafB z%{_YSSL4egUk6b(E^_j%lb0aM`VY?LDUv>2&a=57CzhW79<0m>E(t#&`K2jV-r%lS z4*o72{Rs8E+?;FD>#h;e0+!z2e}Mz?!wAqbb%1PR83VR|qbao10!~5_Lb$b!e<>V; z85KlE=ZsquXq(QvZU1#NZc=KzjW!&g+gmF0)cs;&6k1nl=67nBKxo~-G{#HG#qdg zcwpbXj6-cMLl)e8t+2q^(0C@K!``$gs&Uli<^|#X&&{^`?yOl%T2_N`0J>|32nJn^ z_zx^87Mag*)8z|q^r&>e7Lv?O56YpAo=Vhm*uCLZkMx=aqiHeQl_7u~(>k$1d3}|P z&%V)22g9Xh`ky9AH z#DeL68-r4ZQk>Zt41?m*Gr^kTBHtMw-iUNN>aNHqskG>=SabXfn1iWJ@)W#qmb zN38k$Whfxl0LVDW-!Q>PW*YsCyYCr&E}1u=Ptc~}bouwD5Mv})Sm4VhV*y*uHhdia z==M2Nl2XPrt&c!A%{DKVTh$#T$s-%Rd;>2bnymsps4PqOJ1JKa8`(xYD#W+6rNY6# z5Q~S>BGM z=##&xoKYh6WgMWa+>I`JA8^aUeZAV>t5tv>&spkF?{OwZv}UYuGMEJ_@qiwd;+XcF zAJ4T2a|>^@VpQwXITp4@Q-?kkx`I*O+0K0=pHPuLFy-#G1?L4lP1(|J28G=A+<7#H zU|KREIF){h2oj~93d%OOH7=Z_Mc9$8FR%+EKZp%0V0Ss}U2p;Lol(6{`-BL2nKfTI z#!IWx9LFp8ue9(*wo z!C|dxrC!<0*Mle4pmdh@`u%KUNQWqrJ5=&sIbGr^%76e}=N!icz#T4E0I2McmpgC0 zLC1?PWq$24-h3x!Ay1gl-f_2ST6@L6cW(n2`-%ad(d6XYtPa&;iQ7Ud1=?B(uc(!r zbPT@%Xj&{JR2CYmOh13pW2D-uem`~h!sX$hf=*GkyCSQ*Vnv%AYo0OkEy@xt_nO-a zIAYSGAGW$u9Zwl2@oFO+=qsWcXj$3?-0s9fw0lb<_Jje~zt9#VT9#OTTJ~Kq0u{{q zN5*iN>cDRfv$@GiPyO*qmJ9PHJ63L$UJ{~;O)&BhZ}lm{9R8s`JDk=+Yt=874njJa zM*hUbx?4tiq-h#03eWhhm6M58-vt52)ftrC#)E)L4yb>dfj^ztFgOMVNVPC>=+V4pb~&%lJ|>nmzgh42Z0W7mQ9C-xVwK3Qne;5W>nM`wf+0 z006O2Wz;UsJ5OHme3d_InS<{6`%Lzy`yfh`HnH7Qogj_|4~ihDuOTwF$?HrR@ape9 z9>>2GfxLaItTcJ{1^00_`7m&D5Vt&2N-t+wt(DQUM*yyP;a0Nk`Sw+Yk=N*B(9-}r za>g&pkobOVQ9rupA=St8uG;Z@U!(m(ydVLVsul|ozFD_)ZC#Py1{1Bj1jzARsImMm(_d-CSWV+t7Wt5a4eNafl} zcTSw-{l5a8OlI8*(Q1!gZE%S7t}wvEME^3njlYlrH^!h|+cz&abnK@nvfJ0Wtoxjy z_dguysO?Qm3wI-y3+41A|GNV7;5%Vmue&h5Rz5&*;gb$as0=Xm6JD3 z*!#EO53MRIT24CPrkJl-?h3Tp3WUG48X8AM`l8`JYqcnm2f(W)GML?-HJA_Dml;7nLvQXq2|Btm2jE? zd|W){kGP6o6(z_F81kd#qUER7QHegDj+FYAi+&-d#sqB}!Nu5qV^`4ksZlHsutyf> z?3J%UDXp0M{e+Fh$)nccdVc+LJg@`w!~Z47daPuw9vi$Aq@9RTfdrEeYk1f%83e=$ zBgydIzyRVyt@TczlS~+~y()#_9d>J64#uL#AJaMp^xw64T%vl}UjcUeaF0zx?3CyP zV1HCRNtt;r-D$(#5+NRL6y!?$vwZs~mNt&ANP_HZAXX5KXj!~Ewi$?bKd9{& z#l15UUnmRHB8D7tY&OxSOI#a*sSIz#GrHBO{>H^9;XaL%pJ#oGWW@xX@K!0nM4F&W zR5|ds@x)EX?s+#isxR%M*bs{IxV`kQ&^XywyGH1-<%Eq<<1sS*c}#gX>jAA;7tI~} zAV12fcWJrO49j=@THBTK><|Uea|%aNTkpJs<7t!r(aWL6_!`UX@ByDSK0J_MNqsra zp|Ul3-%E&)K|&JWb397i(ScJ0Qz5=m+=>lj5Ea;-DJdIQkrbXUnIef8Ua_9pE^?F=4<(Y?$LwFJ5x@~9%O3rV4|cr7C$C3$+!XIU|XGPQmL11j<#9xNWC znccvF;ic<^*1{us)7O# z7S`LreBU{t{a=y2F2t#cEhzotHjC=ca{}`eJm-9jYSQgp-f#{n|7w>Y*6Twe3gca@ z>^orlLY;5B{AS?B&8Vao1}^H+WXTzE73C9+XVx)_pV~wTzHsIV=DO2m9m^gMA{%c| zRV*T*^z87VTglhB&qpCyCXL8}EO*($_eL3bx61So^tB!X#-aD-a8tB*X`K+m9pW`L z(WW@(yiaj6JVr~Q`(GDff`ulDf9;G^4_x*zI_MecbGk0^JKS?eX>Tln*Ou1=5(@?B z$gv`hwZ0@W3cxx%wZgr#A>x%bgj_||*3N8&PTgp`Au#i-KCHmoNUdMTrq^G}*3QYqDg`VR@FM*Xhbzo%ymApBTB1;QY1EUfZi6aQZ;NwA~ zG7X^=(J_ALZ~#*{>T1Y(((Gq#{C3(`3C|f$LN!|vieM2AH}w<4jQ_*|jcFS0H?lt; zmY(%4gL$_=O?gG4SfQBU&L^^Z{c3=M3g0BPWK46=JnDs9m`{unpHp`E);K;%H2WBM zT+xCKRUFwl$71xoB8d>CO-U9W(8!cIv|GY>Mc~MBp}6_igo%$C<|c&jGW<=qS^YZ5_>x9s?!j3OblJ#F*TarEoMGO84Fd};gVM1xGYP-Y_D z8hR<)7uvM6_=ur_xLIPfm$iRD0GF_`C41&Y)0#vY^uQ%#1TfHR0%K`d8W`(!iK9sL zKJc24jH1?}dC%nEApB%{Yr&-PY!co$5A;TAq*`(mFXlOWCVVk*zfZ+~Kb^q%g>%4- za{I@eS|H7B%o~DXJv~*Jwl4O;qmLf@u*KW_| zN3E`tB>a_p=`>N8rOOA?l_@`S`s=5Ut~Y{e4HuP7v0+KW?Cd6|{88CANCjMXvu0{*o*nUvf_S8Y0e00FoajWYPB2%y+Hdf48BN9~~= zQdFup+G*Gwh3L~rae7=_pO;wjnFz=_P^Cdx6>-On*JYwRL;U1@+t3+Wwyg1&nYB3b zq6OdBmIM;Q`4+I*COZ`bN0_K;Uww{V}l6}irlPWlt7Ue&A*RzaPw@m=D)G!XC4D7~Q3a4kX+h{^m(t4R8 zu9OmelGIY0M^&^&Js@Jl0P|5g&~EdYHD7S^?sE?gmnVD-fX5WrJu zjg;yzL6zNKC+>q?EZ5>0(|E~0W)+6uk*V-!=|I<#C3J;jLs4bisa~U=O^Ys0Arn2H zw9j0x(+QP%GwYHV#3853GU~?CQoQax->A{9Cp{gi)spni?LVh_0Zu0;(%zRNe zRkMIf@vnvWA|@zhCh+FxBiY5{PY&?Pa>8!g6yWm%Q)h$^1}LfK^eL)RdE`U`d6Oc0 zd-n2S+0a3TNYkFr{()ZAIXFH-o$zL4A4_0o`N9ADh&KJqX|KW@dnRAhsCOc_y;uJ( zTc&FouH;ceKC}pb5S38m0y2K_JbUGOhEaKUjA$ZNhoRm;nB$7iB7!5@sx3~d$u2t- z1uaszqAi>s)%~cms&_zQ{nM=~0(Ky~4F=ic&C7>Yqz4!SHy992I3up<))3hxHUAFh zK_Sw`tZP$@iZ<*_*s`O8qMI1%XlalEp*QL3e2=?m?{V7}A&?$5rF5g1#jbCurGsoe zrmUiXQk4sA4(Vt`Z5$d9AqdYV7nn6=f-^eD{qR^qm!N+&SycUfihrd(f1S0tpqjGL zeh!gW<5YRy}+wd5XNV#UI zj8pD1BuRfZ|C>1ord)!{WHD^iDx(doo5B9KkVM##c+J29VH!3>isjXaR#ee9!pr-^ z+O+8X&%1D{n|RF^xa$Z`o&Xf|r^Hvmgja&%TWQZRUe)y=XWS=Bv2NbkbJ}*vX+@SC zE1a^l-TalGb}3lCUQvEykt^kJEGuGO^GC*^ zk^D;Im`|UmCK^^mGpl?WA4*-N{NkG@{OhE@cJ4~NWK3~aMGNd#kFp5N8{fW=!lJeX z6=!B2b5z^eXCQGB$uuczBc@!aM-(aFR*L1d0^dwnb-LQCX+Jh_lb*C7CAzh&(Dvw# z!NH-BFrTw#XFSHIp9%0)wXh~rSeg&ab##2)Uluj3L=0@soJ&xR-;#V5P(Yl0Dbp z8SGY6J$i!K`LQkOv@`zuY0c6$3a=D(+*j7vN@IKXR;BenUk!_W4lHXb0sh>PUbXQ- zhkFT#HdG^V(nva{ZCqrE8C`fg!_}YDy^`t7c*X=*KSO`Udbl6*Wzg-ugW;t1Dt4$+ zci=AOaQ8%&g<~KSXsVCaqJ_&1xgV@+m)PPg_+Q~tY#}AnlDN-YR9(&RiRQnm4~);Q z6PVlmtG%o>yI&d2L0TKQi3l6QzBpHN!Jel_lKzJwON67kDY_Gp9-bc{$4IiWFudJ$ zZ=EAE%vtsB5xgJSI1rq)^DT=I3j*e_F*wsYw)LW{RrM zf<6Bd(ECF3+F5c~`2xx|lODyd=cfAV9Q31cz^cHTVy^daZ7UVja6&qpGTIbH*^MLZT$5a?rTA>WRuQycZeis~=m0 z#ErN!9%ZD*OyR}eJh=w@o4HLy0t{tEs!k@BurLz%hyIh1Y|(jS zHXhMezEJ-6ONwnISikdF_OE~FF4p|1jK6$K`B6n5Brg$}ctPb zNO8*pTetGid(tG|gObkbA7y41Mk2&1sIyJ50Iwy%qs5)VOYiq`JE_4()mU+BRDitI z+T)UsAI53d3u;bI5qFzSDpR`bg@r*RcYQO&vcIk}Ge_BN*hE{@1Q|%lb+DxypJbv5^4?Q4-U6gw{;kNSNR80oabk@lof%36_l~};B7|RxRfK6 z9y2vkQ~|uT;Pg4I5yUkiyt5r~*&2C|n|lK>qK8GULlj`Fa+Tm!B|iE{;P__8*8{B2 z7X?BYe($g-Ur{75y&88}wF3dIvJuZ;z&7|8CBM|@r|9gur3~vRoM}-`2GIk6%j*D@ zCN-&n`pW)2K6Z>Qi3D||>7GvnW&M%JY<@^EiV&%#cj0=+x3|{^!YbX1(yP!ee>08o zcX&6XnmSuhKz-@>=Gf20AtV&MP&RlbCs)>DDXj{{W7dJM$5fO;vScwpy-UOYNW}2D z9=uOrrklAl$bsk2anX%>^yQnfGu!w$nl}g1DZScdHKUIaOi2Z2X4=DaMU1|)2VQJy zZ>jz0^}VK@>KIMsBE5#KfHWAvs3kyTXXv<0Y){Js?>@d8v ztF1Gtfb=j9zx5K)2+=snA1;b;%wE{#1d`vFxZKLJ62S>yxgB$a?uaD?uc_gEKggHw zuoPj}ddR{e>If_5>NEiQEGEYzh`fDW`;OQ7uMNVVQAG%;-p?rCxyMcs=AM@!KBwn9 z*)lAa5$ph6&mVXDkSF<~Rmu#NLbs4UP=Ini!y**-_gM+@g3|ogo1$>%uycEtA&#d7 z(It+O+-27s5{#Yc00SyDEAxTxh(4xq$oe)Hp(co55TE(O+!kr{G)SmPB&7ywy1CYK z91{`+WT!i%7o7*`s*k3ZWxu+qPOQEcD_V$BVrJ7Q;j!WS`$KDek(=T4TaGv=8u=A_ zvHkv_!;Ab?`V#wdQLpiyngPs9Lx4j#bO4XGIT)&DbHk5N8BXm@&&75YJP?(6;AU1} zx-6=a+1U5VDTPvckJ7|x(!WLbxH`cP@F`#=T4s< z|IQ~@L1uVnjr;qv-~g+5)8+<~`&JI`qL#dbm_B>4P1RB_?B)P1PNI<6Jo zWkdTt)nH_tzf+R%44P?wY;u~NU8pfJnTb9|8O zk4{C{TX9e{9L<#1hL`EuIJ(6uQcT<}RySIazzv%eC5Qt&X(;#ukdXUQp41>%pt&Y( zW;uX|RvGRdsh@3}zP&}Jw57#-U}Pnoc`q9Dpl$SqPT0t9 zJ}y0mwBmWIa{Q1+KNQjV&Z3wb0mCZBNCXMDiupx!^3u>x{f_@E|G{O5G<16s>lhvX z>FNF|$I$p?{X?NpmNGI9e%DpHLn3dyD41Oh{g?b_K*&o89^JhWx;?H)$nd`kwQum7 zD4lt(i!uLCEGZaU^~|E`u`7B+-VrUsKSRupm)N!Ft=j_f~SQ`RM$+ z#VVWaJFnTCrIl#PLAA2dZwsqAjgv_6naTABiVK%(lJ~>3IQ-?ziA@u_=3y73nJ-0& zX9%M>H;j42yBCi=mN3)&>00D29q;JdXY-D+Dd} z_4RyEyVStS)F|%lXa#dXnTJX-S&QQNBrf%@iI|z?M_wNwti^@_x`8|^xPLcB+KuU+ zs^4S+i$!b#v8?jL$5@VnvHMKXo=|;6&zw4__yrDyDW)HTEbV+-A_&udZ?a-YzMr0b z()w8;Mu|L>ve-Al1vrKJu0MZXS)&H+DW0D#z{2KdebW@w@s%5|`yWNm7Gb0F)RlQ#*6<`kt%~k}dcz7vG;iH4pN61*cb!1Nj5-50WPGru! zQOL3Dyu4Q`9cMw4e!oMBbt8)5?qM0QWf6isDTqnrP|h7SZUhQqN$B^HL8Sp$l8MsP8!y5WD+>$4~Z6cH$BZ#IvloAFUIVoGL3m` zI{3%@jpS9m#p$1vQG_-NY9clfgSs?u(Hn`rvE%l{m|qFV*P7>!>o^hceH1_^tR^6% zcTvZ>p|NMA8zXri#^S5ZFu%Md*u%%UUc}0(4L0gcSn4&xq)5{$xd%c-3`thjg5HD= zb=7xz)Mcw*HG`bq)$|Idmw9%}5jxT-v~Uvr=I2+xULw`@D!flse==e#=xKAEICr&- zjxXt)?wBu-8S3Ke1ox{I5X1@6jfv`ANANr-XNYy_apd}Z&hakzaGxom!Fx#FuA9TR z?aTiIe6u+j0TJFor@PU`_zHNf#5O>hSPjY$Q5GUE?hVa_qltD#)Ch1-Nf-R|`)v)a zDUu-v{ODQeh4r`G3HpRt)AdQ_buhyvHBU~7D|$9?#_dTIF-=T11Pfx3Wxx(5uWnKM zC?AfWW4_~SAqYUJIS*y&6s%u}kyzVZz6J4CH`yeph+v9C9y>L8hsrG4Lf@%iBQVV| zd|x}#rE}yN7J%MDcWG+Xn`^uI|EDqLLnEC`*WmU5B|q+O##JW^jtVV&aS9uEjPXJ* zp6eYOvz1$9T^>yZ!}l$-n1E&_>QotMqo52?#kGDw78s*i+HYHDWUroqWyvMX({eYH zKCygh?xZHxqn@uucZtT}ypr%IF;gsoN?$DqS8Ep^0!laMbCxyjOTyVo5k86~HVR8B zvDSA>P;$p7BiCNa9%x?{P4(gc8n_Lwfr51{M5H)l$maj*l~4y=Gh|5-QLyZ|lgX{3 z+%1XVb?foQBopT_tzz0Z|4=er!j~f<_c_L8Nqd^)aut!D?Mn<`KR;umB3S?_6`)YY zt!)kx5e`wgi{887a4rherI$-He$`4BGnviGyyW2>w|C3^mbw{wPkrCHqRZ^SwsoAr z3t|4+j>gBgCqD(9D|1Hk@K#Xg+wgAL4N>!?^K4x7Zg@fdHixs53@?2w@uS+qh{@ZEcij6OTS3bw282IJ`Pf96ztmRmSlU|gT-LQ9gD=CT9 zY)-XbF{b{azU!HWep8-oE@I17Ptg-9S^G!Wm%dQWVcYFXW(4VYir^itjMNrWBX*Oh zR_#y%&H8U{r5)3x-IhbtjcDqP_@(g@gal{_tjNUCpHSNG$BkO_Nsw%Ra93VfxDN8 zgM6noKof^3bdz-jUIa!708fHU`WCA}%2TL!37{d=A!s|+6&Bg zddeZ&()jeexxjM5M9OfmzGMQw4KAL5r0Q}4TEHaaM9t(|A9nH*4addhzwU^xDIqUW z@f*BKU4sX`cV9e=3=X6L5NkaEGYBd0A+Uc);R)X7RjZJDbpXAq+ZtU z8JdAi67y75%$>CHlT32wASo5h7K^7Y&h;aT@uf8RzgzwZYQtm0;)GdwC3o6jJvDe; z>I-jX;ITW`(3vx(!X^BAobnL~r?PC-vR1nPmC+57gc$dXka1|e?qz(cP1m^$H z9cUE*PQ7lxdRe9i-~y;|xR?H=Huus(ld0(N%U|<)_S??C1@v2)UY*gVh;P5APUC zko&4RD@ydlQsIT+2ogovz33ePoueme`5})4L)pw5UI@Z84K0)!i{?eejb+n#Yj9cV zWN2QV8PJ$KC7dJ5D5jNATM$~bwiCq=(g6MEZ3HOq${ry>9zmS{N}!4o=hA%HN8Eox zD|dX@cGT|!@o0c|l!h#yt)q*>kaOBw)Oow6=bZSro6`0oHsgiixX`aR$0GdjU-?7H z0Mw_5ySOe$6`Q;a8{d@pDb|Ck1pT;0UBv0=%foQdVRmI$QS=&ov8M{-rqj5#5xYx+ z{aG!~0)K)Lopq}w(T+XM)=(rWS7>7RwM1^l4)J&<3O-HpJ-hM}XIpU0VldMDnkC*> zaoP4}(ndXOh%HQcAo!yz{6S|Huoo~LZ)~+7lkVJmP4X-733L7-Mo~z+Ns}!(vLDk+$Yjx zd@6HO&sa4O8*EiJ3;T!n#MC^0y4LGk0l|pp|NUX0Q+LDhK%Hqp#E^(=I+1d_&jkoL z=K#1~CK;cw@Xu_2pc{-+8dARaDaVHL!YMCfw%Sbs&J6a$KI%Nw_&sXWA zj9NKTqJCXjBkroL0pAB|p7FU|n1anR=k{IudxsFE?^jvJdF^IaWJp{d&LHi^8T-Dv zAx%B}=5oIG*xmlesn^K%7%gnv=(bG*5YB0~TMW70%zqDQ73Vrl!d)0!kD7{xg+&FQ zZFil{GP9ouG1IKB3YQ*TZ>Vz>n?-vt3}(dBE|%CNf++t!NT5EF=>R@&7oyNN#ln1` zFp|I^p;05-_%&5>CRY5;uEc`8BH!JM`LyR_c^^um^W{hpsUH_~$1xyE%^!33FXn2{2`k z*8}V`lnS?|Z#JPPi!|uE-W4^X%D@E+e&fcR52nlnxU>=Y>SP`p%yn%}ZfcX@{wjYv zK`t5Z+RhteBU#ANa|ayvJ3C#SlFMtkK&p?YM(<`C@mp6GB!@hl zxc3BKo|`|Z)=tc!6|zEP@K4t9(|RKQ=XmRmnu%JjOP3^5M)sJoEspPafXDA^C8az@ z#pV-7_px*ue&tx*seOx+;YnGCIo}x=&3pNlgt&7SLp;w*NItKQ`F3HBm&j;oVKOu$L|8z^pT!Zt^?u8uA3{irlHaS>**R9!|3zMI@Zn(~mx;(T!u zo<*d67y$q$M9X9cy&o2bK3BCCLB!aUHZZ$Uu`16qO)o$b4aqRnZ~^4=YLn#`WHXA~ zhV1oJjrXdK%$u6a1J=VGK9zq+FGr65A#gyyO0;ztQ(&EShyjT6X$QP&L-04XUnWyJMg78j^qd&92VJSkXB{(&G9*V*4%W|L-*;n3qR26?) z+Mlg{(a82SW~K553+lO@tIhp}8JnecjB@O;L3*->1T1--yNmhz`csYaB#(!Ek2+Hwi1SV%cq)bzFlU&%BV{x!a{4$|MSVS6?8a?jd zUBk^L+E}sX_)kDBt z=G*5BmlMM=P@F%9rAvGi(0{vEDUCccKSt2wFs(DrHs&1p9q^hPnozSry+nd+*&nKW zqT{}?JklGxP&96rzF<|jkBfb4;;0yZ>V(0AGiIkJqZ@niL|{>tNE{vDhgjUZ6GH$G z1F$659)0enm|DKAIuVMH&^w`chn3GC*3QMO39jEuI%u00JU7v@imL9^p@Ln(ql@Qt z-rG|{aB@pSWpjd<`n6U!FfwZCqj1Vgux#*V7}STz0tj|1bt6VEkfqXL4nL5zDj!N%r937oa^j2M536%C9vBc9W~l zxV`7&_Te%}kr4}9ANcN}is5g) zu|&A+RBI%6ADRM>xQx-=qnQ~HYwtWlS{dwDj&l57A~|ggrOuOk-kFMS;KcD;H7jWs zfzw!i=mtGJVX|#m*~j!s^;pg1z;X-=DnlO92WIQRTl1DTd4}mog;Ic4Z_{LcmtVeJ zPra#C3*4YHH^>3`L>Fv_oT1+F8E<$WcRi~>?{}7bp%>Y-IWooe`e~iu6@lp4mod6s z=hIKf0uiV%2i~t$5YR&+A7R^IdYc#NH9|Rg%ZguM_;Q#8V}t@2)~+8Gkohs>R!CQ* zZvYg$`~1s=yH2?B{oxdWmvk|9HrJ_{_n^>68y7uhITrz_A&C(a^DJ@Nde(hDg)WhN zqB2N`y8#MOawW$R$o9fMIKLkxVwUSA)xpR+U(NTgXy_RQUAdc9i$C1OHSB0EdAEOS z;f-wlxxMNY%{jcqDWJ(K+K7H-(W+c`q#b=6GQ6DKSDkd%J;lJ`WuZ}Ll{i7$IS7Ba zD%<{a8q2?)PPv7VFx(~QBcel+k_JXcf6bL-P_|7vxqT9Kc4_V)--Pm^x*;_Xp6I@# z7Yz@#f?o-voNFn#-pIw+Um1OtB(@sK%r8;;+}Qw2AG6>)97OdUybXDcz=+}xvZx`+ z9kl{l^Hp7#CoRTYD&*mq{PdWHWm~dJ=&%^A^WD4EfE|PRGv0ht#0O-ncD$ZQE1K3% zeVC%=sLN!CJj@S4x6Z_oi43P7`Pz<-w$bk-)OEN<7L-}JCDB``*Dw_Z@Lp;YG_tet zk)H68_K*R*qXGm>00Bz!1?@Yt1I+|XCID8L=^l^HlLt3uBjf!;A&3!(ukSU&79!#D z>I${DMXHPdDca*_m4OQCJib7-iAQgF`q&&AH3eK~8RL}oMYVdMeVKl_IS(LQiQJiI zJ-sBfXKb|iNm7I3Qdv@_>ZPm2Dv0;h;4W;7uK!GX#5{a8zInpKfk!Ci$XB%m&0>ao zXr!fMJtpSXoLE@9=O7}hi>f;wp$1f2d0c8PD8R07`VOeVHI&t@)0PCM?Gef=#Dgr; zb%*pL?zol1v#=_d^w?x+0|NbLRdqew9g$xML=yq5+jk-FmbbrrFK8%bt*%_}2JzjA zKSvEI(W}eL?sRi_S#+SP7v>EQYW-;p6sBNN#-=;z&9f`w(1ojv4tOlb{ej_?m#3~r zIpOD_6bo%B-F*F)O-LP_rN0t9Qs!8D`kXFhUYgKZ6pspNb+l% zAvC*f1vuL16g88tLzi4y@;#4x#6g?K;x}&OLlat!|C4l^R6SE%em@M=_6~DM{uOsJ z$9I!S${ZCv>L&A9S(R((27{0K*tw1p_0RF!{$2xKpR}TONVp)XIYLzQRwU^o@*#I% z+{wZj=DqamMigMZaC?LfICe7{j4&+uc0&;t(9GB4=Q-*-SI^VCPfnYmo%YR^7wm+i zhnQr7V|#_TJqIlewH6X-F7lIgr5M5lh;sBBOilGBdiG>^JJG?^Do>y^Ys?`qA-FvK zQQi$*ly@RHn^WP1@7TrD*rZXALVZ;#COuwT+g-2R#oj*Ie@BNjqGUJIu98A12@@n( z(;lfDB_+XWtIE(h;OQ+H>Jti>-ieo8D@n3t>A?BpMEj=@m}dKao2W}3V5Kq%-n}Er|BI^ZQUWCoJh14Bqyzw zGX$~LATca9(&yM6pt$8NEbula%V(ylUQ zKnPC}V0`z@i-nuq2Ooqh;M)BcnCG&i9Yp1zn4}op{z%2+X@PF_C4~Hrl`42T4c%Ka z@XMV@*vJuF2T6D1hC`WU9<41dBEqc!!}kbJvE{%-)1DY!7Z2`t0NRBrql6pj21X{= z(*_2S$0OTc+p{vy_AKoy^?NIt0_$JhF5k(`R^ z8VQN@L3|NWRvl3?0UrY33Q14U>@m7xZpoU$D2}3m3L5z__vMPfV%$}oo;e!ag6y$; z%)MjPr$PifR}mY$2PD?cfC>YU9S)78);w@&a+cdi99uZm6Mtuzqbgrk#rABgowq%(dVQ-vAz%Dowk@YUZ&==a?hRb-}+lF2dOL}?fqR~cm z0?aJ`TdCRT&ZeLD>6n?z(Khc{$!-B=(%U-_YDoUf^=z}o44j$SXvGF5qZ44C**TCx z>a2gr0P@V?k|rHqcUc=m6;7AymZVO!AXo0WuQI4#R?&Gs;?f%B8Oh+>$8h`4s>&o9 z^NEr_K?J|hQIpF;uOI0oUAbR3~ ze5h{6KsNy*&`%EN)gK5s$l6y<$$O}Q#9q6z!>0-WpTLOKIO4h6dQt^exXR3^KB~B` zNttY-9l&x4+UBHzKMQKLYtw+W#>1F$RCT0w^ci5!<0ztlO<#u{&jw#^scqEj*Z1Hs z{M7QMWYQNh^Fo}}?Zk24CDvT{B2ZL`kSyt<)Zz?wKdkS`#8WpJ#Q4+Q9q8n}BWRNw zx!Xm?^QL7ABhblJm}9vKbW9f*0(KJrH#P2mK>m<(dVs-gvgt?c9UMfR+xD#6D0Z|S zk#yd;x!my?sBAC0*|T7-P-(5HiO}MKihK`(DW6KN{yvMyNzCKyJ+|0E8`3cpN*^@f zeE;8DIVW(tTkCll#e@18`pLEAAMxT^b6Hf56N$9;1JeO+2E^6pBt)p)x|)7(_k4vn zOAaD+f|OdSxG?eqs3e^$#u+~wpW0o{zAK4J#uSeOw(ALthu@Ltu58qtxSq52fDGBN zkIGUDbIerCXp!B+O4vCs%j$UQRuYl&V-|niR!}b|zq}RJ&jySVIeBRNw8ucpLUBLx z{Y+I`ix=j5i@aF@oG87J&7B_SonCCxU~v{*G#3FQ`3bdl;H=ctbbC8|Tl)}^jpPi8 zuH|3CyZsWw)mBEA!2r0=F99s747I|_NyKfkOqKA?4utpoKf0dqGe(oZU8J=vJ?;$T z4Ym#uArsd-(Yu+q6E0O~!l67l{pnd*ia8Jjo)Pg2ll&!B6TIa?2Z|2!KyD+TSr{pUf$-7>!%*w6L{su&<)I9Tq~A>O;`h!~0~4l%0!fM_uik2O z+Ev)4E3DtG_!qQ}VY_EE9@q@@Jc7N4pXVe)wQGMyVh*=QA9$H_TA?ck2SY5KOOqz` z#r){Y{UzX;TdyYcPSPcK*G~r49y>Vb(xf{UW-edB-QM}DH1rUwk3fEXgV6bY_vN_a z3@qVo$g9Rkf3C@M+QXD1Szxa?LBo@*h`J#gx(p5mASUGX{-RdYgR)%cD1%X^s0o_) zQ+br29}1adoeY!<@JpHLwSuE`Y?6K(IVIhhP<5CU;x|(%Uxo^}cV?4WfSWe|0}{jj zzaTO6jI95U3iBT%hJl0SfBI1vm>AfY|34uyF|8)b+FOgDkwOr)1K5FHN4K}Pa4{ej z#SU-#x3~Y{>L3uZ_wgWX1%N=@{IZ>Hc_w~#zaB*67JAH9s#Tg+D>b_+##NRxglYOs z|54Nf2SbiePl6+;DXXC`0X71uYiwj_Xl%q+lrvlZbIsqwGp3}8Z;FCl54eMmZD$%s zc{EI-59yXi9e@MiP~!rK#|1b(1a^FCXarhU*YNn00^xcBB$nQ>rUra%9tX{k z#JN7dur@M*^_Y0x69cH>zy%nenwoicW9MJSJGM5my#$bF4p9%f)?>`f+5}u4IA#48 ze)dN#K&1~G!2Z}!-`>^5l=WX1G$^Mg_#6Z9mKDLuA8Q=+_!_Jc;9G^2e_|Q$+0J2l zTp0k?3OmhD`%+&jysLr<;@+^ni2)wv!4d}}KR z=O693-$hdWfAX!q>u$2CJ~8Vn09UvB-xwMj9BS%6%8|j91d*kI(Fs&yst5elD9Det z87L4y`^Lt`$9hLVep!I{unv|fJqc!RTme6>0KW{q%lj8s5H28UJxRciP4z%s-}oLK z=^cK6@FuG9wJ*7`KSJYw2>J#_aDeFn)z&!ies#ZwU>d(cdY%0nqrmxdpNql&WsLOl z{PJM*KBs}M_0K-Ce%}O|&L<|vsm2+Op|r{}8_$mHtp~Uh`!0f9CS%0e{_SNbaS;g8-WQuy_4al2*P? zpx^(xZvNmt{w`npR6qU}?*G)1lB;rd_Fy*u6o2(#l)SLH=Kkz;J=akm8Q~-M(<*o|@qT@S)V^ygBkoehAt&?o)(j}{>7z6Gi5kG}Ay5i__}uZ`Q%q~w4K%u;9iKfAK>2drZ3=L@wPu$z0=GS_#HYo zNa%OH@rOYlkF)OsUxm~6tskVTcgG8^^#E#uzMB3&^}mdzy#~6%KXS--!p#%-cSp&- z2|A@2paxg4p9V6zj(@lNd_cOD&i`$$eDMnIt#JFx_MO+u>gM8$2=?*y>S6Kuci5*# z`7a)P9LK`|&UzOAv6i6tr&Kq2JjcRI8{n7yM>H(PqI(?za*>Y1raPfLH>rnQkD_HB zJekpRt%CT}IjQUOXWQ$FNTY~s3>7(JS&oXa>AmBO>fBCZcWoHO>6}I$bhE;+*xO|G zN1l>c0Yj%Qn5O!3rDER49Lw`8X}iK7yftQ}UJ$gfI5f_#G46WHm5EE=5`52!#b)Ua_ zNt0ICYn;l7Ykc^THE9%$qyD^3^WJ*qlae2RyVGm%7D*X8NoHc<~R)t8Ti&B-3zf@Ya+{6hxYhwB&ZDb4R!hBqc$m( zc!IwHbaT`w%MnF3MJ)4Kp|D~A<*}6AD050AHLJfjO0k+Ln0ZMx`PobGhHlaM(!>iI z1A3uuAykopMoHwOpCd^|HX6QVXd<*;ihi-x)q1r;Cx;uG#aloau#u`k@|W z)O5k4mj!7F7cvz-v>M;_);KA+2(~X0vIIMkXJ$sO7-B@oLDj51p~2I=-H|BgBaHdWZ=p)x^C3Iz|hEB8UJsN=ZF z+%Oykd>sO&-CGiE(*5+@j|ij3s{Tv`EjbK#TsCvUuGAM7l>=2Fcu7V*&R8+hDj8-_ z$!~kj;Tu@P{uFOb;Za zG>bvLXoNbrL{t&{0SbXgrCnriWyqoGT}{KG1JnW#QJ9)j&9(LBHA;TYaDz%Gx;2Us zS-g$`t&Wzoa9ru+C#d_AtU+b=7WUA+5@@P3|C4X6`XS z*{6BPu{Cd;L|LVE$dKZInEG7SBGyLtZKPobD#Iho2YTJb^=dpa-@3+0-krBa>hihFZ!dJw)YbK!H0pbw1#)!`0yCo5zUzH#e=50MvB~Gc34~Vje!WAO& z=Ute`msDh5N}!;9NpPDV)Lp@0stBA#86p;DgCxA=Gvv{xv@9^pz#<8+j5S*C+vOfN zb14P54mwy3Xb@_l@2Y`?t^%QgL7Rq7(}4PDmtKq?ofw*uCEqwDNsV0Qk~Wwex^F*os&3e%{N7mNcsRVrcO9Llor zJaCu7-`=Z3^AyEkReAX}Dl=ixw2sJqJv9=$F<3Qf)R zX|VmJFPhaLbSwK7-XJ@zd5g zIh}t5PM!fb1_n>h)Z*Z(EB~0mfxDRW-e?dA9~VSm!GBd0-nXiQH+H?j52uvm8W0iW zgVPK$dY4VKRghhi$Jx!!S}ZxD@bqpelv@0;^EL*j`yPLXFCMu(>8Yn5;^^5Vww zJLt?n?J+ac2!&-VkE#nc2tQ7-@>GWqW2x zrn74f!8=hA5TKBA*e7K)!Q&doRboFgc*B*dKjsIxvqrt%FG)85sD^5BI#2cdVAT@p zRE$--K@4PAY{emTLcTS-NlDj}+wlD#iWhpR2DNEl9<;stPdpa3grR-^=~{W_lV@a_(zp~U4%_Wk zjxVy)?(I{iJ<`BMmpCBtFo`@r+d;iWauL86lvRld1y9wJ-l>%-Zz$+1qLY<# znvcP!LsD#T)ZNWL+2L|6j`3J>f7pAZ>h+#DSSWxz$l*n;*?cSISczk0zrq#Vx^})q zv0*-j)KYhuXT4V&c^#fastac4WNJ&vz8-{l+Ghr_&8(J>I8tV4;3LkS*_1W5N#7PY zHYTl}#c{NU@oN(Op}GOmBxx#azRnVNXwUOg08W=g!;02rQ$6Dh-=+BkixdMxi%a@p zVnZXW%KjHfdht1bIZlm;nZ6P|c%kGI&ETRc4%b2iEq$xS>;p8xL&)vvcTq&Co(J(x zUqVSya3Iab6d@=sD~c+)H>NoB+nsO5OqqJ5dT&Lit*ydSOBIEB6E^D+{4I(4&7IH^ zqU`m7^w+OHcYZN`Dp5?-(y{IAC{p6)xht<{4z#swd}`mFi18$^y7OYciJszQ;;JtU zb@>h^WNeCSQh}LQc227%VhHOaJ6oVhpr@$F(t6m~gk0y3E8>{O=r>nm?6Zvp{Id@} z$kd$MGGm2deNGyQS&xq-E|g06WDOiT{iVnVvy?O#6v8N8FF=2*78-u|uv8#M9;oL0 z(1xe$3WH8s17l8cqXQBzrn%OC45E+&v{^3M1M#&ivCV{CX#O+sIp;psZr6CCYaa2I zni@8`S>Q~;u1T!dVeeDSbx$2ilkjYI-d7P({Ds~{xoBiNk=y-w95o!Uy0r13?y8x4 zD3ymNZX!5mQRy`kx1ZTJD~RNZ0Gc(9)JZWh1!OA2&K(ULV@dnAHRaoJ(1~X zjM>Ny*SN{T1oW9>g2FefL@#x!poovO-YuXJGSo2yz`XTz`$$Pas=h-*C7)+Rpkd5v z-#^WML_|1eVIlqme#`^f(e=|VZnPXnjHM;APCzAkhF#FYJM1^X>HJzy?5$4rB|6$ zxK?RIdT?qnk6vTG(;Bmi`yXXMMY{pZw}T8<;m|;HJ5%K#x4*}sZoZs>EAm|OW~Qaq zwm8v&^}NM;W)Qr5SH}qhH;@Y4QwW(Z%+iVOV3ifU4);E7&2 z=8?KNJTe>FZ)Bs3PgJ27z2lp;()E80lds*)Eu=qS-Dx{G%$1`}(nLN`%K(9MzWh9D{)vquKmBQBvpBK*UZ_O!YytpC~>M<^D zVvqAst}B_Hx}EAkgKXK6_Y23dATpKayrIWSr=Xd|6j}3NiE3M(yxn!_Y*X$TL$+A? zAjsx|h`o_PUlWknmALq<17u~~t*dO@BnCR3c^0GMpMp6t!i&kX4Pk#AUTfx6M zINRbMEPWTR%jIOa-3^{+)dXRc^l8Q}Z)Uos<6E5>+BHa01g6m~L;(61qAo;%20B06 z^o0SU)X=8nzFSpu_mW$h`vsPOr&c0>>qFgHM}PP`g)Y8wgT4ozFZV<`6DW`jHiPAB2ERYBvHNoD5cj`~H zM9_8*1CBuQK^@7WZx-!0!Hf|xrm@ZGsywTH1{2MRZBDj1g~`zV-c#!T1&|zwyta(+)RH4PL%Fu&_-$^?-Im$$imqU> z=zZDKotiP|ZewluKHM6-qenw#Yb0WA3lW8wXAQPFwVByDD4wQ| zh_TEg1oRF9iI9D+E>2kCKeC(~MA5Y7 zgZt4uvmPq|6WXz;I+YpIxldpe3cWkJHjb6i0pYYHs;zrl24(Sxu1l}&7?L!Ob% z=?;pcf70$eHc;yA7c?k;Kj5Md@jaP+qo^yp{g5~Bu&dYT(KZZ0P6?Lv-_rR&1sVFI!*${;5?Up>QIbR7KTmAcOYCWEtoP zvY1HUvt%#XRwMfZ)MK`T*=l8{hQP|opiEeoaP!}Fv4Ae&v@aEF^M6;id02_xcz9@F zLULV>XLu1Bo_`&kgtvc~-YrR7w7_F9Ch4tkB-RAWt!Q#=#;-zlp>`qgqICiT)tPQb z6{#K15NBMpYh28FW0BN&gz5bTY&Jy_aTxZ8Ep9CH5O$TE6;7Hh;?&==xLyC`-#-O{ zi_4v?ynIVBUM}xdJoueanZyDWiyF;Wu=2Kd-_fMdmu)4LSF$9oJk{m0)&YxbH8)0vC%eZ@s;)p7l@-M;pZw`cI#EnbrJTVJ2%o#- zE|4O4qg}k=X-r;SzZ?zlkUB$4oreRaJx3SB&e<9T%6xEGSHNI|a4CY~nME^50`2xo z7iesUv>hA#3K`fX#q&g+=Fx3Lr|hXGf})_*oMhQz!_o24RXg$kt=r>i^zi9ByrVu{ zGi8v8Y9Hp5UKkw0UyA!2c+|`bE@=X?1>m5}7M&jRC`BC<^L(H3)gY1FxuQrUaDrw2 zyQv*e$yIc*BDkUb&vLtxuGZr;*yLpoJd^z@!=358F~}?L93Q5vv{aAU_DK`Ba+co) zgEXi^dpwLVau|&fz|#f#Mb}HjWOt})b}__ zWrq3?&-(9czTcmft3cmx)7B81RfM`ZZfc?gkUBe`HLOmGkJeL#wQ!uY7L{Q(azrvHKC=AK1HbAm3dE?CTfe4*fLEMX7YhM)vW;zt&@VS@Hq|G= zGB#&spb$YHNdunWCqY$n0trc*^WrFM$P?Rz7o<(L&t*0a7^9frKXwmMD+#bpGuE_J z;5!;~8;V(B%=?#g{bvcE33SRfnbBjg+dCuRW5UfIarpXhv&>g(t*tUTxjV*r4!3by zS=MWt|s-@}RTW#0EkmIuLEexqAfs0BzFA5k%YDj3?O>gVkQJq_gif2%2BKg@);JWy4 z&v3qhuqF~?+^&vFVO=e$lO^3KTsdz9+aCIYuz!!58P)vZLM?>JH)wyCJE7IhnrdW^ zaYSFDhiea$JC>BPN?i`hL1WG&AzmJzZKw1Y#kRw>H;Q zoh!*0SEK@92dW$01vME%dQNS9v)~dBIWXhzbN}+u4DNwEGV=Fg7Pao!wHGtaGq39!hp8 z#62X7ni#qm+hxzjG5rY=e?Btr{NeiVG`xqxMWBWbPG+ZH$hf80Yf=>Q;t_tIVzfyuMLu$Sbn$90;}!SnrZKW**)Kp*TWWOl8O@ zsbYB3-@&);xb_NdWQS{|?weqgfVtr3{U&WmXLleyf&{mn3NLvGOop8F1SJtpT-No2 zff|8?3wha)m)Pp)jky$_z95$2RPTmoeSog1BwHvllc|dQBrgjV7~*xXV45pR-Sshr zFToG;Z;-}g6v&;;9(}`O2a*SxBlU7|rp8|ixaFGBVRrhrRZx|gtoFDu@06s6DpOEh z0ajj^dJWWb83^8?n9^*$*Q46NpJZ9U=2ZwbYr6~63`9=KK0(Ygy*eJv ze5K8qHAG0SykUiR>+$RjAt_`R8WNnFH{S}vP^j?WK5|5a?bz?s_SP7h_%unLDs!#$ z{)IfUzK2rPs+^d*zo1YugjKM(h-pQw+{f$N??cY3gqI$*qmo-hUUU;`st;?bLk2S0 z@ddh~^1u^F_|eLv84^RMP9g2`mBkW2curGIIod;bA4iC6^pOyLaLS8VdIO@p&wYIafUa<)Kl^2A3(v z#S0SCyU@fzd$*>a6*1TA6imrU>;<;LX{|u$aZ293wN|q;7R`=KogsZv&v2@%04+## zi@dl5>(5+7H{KN^YwT~>SI4qUICyHD@J>~pyS8hZ5o8-LRFR=t{- zFc1ZUB45n6YP|jVd;TX7UOduAPb}5~>{V9B?&|F8AWJwE)8iDUUR0!WGyz zH6i-x({n#x9iI3&oYN9?2jgXpk%F@aj7_GeZ2nW{Xk}574am%; zKuN9LN(k$8;`!l}wK3!Z5}71&i|?Z#pNP!z?|7$piDnsq%JNH6_C>ow&ZLD?!+v_k56H3p>!t_7PA_Xh>g~XoFZkg75 zY)VmX4!jO!l7_AYc;5~= zgW5{3KoRD#O1cOWfoumKPHZ~%WVZgfEz%{vnAOVb?yxy~IndY13w$_Z1wpK~Uro>A ztNjV(A9w#74HQ0EEM9W@&yeUc@;&CWl8L&(t51y;KxpC5RZNxaGYHawG!qf0bWiLk zlNgR`s2esri}oIfh`KwfSZ+qm;U?JXSY2Y&+ya(!C+cH%#Y zmQkYLOfVIf&N7ntU~pq;*t`qqtMubKy$fE3H*Y@c76R4vC35E!Ss zXkt|HB-y)|jOb&7q`3Q=-B%eqaCQ{S1XZC;aF4Bz#Ayy+r%Z{Ep*lcVgE)3D968=d z$^;dUKF-6bu@$vuz}GgN7+8b~65$nm+CwN^+le?&I}+ol`hFqeKhC7>9K&;?tZ>+zYv(;j+m!q)wpt@6tg3i|GD~c2yMz znd*3lO~mM7S7pI+9?8iWsiU1(kN$VVY^d}wZlYc!X-!Y`_%=N^6P$m5IQA z&do;bcmYFUdK}ACwty{+wb6w8E8jI-v|ZUJZ0yx;vJA)0{FWE|F1cba=Wh=xN(Zlr zQF#>Mxy9YR_A4v_3yo0kAwq&EL%JgP?G+3)|Mu6h^D4aYMgh!9a!C!X8JtqLO3bx$ z0s8!u@w$fH9(m?q{^<Kmwlp8xz5$8DxB9r7>*J?iPFTr_ph0H%WuTjxG|a* z73&?!U3As<^tR;_pSMTOA{fdsGgjus3I`Qj#)^4pM)2W`*HVECS=Pce&U*H<8c z6@^rh1yPF3Zmp~9#+e7Hnm6AQI^G~+F*soVrV+Eb`2i+B8maCjUTC-CZZODAtw#S) zS`52!i(I&FP)8kdziNJ6` zDZkA=lw1r2SQyu0fM0|SJOMz5sAM;4bYA)(aeXV>=X9o~_dTq~z>%F6L!%i~lL^i1 z(WCo$IpG8A@hnM7Ylwa-|lUkmiV#h^7v<+r}K%R)HD4QSr+0*!7Ipc_xC%S?-o*Cl<#?{qV zrkoI;_-eVR&I+j&7DR`MM9CnFDhA&M4`L`=MO9|6ej_G$>mjr*%Df2Kc?LG!E_){` zA}v;P!I!5w;^zeY&N{RuJ>r}Pam>A5S{dmfeJ(J(&OTHACHRytdDcutPr^u-0iXK^ zx^@D4SyqI{mme^z!{D6~Do16NQgP-2^5@Do?Nsc^HAQl+Cyt>ZCPnUt7M1kwH z1zsM4DiIghgvFR@iUncWaQ;f^t3+nkz^XF0WY>h!b?B`ouc~8!j$2cxjb51^PAi|v z+~n&9_F}fgS<+9VXlYpwsZncXZ=m~EgifuGJ%C1+*Q~}>hU9nTqRVSZ?9yVi*NB?) zJ|6+>zicD5E5|5J0BQvZ_pMZ4!oLt}LRJyr#80+dvjFc)|9l@7Gdf6#v7hWb!1h-o z(ccD^+p(yH(6OSF2E+;%LhuO3OD-!ahlYSN$CQ$3H2IZ0!e*SZ@K;R#Qx{#xyzaV$ ze~Qwtn&`)^DC?zl7k0Id=RIiwegB*;-D|Gs{sfXe33k!^wRcAZ$Ml*UOk$R`VN+S; zL8&RJ&>>ZD7^_}+);*@WK)NSqs|*37)l@)|@9w+H=($H7d7#6U97b7ukkFMpQsZ{r zx+LKCX&HBV2rvq#Rk(?8p&DwjbNfo~#dV9v%XN35G)p~*ONzF!cD~O0WMY&0*Pl!& zti>PFs816>^hoS3^jGK?_CeIV9~}$#shU2@aNRZW>N!xv{ARXu}`Czp3Ou1OHjf5LRftRNHe~n#bP+ZHp4G;+Kt`jW4 zU;~2;!QCOa`@mo`FbqzBK!9K&K#<@GE(t+`TX5F|Pl65_9D?&W_qL`X zH7;ev<4e~0^M*azXWbFqsiY;dUCmnf<;|yhnZ^gxT?25xauzPK2HbX8aN}FL&rBOJ z9fuOzeSVs_!p4zB132Lyv(du*571xiPIy)cN(;sM+1HzXT?6-6qfay1S_AM0tS-_U z)ilHzWs)nAptdg%bq)$r6HmZ;4XG$v=zHhOHcIg zQuWk7+HD+Wrc4=H^LpKiNt~{WxgGAbA)6-|{eVGY;j_N0Q;6WQy8UQDBEAdm17x46 z-Z@<(l{S1<;8O(IX8!r8zvZ>?NFT=2(6%r2xH?{yHBcEs$W8iU!+P@9QDGgIz=`36 z0kVE|?nq`g-Wt?619A|PV)SYA%zl@Ni@_C9ehQB4%%2L;0oaSxgxhMF=u9`mw=sip zVkKjdc4IQ0#cNq+`QI1JPAgx=Nka2TLcj2758&bN-$+u<#+_}I2Xv}qZ>?vxN4iuU zu5>ZAdfT|sM~{v76_S27c0xL-H)f^c37}=$L@aX`Q4D1#>8ZnwDjOV&T3(H)S7&<{ zq`+spI*k10)G%&|FSWJd`WeL(%-66{>9E$()t#5>6u^ebH}4)GK3Ij;mblJ(+X_Eh zP5tdDNkTewEnOn_Oir}oB6wi+f{m4;>m-L;+mVW5*Fuuw%EoJ?jAV@bBZ}cYc^_8u zix;{`Z^2>HwKSK^*(2i#SKWlxH8&kA@I$;?Z)rS-f%R;=dkoM}_ky|Cl74EBE zY7JpYv*9}5r1J_QzF+HMmEUPgE{V@}>q1H&2Rp3`*UiZGasR%};m^LmOEb)a8ap|q zzDj4?iA3C#P9lslgjykxQb{6$3Fk(9SxUOGA=#OvEORvw)F1|U;qNS7hC0o4#wm{d z-W6o6Lq^1GMC)8)Tw2t#6JF{|(M8)+Re-s|0ft~V=yra#(l5xKG8b01fjfO zZyLfY4kv%Vjf?w@$N%o*^E$Pe0&C6=O4yVu#t^XClUHc-0VKQz_OT=T;4 zgMzj3X-p_^Jj8Ks{fPNc_oXZ!&iss5cGhIiyf*TetT&YxorXcLE_BTi0b8^4;%~`_lc6!&hf0PIG zc~T6|2(Y*E)noMn;sX`2=l#)#bu_63q>|b81h&&&Fb;Y;K19L*ySU(RA#JsH-YoWW zR{3M+5bLgC5}*S^Dz59sgbSLOCcL+UaxOMKZ{2Fhs_r#nBEKHSsb|Zm(M|H_1|!T! z-~XEJ0ggvUPF32HJsuWIkt~z7Vp*SVOqq~S&?uCk5O@F}6e&`(7VaYLrfZYc;(o*Z z4AYrNcNs(xp`dNM7D2RS9>cpEC@e0-;V2Jx_NcKri}$Osu;1Je_f9)&sqlLU*+;LOEZYhh zume5tM`kEG^}t^nxaYPl!fTLOw0iive|j-{`n5IJ={U0@NiObQuW@z9$>MKMKerPLPC5C5&Rt zty_Qcsbo0i;BVu~=h+Wu-;i&QfSA&!u04gI#@38~bPi}=igZ{iLE%!;?_UGOu878K zI!JMt6DZ$Jpa!DETf3jYn{$Z*#?xUnVVZO6Tr(%>;|HFdj z7)1L+E(E#M?#xJtI$i?^lwr~y>{crClyujeEo9wbOlK(bgm%;ol%Qxaid6>u76kNW(e&T-YgxQ>`w@m3}M(1?y#&JiN)9H}4{@o7W--k08 z4RHEL+F#puv;-J;O}|Q$@kH|#-vX}~BCZ?7@1(kzH55rMDnF$wy7*-%G;A9gZb zGJaR$9l4r|;@6@~OV4DefII~UP(?hW>*n1loo?dY=*tWX2bNA7 zz&GAbvMfb4_u)#+r~nq5qTS-17*lZAMatr@h40;dcXGdyY8LM9B*!gUX4@iM*mqLl zFePi>niR{=3}dR08XWbtuYAi|&cm!fq|qNKe7mR^h<5W zwpbm|=`1_z?^zzqt-9ZsquH4ceQFm5sp>80W&C`?*mGs$Cr451`SzFR1{*~!snfoc z%I`+y^-LyvamT7MvfZAwZMLm^nxt&PTo6L7s1A{W9PdNuuRzwmB6z=3W(O~3c-=XTohxhYh3zsJ4%Z_F`mEex%&QDP|EJqWROCP0K62hD7y`)!@NjTM zIiuX5QrrRte?7Ul1@yh`T%h)-`Q|d?*T<3p^g9#TYFbq zCn&doE)wD3Z4X6q-KV;T@qzfkg8U#6ZUGIbzb^vm;Kjv_|92*51YFS;1qE;^N(c#p zL)lVpAf(3zw5lm-~XGYvkw$-Ulf=d z;Ob$Ef_Xu00Y3j5C(19xFUXBAE&Ugz2s;;iq5t5~;GPeFfR3GuKFS?mKpP+e!WU3> zMtY$D_q)cwZBzgdL`e8wUMav|qi(4CG6j^~?zvEe+9MpGf93W<-IMK(?>FCSx&UW@ zkUyU>J^=kx>PBZj#KAfj%Ak#wdcCf>`!IOCpQ*X3dhJ=guv%NNP9k5aIgN@L!xbPV z&CW1ezbBUKt58uo`LNJqDKE|0j+eH24kbd)>{FUJBZ@X=eka0gjLAuK6cU@C--S}v zP z{FqoKE3Q1qB4zlEMO5y_`kJT2utqnRPu7}P&yvki{PWRq+psP2D67~{Br{B~cXkr~ zYLj1HM9dA9>%20XIq%3C5{!svQOVyq4I4#auPnRGYU?`H#p1d>E_40(k+pzadVN=YZn)e_LWakfMyMf9ZMfP|M`RwA^ zJZZlh1gBF5h|3E8U_*-C%#E)#@T7A*&+Th+aa=I5TQi}#w7{Q&Inj%Zq&vi{dPN8E zm^pH;ZUU};>oD;#@mpQ&M^6T|7lt&8L!K9=5;Hw@(OUi^8}zHp4W6X^{KT;)ebfs? zV?4<@j$87ZD-E)i-=W)&>pZR0qD+aU^H>&I3jwdIplYj6nnPVMen(#RTNB^)sM}dc{ z?lTLOn$m7MLI<4af@%{p4Y^ov`h_$7G5DscS$y7`qDgM0Ww+FKFG=`e>KMF1##j|9 z_U(Fe76~

^f49`IFf7(}>(le@;?w6gBm~%@xyg&Mr_K&%+H3G9KA+_h{%|>Xmo# z9D3|z_d`)ZeJ((GJ0%fw%O3GEF(8P&BnOhFT^JJ#Q*+qV%(qIgJAFz7qx4mok=H1V z&N#!6$kk6uo$LEbf9b9{ZBoQs3`;3f<>R9(jt+KphL|mavQHB=9u9LIN$7hP#mRN# zkgo8GOr<$aH$e%ja&|aN{l-RiTWrG+81NZtKE3>u$24dWy84_Rzbvw=xV%$UcY*Cj zuTpSP5VZzU>^qJ9zz+i*Xsz!LapEn2_~6iTtzQY}6iP6Qcn@^6aC;k-kaj0634xq# zvJk;N8MH7T9hwBi6Lh*pUz1{rft@~|9^W8Ui$4&(kz|x?8HinY3U2M(dRtsI6NZye z{P3~n`p5t{d$wS?wzfBDE)fi^TZ z7B2X`MJA^5Uf99;+R^n5=<(v`KU_~W5NWNr@=m$&9>q5$zQLZCk68&BNF(Xwq1HI> zf4=gN;k-b!i0Pd8dYAo4++{h>)ffoYUz=*-Rd={a!;z{t!SemZvUdbZ?F`xO5#*Ph zcT?()coPyKTi_|@U_pL&uz&sNE>UNpWv^B^SR(lNjOlQGpTz<`&*+KusgY=w@rGhi z&x-&a;Zl@v=#C_zKVd%pbItfN*zNaYHaBuH*IA2kar=W8!M?AL1Psfx2J8yFBZjG? z7({K(@6L^>GQUL^h||9HzxHkj!hnIa$2<>>k(KGGRJJ|XC0)OW=;IT5w7iWcv3`vf z858ettitCSe2G@SmBhPNH6Iq%cn_dVL_fMy)LSgoHD_8$T+A26n}9wt6h&CfPP_On z{8oSt)S7{Q#MD{k-LjB>Y@HJ@6D95%5hvCohmXC z+k-#l`r0S}&9jxgL)N?WXJMr%t94*{Ebg?%JU}R;op6F5f52EJd3h&TB;6>G_k(>U zb6z#@EZrTv&V1wf8CEWJSz|LX9eDCc&MocY&7S-nE0y|_%xg7qjHP`7rnnbx9{%0dB;#{G?_i{B#+WH{zy6 zMarZ-_ZgFGU`t?aW?#L|0X{ literal 0 HcmV?d00001 diff --git a/Draft/main.tdeps b/Draft/main.tdeps new file mode 100644 index 0000000..7d6cd77 --- /dev/null +++ b/Draft/main.tdeps @@ -0,0 +1,2 @@ +DEPFILES = main.tex bib/journal.bib text/global.tex text/introduction.tex text/sec_1.tex text/sec_2.tex text/sec_3.tex text/conclusions.tex text/macros_maths.tex text/macros_physics.tex text/macros_refs.tex text/macros_collabs.tex text/macros_codes.tex +FIGUREDEPFILES = diff --git a/Draft/main.tex b/Draft/main.tex new file mode 100644 index 0000000..4972e83 --- /dev/null +++ b/Draft/main.tex @@ -0,0 +1,48 @@ +%================================================== +\documentclass[a4paper,fleqn,10pt]{article} +\pdfoutput=1 +%= definitions ==================================== +\input{text/global} +%= title ========================================== +\hypersetup{ + pdfauthor={} + pdftitle={} +} +\preprint{IPPP/16/??\\DCPT/16/??} +\author{Marzieh Bahmani$^1$, Giulia Gonella$^2$, Yacine Haddad$^{3,6}$, Zahari Kassabov$^{4,5}$, Davide Napoletano$^6$} +\title{Discrimination between QCD and EW signal in same sign $W$ production in VBF} +\institute{ + $^1$ \\ + $^2$ Albert-Ludwigs-Universit\"at Freiburg, Physikalisches Institut, + D-79104 Freiburg, Germany\\ + $^3$ \\ + $^4$ 1 TIF Lab, Dipartimento di Fisica, + Universit di Milano and INFN, Sezione di Milano, + Via Celoria 16, 20133 Milan, Italy\\ + $^5$ Dipartimento di Fisica, Universit di Torino and INFN, + Sezione di Torino, Via Pietro Giuria 1, 10125 Turin, Italy\\ + $^6$ Institute for Particle Physics Phenomenology, + Durham University, Durham DH1 3LE, UK\\ + } +%= document ======================================= +\begin{document} +\maketitle +%=abstract ========================================= +\begin{abstract} +\end{abstract} +%=end ============================================ +\input{text/introduction} +\input{text/sec_1} +\clearpage +\input{text/sec_2} +\clearpage +\input{text/sec_3} +\clearpage +\input{text/conclusions} +\section*{Acknowledgements} +%= bibliography =================================== +\bibliographystyle{bib/amsunsrt_modp} +\bibliography{bib/journal} +%= end ============================================ +\end{document} +%================================================== diff --git a/Draft/text/.DS_Store b/Draft/text/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0}{\sim}\;$}} +\newcommand\TeV{{\rm TeV}} +\newcommand\la{\langle} +\newcommand\ra{\rangle} +\newcommand\qbar{\bar q} +\newcommand\ubar{\bar u} +\newcommand\dbar{\bar d} +\newcommand\bb{b\bar b} +%\newcommand\ee{e^+ e^-} +\newcommand\msb{{\overline{\rm MS}}} +\newcommand\pom{{\cal P}} +\newcommand\reg{{\cal R}} +\newcommand\cO{{\cal O}} diff --git a/Draft/text/macros_maths.tex b/Draft/text/macros_maths.tex new file mode 100644 index 0000000..754c205 --- /dev/null +++ b/Draft/text/macros_maths.tex @@ -0,0 +1,65 @@ +%= definitions ==================================== +\newcommand{\done}{{\mathrm d}} +\newcommand{\dtwo}{{\mathrm d}^2} +\newcommand{\dthree}{{\mathrm d}^3} +\newcommand{\dfour}{{\mathrm d}^4} +\newcommand{\dD}{{\mathrm d}^D} +\newcommand{\order}{\ensuremath{\mathcal{O}}} +\newcommand{\Order}{\ensuremath{\mathcal{O}}} +\newcommand{\oforder}[1]{\ensuremath{\mathcal{O}\left(#1\right)}\xspace} +\newcommand{\dimepsilon}{\ensuremath{\varepsilon}} +\newcommand{\Li}{\mathrm{Li}} + +\newcommand{\im}{\imath} +\newcommand{\jm}{\jmath} + +\newcommand{\abs}[1]{\left| #1\right|} +\newcommand{\rbr}[1]{\left( #1\right)} +\newcommand{\abr}[1]{\langle #1\rangle} +\newcommand{\cbr}[1]{\left\{ #1\right\}} +\newcommand{\sbr}[1]{\left[ #1\right]} + +\newcommand{\args}[1]{\{\vec{#1}\}} +\newcommand{\argc}[2]{\{\vec{#1}\}_{\mathrm{#2}}} + + +\newcommand{\mc}[1]{\mathcal{#1}} +\newcommand{\mb}[1]{\mathbf{#1}} +\newcommand{\mr}[1]{\mathrm{#1}} +\newcommand{\dst}{\displaystyle} +\newcommand{\sst}{\scriptstyle} + +\newcommand{\bea}{\begin{align}} +\newcommand{\eea}{\end{align}} +\newcommand{\beq}{\begin{equation}} +\newcommand{\eeq}{\end{equation}} +\newcommand{\nnb}{\nonumber} + +\newcommand\beqn{\bea} +\newcommand\eeqn{\eea} +\newcommand\nn{\nnb} + +\newcommand{\bs}{\begin{split}} +\newcommand{\es}{\end{split}} + +\newcommand{\bi}{\begin{itemize}} +\newcommand{\ei}{\end{itemize}} +\newcommand{\bc}{\begin{center}} +\newcommand{\ec}{\end{center}} +\newcommand{\bac}{\begin{array}{c}} +\newcommand{\bacc}{\begin{array}{cc}} +\newcommand{\ea}{\end{array}} + +\newcommand{\mellin}[2]{\ensuremath{\mathbf{M}_{#1}\left[#2\right]}} +%\newcommand{\cal}[1]{\mathcal{#1}} +\newcommand{\bra}[1]{\langle#1|} +\newcommand{\ket}[1]{|#1]} +%\newcommand{\spa}[2]{\langle#1\,#2\rangle} +%\newcommand{\spb}[2]{[#1\,#2]} +\def\spa#1.#2{\langle#1\,#2\rangle} +\def\spb#1.#2{[#1\,#2]} +\newcommand\slsh{\rlap{$\;\!\!\not$}} % Feynman slash +\newcommand{\slashit}[1]{\ensuremath{{#1}\!\!/}} +\renewcommand\Re{\operatorname{\mathfrak{Re}}} +\renewcommand\Im{\operatorname{\mathfrak{Im}}} + diff --git a/Draft/text/macros_physics.tex b/Draft/text/macros_physics.tex new file mode 100644 index 0000000..7104066 --- /dev/null +++ b/Draft/text/macros_physics.tex @@ -0,0 +1,165 @@ +%%%% units +\newcommand{\Ummeter}{\ensuremath{\mathrm{mm}}\xspace} +\newcommand{\Umeter}{\ensuremath{\mathrm{m}}\xspace} +\newcommand{\Ufermi}{\ensuremath{\mathrm{fm}}\xspace} +\newcommand{\Umb}{\ensuremath{\mathrm{mb}}\xspace} +\newcommand{\UMeV}{\ensuremath{\mathrm{MeV}}\xspace} +\newcommand{\UGeV}{\ensuremath{\mathrm{GeV}}\xspace} +\newcommand{\UTeV}{\ensuremath{\mathrm{TeV}}\xspace} + +% Kinematical quantities +\newcommand{\Ecm}{\ensuremath{E_{\mathrm{c.m.}}}\xspace} +\newcommand{\hatEcm}{\ensuremath{\hat{E}_{\mathrm{c.m.}}}\xspace} +\newcommand{\kt}{\ensuremath{k_\perp}\xspace} +\newcommand{\kT}{\kt} +\newcommand{\kperp}{\kt} +\newcommand{\sqrts}{\ensuremath{\sqrt{s}}\xspace} +\newcommand{\shat}{\ensuremath{\hat{s}}\xspace} +\newcommand{\mt}{\ensuremath{m_\perp}\xspace} +\newcommand{\pt}{\ensuremath{p_\perp}\xspace} +\newcommand{\ptzero}{\ensuremath{p_{\perp,0}}\xspace} +\newcommand{\ptmin}{\ensuremath{p_{\perp,\mathrm{min}}}\xspace} +\newcommand{\mT}{\mt} +\newcommand{\pT}{\pt} +\newcommand{\QT}{\ensuremath{Q_T}} +\newcommand{\pperp}{\pt} +% variants of pT that can take an argument +\newcommand{\mPerp}[1]{\ensuremath{m_{\perp #1}}\xspace} +\newcommand{\pPerp}[1]{\ensuremath{p_{\perp #1}}\xspace} + +%%%% Reactions +\newcommand{\pp}{\ensuremath{pp}\xspace} +\newcommand{\ppbar}{\ensuremath{p\bar{p}}\xspace} +\newcommand{\epluseminus}{\ensuremath{e^+ e^-}\xspace} +\newcommand{\ee}{\epluseminus\xspace} +\newcommand{\ep}{\ensuremath{e^\pm p}\xspace} + +%%%% Particles and their properties +\newcommand{\MW}{\ensuremath{m_W}} +\newcommand{\MH}{\ensuremath{m_H}} +\newcommand{\MZ}{\ensuremath{m_Z}} +\newcommand{\MT}{\ensuremath{m_t}} +\newcommand{\MB}{\ensuremath{m_b}} +\newcommand{\MC}{\ensuremath{m_c}} +\newcommand{\MS}{\ensuremath{m_s}} +\newcommand{\MD}{\ensuremath{m_d}} +\newcommand{\MU}{\ensuremath{m_u}} +\newcommand{\Mtau}{\ensuremath{m_\tau}} +\newcommand{\GW}{\ensuremath{\Gamma_W}} +\newcommand{\GZ}{\ensuremath{\Gamma_Z}} +\newcommand{\GT}{\ensuremath{\Gamma_t}} + +%%%% Couplings +\newcommand{\MSbar}{\ensuremath{\overline{\mathrm{MS}}}} +\newcommand{\llalphaps}{\ensuremath{\alpha_{\text{s,PS}}}\xspace} +\newcommand{\alphaS}{\ensuremath{\alpha_\text{s}}\xspace} +\newcommand{\alphaSn}[1]{\ensuremath{\alpha^#1_\text{s}}\xspace} +\newcommand{\alphaW}{\ensuremath{\alpha_\text{w}}\xspace} +\newcommand{\Nc}{\ensuremath{N_c}} +\newcommand{\nf}{\ensuremath{n_f}} +\newcommand{\CF}{\ensuremath{C_F}} +\newcommand{\CA}{\ensuremath{C_A}} +\newcommand{\TR}{\ensuremath{T_R}} +\newcommand{\LambdaQCD}{\ensuremath{\Lambda_\text{QCD}}\xspace} +\newcommand{\gs}{\ensuremath{g_s}} +\newcommand{\gW}{\ensuremath{g_W}} +\newcommand{\gFermi}{\ensuremath{G_F}} +\newcommand{\GF}{\gFermi} +\newcommand{\sinW}{\ensuremath{\sin\theta_W}} +\newcommand{\cosW}{\ensuremath{\cos\theta_W}} +\newcommand{\sinSqW}{\ensuremath{\sin^2\theta_W}} +\newcommand{\cosSqW}{\ensuremath{\cos^2\theta_W}} +\newcommand{\BR}[1]{\ensuremath{\mathcal{BR}_{#1}}} +\newcommand{\DeltaPom}{\ensuremath{{\Delta_{\mathbf{P}}}}} + +\newcommand{\pdf}[2]{\ensuremath{f_{#2/#1}}} +\newcommand{\ff}[2]{\ensuremath{D_{#2/#1}}} +\newcommand{\muR}{\ensuremath{\mu_R}} +\newcommand{\muF}{\ensuremath{\mu_F}} +\newcommand{\muQ}{\ensuremath{\mu_Q}} +\newcommand{\Ecms}{\ensuremath{E_\mathrm{cms}}} +\newcommand{\mucut}{\ensuremath{\mu_{Q_\mathrm{cut}}}} +\newcommand{\ycut}{\ensuremath{y_\mathrm{cut}}} +\newcommand{\Qcut}{\ensuremath{Q_\mathrm{cut}}} +\newcommand{\QcutSq}{\ensuremath{Q_\mathrm{cut}^2}} +\newcommand{\Qiso}{\ensuremath{Q_\mathrm{iso}}} +\newcommand{\tcut}{\ensuremath{t_\mathrm{c}}} +\newcommand{\nmax}{\ensuremath{N_\mathrm{max}}} +\newcommand{\nmin}{\ensuremath{N_\mathrm{min}}} +\newcommand{\tnmax}{\ensuremath{t_\nmax}} +\newcommand{\tcutQED}{\ensuremath{t_{\mathrm{c},\mathrm{(QED)}}}} +\newcommand{\alphacut}{\ensuremath{\alpha_{\mathrm{cut}}}} + +%%%% Bits of calculations +\newcommand{\tFFDipole}[3]{\ensuremath{{\tilde{\mathcal{D}}_{#1#2;#3}}}} +\newcommand{\Dipole}{\ensuremath{{\mathcal{D}}}} +\newcommand{\tDipole}{\ensuremath{\tilde{\mathcal{D}}}} +\newcommand{\IntDip}{\ensuremath{{\mathcal{I}^{(\mathcal{D})}}}} +\newcommand{\IntDipole}[2]{\ensuremath{{\mathcal{I}^{(\mathcal{D})}_{#1;#2}}}} +\newcommand{\FFDipole}[3]{\ensuremath{{\mathcal{D}_{#1#2;#3}}}} +\newcommand{\FIDipole}[3]{\ensuremath{{\mathcal{D}_{#1#2}^{#3}}}} +\newcommand{\IFDipole}[3]{\ensuremath{{\mathcal{D}^{#1#2}_{#3}}}} +\newcommand{\IIDipole}[3]{\ensuremath{{\mathcal{D}^{#1#2;#3}}}} +\newcommand{\DipOp}[1]{\ensuremath{{\mathbf{D}}(#1)}} +\newcommand{\IntDipOp}[2]{\ensuremath{{\mathbf{I}}(#1;\,#2)}} +\newcommand{\IntDipOpFF}[2]{\ensuremath{{\mathbf{I}}_{FF}(#1;\,#2)}} +\newcommand{\IntDipOpFI}[2]{\ensuremath{{\mathbf{I}}_{FI}(#1;\,#2)}} +\newcommand{\IntDipOpIF}[2]{\ensuremath{{\mathbf{I}}_{IF}(#1;\,#2)}} +\newcommand{\IntDipOpII}[2]{\ensuremath{{\mathbf{I}}_{II}(#1;\,#2)}} +\newcommand{\Eikonal}[4]{\ensuremath{{\mathcal{W}(#1,\,#2;\,#3,\,#4)}}} +\newcommand{\Eik}{\ensuremath{{\mathrm{W}}}} +\newcommand{\Ampl}{\ensuremath{{\mathcal{A}}}} +\newcommand{\Prob}{\ensuremath{{\mathcal{P}}}} +\newcommand{\Sub}{\ensuremath{{\mathcal{S}}}} +\newcommand{\SubKernel}{\ensuremath{\tilde{\mathcal S}}} +\newcommand{\SubKInt}{\ensuremath{\tilde{S}}} +\newcommand{\Born}{\ensuremath{{\mathcal{B}}}} +\newcommand{\Hard}{\ensuremath{{\mathcal{H}}}} +\newcommand{\Evol}[2]{\ensuremath{{\mathcal{E}_{#1}^{(#2)}}}} +\newcommand{\EvolIn}[3]{\ensuremath{{\mathcal{E}_{#1}^{(#2,<#3)}}}} +\newcommand{\bBorn}{\ensuremath{\bar{\mathcal{B}}}} +\newcommand{\tBorn}{\ensuremath{\tilde{\mathcal{B}}}} +\newcommand{\Real}{\ensuremath{{\mathcal{R}}}} +\newcommand{\Subtraction}{\ensuremath{{\mathcal{S}}}} +\newcommand{\IntSubtraction}{\ensuremath{\mathcal{I}^{(\mathcal{S})}}} +\newcommand{\RealS}{\ensuremath{{\mathcal{R}}^{(\mathrm{S})}}} +\newcommand{\RealH}{\ensuremath{{\mathcal{R}}^{(\mathrm{H})}}} +\newcommand{\Virtual}{\ensuremath{{\mathcal{V}}}} +\newcommand{\Kernel}{\ensuremath{\mathcal{K}}} +\newcommand{\KernelIn}[1]{\ensuremath{\mathcal{K}^{<#1}}} +\newcommand{\BornPS}{\ensuremath{\Phi_{{\mathcal{B}}}}} +\newcommand{\RealPS}{\ensuremath{\Phi_{{\mathcal{R}}}}} +\newcommand{\OnePS}{\ensuremath{\Phi_{1}}} +\newcommand{\PS}[1]{\ensuremath{\Phi_{#1}}} +\newcommand{\LO}{\ensuremath{\mathrm{LO}}} +\newcommand{\NLO}{\ensuremath{\mathrm{NLO}}} +\newcommand{\NNLO}{\ensuremath{\mathrm{NNLO}}} +\newcommand{\Me}{\ensuremath{\mathcal{M}}} +\newcommand{\ME}[1]{\ensuremath{\mathcal{M}^{({#1})}}} +\newcommand{\MEstar}[1]{\ensuremath{\mathcal{M}^{*({#1})}}} +\newcommand{\Splitting}{\ensuremath{\mathcal{P}}} +\newcommand{\splitting}[2]{\ensuremath{\mathcal{P}_{#1#2}}} +\newcommand{\Nsplitting}[2]{\ensuremath{\hat{\mathcal{P}}_{#1#2}}} +\newcommand{\helsum}{\ensuremath{\bar\Sigma_{\mathrm hel.}}} +\newcommand{\prefD}{\ensuremath{\mu^{4-D}}} +\newcommand{\LoopD}[1]{\ensuremath{\frac{\dD{#1}}{(2\pi)^D}}} +\newcommand{\Tr}[1]{\ensuremath{\mathrm{Tr}\left[#1\right]}} +\newcommand{\sla}[1]{\ensuremath{{#1\kern-0.45em/}}} + +\newcommand{\bV}{{\bf V}} + +\newcommand{\lagrange}{\ensuremath{\mathcal{L}}} +\newcommand{\lumi}{\ensuremath{\mathcal{L}}} +\newcommand{\sigtot}{\ensuremath{\sigma_{\mathrm{tot}}}} +\newcommand{\sigeff}{\ensuremath{\sigma_{\mathrm{eff}}}} +\newcommand{\sigel}{\ensuremath{\sigma_{\mathrm{el}}}} +\newcommand{\siginel}{\ensuremath{\sigma_{\mathrm{inel}}}} +\newcommand{\BRatio}[1]{\ensuremath{\mathrm{BR}_{#1}}} +\newcommand{\Rate}[1]{\ensuremath{\mathfrak{R}_{#1}}} + +\newcommand{\aCDR}{\ensuremath{a^{\mathrm{CDR}}}} + +\newcommand{\antikT}[1]{anti-$k_T$~($D=0.#1$)} +\newcommand{\midpoint}{M\protect\scalebox{0.8}{ID}P\protect\scalebox{0.8}{OINT}\xspace} + +\newcommand{\chisq}{\ensuremath{\chi^2}\xspace} diff --git a/Draft/text/macros_refs.tex b/Draft/text/macros_refs.tex new file mode 100644 index 0000000..65c8de5 --- /dev/null +++ b/Draft/text/macros_refs.tex @@ -0,0 +1,27 @@ +\newcommand{\EqRef}[1]{Eq.~\eqref{#1}\xspace} +\newcommand{\EqsRef}[2]{Eqs.~\eqref{#1} -- \eqref{#2}\xspace} +\newcommand{\EqRefs}[2]{Eqs.~\eqref{#1} and \eqref{#2}\xspace} +\newcommand{\EqRefsT}[3]{Eqs.~\eqref{#1}, \eqref{#2} and \eqref{#3}\xspace} +\newcommand{\PageRef}[1]{page~\pageref{#1}\xspace} +\newcommand{\PagesRef}[2]{pages~\pageref{#1} -- \pageref{#2}\xspace} +\newcommand{\ChapRef}[1]{Chapter~\ref{#1}\xspace} +\newcommand{\ChapRefs}[2]{Chapters~\ref{#1} and \ref{#2}\xspace} +\newcommand{\ChapsRef}[2]{Chapters~\ref{#1} -- \ref{#2}\xspace} +\newcommand{\SecRef}[1]{Section~\ref{#1}\xspace} +\newcommand{\SecRefs}[2]{Sections~\ref{#1} and \ref{#2}\xspace} +\newcommand{\SecsRef}[2]{Sections~\ref{#1} -- \ref{#2}\xspace} +\newcommand{\AppRef}[1]{Appendix~\ref{#1}\xspace} +\newcommand{\AppRefs}[2]{Appendics~\ref{#1} and \ref{#2}\xspace} +\newcommand{\FigRef}[1]{Fig.~\ref{#1}\xspace} +\newcommand{\FigRefs}[2]{Figs.~\ref{#1} and~\ref{#2}\xspace} +\newcommand{\FigsRef}[2]{Figs.~\ref{#1} -- \ref{#2}\xspace} +\newcommand{\TabRef}[1]{Tab.~\ref{#1}\xspace} +\newcommand{\TabsRef}[1]{Tabs.~\ref{#1}\xspace} +\newcommand{\mycaption}[3]{\parbox{.8\textwidth}{\caption[#1]{#2\label{#3}}}} +\newcommand{\mycaptionwide}[3]{\parbox{\textwidth}{\caption[#1]{#2\label{#3}}}} +\newcommand{\mycaptionhalf}[3]{\parbox{.4\textwidth}{\caption[#1]{#2\label{#3}}}} +\newcommand{\eg}{{\it e.g.}\xspace} +\newcommand{\ie}{{\it i.e.}\xspace} +\newcommand{\cf}{{\it cf.}\xspace} + +\newcommand{\gloss}[2]{{\bf #1:} #2} diff --git a/Draft/text/sec_1.tex b/Draft/text/sec_1.tex new file mode 100644 index 0000000..5a19efe --- /dev/null +++ b/Draft/text/sec_1.tex @@ -0,0 +1 @@ +\section{Generalities on VBF \todo{Giulia}} \ No newline at end of file diff --git a/Draft/text/sec_2.tex b/Draft/text/sec_2.tex new file mode 100644 index 0000000..ca2a79d --- /dev/null +++ b/Draft/text/sec_2.tex @@ -0,0 +1 @@ +\section{Event Generation \todo{Davide}} \ No newline at end of file diff --git a/Draft/text/sec_3.tex b/Draft/text/sec_3.tex new file mode 100644 index 0000000..ed7a161 --- /dev/null +++ b/Draft/text/sec_3.tex @@ -0,0 +1 @@ +\section{Discrimination of Variables \todo{Zahari and Yacine}} \ No newline at end of file