From 5f8ad05a949a106f37ca688af3c158ed99c812c9 Mon Sep 17 00:00:00 2001 From: nam Date: Wed, 10 Sep 2014 13:37:52 +0900 Subject: [PATCH] migrate the customised thesis --- {thesis2 => old_thesis}/.gitignore | 13 +- old_thesis/Makefile | 23 + .../chapters/appendices.tex | 0 .../chapters/backmatter.tex | 10 +- {thesis => old_thesis}/chapters/chap1.tex | 0 {thesis => old_thesis}/chapters/chap2.tex | 0 {thesis => old_thesis}/chapters/chap3.tex | 0 {thesis => old_thesis}/chapters/chap4.tex | 0 {thesis => old_thesis}/chapters/chap5.tex | 0 {thesis => old_thesis}/chapters/chap6.tex | 0 old_thesis/chapters/frontmatter.tex | 54 + old_thesis/custom_macro.tex | 10 + {thesis => old_thesis}/extrastyles.zip | Bin {thesis2 => old_thesis}/getNewBibtex | 0 {thesis2 => old_thesis}/h-physrev.bst | 113 +- {thesis => old_thesis}/mythesis.cls | 0 old_thesis/mythesis.sty | 66 + {thesis => old_thesis}/mythesismath.sty | 0 old_thesis/thesis.bib | 51 + old_thesis/thesis.tex | 65 + thesis/.gitignore | 13 +- thesis/Makefile | 10 +- thesis/chapters/backmatter.tex | 10 +- {thesis2 => thesis}/chapters/chap1_intro.tex | 0 .../chapters/chap2_mu_e_conv.tex | 0 {thesis2 => thesis}/chapters/chap3_comet.tex | 0 .../chapters/chap4_alcap_phys.tex | 0 .../chapters/chap5_alcap_setup.tex | 0 .../chapters/chap6_analysis.tex | 0 .../chapters/chap7_results.tex | 0 thesis/chapters/frontmatter.tex | 88 +- thesis/custom_macro.tex | 62 +- {thesis2 => thesis}/figs/GroupPhoto.jpg | Bin {thesis2 => thesis}/figs/Measurements.pptx | Bin .../figs/PlannedMeasurements.jpg | Bin {thesis2 => thesis}/figs/Rates.png | Bin {thesis2 => thesis}/figs/Setup.png | Bin {thesis2 => thesis}/figs/SetupOverview.jpg | Bin {thesis2 => thesis}/figs/SetupSimple.jpg | Bin {thesis2 => thesis}/figs/alcap_am241_src.png | Bin .../figs/alcap_setup_detailed.jpg | Bin {thesis2 => thesis}/figs/beam1.png | Bin {thesis2 => thesis}/figs/beam3.png | Bin {thesis2 => thesis}/figs/chamber.png | Bin {thesis2 => thesis}/figs/comet_Bfield.png | Bin .../figs/comet_beamline_layout.png | Bin .../figs/comet_detector_system.png | Bin .../figs/comet_full_and_phase1.eps | 0 .../figs/comet_meas_timing.png | Bin {thesis2 => thesis}/figs/comet_mr_4filled.png | Bin .../figs/comet_phase1_cydet.png | Bin .../figs/comet_phase1_layout.png | Bin .../figs/comet_phase1_magnets.png | Bin .../figs/comet_target_Bfield.png | Bin {thesis2 => thesis}/figs/daq.png | Bin {thesis2 => thesis}/figs/daq_pcs.png | Bin .../figs/ge_det_dimensions.png | Bin {thesis2 => thesis}/figs/ge_eu152_spec.png | Bin {thesis2 => thesis}/figs/ishii_cal_alpha.png | Bin {thesis2 => thesis}/figs/ishii_cal_proton.png | Bin .../figs/kotelchuk_proton_spectrum.png | Bin .../figs/krane_proton_spec.png | Bin .../figs/lifshitzsinger_cal_proton.png | Bin {thesis2 => thesis}/figs/lldq_noise.png | Bin {thesis2 => thesis}/figs/lldq_tdiff.png | Bin {thesis2 => thesis}/figs/muX.png | Bin {thesis2 => thesis}/figs/muon_event.png | Bin {thesis2 => thesis}/figs/neutron.png | Bin {thesis2 => thesis}/figs/pion_yield.png | Bin .../figs/proton_impact_CDC.png | Bin {thesis2 => thesis}/figs/psi_exp_hall_all.png | Bin {thesis2 => thesis}/figs/psi_exp_hall_piE.png | Bin .../figs/psi_piE1_elements.png | Bin {thesis2 => thesis}/figs/sched.eps | 0 {thesis2 => thesis}/figs/sched.png | Bin .../figs/si16_lldq_islandrate.png | Bin {thesis2 => thesis}/figs/si16_lldq_noise.png | Bin {thesis2 => thesis}/figs/si16p_dedx_nocut.png | Bin .../figs/si16p_unfold_meas.png | Bin .../figs/si16p_unfold_train.png | Bin {thesis2 => thesis}/figs/si_leakage.png | Bin .../figs/sindrumII_Au_result.png | Bin {thesis2 => thesis}/figs/sindrumII_setup.png | Bin .../figs/sir2_sir2f_E_t_corr.png | Bin .../figs/sir2_sir2f_ampVtdiff.png | Bin {thesis2 => thesis}/figs/susy_contr.eps | 0 {thesis2 => thesis}/figs/susy_contr.png | Bin {thesis2 => thesis}/figs/tap_maxbin_algo.png | Bin .../figs/tme_sir_prompt_rational.png | Bin .../figs/wyttenbach_rate_1p.png | Bin .../figs/wyttenbach_rate_23p.png | Bin thesis/h-physrev.bst | 113 +- thesis/mythesis.sty | 324 +- thesis/thesis.bib | 2682 ++++++++++++++++- thesis/thesis.tex | 72 +- thesis2/Makefile | 15 - thesis2/chapters/frontmatter.tex | 74 - thesis2/custom_macro.tex | 56 - thesis2/mythesis.sty | 272 -- thesis2/thesis.bib | 2655 ---------------- thesis2/thesis.tex | 43 - 101 files changed, 3447 insertions(+), 3447 deletions(-) rename {thesis2 => old_thesis}/.gitignore (51%) create mode 100644 old_thesis/Makefile rename {thesis2 => old_thesis}/chapters/appendices.tex (100%) rename {thesis2 => old_thesis}/chapters/backmatter.tex (77%) rename {thesis => old_thesis}/chapters/chap1.tex (100%) rename {thesis => old_thesis}/chapters/chap2.tex (100%) rename {thesis => old_thesis}/chapters/chap3.tex (100%) rename {thesis => old_thesis}/chapters/chap4.tex (100%) rename {thesis => old_thesis}/chapters/chap5.tex (100%) rename {thesis => old_thesis}/chapters/chap6.tex (100%) create mode 100644 old_thesis/chapters/frontmatter.tex create mode 100644 old_thesis/custom_macro.tex rename {thesis => old_thesis}/extrastyles.zip (100%) rename {thesis2 => old_thesis}/getNewBibtex (100%) rename {thesis2 => old_thesis}/h-physrev.bst (91%) rename {thesis => old_thesis}/mythesis.cls (100%) create mode 100644 old_thesis/mythesis.sty rename {thesis => old_thesis}/mythesismath.sty (100%) create mode 100644 old_thesis/thesis.bib create mode 100644 old_thesis/thesis.tex rename {thesis2 => thesis}/chapters/chap1_intro.tex (100%) rename {thesis2 => thesis}/chapters/chap2_mu_e_conv.tex (100%) rename {thesis2 => thesis}/chapters/chap3_comet.tex (100%) rename {thesis2 => thesis}/chapters/chap4_alcap_phys.tex (100%) rename {thesis2 => thesis}/chapters/chap5_alcap_setup.tex (100%) rename {thesis2 => thesis}/chapters/chap6_analysis.tex (100%) rename {thesis2 => thesis}/chapters/chap7_results.tex (100%) rename {thesis2 => thesis}/figs/GroupPhoto.jpg (100%) rename {thesis2 => thesis}/figs/Measurements.pptx (100%) rename {thesis2 => thesis}/figs/PlannedMeasurements.jpg (100%) rename {thesis2 => thesis}/figs/Rates.png (100%) rename {thesis2 => thesis}/figs/Setup.png (100%) rename {thesis2 => thesis}/figs/SetupOverview.jpg (100%) rename {thesis2 => thesis}/figs/SetupSimple.jpg (100%) rename {thesis2 => thesis}/figs/alcap_am241_src.png (100%) rename {thesis2 => thesis}/figs/alcap_setup_detailed.jpg (100%) rename {thesis2 => thesis}/figs/beam1.png (100%) rename {thesis2 => thesis}/figs/beam3.png (100%) rename {thesis2 => thesis}/figs/chamber.png (100%) rename {thesis2 => thesis}/figs/comet_Bfield.png (100%) rename {thesis2 => thesis}/figs/comet_beamline_layout.png (100%) rename {thesis2 => thesis}/figs/comet_detector_system.png (100%) rename {thesis2 => thesis}/figs/comet_full_and_phase1.eps (100%) rename {thesis2 => thesis}/figs/comet_meas_timing.png (100%) rename {thesis2 => thesis}/figs/comet_mr_4filled.png (100%) rename {thesis2 => thesis}/figs/comet_phase1_cydet.png (100%) rename {thesis2 => thesis}/figs/comet_phase1_layout.png (100%) rename {thesis2 => thesis}/figs/comet_phase1_magnets.png (100%) rename {thesis2 => thesis}/figs/comet_target_Bfield.png (100%) rename {thesis2 => thesis}/figs/daq.png (100%) rename {thesis2 => thesis}/figs/daq_pcs.png (100%) rename {thesis2 => thesis}/figs/ge_det_dimensions.png (100%) rename {thesis2 => thesis}/figs/ge_eu152_spec.png (100%) rename {thesis2 => thesis}/figs/ishii_cal_alpha.png (100%) rename {thesis2 => thesis}/figs/ishii_cal_proton.png (100%) rename {thesis2 => thesis}/figs/kotelchuk_proton_spectrum.png (100%) rename {thesis2 => thesis}/figs/krane_proton_spec.png (100%) rename {thesis2 => thesis}/figs/lifshitzsinger_cal_proton.png (100%) rename {thesis2 => thesis}/figs/lldq_noise.png (100%) rename {thesis2 => thesis}/figs/lldq_tdiff.png (100%) rename {thesis2 => thesis}/figs/muX.png (100%) rename {thesis2 => thesis}/figs/muon_event.png (100%) rename {thesis2 => thesis}/figs/neutron.png (100%) rename {thesis2 => thesis}/figs/pion_yield.png (100%) rename {thesis2 => thesis}/figs/proton_impact_CDC.png (100%) rename {thesis2 => thesis}/figs/psi_exp_hall_all.png (100%) rename {thesis2 => thesis}/figs/psi_exp_hall_piE.png (100%) rename {thesis2 => thesis}/figs/psi_piE1_elements.png (100%) rename {thesis2 => thesis}/figs/sched.eps (100%) rename {thesis2 => thesis}/figs/sched.png (100%) rename {thesis2 => thesis}/figs/si16_lldq_islandrate.png (100%) rename {thesis2 => thesis}/figs/si16_lldq_noise.png (100%) rename {thesis2 => thesis}/figs/si16p_dedx_nocut.png (100%) rename {thesis2 => thesis}/figs/si16p_unfold_meas.png (100%) rename {thesis2 => thesis}/figs/si16p_unfold_train.png (100%) rename {thesis2 => thesis}/figs/si_leakage.png (100%) rename {thesis2 => thesis}/figs/sindrumII_Au_result.png (100%) rename {thesis2 => thesis}/figs/sindrumII_setup.png (100%) rename {thesis2 => thesis}/figs/sir2_sir2f_E_t_corr.png (100%) rename {thesis2 => thesis}/figs/sir2_sir2f_ampVtdiff.png (100%) rename {thesis2 => thesis}/figs/susy_contr.eps (100%) rename {thesis2 => thesis}/figs/susy_contr.png (100%) rename {thesis2 => thesis}/figs/tap_maxbin_algo.png (100%) rename {thesis2 => thesis}/figs/tme_sir_prompt_rational.png (100%) rename {thesis2 => thesis}/figs/wyttenbach_rate_1p.png (100%) rename {thesis2 => thesis}/figs/wyttenbach_rate_23p.png (100%) delete mode 100644 thesis2/Makefile delete mode 100644 thesis2/chapters/frontmatter.tex delete mode 100644 thesis2/custom_macro.tex delete mode 100644 thesis2/mythesis.sty delete mode 100644 thesis2/thesis.bib delete mode 100644 thesis2/thesis.tex diff --git a/thesis2/.gitignore b/old_thesis/.gitignore similarity index 51% rename from thesis2/.gitignore rename to old_thesis/.gitignore index 2542638..13ddbc8 100644 --- a/thesis2/.gitignore +++ b/old_thesis/.gitignore @@ -1,3 +1,12 @@ +#Extra styles +abhepexpt.sty +abhep.sty +abmath.sty +lineno.sty +siunitx.sty +SIunits.sty +varwidth.sty + #Compilation byproducts *.aux *.bbl @@ -11,7 +20,3 @@ *.snm thesis.pdf comment.cut -feyngraph.mp - -*.pdf -refs/* diff --git a/old_thesis/Makefile b/old_thesis/Makefile new file mode 100644 index 0000000..b263f10 --- /dev/null +++ b/old_thesis/Makefile @@ -0,0 +1,23 @@ +DOCNAME = thesis + +INPUT = $(DOCNAME).tex +TARGET= $(DOCNAME).pdf + +THESIS_STY= mythesis.sty mythesismath.sty +EXTRASTYS = abhepexpt.sty abhep.sty abmath.sty lineno.sty siunitx.sty SIunits.sty varwidth.sty + +default: $(TARGET) + +$(TARGET): $(INPUT) extrastyles.zip $(THESIS_STY) Makefile chapters/*.tex + @rm -f $(EXTRASTYS) + @unzip extrastyles.zip + @rm -f $(DOCNAME).{aux,toc,lof,lot} + pdflatex $< && bibtex $(DOCNAME) && pdflatex $< && pdflatex $< + @rm -f $(DOCNAME).{aux,toc,lof,lot} + @rm -f $(EXTRASTYS) + +clean: + @rm -f $(EXTRASTYS) + @rm -f *.{aux,toc,lof,lot} + @rm -f *.{aux,bbl,blg,log,nav,out,snm,toc,lot,lof} $(TARGET) + @rm -f comment.cut diff --git a/thesis2/chapters/appendices.tex b/old_thesis/chapters/appendices.tex similarity index 100% rename from thesis2/chapters/appendices.tex rename to old_thesis/chapters/appendices.tex diff --git a/thesis2/chapters/backmatter.tex b/old_thesis/chapters/backmatter.tex similarity index 77% rename from thesis2/chapters/backmatter.tex rename to old_thesis/chapters/backmatter.tex index 9f77480..4d43b40 100644 --- a/thesis2/chapters/backmatter.tex +++ b/old_thesis/chapters/backmatter.tex @@ -1,6 +1,6 @@ -%\begin{colophon} - %This thesis was made in \LaTeXe{} using the ``hepthesis'' class~\cite{hepthesis}. -%\end{colophon} +\begin{colophon} + This thesis was made in \LaTeXe{} using the ``hepthesis'' class~\cite{hepthesis}. +\end{colophon} %% You're recommended to use the eprint-aware biblio styles which %% can be obtained from e.g. www.arxiv.org. The file mythesis.bib @@ -10,8 +10,8 @@ %% I prefer to put these tables here rather than making the %% front matter seemingly interminable. No-one cares, anyway! -%\listoffigures -%\listoftables +\listoffigures +\listoftables %% If you have time and interest to generate a (decent) index, %% then you've clearly spent more time on the write-up than the diff --git a/thesis/chapters/chap1.tex b/old_thesis/chapters/chap1.tex similarity index 100% rename from thesis/chapters/chap1.tex rename to old_thesis/chapters/chap1.tex diff --git a/thesis/chapters/chap2.tex b/old_thesis/chapters/chap2.tex similarity index 100% rename from thesis/chapters/chap2.tex rename to old_thesis/chapters/chap2.tex diff --git a/thesis/chapters/chap3.tex b/old_thesis/chapters/chap3.tex similarity index 100% rename from thesis/chapters/chap3.tex rename to old_thesis/chapters/chap3.tex diff --git a/thesis/chapters/chap4.tex b/old_thesis/chapters/chap4.tex similarity index 100% rename from thesis/chapters/chap4.tex rename to old_thesis/chapters/chap4.tex diff --git a/thesis/chapters/chap5.tex b/old_thesis/chapters/chap5.tex similarity index 100% rename from thesis/chapters/chap5.tex rename to old_thesis/chapters/chap5.tex diff --git a/thesis/chapters/chap6.tex b/old_thesis/chapters/chap6.tex similarity index 100% rename from thesis/chapters/chap6.tex rename to old_thesis/chapters/chap6.tex diff --git a/old_thesis/chapters/frontmatter.tex b/old_thesis/chapters/frontmatter.tex new file mode 100644 index 0000000..28a4524 --- /dev/null +++ b/old_thesis/chapters/frontmatter.tex @@ -0,0 +1,54 @@ +%% Title +\titlepage[of Graduate School of Science]% +{A dissertation submitted to the Osaka University\\ +for the degree of Doctor of Philosophy} + +%% Abstract +\begin{abstract}%[\smaller \thetitle\\ \vspace*{1cm} \smaller {\theauthor}] + %\thispagestyle{empty} + \LHCb is a \bphysics detector experiment which will take data at + the \unit{14}{\TeV} \LHC accelerator at \CERN from 2007 onward\dots +\end{abstract} + + +%% Declaration +\begin{declaration} + This dissertation is the result of my own work, except where explicit + reference is made to the work of others, and has not been submitted + for another qualification to this or any other university. This + dissertation does not exceed the word limit for the respective Degree + Committee. + \vspace*{1cm} + \begin{flushright} + Andy Buckley + \end{flushright} +\end{declaration} + + +%% Acknowledgements +\begin{acknowledgements} + Of the many people who deserve thanks, some are particularly prominent, + such as my supervisor\dots +\end{acknowledgements} + + +%% Preface +\begin{preface} + This thesis describes my research on various aspects of the \LHCb + particle physics program, centred around the \LHCb detector and \LHC + accelerator at \CERN in Geneva. + + \noindent + For this example, I'll just mention \ChapterRef{chap:SomeStuff} + and \ChapterRef{chap:MoreStuff}. +\end{preface} + +%% ToC +\tableofcontents + + +%% Strictly optional! +\frontquote{% + Writing in English is the most ingenious torture\\ +ever devised for sins committed in previous lives.}% +{James Joyce} diff --git a/old_thesis/custom_macro.tex b/old_thesis/custom_macro.tex new file mode 100644 index 0000000..e154a38 --- /dev/null +++ b/old_thesis/custom_macro.tex @@ -0,0 +1,10 @@ + +\newcommand{\lagr}{\cal{L}} +\newcommand{\mueg}{$\mu^{+} \rightarrow e^{+}\gamma$} +\newcommand{\meee}{$\mu \rightarrow eee$} +\newcommand{\muenn}{$\mu \rightarrow e \nu \overline{\nu}$} +\newcommand{\muenng}{$\mu \rightarrow e \nu \overline{\nu} \gamma$} +\newcommand{\muec}{$\mu^{-} N \rightarrow e^{-} N$} +\newcommand{\muecaz}{$\mu^{-} + N(A,Z) \rightarrow e^{-} + N(A,Z)$} +\newcommand{\sindrumlimit} +{$\mathcal{B} (\mu^- + Au \rightarrow e^- +Au) < 7\times 10^{-13}$} diff --git a/thesis/extrastyles.zip b/old_thesis/extrastyles.zip similarity index 100% rename from thesis/extrastyles.zip rename to old_thesis/extrastyles.zip diff --git a/thesis2/getNewBibtex b/old_thesis/getNewBibtex similarity index 100% rename from thesis2/getNewBibtex rename to old_thesis/getNewBibtex diff --git a/thesis2/h-physrev.bst b/old_thesis/h-physrev.bst similarity index 91% rename from thesis2/h-physrev.bst rename to old_thesis/h-physrev.bst index 3fb7104..0d200a0 100644 --- a/thesis2/h-physrev.bst +++ b/old_thesis/h-physrev.bst @@ -219,9 +219,9 @@ if$ } FUNCTION {format.title} { title empty$ - { "" } - { title "t" change.case$ } - if$ +{ "" } +{ title "t" change.case$ } +if$ } FUNCTION {n.dashify} { 't := @@ -435,84 +435,19 @@ if$ } FUNCTION {format.inst.tr.num.date} { institution empty$ - { "" "empty institution in " cite$ * warning$ } - { institution } - if$ - " Report No." * - number empty$ - { "" } - { number tie.or.space.connect } - if$ - year empty$ - { "empty year in " cite$ * warning$ } - { ", " * year * " (unpublished)" * } - if$ +{ "" "empty institution in " cite$ * warning$ } +{ institution } +if$ +" Report No." * +number empty$ +{ "" } +{ number tie.or.space.connect } +if$ +year empty$ +{ "empty year in " cite$ * warning$ } +{ ", " * year * " (unpublished)" * } +if$ } - -FUNCTION {format.inst.tr.num.prop} -{ institution empty$ - { "" "empty institution in " cite$ * warning$ } - { institution } - if$ - - type empty$ - {" Report"} - {" " * type *} - if$ - - number empty$ - { "" } - { number tie.or.space.connect embolden} - if$ -} - -FUNCTION {format.inst.tr.num} -{ institution empty$ - { "" "empty institution in " cite$ * warning$ } - { institution } - if$ - - type empty$ - {" Report"} - {" " * type *} - if$ - - number empty$ - { "" } - { number tie.or.space.connect embolden} - if$ -} - -FUNCTION {format.inst.tr.num.year} -{ institution empty$ - { "" "empty institution in " cite$ * warning$ } - { institution } - if$ - - type empty$ - {" Report" *} - {" " * type *} - if$ - - number empty$ - { "" tie.or.space.connect embolden} - { number tie.or.space.connect embolden} - if$ - - year empty$ - {"" "empty year in " cite$ * warning$ } - { " (" * year * ")" * } - if$ -} - -FUNCTION {format.inst.tr.title} -{ title empty$ - { "" } - { title emphasize "t" change.case$ } - if$ - -} - FUNCTION {format.article.crossref} { key empty$ { journal empty$ @@ -863,16 +798,14 @@ fin.entry } FUNCTION {techreport} { output.bibitem - collaboration output - format.authors "author" output.check - new.block - format.inst.tr.title "title" output.check - new.block - format.inst.tr.num.year output.nonnull - eprint output - new.block - note output - fin.entry +collaboration output +format.authors "author" output.check +new.block +format.inst.tr.num.date output.nonnull +eprint output +new.block +note output +fin.entry } FUNCTION {unpublished} { output.bibitem diff --git a/thesis/mythesis.cls b/old_thesis/mythesis.cls similarity index 100% rename from thesis/mythesis.cls rename to old_thesis/mythesis.cls diff --git a/old_thesis/mythesis.sty b/old_thesis/mythesis.sty new file mode 100644 index 0000000..9a1c6db --- /dev/null +++ b/old_thesis/mythesis.sty @@ -0,0 +1,66 @@ +\ProvidesPackage{mythesis}[2005/07/28] +%\RequirePackage{timing} +\RequirePackage{hepnicenames,abhep} +% \RequirePackage{siunitx} + +%% Citation spacing hack to bring the citation +%% number a little closer to the referring text +\let\@OldCite\cite +\renewcommand{\cite}[1]{\mbox{\!\!\!\@OldCite{#1}}} + +%% Maths +\DeclareRobustCommand{\thesismath}[1]{\ensuremath{\maybebmsf{#1}}} +\DeclareRobustCommand{\parenths}[1]{\mymath{\left({#1}\right)}} +\DeclareRobustCommand{\braces}[1]{\mymath{\left\{{#1}\right\}}} +\DeclareRobustCommand{\angles}[1]{\mymath{\left\langle{#1}\right\rangle}} +\DeclareRobustCommand{\sqbracs}[1]{\mymath{\left[{#1}\right]}} +\DeclareRobustCommand{\mods}[1]{\mymath{\left\lvert{#1}\right\rvert}} +\DeclareRobustCommand{\modsq}[1]{\mymath{\mods{#1}^2}} +\DeclareRobustCommand{\dblmods}[1]{\mymath{\left\lVert{#1}\right\rVert}} +\DeclareRobustCommand{\expOf}[1]{\mymath{\exp{\!\parenths{#1}}}} +\DeclareRobustCommand{\eexp}[1]{\mymath{e^{#1}}} +\DeclareRobustCommand{\plusquad}{\mymath{\oplus}} +\DeclareRobustCommand{\logOf}[1]{\log\!\parenths{#1}} +\DeclareRobustCommand{\lnOf}[1]{\ln\!\parenths{#1}} +\DeclareRobustCommand{\ofOrder}[1]{\mymath{ \mathcal{O}\parenths{#1} }} + +%% General utility defns +\DeclareRobustCommand{\arXivCode}[1]{arXiv:#1} +\DeclareRobustCommand{\CPviolation}{\CP-violation\xspace} +\DeclareRobustCommand{\CPv}{\CPviolation} +\DeclareRobustCommand{\LHCb}{LHCb\xspace} +\DeclareRobustCommand{\LHC}{LHC\xspace} +\DeclareRobustCommand{\LEP}{LEP\xspace} +\DeclareRobustCommand{\CERN}{CERN\xspace} + +%% Basic rate formalisms +\DeclareRobustCommand{\Rate}{\thesismath{\Gamma}\xspace} +\DeclareRobustCommand{\RateOf}[1]{\thesismath{\Gamma}\parenths{#1}\xspace} + +%% Phrases to be consistent about (with b/B) +\DeclareRobustCommand{\bphysics}{\Pbottom-physics\xspace} +\DeclareRobustCommand{\bhadron}{\Pbottom-hadron\xspace} +\DeclareRobustCommand{\Bmeson}{\PB-meson\xspace} +\DeclareRobustCommand{\bbaryon}{\Pbottom-baryon\xspace} +\DeclareRobustCommand{\Bdecay}{\PB-decay\xspace} +\DeclareRobustCommand{\bdecay}{\Pbottom-decay\xspace} + +%% Processes +\DeclareRobustCommand{\BToKPi}{\HepProcess{ \PB \to \PK \, \Ppi }\xspace} +\DeclareRobustCommand{\BToPiPi}{\HepProcess{ \PB \to \Ppi \, \Ppi }\xspace} +\DeclareRobustCommand{\BToKK}{\HepProcess{\PB \to \PK \, \PK}\xspace} +\DeclareRobustCommand{\BToRhoPi}{\HepProcess{ \PB \to \Prho \, \Ppi }\xspace} +\DeclareRobustCommand{\BToRhoRho}{\HepProcess{ \PB \to \Prho \Prho }\xspace} +\DeclareRobustCommand{\X}{\thesismath{X}\xspace} +\DeclareRobustCommand{\Xbar}{\thesismath{\overline{X}}\xspace} +\DeclareRobustCommand{\Xzero}{\HepGenParticle{X}{}{0}\xspace} +\DeclareRobustCommand{\Xzerobar}{\HepGenAntiParticle{X}{}{0}\xspace} +\DeclareRobustCommand{\epluseminus}{\Pelectron\Ppositron\xspace} + +% Fix hyperref labels in PDFTeX +\@ifpackageloaded{hyperref}{% + \pdfstringdefDisableCommands{% + \def\pi{pi}% + \def\gamma{gamma}% + }% +}{} diff --git a/thesis/mythesismath.sty b/old_thesis/mythesismath.sty similarity index 100% rename from thesis/mythesismath.sty rename to old_thesis/mythesismath.sty diff --git a/old_thesis/thesis.bib b/old_thesis/thesis.bib new file mode 100644 index 0000000..f8dc85a --- /dev/null +++ b/old_thesis/thesis.bib @@ -0,0 +1,51 @@ +%% Obtained via the getNewBibTeX script and the SPIRES biblio service + +@Article{Phys.Rev.Lett.19.1264, + author = "Weinberg, Steven", + title = "A MODEL OF LEPTONS", + journal = "Phys. Rev. Lett.", + volume = "19", + year = "1967", + pages = "1264-1266", + SLACcitation = "%%CITATION = PRLTA,19,1264;%%" +} + +@Article{Phys.Rev.D2.1285, + author = "Glashow, S. L. and Iliopoulos, J. and Maiani, L.", + title = "WEAK INTERACTIONS WITH LEPTON - HADRON SYMMETRY", + journal = "Phys. Rev.", + volume = "D2", + year = "1970", + pages = "1285-1292", + SLACcitation = "%%CITATION = PHRVA,D2,1285;%%" +} + +@Article{hep-ph/0410370, + author = "Willenbrock, Scott", + title = "Symmetries of the standard model", + year = "2004", + eprint = "hep-ph/0410370", + SLACcitation = "%%CITATION = HEP-PH 0410370;%%" +} + +@Article{Brianti:2004qq, + author = "Brianti, G.", + title = "The Large Hadron Collider project: Historical account", + journal = "Phys. Rept.", + volume = "403-404", + year = "2004", + pages = "349-364", + SLACcitation = "%%CITATION = PRPLC,403-404,349;%%" +} + +@Article{Amato:1998xt, + author = "Amato, S. and others", + collaboration = "LHCb", + title = "LHCb technical proposal", + note = "CERN-LHCC-98-4" +} + +@Misc{hepthesis, + author = "Buckley, Andy", + title = "The hepthesis {\LaTeX} class" +} diff --git a/old_thesis/thesis.tex b/old_thesis/thesis.tex new file mode 100644 index 0000000..b7a2c48 --- /dev/null +++ b/old_thesis/thesis.tex @@ -0,0 +1,65 @@ +\documentclass{mythesis} +\usepackage{mythesis} +\usepackage{hyperref} +\usepackage{booktabs} +\usepackage{tabularx} +\usepackage{color} + +\input{custom_macro.tex} +%% You can set the line spacing this way +%\setallspacing{double} +%% or a section at a time like this +%\setfrontmatterspacing{double} + +%% PDF metadata +\makeatletter +\@ifpackageloaded{hyperref}{% +\hypersetup{% + pdftitle = {A Study of Muon Capture for Muon to Electron Conversion + Experiments}, + pdfsubject = {Nam H Tran's PhD thesis}, + pdfkeywords = {muon capture, muon to electron conversion, COMET}, + pdfauthor = {\textcopyright\ Nam Hoai Tran} +} +}{} +\makeatother + +%% Define the thesis title and author +\title{A Study of Muon Capture for \\Muon to Electron Conversion Experiments} +\author{Nam Hoai Tran} + +%% Start the document +\begin{document} + +%% Define the un-numbered front matter (cover pages, rubrik and table of contents) +\begin{frontmatter} + \input{chapters/frontmatter} +\end{frontmatter} + +%% Start the content body of the thesis +\begin{mainmatter} + %% Actually, more semantic chapter filenames are better, like "chap-bgtheory.tex" + \input{chapters/chap1} + %\input{chapters/chap2} + %\input{chapters/chap3} + %\input{chapters/chap4} + %\input{chapters/chap5} + %\input{chapters/chap6} + %% To ignore a specific chapter while working on another, + %% making the build faster, comment it out like this: + %\input{chapters/chap4} +\end{mainmatter} + +%% Produce the appendices +\begin{appendices} + %\input{chapters/appendices} +\end{appendices} + +%% Produce the un-numbered back matter (e.g. colophon, +%% bibliography, tables of figures etc., index...) +\begin{backmatter} + \input{chapters/backmatter} +\end{backmatter} + +%% Close +\end{document} diff --git a/thesis/.gitignore b/thesis/.gitignore index 13ddbc8..2542638 100644 --- a/thesis/.gitignore +++ b/thesis/.gitignore @@ -1,12 +1,3 @@ -#Extra styles -abhepexpt.sty -abhep.sty -abmath.sty -lineno.sty -siunitx.sty -SIunits.sty -varwidth.sty - #Compilation byproducts *.aux *.bbl @@ -20,3 +11,7 @@ varwidth.sty *.snm thesis.pdf comment.cut +feyngraph.mp + +*.pdf +refs/* diff --git a/thesis/Makefile b/thesis/Makefile index b263f10..ce15a60 100644 --- a/thesis/Makefile +++ b/thesis/Makefile @@ -3,21 +3,13 @@ DOCNAME = thesis INPUT = $(DOCNAME).tex TARGET= $(DOCNAME).pdf -THESIS_STY= mythesis.sty mythesismath.sty -EXTRASTYS = abhepexpt.sty abhep.sty abmath.sty lineno.sty siunitx.sty SIunits.sty varwidth.sty - default: $(TARGET) -$(TARGET): $(INPUT) extrastyles.zip $(THESIS_STY) Makefile chapters/*.tex - @rm -f $(EXTRASTYS) - @unzip extrastyles.zip +$(TARGET): $(INPUT) Makefile chapters/*.tex custom_macro.tex mythesis.sty @rm -f $(DOCNAME).{aux,toc,lof,lot} pdflatex $< && bibtex $(DOCNAME) && pdflatex $< && pdflatex $< - @rm -f $(DOCNAME).{aux,toc,lof,lot} - @rm -f $(EXTRASTYS) clean: - @rm -f $(EXTRASTYS) @rm -f *.{aux,toc,lof,lot} @rm -f *.{aux,bbl,blg,log,nav,out,snm,toc,lot,lof} $(TARGET) @rm -f comment.cut diff --git a/thesis/chapters/backmatter.tex b/thesis/chapters/backmatter.tex index 4d43b40..9f77480 100644 --- a/thesis/chapters/backmatter.tex +++ b/thesis/chapters/backmatter.tex @@ -1,6 +1,6 @@ -\begin{colophon} - This thesis was made in \LaTeXe{} using the ``hepthesis'' class~\cite{hepthesis}. -\end{colophon} +%\begin{colophon} + %This thesis was made in \LaTeXe{} using the ``hepthesis'' class~\cite{hepthesis}. +%\end{colophon} %% You're recommended to use the eprint-aware biblio styles which %% can be obtained from e.g. www.arxiv.org. The file mythesis.bib @@ -10,8 +10,8 @@ %% I prefer to put these tables here rather than making the %% front matter seemingly interminable. No-one cares, anyway! -\listoffigures -\listoftables +%\listoffigures +%\listoftables %% If you have time and interest to generate a (decent) index, %% then you've clearly spent more time on the write-up than the diff --git a/thesis2/chapters/chap1_intro.tex b/thesis/chapters/chap1_intro.tex similarity index 100% rename from thesis2/chapters/chap1_intro.tex rename to thesis/chapters/chap1_intro.tex diff --git a/thesis2/chapters/chap2_mu_e_conv.tex b/thesis/chapters/chap2_mu_e_conv.tex similarity index 100% rename from thesis2/chapters/chap2_mu_e_conv.tex rename to thesis/chapters/chap2_mu_e_conv.tex diff --git a/thesis2/chapters/chap3_comet.tex b/thesis/chapters/chap3_comet.tex similarity index 100% rename from thesis2/chapters/chap3_comet.tex rename to thesis/chapters/chap3_comet.tex diff --git a/thesis2/chapters/chap4_alcap_phys.tex b/thesis/chapters/chap4_alcap_phys.tex similarity index 100% rename from thesis2/chapters/chap4_alcap_phys.tex rename to thesis/chapters/chap4_alcap_phys.tex diff --git a/thesis2/chapters/chap5_alcap_setup.tex b/thesis/chapters/chap5_alcap_setup.tex similarity index 100% rename from thesis2/chapters/chap5_alcap_setup.tex rename to thesis/chapters/chap5_alcap_setup.tex diff --git a/thesis2/chapters/chap6_analysis.tex b/thesis/chapters/chap6_analysis.tex similarity index 100% rename from thesis2/chapters/chap6_analysis.tex rename to thesis/chapters/chap6_analysis.tex diff --git a/thesis2/chapters/chap7_results.tex b/thesis/chapters/chap7_results.tex similarity index 100% rename from thesis2/chapters/chap7_results.tex rename to thesis/chapters/chap7_results.tex diff --git a/thesis/chapters/frontmatter.tex b/thesis/chapters/frontmatter.tex index 28a4524..ff7c89b 100644 --- a/thesis/chapters/frontmatter.tex +++ b/thesis/chapters/frontmatter.tex @@ -1,54 +1,74 @@ %% Title -\titlepage[of Graduate School of Science]% -{A dissertation submitted to the Osaka University\\ -for the degree of Doctor of Philosophy} +%\titlepage[\vspace{5mm}Department of Physics,\\ +%Graduate School of Science]% +%{A dissertation submitted to the Osaka University\\ +%for the degree of Doctor of Philosophy} +\titlepage[]{\vspace{5mm}Department of Physics, Graduate School of Science\\ +Osaka University} %% Abstract -\begin{abstract}%[\smaller \thetitle\\ \vspace*{1cm} \smaller {\theauthor}] - %\thispagestyle{empty} - \LHCb is a \bphysics detector experiment which will take data at - the \unit{14}{\TeV} \LHC accelerator at \CERN from 2007 onward\dots +\begin{abstract} + %[\smaller \thetitle\\ \vspace*{1cm} \smaller {\theauthor}] + \thispagestyle{empty} +COMET [1] is an experiment that aims to search for a charged lepton flavor +violation (CLFV) process, the muon-to-electron conversion in the presence of +a nucleus, +\muec. The process is forbidden in the Standard Model (SM), however is +predicted to occur in various extensions of SM, such as . Current experimental +upper limit of the branching ratio is $BR(\mu^{-} + Au \rightarrow e^{-} + Au) +< 7 \times 10^{-13}$, set by the SINDRUM II experiment [2]. + +Using the J-PARC proton beam and the pion capture by +a solenoidal field, COMET will have a single event sensitivity 10,000 times +better than the current limit. The COMET collaboration has taken a phased +approach in which the first phase, COMET Phase-I [3], starts in 2013 and +initial data taking in around 2017. + +In order to optimize detector design for the Phase-I, backgrounds from nuclear +muon capture are crucial. We have proposed a dedicated experiment , namely +AlCap, at PSI, Switzerland to study the backgrounds, including: heavy charged +particles, neutrons and photons. The measurements of heavy charged particles +have been carried out in the 2013 run and the preliminary analysis results are +presented in this thesis. \end{abstract} %% Declaration \begin{declaration} - This dissertation is the result of my own work, except where explicit - reference is made to the work of others, and has not been submitted - for another qualification to this or any other university. This - dissertation does not exceed the word limit for the respective Degree - Committee. - \vspace*{1cm} - \begin{flushright} - Andy Buckley - \end{flushright} + \thispagestyle{empty} + This dissertation is the result of my own work, except where explicit + reference is made to the work of others, and has not been submitted + for another qualification to this or any other university. + \vspace*{1cm} + \begin{flushright} + Nam Hoai Tran + \end{flushright} \end{declaration} -%% Acknowledgements -\begin{acknowledgements} - Of the many people who deserve thanks, some are particularly prominent, - such as my supervisor\dots -\end{acknowledgements} +% Acknowledgements +%\begin{acknowledgements} + %\thispagestyle{empty} + %Of the many people who deserve thanks, some are particularly prominent, + %such as my supervisor Professor Yoshitaka Kuno. +%\end{acknowledgements} %% Preface -\begin{preface} - This thesis describes my research on various aspects of the \LHCb - particle physics program, centred around the \LHCb detector and \LHC - accelerator at \CERN in Geneva. - - \noindent - For this example, I'll just mention \ChapterRef{chap:SomeStuff} - and \ChapterRef{chap:MoreStuff}. -\end{preface} +%\begin{preface} + %\thispagestyle{empty} + %The thesis is about measurements of products of nuclear muon capture on an + %aluminum target, which is important for optimization of a tracking detector + %of a search for muon to electron conversion, the E21 experiment - so called + %COMET - at Japan Proton Accelerator Complex (J-PARC). +%\end{preface} %% ToC \tableofcontents %% Strictly optional! -\frontquote{% - Writing in English is the most ingenious torture\\ -ever devised for sins committed in previous lives.}% -{James Joyce} +%\frontquote{% + %Writing in English is the most ingenious torture\\ +%ever devised for sins committed in previous lives.}% +%{James Joyce} diff --git a/thesis/custom_macro.tex b/thesis/custom_macro.tex index e154a38..be8a058 100644 --- a/thesis/custom_macro.tex +++ b/thesis/custom_macro.tex @@ -1,10 +1,56 @@ - +\usepackage[]{xspace} \newcommand{\lagr}{\cal{L}} -\newcommand{\mueg}{$\mu^{+} \rightarrow e^{+}\gamma$} -\newcommand{\meee}{$\mu \rightarrow eee$} -\newcommand{\muenn}{$\mu \rightarrow e \nu \overline{\nu}$} -\newcommand{\muenng}{$\mu \rightarrow e \nu \overline{\nu} \gamma$} -\newcommand{\muec}{$\mu^{-} N \rightarrow e^{-} N$} -\newcommand{\muecaz}{$\mu^{-} + N(A,Z) \rightarrow e^{-} + N(A,Z)$} +%%% muon decays +\newcommand{\mueg}{$\mu^{+} \rightarrow e^{+}\gamma$\xspace} +%\newcommand{\mueg}{\APmuon $\rightarrow$ \APelectron\Pphoton} + +%\newcommand{\mueee}{$\mu \rightarrow eee$} +\newcommand{\mueee}{$\mu^+ \rightarrow e^+e^+e^+$\xspace} +%\newcommand{\meee}{\Pmuon $\rightarrow$ \Pelectron\Pelectron\Pelectron} + +\newcommand{\muenn}{$\mu \rightarrow e \nu \overline{\nu}$\xspace} +%\newcommand{\muenn}{\Pmuon $\rightarrow$ \Pelectron \Pnu \APnu} + + +\newcommand{\muec}{$\mu^{-} N \rightarrow e^{-} N$\xspace} +%\newcommand{\muec}{\Pmuon $\rightarrow$ \Pelectron N} + +\newcommand{\muecaz}{$\mu^{-} + N(A,Z) \rightarrow e^{-} + N(A,Z)$\xspace} + +% some limits \newcommand{\sindrumlimit} -{$\mathcal{B} (\mu^- + Au \rightarrow e^- +Au) < 7\times 10^{-13}$} +{$\mathcal{B} (\mu^- + Au \rightarrow e^- +Au) < 7\times 10^{-13}$\xspace} + +\newcommand{\meglimit} +{$\mathcal{B}(\mu^+ \rightarrow e^+ \gamma) < 5.7 \times 10^{-13}$\xspace} + +\newcommand{\brmeg} +{$\mathcal{B}(\mu^+ \rightarrow e^+ \gamma)$\xspace} + +\newcommand{\micheldecay}{ + $\mu^- \rightarrow e^- \nu_\mu \overline{\nu}_e$\xspace +} +\newcommand{\muenng}{ +$\mu^- \rightarrow e^- \nu_\mu \overline{\nu}_e \gamma$\xspace +} +\newcommand{\muennee}{ +$\mu^- \rightarrow e^- \nu_\mu \overline{\nu}_e e^+ e^-$\xspace +} + +\newcommand{\mueconv}{$\mu-e$ conversion\xspace} + +%scientific notation, +\usepackage[]{xifthen} +\newcommand{\sn}[2] +{ + \ifthenelse{\isempty{#1}} + {$10^{#2}$\xspace} %if the 1st argument is blank + {$#1 \times 10^{#2}$\xspace} %if both exist +} + +\newcommand{\cc}{$c$\xspace} + +\newcommand{\rootana}{{\ttfamily rootana}} +\newcommand{\alcapana}{{\ttfamily alcapana}} +\newcommand{\tpulseisland}{{\ttfamily TPulseIsland}} +\newcommand{\tanalysedpulse}{{\ttfamily TAnalysedPulse}} diff --git a/thesis2/figs/GroupPhoto.jpg b/thesis/figs/GroupPhoto.jpg similarity index 100% rename from thesis2/figs/GroupPhoto.jpg rename to thesis/figs/GroupPhoto.jpg diff --git a/thesis2/figs/Measurements.pptx b/thesis/figs/Measurements.pptx similarity index 100% rename from thesis2/figs/Measurements.pptx rename to thesis/figs/Measurements.pptx diff --git a/thesis2/figs/PlannedMeasurements.jpg b/thesis/figs/PlannedMeasurements.jpg similarity index 100% rename from thesis2/figs/PlannedMeasurements.jpg rename to thesis/figs/PlannedMeasurements.jpg diff --git a/thesis2/figs/Rates.png b/thesis/figs/Rates.png similarity index 100% rename from thesis2/figs/Rates.png rename to thesis/figs/Rates.png diff --git a/thesis2/figs/Setup.png b/thesis/figs/Setup.png similarity index 100% rename from thesis2/figs/Setup.png rename to thesis/figs/Setup.png diff --git a/thesis2/figs/SetupOverview.jpg b/thesis/figs/SetupOverview.jpg similarity index 100% rename from thesis2/figs/SetupOverview.jpg rename to thesis/figs/SetupOverview.jpg diff --git a/thesis2/figs/SetupSimple.jpg b/thesis/figs/SetupSimple.jpg similarity index 100% rename from thesis2/figs/SetupSimple.jpg rename to thesis/figs/SetupSimple.jpg diff --git a/thesis2/figs/alcap_am241_src.png b/thesis/figs/alcap_am241_src.png similarity index 100% rename from thesis2/figs/alcap_am241_src.png rename to thesis/figs/alcap_am241_src.png diff --git a/thesis2/figs/alcap_setup_detailed.jpg b/thesis/figs/alcap_setup_detailed.jpg similarity index 100% rename from thesis2/figs/alcap_setup_detailed.jpg rename to thesis/figs/alcap_setup_detailed.jpg diff --git a/thesis2/figs/beam1.png b/thesis/figs/beam1.png similarity index 100% rename from thesis2/figs/beam1.png rename to thesis/figs/beam1.png diff --git a/thesis2/figs/beam3.png b/thesis/figs/beam3.png similarity index 100% rename from thesis2/figs/beam3.png rename to thesis/figs/beam3.png diff --git a/thesis2/figs/chamber.png b/thesis/figs/chamber.png similarity index 100% rename from thesis2/figs/chamber.png rename to thesis/figs/chamber.png diff --git a/thesis2/figs/comet_Bfield.png b/thesis/figs/comet_Bfield.png similarity index 100% rename from thesis2/figs/comet_Bfield.png rename to thesis/figs/comet_Bfield.png diff --git a/thesis2/figs/comet_beamline_layout.png b/thesis/figs/comet_beamline_layout.png similarity index 100% rename from thesis2/figs/comet_beamline_layout.png rename to thesis/figs/comet_beamline_layout.png diff --git a/thesis2/figs/comet_detector_system.png b/thesis/figs/comet_detector_system.png similarity index 100% rename from thesis2/figs/comet_detector_system.png rename to thesis/figs/comet_detector_system.png diff --git a/thesis2/figs/comet_full_and_phase1.eps b/thesis/figs/comet_full_and_phase1.eps similarity index 100% rename from thesis2/figs/comet_full_and_phase1.eps rename to thesis/figs/comet_full_and_phase1.eps diff --git a/thesis2/figs/comet_meas_timing.png b/thesis/figs/comet_meas_timing.png similarity index 100% rename from thesis2/figs/comet_meas_timing.png rename to thesis/figs/comet_meas_timing.png diff --git a/thesis2/figs/comet_mr_4filled.png b/thesis/figs/comet_mr_4filled.png similarity index 100% rename from thesis2/figs/comet_mr_4filled.png rename to thesis/figs/comet_mr_4filled.png diff --git a/thesis2/figs/comet_phase1_cydet.png b/thesis/figs/comet_phase1_cydet.png similarity index 100% rename from thesis2/figs/comet_phase1_cydet.png rename to thesis/figs/comet_phase1_cydet.png diff --git a/thesis2/figs/comet_phase1_layout.png b/thesis/figs/comet_phase1_layout.png similarity index 100% rename from thesis2/figs/comet_phase1_layout.png rename to thesis/figs/comet_phase1_layout.png diff --git a/thesis2/figs/comet_phase1_magnets.png b/thesis/figs/comet_phase1_magnets.png similarity index 100% rename from thesis2/figs/comet_phase1_magnets.png rename to thesis/figs/comet_phase1_magnets.png diff --git a/thesis2/figs/comet_target_Bfield.png b/thesis/figs/comet_target_Bfield.png similarity index 100% rename from thesis2/figs/comet_target_Bfield.png rename to thesis/figs/comet_target_Bfield.png diff --git a/thesis2/figs/daq.png b/thesis/figs/daq.png similarity index 100% rename from thesis2/figs/daq.png rename to thesis/figs/daq.png diff --git a/thesis2/figs/daq_pcs.png b/thesis/figs/daq_pcs.png similarity index 100% rename from thesis2/figs/daq_pcs.png rename to thesis/figs/daq_pcs.png diff --git a/thesis2/figs/ge_det_dimensions.png b/thesis/figs/ge_det_dimensions.png similarity index 100% rename from thesis2/figs/ge_det_dimensions.png rename to thesis/figs/ge_det_dimensions.png diff --git a/thesis2/figs/ge_eu152_spec.png b/thesis/figs/ge_eu152_spec.png similarity index 100% rename from thesis2/figs/ge_eu152_spec.png rename to thesis/figs/ge_eu152_spec.png diff --git a/thesis2/figs/ishii_cal_alpha.png b/thesis/figs/ishii_cal_alpha.png similarity index 100% rename from thesis2/figs/ishii_cal_alpha.png rename to thesis/figs/ishii_cal_alpha.png diff --git a/thesis2/figs/ishii_cal_proton.png b/thesis/figs/ishii_cal_proton.png similarity index 100% rename from thesis2/figs/ishii_cal_proton.png rename to thesis/figs/ishii_cal_proton.png diff --git a/thesis2/figs/kotelchuk_proton_spectrum.png b/thesis/figs/kotelchuk_proton_spectrum.png similarity index 100% rename from thesis2/figs/kotelchuk_proton_spectrum.png rename to thesis/figs/kotelchuk_proton_spectrum.png diff --git a/thesis2/figs/krane_proton_spec.png b/thesis/figs/krane_proton_spec.png similarity index 100% rename from thesis2/figs/krane_proton_spec.png rename to thesis/figs/krane_proton_spec.png diff --git a/thesis2/figs/lifshitzsinger_cal_proton.png b/thesis/figs/lifshitzsinger_cal_proton.png similarity index 100% rename from thesis2/figs/lifshitzsinger_cal_proton.png rename to thesis/figs/lifshitzsinger_cal_proton.png diff --git a/thesis2/figs/lldq_noise.png b/thesis/figs/lldq_noise.png similarity index 100% rename from thesis2/figs/lldq_noise.png rename to thesis/figs/lldq_noise.png diff --git a/thesis2/figs/lldq_tdiff.png b/thesis/figs/lldq_tdiff.png similarity index 100% rename from thesis2/figs/lldq_tdiff.png rename to thesis/figs/lldq_tdiff.png diff --git a/thesis2/figs/muX.png b/thesis/figs/muX.png similarity index 100% rename from thesis2/figs/muX.png rename to thesis/figs/muX.png diff --git a/thesis2/figs/muon_event.png b/thesis/figs/muon_event.png similarity index 100% rename from thesis2/figs/muon_event.png rename to thesis/figs/muon_event.png diff --git a/thesis2/figs/neutron.png b/thesis/figs/neutron.png similarity index 100% rename from thesis2/figs/neutron.png rename to thesis/figs/neutron.png diff --git a/thesis2/figs/pion_yield.png b/thesis/figs/pion_yield.png similarity index 100% rename from thesis2/figs/pion_yield.png rename to thesis/figs/pion_yield.png diff --git a/thesis2/figs/proton_impact_CDC.png b/thesis/figs/proton_impact_CDC.png similarity index 100% rename from thesis2/figs/proton_impact_CDC.png rename to thesis/figs/proton_impact_CDC.png diff --git a/thesis2/figs/psi_exp_hall_all.png b/thesis/figs/psi_exp_hall_all.png similarity index 100% rename from thesis2/figs/psi_exp_hall_all.png rename to thesis/figs/psi_exp_hall_all.png diff --git a/thesis2/figs/psi_exp_hall_piE.png b/thesis/figs/psi_exp_hall_piE.png similarity index 100% rename from thesis2/figs/psi_exp_hall_piE.png rename to thesis/figs/psi_exp_hall_piE.png diff --git a/thesis2/figs/psi_piE1_elements.png b/thesis/figs/psi_piE1_elements.png similarity index 100% rename from thesis2/figs/psi_piE1_elements.png rename to thesis/figs/psi_piE1_elements.png diff --git a/thesis2/figs/sched.eps b/thesis/figs/sched.eps similarity index 100% rename from thesis2/figs/sched.eps rename to thesis/figs/sched.eps diff --git a/thesis2/figs/sched.png b/thesis/figs/sched.png similarity index 100% rename from thesis2/figs/sched.png rename to thesis/figs/sched.png diff --git a/thesis2/figs/si16_lldq_islandrate.png b/thesis/figs/si16_lldq_islandrate.png similarity index 100% rename from thesis2/figs/si16_lldq_islandrate.png rename to thesis/figs/si16_lldq_islandrate.png diff --git a/thesis2/figs/si16_lldq_noise.png b/thesis/figs/si16_lldq_noise.png similarity index 100% rename from thesis2/figs/si16_lldq_noise.png rename to thesis/figs/si16_lldq_noise.png diff --git a/thesis2/figs/si16p_dedx_nocut.png b/thesis/figs/si16p_dedx_nocut.png similarity index 100% rename from thesis2/figs/si16p_dedx_nocut.png rename to thesis/figs/si16p_dedx_nocut.png diff --git a/thesis2/figs/si16p_unfold_meas.png b/thesis/figs/si16p_unfold_meas.png similarity index 100% rename from thesis2/figs/si16p_unfold_meas.png rename to thesis/figs/si16p_unfold_meas.png diff --git a/thesis2/figs/si16p_unfold_train.png b/thesis/figs/si16p_unfold_train.png similarity index 100% rename from thesis2/figs/si16p_unfold_train.png rename to thesis/figs/si16p_unfold_train.png diff --git a/thesis2/figs/si_leakage.png b/thesis/figs/si_leakage.png similarity index 100% rename from thesis2/figs/si_leakage.png rename to thesis/figs/si_leakage.png diff --git a/thesis2/figs/sindrumII_Au_result.png b/thesis/figs/sindrumII_Au_result.png similarity index 100% rename from thesis2/figs/sindrumII_Au_result.png rename to thesis/figs/sindrumII_Au_result.png diff --git a/thesis2/figs/sindrumII_setup.png b/thesis/figs/sindrumII_setup.png similarity index 100% rename from thesis2/figs/sindrumII_setup.png rename to thesis/figs/sindrumII_setup.png diff --git a/thesis2/figs/sir2_sir2f_E_t_corr.png b/thesis/figs/sir2_sir2f_E_t_corr.png similarity index 100% rename from thesis2/figs/sir2_sir2f_E_t_corr.png rename to thesis/figs/sir2_sir2f_E_t_corr.png diff --git a/thesis2/figs/sir2_sir2f_ampVtdiff.png b/thesis/figs/sir2_sir2f_ampVtdiff.png similarity index 100% rename from thesis2/figs/sir2_sir2f_ampVtdiff.png rename to thesis/figs/sir2_sir2f_ampVtdiff.png diff --git a/thesis2/figs/susy_contr.eps b/thesis/figs/susy_contr.eps similarity index 100% rename from thesis2/figs/susy_contr.eps rename to thesis/figs/susy_contr.eps diff --git a/thesis2/figs/susy_contr.png b/thesis/figs/susy_contr.png similarity index 100% rename from thesis2/figs/susy_contr.png rename to thesis/figs/susy_contr.png diff --git a/thesis2/figs/tap_maxbin_algo.png b/thesis/figs/tap_maxbin_algo.png similarity index 100% rename from thesis2/figs/tap_maxbin_algo.png rename to thesis/figs/tap_maxbin_algo.png diff --git a/thesis2/figs/tme_sir_prompt_rational.png b/thesis/figs/tme_sir_prompt_rational.png similarity index 100% rename from thesis2/figs/tme_sir_prompt_rational.png rename to thesis/figs/tme_sir_prompt_rational.png diff --git a/thesis2/figs/wyttenbach_rate_1p.png b/thesis/figs/wyttenbach_rate_1p.png similarity index 100% rename from thesis2/figs/wyttenbach_rate_1p.png rename to thesis/figs/wyttenbach_rate_1p.png diff --git a/thesis2/figs/wyttenbach_rate_23p.png b/thesis/figs/wyttenbach_rate_23p.png similarity index 100% rename from thesis2/figs/wyttenbach_rate_23p.png rename to thesis/figs/wyttenbach_rate_23p.png diff --git a/thesis/h-physrev.bst b/thesis/h-physrev.bst index 0d200a0..3fb7104 100644 --- a/thesis/h-physrev.bst +++ b/thesis/h-physrev.bst @@ -219,9 +219,9 @@ if$ } FUNCTION {format.title} { title empty$ -{ "" } -{ title "t" change.case$ } -if$ + { "" } + { title "t" change.case$ } + if$ } FUNCTION {n.dashify} { 't := @@ -435,19 +435,84 @@ if$ } FUNCTION {format.inst.tr.num.date} { institution empty$ -{ "" "empty institution in " cite$ * warning$ } -{ institution } -if$ -" Report No." * -number empty$ -{ "" } -{ number tie.or.space.connect } -if$ -year empty$ -{ "empty year in " cite$ * warning$ } -{ ", " * year * " (unpublished)" * } -if$ + { "" "empty institution in " cite$ * warning$ } + { institution } + if$ + " Report No." * + number empty$ + { "" } + { number tie.or.space.connect } + if$ + year empty$ + { "empty year in " cite$ * warning$ } + { ", " * year * " (unpublished)" * } + if$ } + +FUNCTION {format.inst.tr.num.prop} +{ institution empty$ + { "" "empty institution in " cite$ * warning$ } + { institution } + if$ + + type empty$ + {" Report"} + {" " * type *} + if$ + + number empty$ + { "" } + { number tie.or.space.connect embolden} + if$ +} + +FUNCTION {format.inst.tr.num} +{ institution empty$ + { "" "empty institution in " cite$ * warning$ } + { institution } + if$ + + type empty$ + {" Report"} + {" " * type *} + if$ + + number empty$ + { "" } + { number tie.or.space.connect embolden} + if$ +} + +FUNCTION {format.inst.tr.num.year} +{ institution empty$ + { "" "empty institution in " cite$ * warning$ } + { institution } + if$ + + type empty$ + {" Report" *} + {" " * type *} + if$ + + number empty$ + { "" tie.or.space.connect embolden} + { number tie.or.space.connect embolden} + if$ + + year empty$ + {"" "empty year in " cite$ * warning$ } + { " (" * year * ")" * } + if$ +} + +FUNCTION {format.inst.tr.title} +{ title empty$ + { "" } + { title emphasize "t" change.case$ } + if$ + +} + FUNCTION {format.article.crossref} { key empty$ { journal empty$ @@ -798,14 +863,16 @@ fin.entry } FUNCTION {techreport} { output.bibitem -collaboration output -format.authors "author" output.check -new.block -format.inst.tr.num.date output.nonnull -eprint output -new.block -note output -fin.entry + collaboration output + format.authors "author" output.check + new.block + format.inst.tr.title "title" output.check + new.block + format.inst.tr.num.year output.nonnull + eprint output + new.block + note output + fin.entry } FUNCTION {unpublished} { output.bibitem diff --git a/thesis/mythesis.sty b/thesis/mythesis.sty index 9a1c6db..8cdf67c 100644 --- a/thesis/mythesis.sty +++ b/thesis/mythesis.sty @@ -1,66 +1,272 @@ -\ProvidesPackage{mythesis}[2005/07/28] -%\RequirePackage{timing} -\RequirePackage{hepnicenames,abhep} -% \RequirePackage{siunitx} +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{mythesis} -%% Citation spacing hack to bring the citation -%% number a little closer to the referring text -\let\@OldCite\cite -\renewcommand{\cite}[1]{\mbox{\!\!\!\@OldCite{#1}}} +%% ------------------------------------- +%% Packages +%% ------------------------------------- +%$ Page layout +\RequirePackage[top=1in, bottom=1in, +%inner=1.25in, outer=1in]{geometry} +inner=1.25in, outer=1in, twoside]{geometry} +\RequirePackage{amsmath} -%% Maths -\DeclareRobustCommand{\thesismath}[1]{\ensuremath{\maybebmsf{#1}}} -\DeclareRobustCommand{\parenths}[1]{\mymath{\left({#1}\right)}} -\DeclareRobustCommand{\braces}[1]{\mymath{\left\{{#1}\right\}}} -\DeclareRobustCommand{\angles}[1]{\mymath{\left\langle{#1}\right\rangle}} -\DeclareRobustCommand{\sqbracs}[1]{\mymath{\left[{#1}\right]}} -\DeclareRobustCommand{\mods}[1]{\mymath{\left\lvert{#1}\right\rvert}} -\DeclareRobustCommand{\modsq}[1]{\mymath{\mods{#1}^2}} -\DeclareRobustCommand{\dblmods}[1]{\mymath{\left\lVert{#1}\right\rVert}} -\DeclareRobustCommand{\expOf}[1]{\mymath{\exp{\!\parenths{#1}}}} -\DeclareRobustCommand{\eexp}[1]{\mymath{e^{#1}}} -\DeclareRobustCommand{\plusquad}{\mymath{\oplus}} -\DeclareRobustCommand{\logOf}[1]{\log\!\parenths{#1}} -\DeclareRobustCommand{\lnOf}[1]{\ln\!\parenths{#1}} -\DeclareRobustCommand{\ofOrder}[1]{\mymath{ \mathcal{O}\parenths{#1} }} +%$ Hyper-link .. +\RequirePackage[% +colorlinks=true,% color links instead of using boxes +linkcolor=red,% color for internal (intra-document) links +citecolor=green,% color for bibliographic links +urlcolor=blue,% color for URL links +hyperfootnotes=false,% disable links to footnotes (because feature broken) +hyperindex,% make page numbers in index into hyperlinks +pdfstartview={FitH},% startup page view: fit width of page to window +bookmarks +]{hyperref} +\RequirePackage[all]{hypcap} -%% General utility defns -\DeclareRobustCommand{\arXivCode}[1]{arXiv:#1} -\DeclareRobustCommand{\CPviolation}{\CP-violation\xspace} -\DeclareRobustCommand{\CPv}{\CPviolation} -\DeclareRobustCommand{\LHCb}{LHCb\xspace} -\DeclareRobustCommand{\LHC}{LHC\xspace} -\DeclareRobustCommand{\LEP}{LEP\xspace} -\DeclareRobustCommand{\CERN}{CERN\xspace} +\AtBeginDocument{\thispagestyle{plain}} -%% Basic rate formalisms -\DeclareRobustCommand{\Rate}{\thesismath{\Gamma}\xspace} -\DeclareRobustCommand{\RateOf}[1]{\thesismath{\Gamma}\parenths{#1}\xspace} +%% Custom header, no upper case, two sided +\RequirePackage{fancyhdr} +\pagestyle{fancy} +\fancyhf{} +\fancyhead[LE,RO]{\thepage} +\fancyhead[RE]{\nouppercase{\leftmark}} +\renewcommand{\chaptermark}[1]{\markboth{#1}{}} +\setlength{\headheight}{15pt} +\RequirePackage{emptypage} +%% Others +\RequirePackage{booktabs} +\RequirePackage{cite} +%\RequirePackage{morefloats} +\RequirePackage{mathrsfs} % script font +\RequirePackage{afterpage} +%% Using Babel allows other languages to be used and mixed-in easily +\RequirePackage[ngerman,english]{babel} +\selectlanguage{english} +\RequirePackage[babel]{csquotes} -%% Phrases to be consistent about (with b/B) -\DeclareRobustCommand{\bphysics}{\Pbottom-physics\xspace} -\DeclareRobustCommand{\bhadron}{\Pbottom-hadron\xspace} -\DeclareRobustCommand{\Bmeson}{\PB-meson\xspace} -\DeclareRobustCommand{\bbaryon}{\Pbottom-baryon\xspace} -\DeclareRobustCommand{\Bdecay}{\PB-decay\xspace} -\DeclareRobustCommand{\bdecay}{\Pbottom-decay\xspace} +\RequirePackage{subfig} +\RequirePackage{tikz} +\RequirePackage{fixltx2e} +\RequirePackage{setspace} +\RequirePackage{verbatim} +\RequirePackage{lipsum} +\RequirePackage{datatool} +\RequirePackage[capitalise]{cleveref} +\RequirePackage[final]{listings} +\RequirePackage{xfrac} +%% Units +\RequirePackage[]{siunitx} +%% Various fonts ... +%\RequirePackage[T1]{fontenc} +%\RequirePackage{charter} +%\RequirePackage[expert]{mathdesign} -%% Processes -\DeclareRobustCommand{\BToKPi}{\HepProcess{ \PB \to \PK \, \Ppi }\xspace} -\DeclareRobustCommand{\BToPiPi}{\HepProcess{ \PB \to \Ppi \, \Ppi }\xspace} -\DeclareRobustCommand{\BToKK}{\HepProcess{\PB \to \PK \, \PK}\xspace} -\DeclareRobustCommand{\BToRhoPi}{\HepProcess{ \PB \to \Prho \, \Ppi }\xspace} -\DeclareRobustCommand{\BToRhoRho}{\HepProcess{ \PB \to \Prho \Prho }\xspace} -\DeclareRobustCommand{\X}{\thesismath{X}\xspace} -\DeclareRobustCommand{\Xbar}{\thesismath{\overline{X}}\xspace} -\DeclareRobustCommand{\Xzero}{\HepGenParticle{X}{}{0}\xspace} -\DeclareRobustCommand{\Xzerobar}{\HepGenAntiParticle{X}{}{0}\xspace} -\DeclareRobustCommand{\epluseminus}{\Pelectron\Ppositron\xspace} -% Fix hyperref labels in PDFTeX -\@ifpackageloaded{hyperref}{% - \pdfstringdefDisableCommands{% - \def\pi{pi}% - \def\gamma{gamma}% - }% -}{} +%\usepackage[T1]{fontenc} +%\usepackage[bitstream-charter]{mathdesign} + + +%\RequirePackage{lmodern} +%\RequirePackage{libertine} +%\RequirePackage[libertine]{newtxmath} + +% this works +%\usepackage[]{mathpazo} % With old-style figures and real smallcaps. +%\linespread{1.025} % Palatino leads a little more leading +%\usepackage[small]{eulervm} + +\RequirePackage{tabularx} +\RequirePackage{color} +\RequirePackage{pifont} +\RequirePackage{soul} +\RequirePackage[]{dcolumn} +\RequirePackage[]{sidecap} +\RequirePackage[]{wrapfig} +\RequirePackage{feynmp} +\RequirePackage[]{afterpage} +\RequirePackage[]{multirow} + +%% provide adjustwidth +\RequirePackage{changepage} +\RequirePackage{comment} + +%% ------------------------------------- +%% More settings ... +%% ------------------------------------- +%% Treat forced blank pages in the same way as chapter title pages +\def\cleardoublepage{\clearpage\if@twoside \ifodd\c@page\else% + \hbox{}% + \thispagestyle{empty}% + %\thispagestyle{plain}% + \newpage% + \if@twocolumn\hbox{}\newpage\fi\fi\fi}% + + +%% Provide mixed-case versions of the Table of contents, +%% List of tables, List of figures, Bibliography etc. header names +\DeclareRobustCommand{\contentsname}{Contents} +\DeclareRobustCommand{\bibname}{Bibliography} +\DeclareRobustCommand{\listfigurename}{List of figures} +\DeclareRobustCommand{\listtablename}{List of tables} + +%% ------------------------------------- +%% Extra environments, stole from hepthesis.cls +%% ------------------------------------- +%% Extra margins for various sections +\newlength{\@mainmatterextramargin}% +\setlength{\@mainmatterextramargin}{0cm}% +\newlength{\@backmatterextramargin}% +\setlength{\@backmatterextramargin}{0cm}% +\newlength{\@frontmatterextramargin}% +\setlength{\@frontmatterextramargin}{0cm}% +\newlength{\@appendixextramargin}% +\setlength{\@appendixextramargin}{0cm}% +\newlength{\@abstractextramargin}% +\setlength{\@abstractextramargin}{1.5cm}% +\newlength{\@declarationextramargin}% +\setlength{\@declarationextramargin}{1cm}% +\newlength{\@acknowledgementsextramargin}% +\setlength{\@acknowledgementsextramargin}{0cm}% +\newlength{\@prefaceextramargin}% +\setlength{\@prefaceextramargin}{0cm}% +\newlength{\@pagequoteextramargin}% +\setlength{\@pagequoteextramargin}{2cm}% +%% Top vertical spacing in the front matter +\newlength{\@frontmattertopskip}% +\newlength{\@frontmattertitletopskip}% +\newlength{\frontmattertitleskip}% +\addtolength{\frontmattertitleskip}{2cm}% +\addtolength{\@frontmattertitletopskip}{0cm}% +\setlength{\@frontmattertopskip}{\frontmattertitleskip}% +\addtolength{\@frontmattertopskip}{\@frontmattertitletopskip}% + +%% Figure widths +\newlength{\smallfigwidth} +\newlength{\mediumfigwidth} +\newlength{\largefigwidth} +\newlength{\hugefigwidth} +\setlength{\smallfigwidth}{0.45\textwidth} +\setlength{\mediumfigwidth}{0.6\textwidth} +\setlength{\largefigwidth}{0.75\textwidth} +\setlength{\hugefigwidth}{0.9\textwidth} +%% Environment for thesis abstract in frontmatter +%% (argument is the thesis title) + +\newenvironment{abstract}[1][Abstract]{% + \adjustwidth{\@abstractextramargin}{\@abstractextramargin}% + \cleardoublepage% + \vspace*{\@frontmattertopskip}% + \begin{center}% + \begingroup + \ifx\@sftitles\@empty\else\sf\fi + {\LARGE\textbf{#1}}% + \endgroup + \end{center}% + \vspace*{1cm}% +}{ \endadjustwidth \ignorespacesafterend } + +%% Environment for declaration rubrik page in frontmatter +\newenvironment{declaration}{% + \cleardoublepage% + \adjustwidth{\@declarationextramargin}{\@declarationextramargin}% + \vspace*{\@frontmattertopskip}% + \begin{center}% + \begingroup + \ifx\@sftitles\@empty\else\sf\fi + {\LARGE\textbf{Declaration}}% + \endgroup + \end{center}% + \vspace*{1cm}% +}{% + %\newline \newline \newline% + %\begin{flushright} + % \thesisauthor\newline + % \today\newline + %\end{flushright} + \endadjustwidth% + \ignorespacesafterend% +} + +%% Change the spacing of lines +\DeclareRobustCommand{\setspacing}[1]{% + \setfrontmatterspacing{#1}% + \setmainmatterspacing{#1}% + \setappendixspacing{#1}% + \setbackmatterspacing{#1}% +} +\DeclareRobustCommand{\setfrontmatterspacing}[1]{\def\@frontmatterspacing{#1spacing}} +\DeclareRobustCommand{\setmainmatterspacing}[1]{\def\@mainmatterspacing{#1spacing}} +\DeclareRobustCommand{\setappendixspacing}[1]{\def\@appendixspacing{#1spacing}} +\DeclareRobustCommand{\setbackmatterspacing}[1]{\def\@backmatterspacing{#1spacing}} + + +%% Change the extra margin size +\DeclareRobustCommand{\setextramargins}[1]{% + \setfrontmatterextramargins{#1}% + \setmainmatterextramargins{#1}% + \setappendixextramargins{#1}% + \setbackmatterextramargins{#1}% +} +\DeclareRobustCommand{\setfrontmatterextramarginsg}[1]{\setlength{\@frontmatterextramargin}{#1}} +\DeclareRobustCommand{\setmainmatterextramargins}[1]{\setlength{\@mainmatterextramargin}{#1}} +\DeclareRobustCommand{\setappendixextramargins}[1]{\setlength{\@appendixextramargin}{#1}} +\DeclareRobustCommand{\setbackmatterextramargins}[1]{\setlength{\@backmatterextramargin}{#1}} +\DeclareRobustCommand{\setabstractextramargins}[1]{\setlength{\@abstractextramargin}{#1}} +\DeclareRobustCommand{\setdeclarationextramargins}[1]{\setlength{\@declarationextramargin}{#1}} +\DeclareRobustCommand{\setacknowledgementsextramargins}[1]{\setlength{\@acknowledgementsextramargin}{#1}} +\DeclareRobustCommand{\setprefaceextramargins}[1]{\setlength{\@prefaceextramargin}{#1}} + +%% Part-wise spacing commands and definitions +\def\@frontmatterspacing{onehalfspacing} +\def\@mainmatterspacing{onehalfspacing} +\def\@appendixspacing{onehalfspacing} +\def\@backmatterspacing{onehalfspacing} +%% An environment for the rubbish at the front of a typical thesis +\let\@oldfrontmatter\frontmatter +\specialcomment{frontmatter}{% + \setcounter{tocdepth}{2}% show down to subsections in contents + \setcounter{secnumdepth}{2}% number down to subsections + %\newcounter{iterlist}% + \@oldfrontmatter% + \adjustwidth{\@frontmatterextramargin}{\@frontmatterextramargin}% + \begin{\@frontmatterspacing}% +}{% + \end{\@frontmatterspacing}% + \endadjustwidth% + \ignorespacesafterend% +} + + +%% Title page + +%% Use the \title and \author arguments to build the front page etc. +\ifx\@requiretitling\@empty% +%% Re-define \title and \author to store their args in \thetitle, \theauthor +%variables +\renewcommand*\title[1]{\gdef\@title{#1}\global\let\thetitle\@title}% +\renewcommand*\author[1]{\gdef\@author{#1}\global\let\theauthor\@author}% +\else% +\RequirePackage{titling}% +\fi +%% Makes a thesis title page +\let\@oldtitlepage\titlepage +\let\@oldendtitlepage\endtitlepage +\DeclareRobustCommand{\titlepage}[2][]{% + \thispagestyle{empty}% + \begingroup% + \ifx\@sftitles\@empty\else\sf\fi% + \begin{center}% + \vspace*{\frontmattertitleskip}% + \begin{doublespace}% + {\Huge\textbf{\thetitle}}\\% + \end{doublespace}% + \vspace*{3cm}% + %{\Large{{\theauthor} \\ {#1}}}\\% + {\Large{{\theauthor}\\}} + \vspace*{8cm}% + {#2}% + \end{center}% + \endgroup% +} +\renewcommand{\maketitle}[1]{\titlepage{}} diff --git a/thesis/thesis.bib b/thesis/thesis.bib index f8dc85a..f4f825e 100644 --- a/thesis/thesis.bib +++ b/thesis/thesis.bib @@ -1,51 +1,2655 @@ -%% Obtained via the getNewBibTeX script and the SPIRES biblio service +% This file was created with JabRef 2.10. +% Encoding: MacRoman -@Article{Phys.Rev.Lett.19.1264, - author = "Weinberg, Steven", - title = "A MODEL OF LEPTONS", - journal = "Phys. Rev. Lett.", - volume = "19", - year = "1967", - pages = "1264-1266", - SLACcitation = "%%CITATION = PRLTA,19,1264;%%" + +@Article{Ueberall.1974a, + Title = {Study of nuclear structure by muon capture}, + Author = {{\"U}berall, H}, + Year = {1974}, + Pages = {1--38}, + + Booktitle = {Nuclear Physics}, + Owner = {NT}, + Publisher = {Springer}, + Timestamp = {2014-05-03}, + Url = {http://link.springer.com/content/pdf/10.1007/BFb0041335.pdf} } -@Article{Phys.Rev.D2.1285, - author = "Glashow, S. L. and Iliopoulos, J. and Maiani, L.", - title = "WEAK INTERACTIONS WITH LEPTON - HADRON SYMMETRY", - journal = "Phys. Rev.", - volume = "D2", - year = "1970", - pages = "1285-1292", - SLACcitation = "%%CITATION = PHRVA,D2,1285;%%" +@Article{Aaij.etal.2013, + Title = {{Searches for violation of lepton flavour and baryon + number in tau lepton decays at LHCb}}, + Author = {Aaij, R and others}, + Journal = {Phys.Lett.}, + Year = {2013}, + Pages = {36-45}, + Volume = {B724}, + + Archiveprefix = {arXiv}, + Collaboration = {LHCb collaboration}, + Doi = {10.1016/j.physletb.2013.05.063}, + Eprint = {1304.4518}, + File = {Published version:refs/Aaij.etal.2013.pdf:PDF}, + Owner = {NT}, + Primaryclass = {hep-ex}, + Reportnumber = {LHCB-PAPER-2013-014, CERN-PH-EP-2013-062}, + Slaccitation = {%%CITATION = ARXIV:1304.4518;%%}, + Timestamp = {2014-04-01} } -@Article{hep-ph/0410370, - author = "Willenbrock, Scott", - title = "Symmetries of the standard model", - year = "2004", - eprint = "hep-ph/0410370", - SLACcitation = "%%CITATION = HEP-PH 0410370;%%" +@Article{AbadaDas.etal.2012, + Title = {{Enhancing lepton flavour violation in the supersymmetric + inverse seesaw beyond the dipole contribution}}, + Author = {Abada, Asmaa and Das, Debottam and Vicente, Avelino and + Weiland, Cedric}, + Journal = {JHEP}, + Year = {2012}, + Pages = {015}, + Volume = {1209}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP09(2012)015}, + Eprint = {1206.6497}, + File = {Published version:refs/AbadaDas.etal.2012.pdf:PDF}, + Owner = {NT}, + Primaryclass = {hep-ph}, + Reportnumber = {LPT-ORSAY-12-36, LPT-12-36}, + Slaccitation = {%%CITATION = ARXIV:1206.6497;%%}, + Timestamp = {2014-04-01} } -@Article{Brianti:2004qq, - author = "Brianti, G.", - title = "The Large Hadron Collider project: Historical account", - journal = "Phys. Rept.", - volume = "403-404", - year = "2004", - pages = "349-364", - SLACcitation = "%%CITATION = PRPLC,403-404,349;%%" +@Article{Abrams.etal.2012, + Title = {{Mu2e Conceptual Design Report}}, + Author = {Abrams, R.J. and others}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Collaboration = {Mu2e Collaboration}, + Eprint = {1211.7019}, + File = {arXiv v1:refs/Abrams.etal.2012-eprintv1.pdf:PDF}, + Owner = {nam}, + Primaryclass = {physics.ins-det}, + Reportnumber = {FERMILAB-TM-2545}, + Slaccitation = {%%CITATION = ARXIV:1211.7019;%%}, + Timestamp = {2014.02.10} } -@Article{Amato:1998xt, - author = "Amato, S. and others", - collaboration = "LHCb", - title = "LHCb technical proposal", - note = "CERN-LHCC-98-4" +@Article{Adam.etal.2013, + Title = {{New constraint on the existence of the $mu^+ \to e^+\gamma$ decay}}, + Author = {Adam, J. and others}, + Journal = {Phys.Rev.Lett.}, + Year = {2013}, + Number = {20}, + Pages = {201801}, + Volume = {110}, + + Archiveprefix = {arXiv}, + Collaboration = {MEG Collaboration}, + Doi = {10.1103/PhysRevLett.110.201801}, + Eprint = {1303.0754}, + File = {Published version:refs/Adam.etal.2013.pdf:PDF}, + Owner = {nam}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = ARXIV:1303.0754;%%}, + Timestamp = {2014-03-31} } -@Misc{hepthesis, - author = "Buckley, Andy", - title = "The hepthesis {\LaTeX} class" +@Article{Adye.2011, + Title = {{Unfolding algorithms and tests using RooUnfold}}, + Author = {{Adye}, T.}, + Journal = {ArXiv e-prints}, + Year = {2011}, + + Month = may, + + Adsnote = {Provided by the SAO/NASA Astrophysics Data System}, + Adsurl = {http://adsabs.harvard.edu/abs/2011arXiv1105.1160A}, + Archiveprefix = {arXiv}, + Eprint = {1105.1160}, + File = {arXiv v1:refs/Adye.2011-eprintv1.pdf:PDF}, + Keywords = {Physics - Data Analysis, Statistics and Probability, High Energy Physics - Experiment}, + Owner = {NT}, + Primaryclass = {physics.data-an}, + Timestamp = {2014-04-09} } + +@Article{AhmadAzuelos.etal.1988, + Title = {Search for muon-electron and muon-positron conversion}, + Author = {Ahmad, S and Azuelos, G and Blecher, M and Bryman, DA and Burnham, RA and Clifford, ETH and Depommier, P and Dixit, MS and Gotow, K and Hargrove, CK and others}, + Journal = {Physical Review D}, + Year = {1988}, + Number = {7}, + Pages = {2102}, + Volume = {38}, + + File = {Published version:refs/AhmadAzuelos.etal.1988.pdf:PDF}, + Owner = {NT}, + Publisher = {APS}, + Timestamp = {2014-04-24}, + Url = {http://prd.aps.org/abstract/PRD/v38/i7/p2102_1} +} + +@Article{AhmadAzuelos.etal.1987, + Title = {Searches for muon-electron and muon-positron conversion in titanium}, + Author = {Ahmad, S and Azuelos, G and Blecher, M and Bryman, D and Burnham, RA and Clifford, ETH and Depommier, P and Dixit, MS and Gotow, K and Hargrove, CK and others}, + Journal = {Physical review letters}, + Year = {1987}, + Number = {9}, + Pages = {970}, + Volume = {59}, + + File = {Published version:refs/AhmadAzuelos.etal.1987.pdf:PDF}, + Owner = {NT}, + Publisher = {APS}, + Timestamp = {2014-04-24}, + Url = {http://prl.aps.org/abstract/PRL/v59/i9/p970_1} +} + +@TechReport{COMET.2012, + Title = {Experimental Proposal for Phase-I of the COMET + Experiment at J-PARC}, + Author = {R. Akhmetshin and A. Bondar and L. Epshteyn and + G. Fedotovich and D. Grigoriev and V. Kazanin and A. Ryzhenenkov and + D. Shemyakin and Yu. Yudin and others}, + Year = {2012}, + Month = {7}, + Number = {KEK/J-PARC-PAC 2012-10}, + + Aainstitution = {J-PARC}, + Aatype = {Proposal}, + Collaboration = {The COMET Collaboration}, + File = {Published version:COMET.2012.pdf:PDF}, + Owner = {NT}, + Timestamp = {2014-04-30}, + Url = {http://j-parc.jp/researcher/Hadron/en/pac_1207/pdf/E21_2012-10.pdf} +} + +@Article{AlonsoGavela.etal.2013, + Title = {{Neutrino and Charged Lepton Flavour Today}}, + Author = {Alonso, R. and Gavela, M.B. and Hernandez, D. and Merlo, L. and Rigolin, S.}, + Year = {2013}, + + Archiveprefix = {arXiv}, + Eprint = {1311.1724}, + File = {arXiv v2:refs/AlonsoGavela.etal.2013-eprintv2.pdf:PDF}, + Owner = {nam}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1311.1724;%%}, + Timestamp = {2014.02.10} +} + +@Article{AltmannshoferBuras.etal.2010a, + Title = {{Anatomy and Phenomenology of FCNC and CPV Effects in + SUSY Theories}}, + Author = {Altmannshofer, Wolfgang and Buras, Andrzej J. and Gori, + Stefania and Paradisi, Paride and Straub, David M.}, + Journal = {Nucl.Phys.}, + Year = {2010}, + Pages = {17-94}, + Volume = {B830}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nuclphysb.2009.12.019}, + Eprint = {0909.1333}, + File = {Published version:refs/AltmannshoferBuras.etal.2010a.pdf:PDF}, + Owner = {NT}, + Primaryclass = {hep-ph}, + Reportnumber = {TUM-HEP-727-09, MPP-2009-133}, + Slaccitation = {%%CITATION = ARXIV:0909.1333;%%}, + Timestamp = {2014-04-16} +} + +@Article{AltmannshoferHarnik.etal.2013, + Title = {{Low Energy Probes of PeV Scale Sfermions}}, + Author = {Altmannshofer, Wolfgang and Harnik, Roni and Zupan, Jure}, + Journal = {JHEP}, + Year = {2013}, + Pages = {202}, + Volume = {1311}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP11(2013)202}, + Eprint = {1308.3653}, + File = {Published version:refs/AltmannshoferHarnik.etal.2013.pdf:PDF}, + Owner = {nam}, + Primaryclass = {hep-ph}, + Reportnumber = {FERMILAB-PUB-13-319-T}, + Slaccitation = {%%CITATION = ARXIV:1308.3653;%%}, + Timestamp = {2014.02.10} +} + +@Article{Amaro1997529, + Title = {Radiative pion capture in nuclei: a continuum shell-model approach }, + Author = {J.E Amaro and A.M Lallena and J Nieves}, + Journal = {Nuclear Physics A }, + Year = {1997}, + Number = {3Ð4}, + Pages = {529 - 547}, + Volume = {623}, + + Doi = {http://dx.doi.org/10.1016/S0375-9474(97)00187-5}, + File = {Published version:Amaro1997529.pdf:PDF}, + ISSN = {0375-9474}, + Keywords = {Radiative pion capture}, + Owner = {NT}, + Timestamp = {2014-08-12}, + Url = {http://www.sciencedirect.com/science/article/pii/S0375947497001875} +} + +@Article{An.etal.2012, + Title = {{Observation of electron-antineutrino disappearance at + Daya Bay}}, + Author = {An, F.P. and others}, + Journal = {Phys.Rev.Lett.}, + Year = {2012}, + Pages = {171803}, + Volume = {108}, + + Archiveprefix = {arXiv}, + Collaboration = {DAYA-BAY Collaboration}, + Doi = {10.1103/PhysRevLett.108.171803}, + Eprint = {1203.1669}, + File = {Published version:refs/An.etal.2012.pdf:PDF}, + Owner = {NT}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = ARXIV:1203.1669;%%}, + Timestamp = {2014-04-02} +} + +@Article{AndersonNeddermeyer.1936, + Title = {{Cloud Chamber Observations of Cosmic Rays at 4300 Meters Elevation and Near Sea-Level}}, + Author = {Anderson, Carl D. and Neddermeyer, Seth H.}, + Journal = {Phys.Rev.}, + Year = {1936}, + Pages = {263-271}, + Volume = {50}, + + Doi = {10.1103/PhysRev.50.263}, + File = {Published version:refs/AndersonNeddermeyer.1936.pdf:PDF}, + Owner = {nam}, + Slaccitation = {%%CITATION = PHRVA,50,263;%%}, + Timestamp = {2014-03-31} +} + +@Article{AndreevBanks.etal.2013a, + Title = {Measurement of Muon Capture on the Proton to 1\% Precision and Determination of the Pseudoscalar Coupling g P}, + Author = {Andreev, VA and Banks, TI and Carey, RM and Case, TA and Clayton, SM and Crowe, KM and Deutsch, J and Egger, J and Freedman, SJ and Ganzha, VA and others}, + Journal = {Physical review letters}, + Year = {2013}, + Number = {1}, + Pages = {012504}, + Volume = {110}, + + File = {Published version:refs/AndreevBanks.etal.2013a.pdf:PDF}, + Owner = {NT}, + Publisher = {APS}, + Timestamp = {2014-05-02}, + Url = {http://prl.aps.org/abstract/PRL/v110/i1/e012504} +} + +@Article{Andreev.etal.2013, + Title = {{Measurement of Muon Capture on the Proton to 1\% + Precision and Determination of the Pseudoscalar Coupling + $g_P$}}, + Author = {Andreev, V.A. and others}, + Journal = {Phys.Rev.Lett.}, + Year = {2013}, + Pages = {012504}, + Volume = {110}, + + Archiveprefix = {arXiv}, + Collaboration = {MuCap Collaboration}, + Doi = {10.1103/PhysRevLett.110.012504}, + Eprint = {1210.6545}, + File = {Published version:refs/Andreev.etal.2013.pdf:PDF}, + Owner = {NT}, + Primaryclass = {nucl-ex}, + Slaccitation = {%%CITATION = ARXIV:1210.6545;%%}, + Timestamp = {2014-05-02} +} + +@Article{BadertscherBorer.etal.1982, + Title = {A search for muon-electron and muon-positron conversion in sulfur}, + Author = {Badertscher, A and Borer, K and Czapek, G and Fl{\"u}ckiger, A and H{\"a}nni, H and Hahn, B and Hugentobler, E and Markees, A and Marti, T and Moser, U and others}, + Journal = {Nuclear Physics A}, + Year = {1982}, + Number = {2}, + Pages = {406--440}, + Volume = {377}, + + Doi = {http://dx.doi.org/10.1016/0375-9474(82)90049-5}, + File = {Published version:refs/BadertscherBorer.etal.1982.pdf:PDF}, + Owner = {NT}, + Publisher = {Elsevier}, + Timestamp = {2014-04-24} +} + +@Article{BalandinGrebenyuk.etal.1978, + Title = {{Energy Spectra and Asymmetry of Charged Particles from + Negative Muon Capture by Nuclei}}, + Author = {Balandin, M.P. and Grebenyuk, V.M. and Zinov, V.G. and + Kozlowski, T. and Konin, A.D.}, + Journal = {Yad.Fiz.}, + Year = {1978}, + Pages = {582-589}, + Volume = {28}, + + Owner = {NT}, + Slaccitation = {%%CITATION = YAFIA,28,582;%%}, + Timestamp = {2014-05-03} +} + +@Article{BaldiniCei.etal.2013, + Title = {{MEG Upgrade Proposal}}, + Author = {Baldini, A.M. and Cei, F. and Cerri, C. and Dussoni, S. and Galli, L. and others}, + Year = {2013}, + + Archiveprefix = {arXiv}, + Eprint = {1301.7225}, + File = {arXiv v2:refs/BaldiniCei.etal.2013-eprintv2.pdf:PDF}, + Owner = {nam}, + Primaryclass = {physics.ins-det}, + Slaccitation = {%%CITATION = ARXIV:1301.7225;%%}, + Timestamp = {2014.02.10} +} + +@Article{BauerBortels.1990, + Title = {Response of Si detectors to electrons, deuterons and alpha particles}, + Author = {Bauer, P and Bortels, G}, + Journal = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment}, + Year = {1990}, + Number = {1}, + Pages = {205--209}, + Volume = {299}, + + File = {Published version:BauerBortels.1990.pdf:PDF}, + Owner = {NT}, + Publisher = {Elsevier}, + Timestamp = {2014-05-31}, + Url = {http://dx.doi.org/10.1016/0168-9002(90)90777-4} +} + +@Article{BeringerArguin.etal.2012, + Title = {Review of Particle Physics}, + Author = {Beringer, J. and Arguin, J. -F. and Barnett, R. M. and Copic, K. and Dahl, O. and Groom, D. E. and Lin, C. -J. and Lys, J. and Murayama, H. and Wohl, C. G. and Yao, W. -M. and Zyla, P. A. and Amsler, C. and Antonelli, M. and Asner, D. M. and Baer, H. and Band, H. R. and Basaglia, T. and Bauer, C. W. and Beatty, J. J. and Belousov, V. I. and Bergren, E. and Bernardi, G. and Bertl, W. and Bethke, S. and Bichsel, H. and Biebel, O. and Blucher, E. and Blusk, S. and Brooijmans, G. and Buchmueller, O. and Cahn, R. N. and Carena, M. and Ceccucci, A. and Chakraborty, D. and Chen, M. -C. and Chivukula, R. S. and Cowan, G. and D'Ambrosio, G. and Damour, T. and de Florian, D. and de Gouv\^ea, A. and DeGrand, T. and de Jong, P. and Dissertori, G. and Dobrescu, B. and Doser, M. and Drees, M. and Edwards, D. A. and Eidelman, S. and Erler, J. and Ezhela, V. V. and Fetscher, W. and Fields, B. D. and Foster, B. and Gaisser, T. K. and Garren, L. and Gerber, H. -J. and Gerbier, G. and Gherghetta, T. and Golwala, S. and Goodman, M. and Grab, C. and Gritsan, A. V. and Grivaz, J. -F. and Gr\"unewald, M. and Gurtu, A. and Gutsche, T. and Haber, H. E. and Hagiwara, K. and Hagmann, C. and Hanhart, C. and Hashimoto, S. and Hayes, K. G. and Heffner, M. and Heltsley, B. and Hern\'andez-Rey, J. J. and Hikasa, K. and H\"ocker, A. and Holder, J. and Holtkamp, A. and Huston, J. and Jackson, J. D. and Johnson, K. F. and Junk, T. and Karlen, D. and Kirkby, D. and Klein, S. R. and Klempt, E. and Kowalewski, R. V. and Krauss, F. and Kreps, M. and Krusche, B. and Kuyanov, Yu. V. and Kwon, Y. and Lahav, O. and Laiho, J. and Langacker, P. and Liddle, A. and Ligeti, Z. and Liss, T. M. and Littenberg, L. and Lugovsky, K. S. and Lugovsky, S. B. and Mannel, T. and Manohar, A. V. and Marciano, W. J. and Martin, A. D. and Masoni, A. and Matthews, J. and Milstead, D. and Miquel, R. and M\"onig, K. and Moortgat, F. and Nakamura, K. and Narain, M. and Nason, P. and Navas, S. and Neubert, M. and Nevski, P. and Nir, Y. and Olive, K. A. and Pape, L. and Parsons, J. and Patrignani, C. and Peacock, J. A. and Petcov, S. T. and Piepke, A. and Pomarol, A. and Punzi, G. and Quadt, A. and Raby, S. and Raffelt, G. and Ratcliff, B. N. and Richardson, P. and Roesler, S. and Rolli, S. and Romaniouk, A. and Rosenberg, L. J. and Rosner, J. L. and Sachrajda, C. T. and Sakai, Y. and Salam, G. P. and Sarkar, S. and Sauli, F. and Schneider, O. and Scholberg, K. and Scott, D. and Seligman, W. G. and Shaevitz, M. H. and Sharpe, S. R. and Silari, M. and Sj\"ostrand, T. and Skands, P. and Smith, J. G. and Smoot, G. F. and Spanier, S. and Spieler, H. and Stahl, A. and Stanev, T. and Stone, S. L. and Sumiyoshi, T. and Syphers, M. J. and Takahashi, F. and Tanabashi, M. and Terning, J. and Titov, M. and Tkachenko, N. P. and T\"ornqvist, N. A. and Tovey, D. and Valencia, G. and van Bibber, K. and Venanzoni, G. and Vincter, M. G. and Vogel, P. and Vogt, A. and Walkowiak, W. and Walter, C. W. and Ward, D. R. and Watari, T. and Weiglein, G. and Weinberg, E. J. and Wiencke, L. R. and Wolfenstein, L. and Womersley, J. and Woody, C. L. and Workman, R. L. and Yamamoto, A. and Zeller, G. P. and Zenin, O. V. and Zhang, J. and Zhu, R. -Y. and Harper, G. and Lugovsky, V. S. and Schaffner, P.}, + Journal = {Phys. Rev. D}, + Year = {2012}, + + Month = {Jul}, + Pages = {010001}, + Volume = {86}, + + Collaboration = {Particle Data Group}, + Doi = {10.1103/PhysRevD.86.010001}, + File = {Published version:refs/BeringerArguin.etal.2012.pdf:PDF}, + Issue = {1}, + Numpages = {1528}, + Owner = {NT}, + Publisher = {American Physical Society}, + Timestamp = {2014-04-03}, + Url = {http://link.aps.org/doi/10.1103/PhysRevD.86.010001} +} + +@Article{BernardElouadrhiri.etal.2002, + Title = {{Axial structure of the nucleon: Topical Review}}, + Author = {Bernard, Veronique and Elouadrhiri, Latifa and Meissner, + Ulf.G.}, + Journal = {J.Phys.}, + Year = {2002}, + Pages = {R1-R35}, + Volume = {G28}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/0954-3899/28/1/201}, + Eprint = {hep-ph/0107088}, + File = {Published version:refs/BernardElouadrhiri.etal.2002.pdf:PDF}, + Owner = {NT}, + Primaryclass = {hep-ph}, + Reportnumber = {FZJ-IKP-TH-01-12, JLAB-PHY-02-53}, + Slaccitation = {%%CITATION = HEP-PH/0107088;%%}, + Timestamp = {2014-05-02} +} + +@Article{BernsteinCooper.2013, + Title = {{Charged Lepton Flavor Violation: An Experimenter's Guide}}, + Author = {Bernstein, Robert H. and Cooper, Peter S.}, + Journal = {Phys.Rept.}, + Year = {2013}, + Pages = {27-64}, + Volume = {532}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physrep.2013.07.002}, + Eprint = {1307.5787}, + File = {Published version:refs/BernsteinCooper.2013.pdf:PDF}, + Owner = {nam}, + Primaryclass = {hep-ex}, + Reportnumber = {FERMILAB-PUB-13-259-PPD}, + Slaccitation = {%%CITATION = ARXIV:1307.5787;%%}, + Timestamp = {2014.02.10} +} + +@Article{Bertl.etal.2006, + Title = {{A Search for muon to electron conversion in muonic + gold}}, + Author = {Bertl, Wilhelm H. and others}, + Journal = {Eur.Phys.J.}, + Year = {2006}, + Pages = {337-346}, + Volume = {C47}, + + Collaboration = {SINDRUM II Collaboration}, + Doi = {10.1140/epjc/s2006-02582-x}, + File = {Published version:refs/Bertl.etal.2006.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = EPHJA,C47,337;%%}, + Timestamp = {2014-04-07} +} + +@Article{Bertl.etal.1985, + Title = {{Search for the Decay $\mu^+ \to e^+ e^+ e^-$}}, + Author = {Bertl, Wilhelm H. and others}, + Journal = {Nucl.Phys.}, + Year = {1985}, + Pages = {1}, + Volume = {B260}, + + Collaboration = {SINDRUM Collaboration}, + Doi = {10.1016/0550-3213(85)90308-6}, + File = {Published version:refs/Bertl.etal.1985.pdf:PDF}, + Owner = {NT}, + Reportnumber = {SIN-PR-85-06}, + Slaccitation = {%%CITATION = NUPHA,B260,1;%%}, + Timestamp = {2014-04-08} +} + +@Article{Bichsel.1988, + Title = {{Straggling in Thin Silicon Detectors}}, + Author = {Bichsel, H.}, + Journal = {Rev.Mod.Phys.}, + Year = {1988}, + Pages = {663-699}, + Volume = {60}, + + Doi = {10.1103/RevModPhys.60.663}, + File = {Published version:Bichsel1988.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = RMPHA,60,663;%%}, + Timestamp = {2014.05.14} +} + +@Article{BlankeBuras.etal.2007, + Title = {{Charged Lepton Flavour Violation and (g-2)(mu) in the + Littlest Higgs Model with T-Parity: A Clear Distinction + from Supersymmetry}}, + Author = {Blanke, Monika and Buras, Andrzej J. and Duling, Bjoern + and Poschenrieder, Anton and Tarantino, Cecilia}, + Journal = {JHEP}, + Year = {2007}, + Pages = {013}, + Volume = {0705}, + + Archiveprefix = {arXiv}, + Doi = {10.1088/1126-6708/2007/05/013}, + Eprint = {hep-ph/0702136}, + File = {Published version:refs/BlankeBuras.etal.2007.pdf:PDF}, + Owner = {NT}, + Primaryclass = {hep-ph}, + Reportnumber = {TUM-HEP-657-07, MPP-2007-17}, + Slaccitation = {%%CITATION = HEP-PH/0702136;%%}, + Timestamp = {2014-04-02} +} + +@Article{Blann.1983, + Title = {Precompound analyses of spectra and yields following nuclear capture of stopped ${$\pi${}}^{-}$}, + Author = {Blann, M.}, + Journal = {Phys. Rev. C}, + Year = {1983}, + + Month = {Oct}, + Pages = {1648--1662}, + Volume = {28}, + + Doi = {10.1103/PhysRevC.28.1648}, + File = {Published version:Blann.1983.pdf:PDF}, + Issue = {4}, + Numpages = {0}, + Owner = {NT}, + Publisher = {American Physical Society}, + Timestamp = {2014-08-12}, + Url = {http://link.aps.org/doi/10.1103/PhysRevC.28.1648} +} + +@Article{Blobel.2002, + Title = {{An Unfolding method for high-energy physics + experiments}}, + Author = {Blobel, Volker}, + Year = {2002}, + Pages = {258-267}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ex/0208022}, + File = {arXiv v1:refs/Blobel.2002-eprintv1.pdf:PDF}, + Owner = {NT}, + Primaryclass = {hep-ex}, + Reportnumber = {DESY-02-078}, + Slaccitation = {%%CITATION = HEP-EX/0208022;%%}, + Timestamp = {2014-04-09} +} + +@TechReport{COMET.2007, + Title = {An Experimental Search for Lepton Flavor Violating $\mu^--e^-$ Conversion at Sensitivity of $10^{-16}$ with a Slow-Extracted Bunched Proton Beam}, + Author = {D. Bryman and R. Palmer and Y. Iwashita and M. + Aoki and Y. Arimoto and Md. I. Hossain and T. Itahashi and Y. Kuno and A. + Sato and M. Yoshida and Y. Takubo and Y. Igarashi and S. Ishimoto and T. + Ogitsu and M. Tomizawa and A. Yamamoto and K. Yoshimura and T. Numao}, + Institution = {J-PARC}, + Year = {2007}, + Month = {11}, + Number = {P21}, + Type = {Proposal}, + + Collaboration = {The COMET Collaboration}, + File = {Published version:refs/COMET.2007.pdf:PDF}, + Owner = {NT}, + Timestamp = {2014-04-30}, + Url = {http://j-parc.jp/researcher/Hadron/en/pac_0801/pdf/Kuno.pdf} +} + +@Article{BudyashovZinov.etal.1971, + Title = {{Charged particles produced in capture of negative muons + by si-28, s-32, ca-40 and cu-64 nuclei}}, + Author = {Budyashov, Yu.G. and Zinov, V.G. and Konin, A.D. and + Mukhin, A.I. and Chatrchian, A.M.}, + Journal = {Sov.Phys.JETP}, + Year = {1971}, + Pages = {11}, + Volume = {33}, + + File = {Published version:refs/BudyashovZinov.etal.1971.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = SPHJA,33,11;%%}, + Timestamp = {2014-04-07}, + Url = {http://www.jetp.ac.ru/cgi-bin/e/index/e/33/1/p11?a=list} +} + +@Article{BurasDe.etal.2013, + Title = {{The Anatomy of Neutral Scalars with FCNCs in the Flavour Precision Era}}, + Author = {Buras, Andrzej J. and De Fazio, Fulvia and Girrbach, Jennifer and Knegjens, Robert and Nagai, Minoru}, + Journal = {JHEP}, + Year = {2013}, + Pages = {111}, + Volume = {1306}, + + Archiveprefix = {arXiv}, + Doi = {10.1007/JHEP06(2013)111}, + Eprint = {1303.3723}, + File = {Published version:refs/BurasDe.etal.2013.pdf:PDF}, + Owner = {nam}, + Primaryclass = {hep-ph}, + Reportnumber = {FLAVOUR(267104)-ERC-38, BARI-TH-13-671, NIKHEF-2013-008, UT-13-09}, + Slaccitation = {%%CITATION = ARXIV:1303.3723;%%}, + Timestamp = {2014.02.10} +} + +@Article{ChengLi.1977c, + Title = {{Muon Number Nonconservation Effects in a Gauge Theory + with V A Currents and Heavy Neutral Leptons}}, + Author = {Cheng, Ta-Pei and Li, Ling-Fong}, + Journal = {Phys.Rev.}, + Year = {1977}, + Pages = {1425}, + Volume = {D16}, + + Doi = {10.1103/PhysRevD.16.1425}, + File = {Published version:refs/ChengLi.1977c.pdf:PDF}, + Owner = {NT}, + Reportnumber = {UMSL-77-2, CMU-COO-3066-86}, + Slaccitation = {%%CITATION = PHRVA,D16,1425;%%}, + Timestamp = {2014-04-03} +} + +@Article{COMET.2009, + Title = {Conceptual design report for experimental search for lepton flavor violating $\mu$-- e- conversion at sensitivity of 10^{-16} with a slow-extracted bunched proton beam}, + Author = {COMET}, + Journal = {KEK Report}, + Year = {2009}, + Pages = {2009}, + Volume = {10}, + + Owner = {NT}, + Timestamp = {2014-07-13} +} + +@Article{ConfortoConversi.etal.1962, + Title = {Search for neutrinoless coherent nuclear capture of mu-mesons}, + Author = {Conforto, G. and Conversi, M. and Lella, L. and Penso, G. and Rubbia, C. and Toller, M.}, + Journal = {Il Nuovo Cimento}, + Year = {1962}, + Number = {2}, + Pages = {261-282}, + Volume = {26}, + + Doi = {10.1007/BF02787041}, + File = {Published version:refs/raey.pdf:PDF}, + ISSN = {0029-6341}, + Owner = {NT}, + Publisher = {Societˆ Italiana di Fisica}, + Timestamp = {2014-04-21}, + Url = {http://dx.doi.org/10.1007/BF02787041} +} + +@Article{ConversiLella.etal.1961, + Title = {On the Nuclear Capture of Muons with Electron Emission}, + Author = {Conversi, M. and di Lella, L. and Egidi, A. and Rubbia, C. and Toller, M.}, + Journal = {Phys. Rev.}, + Year = {1961}, + + Month = {Apr}, + Pages = {687--695}, + Volume = {122}, + + Doi = {10.1103/PhysRev.122.687}, + File = {Published version:refs/ConversiLella.etal.1961.pdf:PDF}, + Issue = {2}, + Numpages = {0}, + Owner = {NT}, + Publisher = {American Physical Society}, + Timestamp = {2014-04-21} +} + +@Article{ConversiPancini.etal.1947, + Title = {{On the Disintegration of Negative Mesons}}, + Author = {Conversi, M. and Pancini, E. and Piccioni, O.}, + Journal = {Phys.Rev.}, + Year = {1947}, + Pages = {209-210}, + Volume = {71}, + + Doi = {10.1103/PhysRev.71.209}, + File = {Published version:refs/ConversiPancini.etal.1947.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = PHRVA,71,209;%%}, + Timestamp = {2014-04-03} +} + +@Article{CookDArcy.etal.2013, + Title = {{First measurements of muon production rate using a novel pion capture system at MuSIC}}, + Author = {Cook, S. and D'Arcy, R. and Fukuda, M. and Hatanaka, K. and Hino, Y. and others}, + Journal = {J.Phys.Conf.Ser.}, + Year = {2013}, + Pages = {012079}, + Volume = {408}, + + Doi = {10.1088/1742-6596/408/1/012079}, + File = {Published version:refs/CookDArcy.etal.2013.pdf:PDF}, + Owner = {nam}, + Slaccitation = {%%CITATION = 00462,408,012079;%%}, + Timestamp = {2014.02.10} +} + +@Article{Cowan.2002, + Title = {{A survey of unfolding methods for particle physics}}, + Author = {Cowan, G.}, + Journal = {Conf.Proc.}, + Year = {2002}, + Pages = {248-257}, + Volume = {C0203181}, + + Owner = {NT}, + Slaccitation = {%%CITATION = CONFP,C0203181,248;%%}, + Timestamp = {2014-04-10}, + Url = {http://www.ippp.dur.ac.uk/Workshops/02/statistics/proceedings/cowan.ps} +} + +@Article{CrittendenWalker.etal.1961, + Title = {{Radiative decay modes of the muon}}, + Author = {Crittenden, R.R. and Walker, W.D. and Ballam, J.}, + Journal = {Phys.Rev.}, + Year = {1961}, + Pages = {1823-1832}, + Volume = {121}, + + Doi = {10.1103/PhysRev.121.1823}, + File = {Published version:refs/CrittendenWalker.etal.1961.pdf:PDF}, + Owner = {NT}, + Reportnumber = {TID-6386}, + Slaccitation = {%%CITATION = PHRVA,121,1823;%%}, + Timestamp = {2014-04-08} +} + +@Article{CzarneckiMarciano.etal.2007a, + Title = {{Electroweak radiative corrections to muon capture}}, + Author = {Czarnecki, Andrzej and Marciano, William J. and Sirlin, + Alberto}, + Journal = {Phys.Rev.Lett.}, + Year = {2007}, + Pages = {032003}, + Volume = {99}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.99.032003}, + Eprint = {0704.3968}, + File = {Published version:refs/CzarneckiMarciano.etal.2007a.pdf:PDF;arXiv v1:refs/CzarneckiMarciano.etal.2007a-eprintv1.pdf:PDF}, + Owner = {NT}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:0704.3968;%%}, + Timestamp = {2014-05-02} +} + +@Article{DAgostini.2010, + Title = {{Improved iterative Bayesian unfolding}}, + Author = {{D'Agostini}, G.}, + Journal = {ArXiv e-prints}, + Year = {2010}, + + Month = oct, + + Adsnote = {Provided by the SAO/NASA Astrophysics Data System}, + Adsurl = {http://adsabs.harvard.edu/abs/2010arXiv1010.0632D}, + Archiveprefix = {arXiv}, + Eprint = {1010.0632}, + File = {arXiv v1:refs/DAgostini.2010-eprintv1.pdf:PDF}, + Keywords = {Physics - Data Analysis, Statistics and Probability}, + Owner = {NT}, + Primaryclass = {physics.data-an}, + Timestamp = {2014-04-09} +} + +@Article{DAgostini.1995, + Title = {{A Multidimensional unfolding method based on Bayes' + theorem}}, + Author = {D'Agostini, G.}, + Journal = {Nucl.Instrum.Meth.}, + Year = {1995}, + Pages = {487-498}, + Volume = {A362}, + + Doi = {10.1016/0168-9002(95)00274-X}, + File = {Published version:refs/DAgostini.1995.pdf:PDF}, + Owner = {NT}, + Reportnumber = {DESY-94-099}, + Slaccitation = {%%CITATION = NUIMA,A362,487;%%}, + Timestamp = {2014-04-09} +} + +@Article{DAgostini.1995a, + Title = {{Probability and measurement uncertainty in physics: A + Bayesian primer}}, + Author = {D'Agostini, Giulio}, + Year = {1995}, + + Archiveprefix = {arXiv}, + Eprint = {hep-ph/9512295}, + File = {arXiv v2:refs/DAgostini.1995a-eprintv2.pdf:PDF}, + Owner = {NT}, + Primaryclass = {hep-ph}, + Reportnumber = {DESY-95-242, ROME-1070-1995}, + Slaccitation = {%%CITATION = HEP-PH/9512295;%%}, + Timestamp = {2014-04-09} +} + +@Article{DanbyGaillard.etal.1962, + Title = {{Observation of High-Energy Neutrino Reactions and the + Existence of Two Kinds of Neutrinos}}, + Author = {Danby, G. and Gaillard, J.M. and Goulianos, Konstantin A. + and Lederman, L.M. and Mistry, Nari B. and others}, + Journal = {Phys.Rev.Lett.}, + Year = {1962}, + Pages = {36-44}, + Volume = {9}, + + Doi = {10.1103/PhysRevLett.9.36}, + File = {Published version:refs/DanbyGaillard.etal.1962.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = PRLTA,9,36;%%}, + Timestamp = {2014-04-11} +} + +@InProceedings{Dembinski.2011, + Title = {ARU--towards automatic unfolding of detector effects}, + Author = {Dembinski, HP and Roth, M}, + Booktitle = {Proceedings of the PHYSTAT 2011 Workshop on Statistical Issues Related to Discovery Claims in Search Experiments and Unfolding, CERN, Geneva Switzerland}, + Year = {2011}, + Pages = {17--20}, + + File = {Published version:Dembinski.2011.pdf:PDF}, + Owner = {NT}, + Timestamp = {2014-04-09}, + Url = {http://indico.cern.ch/event/107747/session/1/contribution/71/material/paper/0.pdf} +} + +@Article{EcksteinPratt.1959, + Title = {Radiative muon decay }, + Author = {S.G Eckstein and R.H Pratt}, + Journal = {Annals of Physics }, + Year = {1959}, + Number = {2}, + Pages = {297 - 309}, + Volume = {8}, + + Doi = {http://dx.doi.org/10.1016/0003-4916(59)90024-7}, + File = {Published version:refs/EcksteinPratt.1959.pdf:PDF}, + ISSN = {0003-4916}, + Owner = {NT}, + Timestamp = {2014-04-08}, + Url = {http://www.sciencedirect.com/science/article/pii/0003491659900247} +} + +@Article{Ejiri.2000, + Title = {Nuclear spin isospin responses for low-energy neutrinos }, + Author = {Hiroyasu Ejiri}, + Journal = {Physics Reports }, + Year = {2000}, + Number = {3}, + Pages = {265 - 351}, + Volume = {338}, + + Doi = {http://dx.doi.org/10.1016/S0370-1573(00)00044-2}, + File = {Published version:Ejiri.2000.pdf:PDF}, + ISSN = {0370-1573}, + Keywords = {Nuclear responses for neutrinos}, + Owner = {NT}, + Timestamp = {2014-08-12}, + Url = {http://www.sciencedirect.com/science/article/pii/S0370157300000442} +} + +@Article{EllisHisano.etal.2002a, + Title = {{CP violation in the minimal supersymmetric seesaw + model}}, + Author = {Ellis, John R. and Hisano, Junji and Lola, Smaragda and + Raidal, Martti}, + Journal = {Nucl.Phys.}, + Year = {2002}, + Pages = {208-234}, + Volume = {B621}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0550-3213(01)00583-1}, + Eprint = {hep-ph/0109125}, + File = {Published version:refs/EllisHisano.etal.2002a.pdf:PDF}, + Owner = {NT}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-TH-2001-236, KEK-TH-779}, + Slaccitation = {%%CITATION = HEP-PH/0109125;%%}, + Timestamp = {2014-04-01} +} + +@Article{EllisHisano.etal.2002, + Title = {{Lepton electric dipole moments in nondegenerate + supersymmetric seesaw models}}, + Author = {Ellis, John R. and Hisano, Junji and Raidal, Martti and + Shimizu, Yasuhiro}, + Journal = {Phys.Lett.}, + Year = {2002}, + Pages = {86-96}, + Volume = {B528}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/S0370-2693(02)01197-8}, + Eprint = {hep-ph/0111324}, + File = {Published version:refs/EllisHisano.etal.2002.pdf:PDF}, + Owner = {NT}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-TH-2001-311, KEK-TH-791, DPNU-01-32}, + Slaccitation = {%%CITATION = HEP-PH/0111324;%%}, + Timestamp = {2014-04-01} +} + +@Article{EngferWalter.1986, + Title = {{MUON DECAY EXPERIMENTS}}, + Author = {Engfer, R. and Walter, H.K.}, + Journal = {Ann.Rev.Nucl.Part.Sci.}, + Year = {1986}, + Pages = {327-359}, + Volume = {36}, + + Doi = {10.1146/annurev.ns.36.120186.001551}, + File = {Published version:refs/EngferWalter.1986.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = ARNUA,36,327;%%}, + Timestamp = {2014-04-29} +} + +@Article{raey, + Title = {Radiative pion capture by32S}, + Author = {Eramzhyan, R.A. and Majling, L. and ?’zek, J. and Sakaev, R.A.}, + Journal = {Czechoslovak Journal of Physics B}, + Year = {1978}, + Number = {10}, + Pages = {1081-1092}, + Volume = {28}, + + Doi = {10.1007/BF01602795}, + File = {Published version:raey.pdf:PDF}, + ISSN = {0011-4626}, + Language = {English}, + Owner = {NT}, + Publisher = {Kluwer Academic Publishers}, + Timestamp = {2014-08-12}, + Url = {http://dx.doi.org/10.1007/BF01602795} +} + +@Article{FeinbergKabir.etal.1959, + Title = {Transformation of Muons into Electrons}, + Author = {Feinberg, G. and Kabir, P. and Weinberg, S.}, + Journal = {Phys. Rev. Lett.}, + Year = {1959}, + + Month = {Dec}, + Pages = {527--530}, + Volume = {3}, + + Doi = {10.1103/PhysRevLett.3.527}, + File = {Published version:refs/FeinbergKabir.etal.1959.pdf:PDF}, + Issue = {11}, + Numpages = {0}, + Owner = {NT}, + Publisher = {American Physical Society}, + Timestamp = {2014-04-23} +} + +@Article{FermiTeller.1947, + Title = {{The capture of negative mesotrons in matter}}, + Author = {Fermi, E. and Teller, E.}, + Journal = {Phys.Rev.}, + Year = {1947}, + Pages = {399-408}, + Volume = {72}, + + Doi = {10.1103/PhysRev.72.399}, + File = {Published version:refs/FermiTeller.1947.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = PHRVA,72,399;%%}, + Timestamp = {2014-04-29} +} + +@Article{FermiTeller.etal.1947, + Title = {{The decay of negative mesotrons in matter}}, + Author = {Fermi, E. and Teller, E. and Weisskopf, V.}, + Journal = {Phys.Rev.}, + Year = {1947}, + Pages = {314-315}, + Volume = {71}, + + Doi = {10.1103/PhysRev.71.314}, + File = {Published version:refs/FermiTeller.etal.1947.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = PHRVA,71,314;%%}, + Timestamp = {2014-04-03} +} + +@Article{FetscherGerber.etal.1986, + Title = {{Muon Decay: Complete Determination of the Interaction + and Comparison with the Standard Model}}, + Author = {Fetscher, W. and Gerber, H.J. and Johnson, K.F.}, + Journal = {Phys.Lett.}, + Year = {1986}, + Pages = {102}, + Volume = {B173}, + + Doi = {10.1016/0370-2693(86)91239-6}, + File = {Published version:refs/FetscherGerber.etal.1986.pdf:PDF}, + Owner = {NT}, + Reportnumber = {ETHZ-IMP-P86/3}, + Slaccitation = {%%CITATION = PHLTA,B173,102;%%}, + Timestamp = {2014-04-08} +} + +@Article{FeynmanGell-Mann.1958, + Title = {{Theory of Fermi interaction}}, + Author = {Feynman, R.P. and Gell-Mann, Murray}, + Journal = {Phys.Rev.}, + Year = {1958}, + Pages = {193-198}, + Volume = {109}, + + Doi = {10.1103/PhysRev.109.193}, + File = {Published version:refs/FeynmanGell-Mann.1958.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = PHRVA,109,193;%%}, + Timestamp = {2014-04-28} +} + +@TechReport{Foroughli.1997, + Title = {$\pi$E1 secondary beam line}, + Author = {F Foroughli}, + Institution = {PSI}, + Year = {1997}, + Month = {10}, + Type = {Technical note}, + + File = {Published version:Foroughli.1997.pdf:PDF}, + Owner = {NT}, + Timestamp = {2014.05.14}, + Url = {http://aea.web.psi.ch/beam2lines/pie1.pdf} +} + +@Article{FronsdalUberall.1959, + Title = {{mu-Meson Decay with Inner Bremsstrahlung}}, + Author = {Fronsdal, C. and Uberall, H.}, + Journal = {Phys.Rev.}, + Year = {1959}, + Pages = {654-657}, + Volume = {113}, + + Doi = {10.1103/PhysRev.113.654}, + File = {Published version:refs/FronsdalUberall.1959.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = PHRVA,113,654;%%}, + Timestamp = {2014-04-08} +} + +@Article{GadioliGadioli.1987, + Title = {Nuclear reactions induced by ${$\pi${}}^{\mathrm{-}}$ at rest}, + Author = {Gadioli, E. and Gadioli Erba, E.}, + Journal = {Phys. Rev. C}, + Year = {1987}, + + Month = {Aug}, + Pages = {741--757}, + Volume = {36}, + + __markedentry = {[NT:]}, + Doi = {10.1103/PhysRevC.36.741}, + File = {Published version:GadioliGadioli.1987.pdf:PDF}, + Issue = {2}, + Numpages = {0}, + Owner = {NT}, + Publisher = {American Physical Society}, + Timestamp = {2014-08-12}, + Url = {http://link.aps.org/doi/10.1103/PhysRevC.36.741} +} + +@Article{Gornov198442, + Title = {Two-arm semiconductor spectrometer for charged particles for the investigation of absorption by nuclei of stopped negative pions }, + Author = {M.G. Gornov and Yu.B. Gurov and A.S. Lukin and P.V. Morokhov and V.A. Pechkurov and A.P. Pichugin and V.I. Saveliev and R.R. Shafigullin and F.M. Sergeev and A.A. Khomutov and K.O. Oganesian and B.P. Osipenko and V.G. Sandukovsky}, + Journal = {Nuclear Instruments and Methods in Physics Research }, + Year = {1984}, + Number = {1}, + Pages = {42 - 50}, + Volume = {225}, + + Doi = {http://dx.doi.org/10.1016/0167-5087(84)91335-8}, + File = {Published version:Gornov198442.pdf:PDF}, + ISSN = {0167-5087}, + Owner = {NT}, + Timestamp = {2014-08-12}, + Url = {http://www.sciencedirect.com/science/article/pii/0167508784913358} +} + +@Article{GorringeFearing.2003, + Title = {Induced pseudoscalar coupling of the proton weak interaction}, + Author = {Gorringe, Tim and Fearing, Harold W.}, + Journal = {Rev. Mod. Phys.}, + Year = {2003}, + + Month = {Dec}, + Pages = {31--91}, + Volume = {76}, + + Doi = {10.1103/RevModPhys.76.31}, + File = {Published version:refs/GorringeFearing.2003.pdf:PDF}, + Issue = {1}, + Numpages = {0}, + Owner = {NT}, + Publisher = {American Physical Society}, + Timestamp = {2014-05-01}, + Url = {http://link.aps.org/doi/10.1103/RevModPhys.76.31} +} + +@Article{Grossman.2010, + Title = {{Introduction to flavor physics}}, + Author = {Grossman, Yuval}, + Year = {2010}, + Pages = {111-144}, + + Archiveprefix = {arXiv}, + Eprint = {1006.3534}, + File = {arXiv v1:refs/Grossman.2010-eprintv1.pdf:PDF}, + Owner = {NT}, + Primaryclass = {hep-ph}, + Reportnumber = {CERN-2010-002}, + Slaccitation = {%%CITATION = ARXIV:1006.3534;%%}, + Timestamp = {2014-04-01} +} + +@Article{Grupen.2013, + Title = {{The History of Cosmic Ray Studies after Hess}}, + Author = {Grupen, Claus}, + Journal = {Nucl.Phys.Proc.Suppl.}, + Year = {2013}, + Pages = {19-25}, + Volume = {239-240}, + + Doi = {10.1016/j.nuclphysbps.2013.05.003}, + File = {Published version:refs/Grupen.2013.pdf:PDF}, + Owner = {nam}, + Slaccitation = {%%CITATION = NUPHZ,239-240,19;%%}, + Timestamp = {2014-03-31} +} + +@Article{HardyTowner.2005b, + Title = {{Superallowed 0+ ---\&gt; 0+ nuclear beta decays: A + Critical survey with tests of CVC and the standard model}}, + Author = {Hardy, J.C. and Towner, I.S.}, + Journal = {Phys.Rev.}, + Year = {2005}, + Pages = {055501}, + Volume = {C71}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevC.71.055501}, + Eprint = {nucl-th/0412056}, + File = {Published version:refs/HardyTowner.2005b.pdf:PDF}, + Owner = {NT}, + Primaryclass = {nucl-th}, + Slaccitation = {%%CITATION = NUCL-TH/0412056;%%}, + Timestamp = {2014-05-02} +} + +@Article{Henley.1952, + Title = {$\pi$-Meson Production by Protons on Nuclei}, + Author = {Henley, Ernest M}, + Journal = {Physical Review}, + Year = {1952}, + Number = {2}, + Pages = {204}, + Volume = {85}, + + File = {Published version:refs/Henley.1952.pdf:PDF}, + Owner = {NT}, + Publisher = {APS}, + Timestamp = {2014-05-03}, + Url = {http://prola.aps.org/abstract/PR/v85/i2/p204_1} +} + +@Article{HincksPontecorvo.1948, + Title = {{Search for gamma-radiation in the 2.2-microsecond meson decay process}}, + Author = {Hincks, E.P. and Pontecorvo, B.}, + Journal = {Phys.Rev.}, + Year = {1948}, + Pages = {257-258}, + Volume = {73}, + + Doi = {10.1103/PhysRev.73.257}, + File = {Published version:refs/HincksPontecorvo.1948.pdf:PDF}, + Owner = {nam}, + Slaccitation = {%%CITATION = PHRVA,73,257;%%}, + Timestamp = {2014.02.10} +} + +@Article{HockerKartvelishvili.1996, + Title = {{SVD approach to data unfolding}}, + Author = {Hocker, Andreas and Kartvelishvili, Vakhtang}, + Journal = {Nucl.Instrum.Meth.}, + Year = {1996}, + Pages = {469-481}, + Volume = {A372}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/0168-9002(95)01478-0}, + Eprint = {hep-ph/9509307}, + File = {Published version:refs/HockerKartvelishvili.1996.pdf:PDF}, + Owner = {NT}, + Primaryclass = {hep-ph}, + Reportnumber = {M-C-TH-95-15, LAL-95-55}, + Slaccitation = {%%CITATION = HEP-PH/9509307;%%}, + Timestamp = {2014-04-09} +} + +@Article{Huff.1961, + Title = {Decay rate of bound muons }, + Author = {Robert W Huff}, + Journal = {Annals of Physics }, + Year = {1961}, + Number = {2}, + Pages = {288 - 317}, + Volume = {16}, + + Doi = {http://dx.doi.org/10.1016/0003-4916(61)90039-2}, + File = {Published version:Huff.1961.pdf:PDF;Published version:refs/Huff.1961.pdf:PDF}, + ISSN = {0003-4916}, + Url = {http://www.sciencedirect.com/science/article/pii/0003491661900392} +} + +@Article{IlakovacPilaftsis.2011, + Title = {{Charged LFV in a low-scale seesaw mSUGRA model}}, + Author = {Ilakovac, Amon and Pilaftsis, Apostolos}, + Journal = {Nucl.Phys.Proc.Suppl.}, + Year = {2011}, + Pages = {26-31}, + Volume = {218}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.nuclphysbps.2011.06.006}, + Eprint = {1012.2823}, + File = {Published version:refs/IlakovacPilaftsis.2011.pdf:PDF}, + Owner = {NT}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1012.2823;%%}, + Timestamp = {2014-04-01} +} + +@Article{IlakovacPilaftsis.etal.2013, + Title = {{Charged lepton flavor violation in supersymmetric + low-scale seesaw models}}, + Author = {Ilakovac, Amon and Pilaftsis, Apostolos and Popov, Luka}, + Journal = {Phys.Rev.}, + Year = {2013}, + Number = {5}, + Pages = {053014}, + Volume = {D87}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevD.87.053014}, + Eprint = {1212.5939}, + File = {Published version:refs/IlakovacPilaftsis.etal.2013.pdf:PDF}, + Owner = {NT}, + Primaryclass = {hep-ph}, + Reportnumber = {MAN-HEP-2012-22}, + Slaccitation = {%%CITATION = ARXIV:1212.5939;%%}, + Timestamp = {2014-04-01} +} + +@Article{Ishii.1959, + Title = {An Analysis of the Charged Particles Emitted Following Negative Muon Absorptions in Photographic Emulsions}, + Author = {Ishii, Chikai}, + Journal = {Progress of Theoretical Physics}, + Year = {1959}, + Number = {5}, + Pages = {663-675}, + Volume = {21}, + + Abstract = {Calculations have been performed for the energy distribution of alpha particles and protons following the negative muon absorption in photographic emulsions. Three shapes, (I) Chew-Goldberger distribution, (II) Fermi gas at kT=0 and (III) Fermi gas at kT =9 Mev, are assumed for the proton momentum distributions in the nucleus and the muon absorption probability is calculated for the single particle process. Assuming that the total kinetic energy of produced neutron is imparted into the compound nucleus, we apply the statistical theory to emission processes.With the assumption of (III) for Ag and Br, the energy distributions of emitted alpha particles have been well explained by the calculations using the statistical theory, but the rate or proton emission has come out to be too small. If it is assumed that most of produced neutrons were directly emitted, (I) may explain the energy spectrum of emitted particles. In (II), the emission rate is too small. As for the absorption probability, all three shapes show reasonable agreement with experiment.}, + Doi = {10.1143/PTP.21.663}, + File = {Published version:refs/Ishii.1959.pdf:PDF}, + Owner = {NT}, + Timestamp = {2014-04-07}, + Url = {http://ptp.oxfordjournals.org/content/21/5/663.abstract} +} + +@Article{Jonkmans1996, + Title = {{Radiative muon capture on hydrogen and the induced + pseudoscalar coupling}}, + Author = {Jonkmans, G. and Ahmad, S. and Armstrong, D.S. and + Azuelos, G. and Bertl, Wilhelm H. and others}, + Journal = {Phys.Rev.Lett.}, + Year = {1996}, + Pages = {4512-4515}, + Volume = {77}, + + Archiveprefix = {arXiv}, + Doi = {10.1103/PhysRevLett.77.4512}, + Eprint = {nucl-ex/9608005}, + File = {Published version:Jonkmans1996.pdf:PDF}, + Owner = {NT}, + Primaryclass = {nucl-ex}, + Reportnumber = {TRI-PP-96-40}, + Slaccitation = {%%CITATION = NUCL-EX/9608005;%%}, + Timestamp = {2014.05.10} +} + +@Article{KammelKubodera.2010, + Title = {{Precision muon capture}}, + Author = {Kammel, Peter and Kubodera, Kuniharu}, + Journal = {Ann.Rev.Nucl.Part.Sci.}, + Year = {2010}, + Pages = {327-353}, + Volume = {60}, + + Doi = {10.1146/annurev-nucl-100809-131946}, + File = {Published version:refs/KammelKubodera.2010.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = ARNUA,60,327;%%}, + Timestamp = {2014-05-01} +} + +@TechReport{AlCap.2013, + Title = {Study of Muon Capture for Muon to Electron + Conversion Experiments}, + Author = {Peter Kammel and Yoshitaka Kuno and others}, + Institution = {PSI}, + Year = {2012}, + Month = {12}, + Number = {R-13-03.1}, + Type = {Proposal}, + + Collaboration = {AlCap Collaboration}, + File = {Published version:AlCap.2013.pdf:PDF}, + Owner = {NT}, + Timestamp = {2014-04-30}, + Url = {http://133.1.141.121/~nam/upload/AlCapProposalPSI.pdf} +} + +@Article{KinoshitaSirlin.1959, + Title = {Radiative Decay of the Muon}, + Author = {Kinoshita, Toichiro and Sirlin, Alberto}, + Journal = {Phys. Rev. Lett.}, + Year = {1959}, + + Month = {Feb}, + Pages = {177--178}, + Volume = {2}, + + Doi = {10.1103/PhysRevLett.2.177}, + File = {Published version:refs/KinoshitaSirlin.1959.pdf:PDF}, + Issue = {4}, + Numpages = {0}, + Owner = {NT}, + Publisher = {American Physical Society}, + Timestamp = {2014-04-08}, + Url = {http://link.aps.org/doi/10.1103/PhysRevLett.2.177} +} + +@Article{KinoshitaSirlin.1957, + Title = {{Polarization of Electrons in Muon Decay with General + Parity-Nonconserving Interactions}}, + Author = {Kinoshita, Toichiro and Sirlin, Alberto}, + Journal = {Phys.Rev.}, + Year = {1957}, + Pages = {844-850}, + Volume = {108}, + + Doi = {10.1103/PhysRev.108.844}, + File = {Published version:refs/KinoshitaSirlin.1957.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = PHRVA,108,844;%%}, + Timestamp = {2014-04-08} +} + +@Article{KitanoKoike.etal.2007, + Title = {Erratum: Detailed calculation of lepton flavor violating muon-electron conversion rate for various nuclei [Phys. Rev. D 66, 096002 (2002)]}, + Author = {Kitano, Ryuichiro and Koike, Masafumi and Okada, Yasuhiro}, + Journal = {Phys. Rev. D}, + Year = {2007}, + + Month = {Sep}, + Pages = {059902}, + Volume = {76}, + + Doi = {10.1103/PhysRevD.76.059902}, + File = {Published version:refs/KitanoKoike.etal.2007.pdf:PDF}, + Issue = {5}, + Numpages = {1}, + Owner = {NT}, + Publisher = {American Physical Society}, + Timestamp = {2014-04-02}, + Url = {http://link.aps.org/doi/10.1103/PhysRevD.76.059902} +} + +@Article{KitanoKoike.etal.2002a, + Title = {Detailed calculation of lepton flavor violating muon-electron conversion rate for various nuclei}, + Author = {Kitano, Ryuichiro and Koike, Masafumi and Okada, Yasuhiro}, + Journal = {Phys. Rev. D}, + Year = {2002}, + + Month = {Nov}, + Pages = {096002}, + Volume = {66}, + + Doi = {10.1103/PhysRevD.66.096002}, + File = {Published version:refs/KitanoKoike.etal.2002a.pdf:PDF}, + Issue = {9}, + Numpages = {14}, + Owner = {NT}, + Publisher = {American Physical Society}, + Timestamp = {2014-04-02}, + Url = {http://link.aps.org/doi/10.1103/PhysRevD.66.096002} +} + +@Article{Knoepfel.etal.2013, + Title = {{Feasibility Study for a Next-Generation Mu2e + Experiment}}, + Author = {Knoepfel, K. and others}, + Year = {2013}, + + Archiveprefix = {arXiv}, + Collaboration = {mu2e Collaboration}, + Eprint = {1307.1168}, + File = {arXiv v2:refs/Knoepfel.etal.2013-eprintv2.pdf:PDF}, + Owner = {NT}, + Reportnumber = {FERMILAB-CONF-13-254}, + Slaccitation = {%%CITATION = ARXIV:1307.1168;%%}, + Timestamp = {2014-04-02} +} + +@Article{KoikeKitano.etal.2003, + Title = {{Lepton flavor violating mu - e conversion rate for + various nuclei}}, + Author = {Koike, M. and Kitano, R. and Okada, Y.}, + Journal = {J.Phys.}, + Year = {2003}, + Pages = {2051-2054}, + Volume = {G29}, + + Doi = {10.1088/0954-3899/29/8/401}, + File = {Published version:refs/KoikeKitano.etal.2003.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = JPHGB,G29,2051;%%}, + Timestamp = {2014-04-02} +} + +@Article{KosmasVergados.1990, + Title = {{Study of the flavor violating (mu-, e-) conversion in + nuclei}}, + Author = {Kosmas, T.S. and Vergados, J.D.}, + Journal = {Nucl.Phys.}, + Year = {1990}, + Pages = {641-670}, + Volume = {A510}, + + Doi = {10.1016/0375-9474(90)90353-N}, + File = {Published version:refs/KosmasVergados.1990.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = NUPHA,A510,641;%%}, + Timestamp = {2014-04-23} +} + +@Article{KosmasVergados.etal.1998, + Title = {{Muon number violating processes in nuclei}}, + Author = {Kosmas, T.S. and Vergados, J.D. and Faessler, Amand}, + Journal = {Phys.Atom.Nucl.}, + Year = {1998}, + Pages = {1161-1174}, + Volume = {61}, + + Archiveprefix = {arXiv}, + Eprint = {nucl-th/9712016}, + File = {arXiv v1:refs/KosmasVergados.etal.1998-eprintv1.pdf:PDF}, + Owner = {NT}, + Primaryclass = {nucl-th}, + Slaccitation = {%%CITATION = NUCL-TH/9712016;%%}, + Timestamp = {2014-04-23} +} + +@Article{KotelchuckTyler.1968, + Title = {Search for a Conserved-Vector-Current Mechanism in the Emission of Protons from $\mu$-Stars in Emulsion}, + Author = {Kotelchuck, D and Tyler, James V}, + Journal = {Physical Review}, + Year = {1968}, + Number = {4}, + Pages = {1190}, + Volume = {165}, + + File = {Published version:refs/KotelchuckTyler.1968.pdf:PDF}, + Owner = {NT}, + Publisher = {APS}, + Timestamp = {2014-05-03}, + Url = {http://prola.aps.org/abstract/PR/v165/i4/p1190_1} +} + +@Article{KraneSharma.etal.1979, + Title = {Energetic charged-particle spectrum following $\mu$-capture by nuclei}, + Author = {Krane, KS and Sharma, TC and Swenson, LW and McDaniels, DK and Varghese, P and Wood, BE and Silbar, RR and Wohlfahrt, HD and Goulding, CA}, + Journal = {Physical Review C}, + Year = {1979}, + Number = {5}, + Pages = {1873}, + Volume = {20}, + + File = {Published version:refs/KraneSharma.etal.1979.pdf:PDF}, + Owner = {NT}, + Publisher = {APS}, + Timestamp = {2014-05-03}, + Url = {http://prc.aps.org/abstract/PRC/v20/i5/p1873_1} +} + +@Article{KronfeldTschirhart.etal.2013, + Title = {{Project X: Physics Opportunities}}, + Author = {Kronfeld, Andreas S. and Tschirhart, Robert S. and + Al-Binni, Usama and Altmannshofer, Wolfgang and + Ankenbrandt, Charles and others}, + Year = {2013}, + + Archiveprefix = {arXiv}, + Editor = {Kronfeld, Andreas S.}, + Eprint = {1306.5009}, + File = {arXiv v2:refs/KronfeldTschirhart.etal.2013-eprintv2.pdf:PDF}, + Owner = {NT}, + Primaryclass = {hep-ex}, + Reportnumber = {FERMILAB-TM-2557, BNL-101116-2013-BC-81834, + JLAB-ACP-13-1725, UASLP-IF-13-001, SLAC-R-1029, + ANL-PHY-13-2, PNNL-22523, LBNL-6334E}, + Slaccitation = {%%CITATION = ARXIV:1306.5009;%%}, + Timestamp = {2014-04-02} +} + +@Article{KrulischAxtmann.1967, + Title = {Energy dependence of the pulse height defect in silicon particle detectors }, + Author = {A.H. Krulisch and R.C. Axtmann}, + Journal = {Nuclear Instruments and Methods }, + Year = {1967}, + Number = {0}, + Pages = {238 - 248}, + Volume = {55}, + + Doi = {http://dx.doi.org/10.1016/0029-554X(67)90128-0}, + File = {Published version:KrulischAxtmann.1967.pdf:PDF}, + ISSN = {0029-554X}, + Owner = {NT}, + Timestamp = {2014-07-14}, + Url = {http://www.sciencedirect.com/science/article/pii/0029554X67901280} +} + +@Article{Kuno.2013, + Title = {{A search for muon-to-electron conversion at J-PARC: The COMET experiment}}, + Author = {Kuno, Yoshitaka}, + Journal = {PTEP}, + Year = {2013}, + Pages = {022C01}, + Volume = {2013}, + + Collaboration = {COMET Collaboration}, + Doi = {10.1093/ptep/pts089}, + File = {Published version:refs/Kuno.2013.pdf:PDF}, + Owner = {nam}, + Slaccitation = {%%CITATION = INSPIRE-1223754;%%}, + Timestamp = {2014.02.10} +} + +@Article{Kuno.2012, + Title = {{COMET and PRISM: Search for charged lepton flavor violation with muons}}, + Author = {Kuno, Yoshitaka}, + Journal = {Nucl.Phys.Proc.Suppl.}, + Year = {2012}, + Pages = {228-231}, + Volume = {225-227}, + + Doi = {10.1016/j.nuclphysbps.2012.02.047}, + File = {Published version:refs/Kuno.2012.pdf:PDF}, + Owner = {nam}, + Slaccitation = {%%CITATION = NUPHZ,225-227,228;%%}, + Timestamp = {2014-02-10} +} + +@Article{KunoOkada.2001, + Title = {{Muon decay and physics beyond the standard model}}, + Author = {Kuno, Yoshitaka and Okada, Yasuhiro}, + Journal = {Review of Modern Physics}, + Year = {2001}, + Number = {January}, + Pages = {151--202}, + Volume = {73}, + + Doi = {10.1103/RevModPhys.73.151}, + File = {Published version:refs/KunoOkada.2001.pdf:PDF}, + Mendeley-groups = {Mu3e/Nam-Detector}, + Owner = {NT}, + Timestamp = {2014-04-08}, + Url = {http://link.aps.org/doi/10.1103/RevModPhys.73.151} +} + +@Article{KuuselaPanaretos.2014, + Title = {{Empirical Bayes unfolding of elementary particle spectra + at the Large Hadron Collider}}, + Author = {Kuusela, Mikael and Panaretos, Victor M.}, + Year = {2014}, + + Archiveprefix = {arXiv}, + Eprint = {1401.8274}, + File = {arXiv v1:refs/KuuselaPanaretos.2014-eprintv1.pdf:PDF}, + Owner = {NT}, + Primaryclass = {stat.AP}, + Slaccitation = {%%CITATION = ARXIV:1401.8274;%%}, + Timestamp = {2014-04-09} +} + +@Article{LagarriguePeyrou.1952, + Author = {Lagarrigue, A. and Peyrou, C.}, + Journal = {Comptes Rendus Acad. Sci. Paris}, + Year = {1952}, + Pages = {1873}, + Volume = {234}, + + Owner = {NT}, + Source = {Scopus}, + Timestamp = {2014-04-21} +} + +@Article{Langley.1973, + Title = {Study of the response of silicon-barrier detectors to protons and $\alpha$-particles}, + Author = {Langley, Robert A}, + Journal = {Nuclear Instruments and Methods}, + Year = {1973}, + Number = {1}, + Pages = {109--112}, + Volume = {113}, + + File = {Published version:Langley.1973.pdf:PDF}, + Owner = {NT}, + Publisher = {Elsevier}, + Timestamp = {2014-05-31}, + Url = {http://dx.doi.org/10.1016/0029-554X(73)90485-0} +} + +@Article{LeeShrock.1977, + Title = {{Natural Suppression of Symmetry Violation in Gauge + Theories: Muon - Lepton and Electron Lepton Number + Nonconservation}}, + Author = {Lee, Benjamin W. and Shrock, Robert E.}, + Journal = {Phys.Rev.}, + Year = {1977}, + Pages = {1444}, + Volume = {D16}, + + Doi = {10.1103/PhysRevD.16.1444}, + File = {Published version:refs/LeeShrock.1977.pdf:PDF}, + Owner = {NT}, + Reportnumber = {FERMILAB-PUB-77-021-THY, FERMILAB-PUB-77-021-T}, + Slaccitation = {%%CITATION = PHRVA,D16,1444;%%}, + Timestamp = {2014-04-02} +} + +@Article{LeeWu.1965, + Title = {{WEAK INTERACTIONS}}, + Author = {Lee, T.D. and Wu, C.S.}, + Journal = {Ann.Rev.Nucl.Part.Sci.}, + Year = {1965}, + Pages = {381-476}, + Volume = {15}, + + Doi = {10.1146/annurev.ns.15.120165.002121}, + File = {Published version:refs/LeeWu.1965.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = ARNUA,15,381;%%}, + Timestamp = {2014-04-28} +} + +@Article{Lenard.1953, + Title = {{Inner Bremsstrahlung in mu-Meson Decay}}, + Author = {Lenard, A.}, + Journal = {Phys.Rev.}, + Year = {1953}, + Pages = {968-973}, + Volume = {90}, + + Doi = {10.1103/PhysRev.90.968}, + File = {Published version:refs/Lenard.1953.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = PHRVA,90,968;%%}, + Timestamp = {2014-04-08} +} + +@Article{LifshitzSinger.1988, + Title = {{HIGH MULTIPLICITY NEUTRON EMISSION FROM MUON CAPTURE}}, + Author = {Lifshitz, M. and Singer, P.}, + Journal = {Phys.Lett.}, + Year = {1988}, + Pages = {607}, + Volume = {B215}, + + Doi = {10.1016/0370-2693(88)90029-9}, + File = {Published version:refs/LifshitzSinger.1988.pdf:PDF}, + Owner = {NT}, + Reportnumber = {TECHNION-PH-88-32}, + Slaccitation = {%%CITATION = PHLTA,B215,607;%%}, + Timestamp = {2014-05-03} +} + +@Article{LifshitzSinger.1988a, + Title = {{MESON EXCHANGE CURRENTS AND ENERGETIC PARTICLE EMISSION + FROM mu- CAPTURE}}, + Author = {Lifshitz, M. and Singer, P.}, + Journal = {Nucl.Phys.}, + Year = {1988}, + Pages = {684-700}, + Volume = {A476}, + + Doi = {10.1016/0375-9474(88)90330-2}, + File = {Published version:refs/LifshitzSinger.1988a.pdf:PDF}, + Owner = {NT}, + Reportnumber = {CERN-TH-4822/87}, + Slaccitation = {%%CITATION = NUPHA,A476,684;%%}, + Timestamp = {2014-05-03} +} + +@Article{LifshitzSinger.1980, + Title = {{The Nuclear Excitation Function and Particle Emission + From Complex Nuclei Following Muon Capture}}, + Author = {Lifshitz, Mordehai and Singer, Paul}, + Journal = {Phys.Rev.}, + Year = {1980}, + Pages = {2135-2150}, + Volume = {C22}, + + Doi = {10.1103/PhysRevC.22.2135}, + File = {Published version:refs/LifshitzSinger.1980.pdf:PDF}, + Owner = {NT}, + Reportnumber = {TECHNION-PH-79-72}, + Slaccitation = {%%CITATION = PHRVA,C22,2135;%%}, + Timestamp = {2014-05-03} +} + +@Article{LifshitzSinger.1978, + Title = {{Charged Particles Emission Following Muon Capture in + Complex Nuclei}}, + Author = {Lifshitz, Mordehai and Singer, Paul}, + Journal = {Phys.Rev.Lett.}, + Year = {1978}, + Pages = {18}, + Volume = {41}, + + Doi = {10.1103/PhysRevLett.41.18}, + File = {Published version:refs/LifshitzSinger.1978.pdf:PDF}, + Owner = {NT}, + Reportnumber = {TECHNION-PH-78-12}, + Slaccitation = {%%CITATION = PRLTA,41,18;%%}, + Timestamp = {2014-05-03} +} + +@Article{MakiNakagawa.etal.1962, + Title = {{Remarks on the unified model of elementary particles}}, + Author = {Maki, Ziro and Nakagawa, Masami and Sakata, Shoichi}, + Journal = {Prog.Theor.Phys.}, + Year = {1962}, + Pages = {870-880}, + Volume = {28}, + + Doi = {10.1143/PTP.28.870}, + File = {Published version:refs/MakiNakagawa.etal.1962.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = PTPKA,28,870;%%}, + Timestamp = {2014-04-11} +} + +@Article{MangiarottiLopes.etal.2007, + Title = {A survey of energy loss calculations for heavy ions between 1 and 100 kev }, + Author = {A. Mangiarotti and M.I. Lopes and M.L. Benabderrahmane and V. Chepel and A. Lindote and J. Pinto da Cunha and P. Sona}, + Journal = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment }, + Year = {2007}, + Note = {Proceedings of the 10 th International Symposium on Radiation Physics \{ISRP\} 10 }, + Number = {1}, + Pages = {114 - 117}, + Volume = {580}, + + Doi = {http://dx.doi.org/10.1016/j.nima.2007.05.048}, + File = {Published version:MangiarottiLopes.etal.2007.pdf:PDF}, + ISSN = {0168-9002}, + Keywords = {Energy loss}, + Owner = {NT}, + Timestamp = {2014-07-14}, + Url = {http://www.sciencedirect.com/science/article/pii/S0168900207008790} +} + +@Article{MarcianoSanda.1977, + Title = {{Exotic Decays of the Muon and Heavy Leptons in Gauge + Theories}}, + Author = {Marciano, W.J. and Sanda, A.I.}, + Journal = {Phys.Lett.}, + Year = {1977}, + Pages = {303}, + Volume = {B67}, + + Doi = {10.1016/0370-2693(77)90377-X}, + File = {Published version:refs/MarcianoSanda.1977.pdf:PDF}, + Owner = {NT}, + Reportnumber = {COO-2232B-116}, + Slaccitation = {%%CITATION = PHLTA,B67,303;%%}, + Timestamp = {2014-04-02} +} + +@Article{MarcianoMori.etal.2008, + Title = {{Charged Lepton Flavor Violation Experiments}}, + Author = {Marciano, William J. and Mori, Toshinori and Roney, J. Michael}, + Journal = {Ann.Rev.Nucl.Part.Sci.}, + Year = {2008}, + Pages = {315-341}, + Volume = {58}, + + Doi = {10.1146/annurev.nucl.58.110707.171126}, + File = {Published version:refs/MarcianoMori.etal.2008.pdf:PDF}, + Owner = {nam}, + Slaccitation = {%%CITATION = ARNUA,58,315;%%}, + Timestamp = {2014-02-10} +} + +@Article{MartoffCummings.etal.1991, + Title = {Nucleon pairing in ${\mathrm{$\mu${}}}^{\mathrm{-}}$ capture by $^{40}\mathrm{Ca}$}, + Author = {Martoff, C. J. and Cummings, W. J. and Poani\ifmmode \acute{c}\else \'{c}\fi{}, D. and Hanna, S. S. and Ullrich, H. and Furi\ifmmode \acute{c}\else \'{c}\fi{}, M. and Petkovi\ifmmode \acute{c}\else \'{c}\fi{}, T. and Kozlowski, T. and Perroud, J. P.}, + Journal = {Phys. Rev. C}, + Year = {1991}, + + Month = {Mar}, + Pages = {1106--1110}, + Volume = {43}, + Doi = {10.1103/PhysRevC.43.1106}, + File = {Published version:MartoffCummings.etal.1991.pdf:PDF}, + Issue = {3}, + Numpages = {0}, + Owner = {NT}, + Publisher = {American Physical Society}, + Timestamp = {2014-08-12}, + Url = {http://link.aps.org/doi/10.1103/PhysRevC.43.1106} +} + +@Article{Measday.2001, + Title = {{The nuclear physics of muon capture}}, + Author = {Measday, D.F.}, + Journal = {Phys.Rept.}, + Year = {2001}, + Pages = {243-409}, + Volume = {354}, + + Doi = {10.1016/S0370-1573(01)00012-6}, + File = {Published version:refs/Measday.2001.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = PRPLC,354,243;%%}, + Timestamp = {2014-04-29} +} + +@Article{MeasdayStocki.2006, + Title = {$\gamma$ rays from muon capture in natural Ca, Fe, and Ni}, + Author = {Measday, David F and Stocki, Trevor J}, + Journal = {Physical Review C}, + Year = {2006}, + Number = {4}, + Pages = {045501}, + Volume = {73}, + + File = {Published version:MeasdayStocki.2006.pdf:PDF}, + Owner = {NT}, + Publisher = {APS}, + Timestamp = {2014-07-04}, + Url = {http://journals.aps.org/prc/abstract/10.1103/PhysRevC.73.045501} +} + +@Article{MeasdayStocki.etal.2007, + Title = {$\gamma$ rays from muon capture in Al 27 and natural Si}, + Author = {Measday, David F and Stocki, Trevor J and Moftah, Belal A and Tam, Heywood}, + Journal = {Physical Review C}, + Year = {2007}, + Number = {3}, + Pages = {035504}, + Volume = {76}, + + File = {Published version:MeasdayStocki.etal.2007.pdf:PDF}, + Owner = {NT}, + Publisher = {APS}, + Timestamp = {2014-07-04}, + Url = {http://journals.aps.org/prc/abstract/10.1103/PhysRevC.76.035504} +} + +@Article{Michel.1950, + Title = {{Interaction between four half spin particles and the + decay of the mu meson}}, + Author = {Michel, L.}, + Journal = {Proc.Phys.Soc.}, + Year = {1950}, + Pages = {514-531}, + Volume = {A63}, + + Doi = {10.1088/0370-1298/63/5/311}, + File = {Published version:refs/Michel.1950.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = PPSOA,A63,514;%%}, + Timestamp = {2014-04-08} +} + +@Article{MiharaMiller.etal.2013, + Title = {{Charged Lepton Flavor-Violation Experiments}}, + Author = {Mihara, S. and Miller, J.P. and Paradisi, P. and Piredda, G.}, + Journal = {Ann.Rev.Nucl.Part.Sci.}, + Year = {2013}, + Pages = {531-552}, + Volume = {63}, + + Doi = {10.1146/annurev-nucl-102912-144530}, + File = {Published version:refs/MiharaMiller.etal.2013.pdf:PDF}, + Owner = {nam}, + Slaccitation = {%%CITATION = ARNUA,63,531;%%}, + Timestamp = {2014-02-10} +} + +@Article{MillerEckhause.etal.1972, + Title = {Yields of Gamma Rays Emitted Following Capture of Negative Muons by Si 28 and Mg 24}, + Author = {Miller, GH and Eckhause, M and Martin, P and Welsh, RE}, + Journal = {Physical Review C}, + Year = {1972}, + Number = {2}, + Pages = {487}, + Volume = {6}, + + File = {Published version:MillerEckhause.etal.1972.pdf:PDF}, + Owner = {NT}, + Publisher = {APS}, + Timestamp = {2014-07-04}, + Url = {http://journals.aps.org/prc/abstract/10.1103/PhysRevC.6.487} +} + +@Article{Miyazaki.etal.2010, + Title = {{Search for Lepton Flavor and Lepton Number Violating tau Decays into a Lepton and Two Charged Mesons}}, + Author = {Miyazaki, Y. and others}, + Journal = {Phys.Lett.}, + Year = {2010}, + Pages = {355-362}, + Volume = {B682}, + + Archiveprefix = {arXiv}, + Collaboration = {BELLE Collaboration}, + Doi = {10.1016/j.physletb.2009.11.061}, + Eprint = {0908.3156}, + File = {Published version:refs/Miyazaki.etal.2010.pdf:PDF}, + Owner = {nam}, + Primaryclass = {hep-ex}, + Reportnumber = {KEK-PREPRINT-2009-20, BELLE-PREPRINT-2009-20, NTLP-PREPRINT-2009-02}, + Slaccitation = {%%CITATION = ARXIV:0908.3156;%%}, + Timestamp = {2014-02-10} +} + +@Article{Mohanta.2011, + Title = {{Effect of FCNC mediated Z boson on lepton flavor + violating decays}}, + Author = {Mohanta, Rukmani}, + Journal = {Eur.Phys.J.}, + Year = {2011}, + Pages = {1625}, + Volume = {C71}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-011-1625-2}, + Eprint = {1011.4184}, + File = {Published version:refs/Mohanta.2011.pdf:PDF}, + Owner = {NT}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:1011.4184;%%}, + Timestamp = {2014-04-02} +} + +@Article{MorinagaFry.1953, + Title = {Nuclear capture of negative $\mu$ mesons in photographic emulsions}, + Author = {Morinaga, H and Fry, WF}, + Journal = {Il Nuovo Cimento}, + Year = {1953}, + Number = {3}, + Pages = {308--318}, + Volume = {10}, + + File = {Published version:refs/MorinagaFry.1953.pdf:PDF}, + Owner = {NT}, + Publisher = {Springer}, + Timestamp = {2014-05-03}, + Url = {http://link.springer.com/article/10.1007/BF02786201} +} + +@Article{Mukhopadhyay.1980, + Title = {Nuclear muon capture }, + Author = {Nimai C. Mukhopadhyay}, + Journal = {Nuclear Physics A }, + Year = {1980}, + Number = {1Ð2}, + Pages = {111 - 135}, + Volume = {335}, + + Doi = {http://dx.doi.org/10.1016/0375-9474(80)90172-4}, + File = {Published version:refs/Mukhopadhyay.1980.pdf:PDF}, + ISSN = {0375-9474}, + Owner = {NT}, + Timestamp = {2014-04-28}, + Url = {http://www.sciencedirect.com/science/article/pii/0375947480901724} +} + +@Article{Mukhopadhyay.1978, + Title = {Nuclear muon capture - theoretical aspects }, + Author = {Nimai C. Mukhopadhyay}, + Journal = {Progress in Particle and Nuclear Physics }, + Year = {1978}, + Number = {0}, + Pages = {253 - 278}, + Volume = {1}, + + Doi = {http://dx.doi.org/10.1016/0146-6410(78)90013-3}, + File = {Published version:refs/Mukhopadhyay.1978.pdf:PDF}, + ISSN = {0146-6410}, + Owner = {NT}, + Timestamp = {2014-04-28}, + Url = {http://www.sciencedirect.com/science/article/pii/0146641078900133} +} + +@Article{Mukhopadhyay.1977, + Title = {{Nuclear Muon Capture}}, + Author = {Mukhopadhyay, Nimai C.}, + Journal = {Phys.Rept.}, + Year = {1977}, + Pages = {1-144}, + Volume = {30}, + + Doi = {10.1016/0370-1573(77)90073-4}, + File = {Published version:refs/Mukhopadhyay.1977.pdf:PDF}, + Owner = {NT}, + Reportnumber = {PRINT-76-0676 (CERN)}, + Slaccitation = {%%CITATION = PRPLC,30,1;%%}, + Timestamp = {2014-04-02} +} + +@Article{NeddermeyerAnderson.1937, + Title = {{Note on the Nature of Cosmic Ray Particles}}, + Author = {Neddermeyer, S.H. and Anderson, C.D.}, + Journal = {Phys.Rev.}, + Year = {1937}, + Pages = {884-886}, + Volume = {51}, + + Doi = {10.1103/PhysRev.51.884}, + File = {Published version:refs/NeddermeyerAnderson.1937.pdf:PDF}, + Owner = {nam}, + Slaccitation = {%%CITATION = PHRVA,51,884;%%}, + Timestamp = {2014-03-31} +} + +@Article{Nishijima.1957, + Title = {{Vanishing of the Neutrino Rest Mass}}, + Author = {Nishijima, K.}, + Journal = {Phys.Rev.}, + Year = {1957}, + Pages = {907-908}, + Volume = {108}, + + Doi = {10.1103/PhysRev.108.907}, + File = {Published version:refs/Nishijima.1957.pdf:PDF}, + Owner = {nam}, + Slaccitation = {%%CITATION = PHRVA,108,907;%%}, + Timestamp = {2014-03-31} +} + +@Article{PapouliasKosmas.2014, + Title = {{Nuclear aspects of neutral current non-standard + $\nu$-nucleus reactions and the role of the exotic + $\mu^-\to e^{-}$ transitions experimental limits}}, + Author = {Papoulias, D.K. and Kosmas, T.S.}, + Journal = {Phys.Lett.}, + Year = {2014}, + Pages = {482-488}, + Volume = {B728}, + + Archiveprefix = {arXiv}, + Doi = {10.1016/j.physletb.2013.12.028}, + Eprint = {1312.2460}, + File = {Published version:refs/PapouliasKosmas.2014.pdf:PDF}, + Owner = {NT}, + Primaryclass = {nucl-th}, + Slaccitation = {%%CITATION = ARXIV:1312.2460;%%}, + Timestamp = {2014-04-07} +} + +@Article{Perroud1986542, + Title = {Isovector transitions in 1p-shell nuclei induced by radiative pion capture }, + Author = {J.P. Perroud and A. Perrenoud and J.C. Alder and B. Gabioud and C. Joseph and J.F. Loude and N. Morel and M.T. Tran and E. Winkelmann and H. von Fellenberg and G. Strassner and P. Trušl and W. Dahme and H. Panke and D. Renker}, + Journal = {Nuclear Physics A }, + Year = {1986}, + Number = {4}, + Pages = {542 - 590}, + Volume = {453}, + + Doi = {http://dx.doi.org/10.1016/0375-9474(86)90252-6}, + File = {Published version:Perroud1986542.pdf:PDF}, + ISSN = {0375-9474}, + Keywords = {\{NUCLEAR\} \{REACTIONS\} }, + Owner = {NT}, + Timestamp = {2014-08-12}, + Url = {http://www.sciencedirect.com/science/article/pii/0375947486902526} +} + +@Article{Pontecorvo.1947, + Title = {{Nuclear capture of mesons and the meson decay}}, + Author = {Pontecorvo, B.}, + Journal = {Phys.Rev.}, + Year = {1947}, + Pages = {246}, + Volume = {72}, + + Doi = {10.1103/PhysRev.72.246}, + File = {Published version:refs/Pontecorvo.1947.pdf:PDF}, + Owner = {nam}, + Slaccitation = {%%CITATION = PHRVA,72,246;%%}, + Timestamp = {2014-03-31} +} + +@Article{Pratt.1969, + Title = {Muon partial capture rates using28Si, 32S, 40Ca as targets and Ge-Li as detector}, + Author = {Pratt, TAEC}, + Journal = {Il Nuovo Cimento B Series 10}, + Year = {1969}, + Number = {1}, + Pages = {119--130}, + Volume = {61}, + + File = {Published version:Pratt.1969.pdf:PDF}, + Owner = {NT}, + Publisher = {Springer}, + Timestamp = {2014-07-04}, + Url = {http://link.springer.com/article/10.1007/BF02711700} +} + +@Article{Primakoff1959, + Title = {{Theory of muon capture}}, + Author = {Primakoff, H.}, + Journal = {Rev.Mod.Phys.}, + Year = {1959}, + Pages = {802-822}, + Volume = {31}, + + Doi = {10.1103/RevModPhys.31.802}, + File = {Published version:Primakoff1959.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = RMPHA,31,802;%%}, + Timestamp = {2014.05.10} +} + +@Article{RaidalSchaaf.etal.2008, + Title = {{Flavour physics of leptons and dipole moments}}, + Author = {Raidal, M. and van der Schaaf, A. and Bigi, I. and + Mangano, M.L. and Semertzidis, Yannis K. and others}, + Journal = {Eur.Phys.J.}, + Year = {2008}, + Pages = {13-182}, + Volume = {C57}, + + Archiveprefix = {arXiv}, + Doi = {10.1140/epjc/s10052-008-0715-2}, + Eprint = {0801.1826}, + File = {Published version:refs/RaidalSchaaf.etal.2008.pdf:PDF}, + Owner = {NT}, + Primaryclass = {hep-ph}, + Slaccitation = {%%CITATION = ARXIV:0801.1826;%%}, + Timestamp = {2014-04-01} +} + +@Article{Randoll1982317, + Title = {Energy spectra of charged particles emitted following the absorption of stopped negative pions in calcium }, + Author = {H. Randoll and H.I. Amols and W. Kluge and H. MatthŠy and A. Moline and D. MŸnchmeyer}, + Journal = {Nuclear Physics A }, + Year = {1982}, + Number = {3}, + Pages = {317 - 329}, + Volume = {381}, + + Doi = {http://dx.doi.org/10.1016/0375-9474(82)90362-1}, + File = {Published version:Randoll1982317.pdf:PDF}, + ISSN = {0375-9474}, + Owner = {NT}, + Timestamp = {2014-08-12}, + Url = {http://www.sciencedirect.com/science/article/pii/0375947482903621} +} + +@Article{Renga.2012, + Title = {{Searches for Lepton Flavor Violation and Lepton Number + Violation in Charged Lepton Decays}}, + Author = {Renga, Francesco}, + Year = {2012}, + + Archiveprefix = {arXiv}, + Eprint = {1208.3593}, + File = {arXiv v2:refs/Renga.2012-eprintv2.pdf:PDF}, + Owner = {NT}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = ARXIV:1208.3593;%%}, + Timestamp = {2014-04-01} +} + +@Article{Roberts.2009, + Title = {{Precision Searches for Physics Beyond the Standard Model}}, + Author = {Roberts, B. Lee}, + Year = {2009}, + + Archiveprefix = {arXiv}, + Eprint = {0910.5417}, + File = {arXiv v1:refs/Roberts.2009-eprintv1.pdf:PDF}, + Owner = {nam}, + Primaryclass = {hep-ex}, + Slaccitation = {%%CITATION = ARXIV:0910.5417;%%}, + Timestamp = {2014-02-10} +} + +@Article{SardAlthaus.1948, + Title = {A Search for Delayed Photons from Stopped Sea Level Cosmic-Ray Mesons}, + Author = {Sard, R. D. and Althaus, E. J.}, + Journal = {Phys. Rev.}, + Year = {1948}, + + Month = {Nov}, + Pages = {1364--1371}, + Volume = {74}, + + Doi = {10.1103/PhysRev.74.1364}, + File = {Published version:refs/SardAlthaus.1948.pdf:PDF}, + Issue = {10}, + Numpages = {0}, + Owner = {NT}, + Publisher = {American Physical Society}, + Timestamp = {2014-04-03}, + Url = {http://link.aps.org/doi/10.1103/PhysRev.74.1364} +} + +@Article{SardCrowe.etal.1961, + Title = {Search for Neutrinoless Conversion of Muon into Electron}, + Author = {Sard, R. D. and Crowe, K. M. and Kruger, H.}, + Journal = {Phys. Rev.}, + Year = {1961}, + + Month = {Jan}, + Pages = {619--623}, + Volume = {121}, + + Doi = {10.1103/PhysRev.121.619}, + File = {Published version:refs/SardCrowe.etal.1961.pdf:PDF}, + Issue = {2}, + Numpages = {0}, + Owner = {NT}, + Publisher = {American Physical Society}, + Timestamp = {2014-04-21} +} + +@Article{Sattler.1965, + Title = {Ionization Produced by Energetic Silicon Atoms within a Silicon Lattice}, + Author = {Sattler, A. R.}, + Journal = {Phys. Rev.}, + Year = {1965}, + + Month = {Jun}, + Pages = {A1815--A1821}, + Volume = {138}, + + Doi = {10.1103/PhysRev.138.A1815}, + File = {Published version:Sattler.1965.pdf:PDF}, + Issue = {6A}, + Numpages = {0}, + Owner = {NT}, + Publisher = {American Physical Society}, + Timestamp = {2014-07-14} +} + +@Article{Scheck.1978, + Title = {{Muon Physics}}, + Author = {Scheck, Florian}, + Journal = {Phys.Rept.}, + Year = {1978}, + Pages = {187}, + Volume = {44}, + + Doi = {10.1016/0370-1573(78)90014-5}, + File = {Published version:refs/Scheck.1978.pdf:PDF}, + Owner = {NT}, + Reportnumber = {MZ-TH-77-6}, + Slaccitation = {%%CITATION = PRPLC,44,187;%%}, + Timestamp = {2014-04-30} +} + +@Article{SchlepuetzComiso.etal.1979, + Title = {Emission of low-energy charged particles following negative-pion capture from rest}, + Author = {Schlep\"utz, F. W. and Comiso, J. C. and Meyer, T. C. and Ziock, K. O. H.}, + Journal = {Phys. Rev. C}, + Year = {1979}, + + Month = {Jan}, + Pages = {135--141}, + Volume = {19}, + + __markedentry = {[NT:]}, + Doi = {10.1103/PhysRevC.19.135}, + File = {Published version:SchlepuetzComiso.etal.1979.pdf:PDF}, + Issue = {1}, + Numpages = {0}, + Owner = {NT}, + Publisher = {American Physical Society}, + Timestamp = {2014-08-12}, + Url = {http://link.aps.org/doi/10.1103/PhysRevC.19.135} +} + +@Article{Schwinger.1957, + Title = {{A Theory of the Fundamental Interactions}}, + Author = {Schwinger, Julian S.}, + Journal = {Annals Phys.}, + Year = {1957}, + Pages = {407-434}, + Volume = {2}, + + Doi = {10.1016/0003-4916(57)90015-5}, + File = {Published version:refs/Schwinger.1957.pdf:PDF}, + Owner = {nam}, + Slaccitation = {%%CITATION = APNYA,2,407;%%}, + Timestamp = {2014-03-31} +} + +@Article{Singer.1974, + Title = {{Emission of particles following muon capture in + intermediate and heavy nuclei}}, + Author = {Singer, P.}, + Journal = {Springer Tracts Mod.Phys.}, + Year = {1974}, + Pages = {39-87}, + Volume = {71}, + + Owner = {NT}, + Reportnumber = {PRINT-72-1648}, + Slaccitation = {%%CITATION = STPHB,71,39;%%}, + Timestamp = {2014-04-29} +} + +@Article{Singer.1961, + Title = {Nuclear Surface Effects in Muon Capture}, + Author = {Singer, Paul}, + Journal = {Phys. Rev.}, + Year = {1961}, + + Month = {Dec}, + Pages = {1602--1609}, + Volume = {124}, + + Doi = {10.1103/PhysRev.124.1602}, + File = {Published version:refs/Singer.1961.pdf:PDF}, + Issue = {5}, + Numpages = {0}, + Owner = {NT}, + Publisher = {American Physical Society}, + Timestamp = {2014-05-03}, + Url = {http://link.aps.org/doi/10.1103/PhysRev.124.1602} +} + +@Article{SobottkaWills.1968, + Title = {Energy Spectrum of Charged Particles Emitted Following Muon Capture in Si 28}, + Author = {Sobottka, Stanley E and Wills, Edward L}, + Journal = {Physical Review Letters}, + Year = {1968}, + Number = {12}, + Pages = {596}, + Volume = {20}, + + File = {Published version:refs/SobottkaWills.1968.pdf:PDF}, + Owner = {NT}, + Publisher = {APS}, + Timestamp = {2014-04-28}, + Url = {http://prl.aps.org/abstract/PRL/v20/i12/p596_1} +} + +@Article{SotiWauters.etal.2013, + Title = {Performance of Geant4 in simulating semiconductor particle detector response in the energy range below 1MeV}, + Author = {Soti, Gergely and Wauters, Frederik and Breitenfeldt, Martin and Finlay, Paul and Kraev, IS and Knecht, A and Porobi{\'c}, T and Z{\'a}kouck{\`y}, D and Severijns, Nathal}, + Journal = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment}, + Year = {2013}, + Pages = {11--22}, + Volume = {728}, + + Doi = {10.1016/j.nima.2013.06.047}, + File = {Published version:SotiWauters.etal.2013.pdf:PDF}, + Owner = {NT}, + Publisher = {Elsevier}, + Timestamp = {2014-08-04} +} + +@Article{SteinbauerBauer.etal.1994, + Title = {Energy resolution of silicon detectors: approaching the physical limit}, + Author = {Steinbauer, E and Bauer, P and Geretschl{\"a}ger, M and Bortels, G and Biersack, JP and Burger, P}, + Journal = {Nuclear Instruments and Methods in Physics Research Section B: Beam Interactions with Materials and Atoms}, + Year = {1994}, + Number = {1}, + Pages = {642--649}, + Volume = {85}, + + File = {Published version:SteinbauerBauer.etal.1994.pdf:PDF}, + Owner = {NT}, + Publisher = {Elsevier}, + Timestamp = {2014-05-31}, + Url = { http://dx.doi.org/10.1016/0168-583X(94)95898-X} +} + +@Article{SteinbauerBortels.etal.1994, + Title = {A survey of the physical processes which determine the response function of silicon detectors to alpha particles}, + Author = {Steinbauer, E and Bortels, G and Bauer, P and Biersack, JP and Burger, P and Ahmad, I}, + Journal = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment}, + Year = {1994}, + Number = {1}, + Pages = {102--108}, + Volume = {339}, + + File = {Published version:SteinbauerBortels.etal.1994.pdf:PDF}, + Owner = {NT}, + Publisher = {Elsevier}, + Timestamp = {2014-05-31}, + Url = { http://dx.doi.org/10.1016/0168-9002(94)91787-6} +} + +@Article{SteinbergerWolfe.1955, + Title = {Electrons from Muon Capture}, + Author = {Steinberger, J. and Wolfe, Harry B.}, + Journal = {Phys. Rev.}, + Year = {1955}, + + Month = {Dec}, + Pages = {1490--1493}, + Volume = {100}, + + Doi = {10.1103/PhysRev.100.1490}, + File = {Published version:refs/SteinbergerWolfe.1955.pdf:PDF}, + Issue = {5}, + Numpages = {0}, + Owner = {NT}, + Publisher = {American Physical Society}, + Timestamp = {2014-04-21} +} + +@Article{StrassnerTruoel.etal.1979, + Title = {Excitation of $E1$ and $M2$ resonances via (${$\pi${}}^{-}$,$$\gamma${}$) reactions on $^{16,18}\mathrm{O}$}, + Author = {Strassner, G. and Tru\"ol, P. and Alder, J. C. and Gabioud, B. and Joseph, C. and Loude, J. F. and Morel, N. and Perrenoud, A. and Perroud, J. P. and Tran, M. T. and Winkelmann, E. and Dahme, W. and Panke, H. and Renker, D. and Medicus, H. A.}, + Journal = {Phys. Rev. C}, + Year = {1979}, + + Month = {Jul}, + Pages = {248--261}, + Volume = {20}, + + Doi = {10.1103/PhysRevC.20.248}, + File = {Published version:StrassnerTruoel.etal.1979.pdf:PDF}, + Issue = {1}, + Numpages = {0}, + Owner = {NT}, + Publisher = {American Physical Society}, + Timestamp = {2014-08-12}, + Url = {http://link.aps.org/doi/10.1103/PhysRevC.20.248} +} + +@Article{SuzukiMeasday.etal.1987, + Title = {Total nuclear capture rates for negative muons}, + Author = {Suzuki, T and Measday, David F and Roalsvig, JP}, + Journal = {Physical Review C}, + Year = {1987}, + Number = {6}, + Pages = {2212}, + Volume = {35}, + + File = {Published version:SuzukiMeasday.etal.1987.pdf:PDF}, + Owner = {NT}, + Publisher = {APS}, + Timestamp = {2014-07-13}, + Url = {http://journals.aps.org/prc/abstract/10.1103/PhysRevC.35.2212} +} + +@Article{VerkerkeKirkby.2003, + Title = {{The RooFit toolkit for data modeling}}, + Author = {Verkerke, Wouter and Kirkby, David P.}, + Journal = {eConf}, + Year = {2003}, + Pages = {MOLT007}, + Volume = {C0303241}, + + __markedentry = {[NT:6]}, + Archiveprefix = {arXiv}, + Eprint = {physics/0306116}, + File = {arXiv v1:VerkerkeKirkby.2003-eprintv1.pdf:PDF}, + Owner = {NT}, + Primaryclass = {physics}, + Reportnumber = {CHEP-2003-MOLT007}, + Slaccitation = {%%CITATION = PHYSICS/0306116;%%}, + Timestamp = {2014-08-28} +} + +@Article{VilgelmovaEvseev.etal.1971, + Title = {Probability of reaction ($\mu^-,\nu p$) on $^{28}$Si AND $^{39}$K nuclei}, + Author = {Vil'gel'mova, L. and +Evseev, V.S. and +Nikityuk, L.N. and +Pokrovskii, V.N. and +Yutlandov, I.A.}, + Journal = {Yadern. Fiz.}, + Year = {1971}, + + Month = {3}, + Pages = {551}, + Volume = {13}, + + Owner = {NT}, + Timestamp = {2014-05-04} +} + +@Article{WeinbergFeinberg.1959, + Title = {{Electromagnetic Transitions Between mu Meson and + Electron}}, + Author = {Weinberg, S. and Feinberg, G.}, + Journal = {Phys.Rev.Lett.}, + Year = {1959}, + Pages = {111-114}, + Volume = {3}, + + Doi = {10.1103/PhysRevLett.3.111}, + File = {Published version:refs/WeinbergFeinberg.1959.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = PRLTA,3,111;%%}, + Timestamp = {2014-04-24} +} + +@Article{Weyer1990295, + Title = {Pion absorption in light nuclei }, + Author = {Heinz J Weyer}, + Journal = {Physics Reports }, + Year = {1990}, + Number = {6}, + Pages = {295 - 367}, + Volume = {195}, + + Doi = {http://dx.doi.org/10.1016/0370-1573(90)90076-E}, + File = {Published version:Weyer1990295.pdf:PDF}, + ISSN = {0370-1573}, + Owner = {NT}, + Timestamp = {2014-08-12}, + Url = {http://www.sciencedirect.com/science/article/pii/037015739090076E} +} + +@Article{Wheeler.1949, + Title = {{Some Consequences of the Electromagnetic Interaction + between mu--Mesons and Nuclei}}, + Author = {Wheeler, John A.}, + Journal = {Rev.Mod.Phys.}, + Year = {1949}, + Pages = {133-143}, + Volume = {21}, + + Doi = {10.1103/RevModPhys.21.133}, + File = {Published version:refs/Wheeler.1949.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = RMPHA,21,133;%%}, + Timestamp = {2014-05-02} +} + +@Article{WilkinsFluss.etal.1971, + Title = {Pulse-height defects for heavy ions in a silicon surface-barrier detector}, + Author = {Wilkins, BD and Fluss, MJ and Kaufman, SB and Gross, CE and Steinberg, EP}, + Journal = {Nuclear Instruments and Methods}, + Year = {1971}, + Number = {3}, + Pages = {381--391}, + Volume = {92}, + + Doi = {http://dx.doi.org/10.1016/0029-554X(71)90414-9}, + File = {Published version:WilkinsFluss.etal.1971.pdf:PDF}, + Owner = {NT}, + Publisher = {Elsevier}, + Timestamp = {2014-07-14} +} + +@Article{Wright1998e, + Title = {{Measurement of the induced pseudoscalar coupling using + radiative muon capture on hydrogen}}, + Author = {Wright, D.H. and Ahmad, S. and Armstrong, D.S. and + Azuelos, G. and Bertl, W. and others}, + Journal = {Phys.Rev.}, + Year = {1998}, + Pages = {373-390}, + Volume = {C57}, + + Doi = {10.1103/PhysRevC.57.373}, + File = {Published version:Wright1998e.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = PHRVA,C57,373;%%}, + Timestamp = {2014.05.10} +} + +@Article{WuWilets.1969, + Title = {{Muonic atoms and nuclear structure}}, + Author = {Wu, C.S. and Wilets, L.}, + Journal = {Ann.Rev.Nucl.Part.Sci.}, + Year = {1969}, + Pages = {527-606}, + Volume = {19}, + + Doi = {10.1146/annurev.ns.19.120169.002523}, + File = {Published version:refs/WuWilets.1969.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = ARNUA,19,527;%%}, + Timestamp = {2014-04-29} +} + +@Article{WyttenbachBaertschi.etal.1978, + Title = {{Probabilities of Muon Induced Nuclear Reactions + Involving Charged Particle Emission}}, + Author = {Wyttenbach, A. and Baertschi, P. and Bajo, S. and + Hadermann, J. and Junker, K. and others}, + Journal = {Nucl.Phys.}, + Year = {1978}, + Pages = {278-292}, + Volume = {A294}, + + Doi = {10.1016/0375-9474(78)90218-X}, + File = {Published version:refs/WyttenbachBaertschi.etal.1978.pdf:PDF}, + Owner = {NT}, + Slaccitation = {%%CITATION = NUPHA,A294,278;%%}, + Timestamp = {2014-05-03} +} + +@comment{jabref-meta: groupsversion:3;} + +@comment{jabref-meta: groupstree: +0 AllEntriesGroup:; +1 ExplicitGroup:Data analysis\;0\;Adye.2011\;DAgostini.1995\;DAgostini +.1995a\;DAgostini.2010\;Dembinski.2011\;HockerKartvelishvili.1996\;Kuu +selaPanaretos.2014\;; +2 ExplicitGroup:Bayesian unfolding\;0\;DAgostini.1995\;DAgostini.1995a +\;DAgostini.2010\;; +2 ExplicitGroup:Regularised unfolding\;0\;Blobel.2002\;; +1 ExplicitGroup:CLFV Reviews\;0\;Adye.2011\;AlonsoGavela.etal.2013\;Be +rnsteinCooper.2013\;BurasDe.etal.2013\;Grossman.2010\;KunoOkada.2001\; +MarcianoMori.etal.2008\;MiharaMiller.etal.2013\;RaidalSchaaf.etal.2008 +\;Renga.2012\;; +1 ExplicitGroup:Muon decays\;0\;AndersonNeddermeyer.1936\;ChengLi.1977 +c\;ConversiPancini.etal.1947\;FermiTeller.etal.1947\;FetscherGerber.et +al.1986\;FronsdalUberall.1959\;HincksPontecorvo.1948\;MakiNakagawa.eta +l.1962\;MarcianoSanda.1977\;Michel.1950\;NeddermeyerAnderson.1937\;Pap +ouliasKosmas.2014\;Roberts.2009\;SardAlthaus.1948\;; +2 ExplicitGroup:Mu-e conversion\;0\;Abrams.etal.2012\;Bertl.etal.2006\ +;CookDArcy.etal.2013\;Knoepfel.etal.2013\;KoikeKitano.etal.2003\;Kronf +eldTschirhart.etal.2013\;Kuno.2012\;Kuno.2013\;Miyazaki.etal.2010\;; +2 ExplicitGroup:Mu-eg\;0\;Adam.etal.2013\;BaldiniCei.etal.2013\;; +2 ExplicitGroup:Mu-eee\;0\;Bertl.etal.1985\;; +1 ExplicitGroup:CLFV Theory\;0\;BlankeBuras.etal.2007\;IlakovacPilafts +is.2011\;IlakovacPilaftsis.etal.2013\;KitanoKoike.etal.2002a\;KitanoKo +ike.etal.2007\;LeeShrock.1977\;Mohanta.2011\;Nishijima.1957\;Schwinger +.1957\;; +1 ExplicitGroup:Muon captures\;0\;BalandinGrebenyuk.etal.1978\;Budyash +ovZinov.etal.1971\;CrittendenWalker.etal.1961\;EcksteinPratt.1959\;Ish +ii.1959\;KinoshitaSirlin.1957\;KinoshitaSirlin.1959\;KraneSharma.etal. +1979\;Lenard.1953\;LifshitzSinger.1978\;LifshitzSinger.1980\;LifshitzS +inger.1988\;LifshitzSinger.1988a\;Measday.2001\;MorinagaFry.1953\;Mukh +opadhyay.1977\;Pontecorvo.1947\;Primakoff1959\;Singer.1961\;Singer.197 +4\;VilgelmovaEvseev.etal.1971\;WyttenbachBaertschi.etal.1978\;; +1 ExplicitGroup:Weak interaction\;0\;FeynmanGell-Mann.1958\;LeeWu.1965 +\;; +} + diff --git a/thesis/thesis.tex b/thesis/thesis.tex index b7a2c48..355ddc5 100644 --- a/thesis/thesis.tex +++ b/thesis/thesis.tex @@ -1,65 +1,43 @@ -\documentclass{mythesis} -\usepackage{mythesis} -\usepackage{hyperref} -\usepackage{booktabs} -\usepackage{tabularx} -\usepackage{color} +%\documentclass[11pt,a4paper, singlespace,oneside]{book} +\documentclass[11pt,a4paper, openany]{book} +\usepackage[]{mythesis} +\input{custom_macro} -\input{custom_macro.tex} -%% You can set the line spacing this way -%\setallspacing{double} -%% or a section at a time like this -%\setfrontmatterspacing{double} - -%% PDF metadata \makeatletter -\@ifpackageloaded{hyperref}{% -\hypersetup{% +\@ifpackageloaded{hyperref}{ +\hypersetup{ pdftitle = {A Study of Muon Capture for Muon to Electron Conversion Experiments}, - pdfsubject = {Nam H Tran's PhD thesis}, + pdfsubject = {NT's thesis}, pdfkeywords = {muon capture, muon to electron conversion, COMET}, - pdfauthor = {\textcopyright\ Nam Hoai Tran} + pdfauthor = {\textcopyright\ Nam H. Tran} } }{} \makeatother -%% Define the thesis title and author -\title{A Study of Muon Capture for \\Muon to Electron Conversion Experiments} +\title{A study of proton emission\\ + \vspace{-7mm} %%ad-hoc hack to get the spacing roughly right +following nuclear muon capture\\ +\vspace{2mm} +for the COMET experiment} \author{Nam Hoai Tran} +\date{September, 2014} -%% Start the document \begin{document} +%\begin{frontmatter} + %\input{chapters/frontmatter} +%\end{frontmatter} -%% Define the un-numbered front matter (cover pages, rubrik and table of contents) -\begin{frontmatter} - \input{chapters/frontmatter} -\end{frontmatter} +\mainmatter +%\input{chapters/chap1_intro} +%\input{chapters/chap2_mu_e_conv} +%\input{chapters/chap3_comet} +%\input{chapters/chap4_alcap_phys} +%\input{chapters/chap5_alcap_setup} +\input{chapters/chap6_analysis} +%\input{chapters/chap7_results} -%% Start the content body of the thesis -\begin{mainmatter} - %% Actually, more semantic chapter filenames are better, like "chap-bgtheory.tex" - \input{chapters/chap1} - %\input{chapters/chap2} - %\input{chapters/chap3} - %\input{chapters/chap4} - %\input{chapters/chap5} - %\input{chapters/chap6} - %% To ignore a specific chapter while working on another, - %% making the build faster, comment it out like this: - %\input{chapters/chap4} -\end{mainmatter} - -%% Produce the appendices -\begin{appendices} - %\input{chapters/appendices} -\end{appendices} - -%% Produce the un-numbered back matter (e.g. colophon, -%% bibliography, tables of figures etc., index...) \begin{backmatter} \input{chapters/backmatter} \end{backmatter} - -%% Close \end{document} diff --git a/thesis2/Makefile b/thesis2/Makefile deleted file mode 100644 index ce15a60..0000000 --- a/thesis2/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -DOCNAME = thesis - -INPUT = $(DOCNAME).tex -TARGET= $(DOCNAME).pdf - -default: $(TARGET) - -$(TARGET): $(INPUT) Makefile chapters/*.tex custom_macro.tex mythesis.sty - @rm -f $(DOCNAME).{aux,toc,lof,lot} - pdflatex $< && bibtex $(DOCNAME) && pdflatex $< && pdflatex $< - -clean: - @rm -f *.{aux,toc,lof,lot} - @rm -f *.{aux,bbl,blg,log,nav,out,snm,toc,lot,lof} $(TARGET) - @rm -f comment.cut diff --git a/thesis2/chapters/frontmatter.tex b/thesis2/chapters/frontmatter.tex deleted file mode 100644 index ff7c89b..0000000 --- a/thesis2/chapters/frontmatter.tex +++ /dev/null @@ -1,74 +0,0 @@ -%% Title -%\titlepage[\vspace{5mm}Department of Physics,\\ -%Graduate School of Science]% -%{A dissertation submitted to the Osaka University\\ -%for the degree of Doctor of Philosophy} -\titlepage[]{\vspace{5mm}Department of Physics, Graduate School of Science\\ -Osaka University} - -%% Abstract -\begin{abstract} - %[\smaller \thetitle\\ \vspace*{1cm} \smaller {\theauthor}] - \thispagestyle{empty} -COMET [1] is an experiment that aims to search for a charged lepton flavor -violation (CLFV) process, the muon-to-electron conversion in the presence of -a nucleus, -\muec. The process is forbidden in the Standard Model (SM), however is -predicted to occur in various extensions of SM, such as . Current experimental -upper limit of the branching ratio is $BR(\mu^{-} + Au \rightarrow e^{-} + Au) -< 7 \times 10^{-13}$, set by the SINDRUM II experiment [2]. - -Using the J-PARC proton beam and the pion capture by -a solenoidal field, COMET will have a single event sensitivity 10,000 times -better than the current limit. The COMET collaboration has taken a phased -approach in which the first phase, COMET Phase-I [3], starts in 2013 and -initial data taking in around 2017. - -In order to optimize detector design for the Phase-I, backgrounds from nuclear -muon capture are crucial. We have proposed a dedicated experiment , namely -AlCap, at PSI, Switzerland to study the backgrounds, including: heavy charged -particles, neutrons and photons. The measurements of heavy charged particles -have been carried out in the 2013 run and the preliminary analysis results are -presented in this thesis. -\end{abstract} - - -%% Declaration -\begin{declaration} - \thispagestyle{empty} - This dissertation is the result of my own work, except where explicit - reference is made to the work of others, and has not been submitted - for another qualification to this or any other university. - \vspace*{1cm} - \begin{flushright} - Nam Hoai Tran - \end{flushright} -\end{declaration} - - -% Acknowledgements -%\begin{acknowledgements} - %\thispagestyle{empty} - %Of the many people who deserve thanks, some are particularly prominent, - %such as my supervisor Professor Yoshitaka Kuno. -%\end{acknowledgements} - - -%% Preface -%\begin{preface} - %\thispagestyle{empty} - %The thesis is about measurements of products of nuclear muon capture on an - %aluminum target, which is important for optimization of a tracking detector - %of a search for muon to electron conversion, the E21 experiment - so called - %COMET - at Japan Proton Accelerator Complex (J-PARC). -%\end{preface} - -%% ToC -\tableofcontents - - -%% Strictly optional! -%\frontquote{% - %Writing in English is the most ingenious torture\\ -%ever devised for sins committed in previous lives.}% -%{James Joyce} diff --git a/thesis2/custom_macro.tex b/thesis2/custom_macro.tex deleted file mode 100644 index be8a058..0000000 --- a/thesis2/custom_macro.tex +++ /dev/null @@ -1,56 +0,0 @@ -\usepackage[]{xspace} -\newcommand{\lagr}{\cal{L}} -%%% muon decays -\newcommand{\mueg}{$\mu^{+} \rightarrow e^{+}\gamma$\xspace} -%\newcommand{\mueg}{\APmuon $\rightarrow$ \APelectron\Pphoton} - -%\newcommand{\mueee}{$\mu \rightarrow eee$} -\newcommand{\mueee}{$\mu^+ \rightarrow e^+e^+e^+$\xspace} -%\newcommand{\meee}{\Pmuon $\rightarrow$ \Pelectron\Pelectron\Pelectron} - -\newcommand{\muenn}{$\mu \rightarrow e \nu \overline{\nu}$\xspace} -%\newcommand{\muenn}{\Pmuon $\rightarrow$ \Pelectron \Pnu \APnu} - - -\newcommand{\muec}{$\mu^{-} N \rightarrow e^{-} N$\xspace} -%\newcommand{\muec}{\Pmuon $\rightarrow$ \Pelectron N} - -\newcommand{\muecaz}{$\mu^{-} + N(A,Z) \rightarrow e^{-} + N(A,Z)$\xspace} - -% some limits -\newcommand{\sindrumlimit} -{$\mathcal{B} (\mu^- + Au \rightarrow e^- +Au) < 7\times 10^{-13}$\xspace} - -\newcommand{\meglimit} -{$\mathcal{B}(\mu^+ \rightarrow e^+ \gamma) < 5.7 \times 10^{-13}$\xspace} - -\newcommand{\brmeg} -{$\mathcal{B}(\mu^+ \rightarrow e^+ \gamma)$\xspace} - -\newcommand{\micheldecay}{ - $\mu^- \rightarrow e^- \nu_\mu \overline{\nu}_e$\xspace -} -\newcommand{\muenng}{ -$\mu^- \rightarrow e^- \nu_\mu \overline{\nu}_e \gamma$\xspace -} -\newcommand{\muennee}{ -$\mu^- \rightarrow e^- \nu_\mu \overline{\nu}_e e^+ e^-$\xspace -} - -\newcommand{\mueconv}{$\mu-e$ conversion\xspace} - -%scientific notation, -\usepackage[]{xifthen} -\newcommand{\sn}[2] -{ - \ifthenelse{\isempty{#1}} - {$10^{#2}$\xspace} %if the 1st argument is blank - {$#1 \times 10^{#2}$\xspace} %if both exist -} - -\newcommand{\cc}{$c$\xspace} - -\newcommand{\rootana}{{\ttfamily rootana}} -\newcommand{\alcapana}{{\ttfamily alcapana}} -\newcommand{\tpulseisland}{{\ttfamily TPulseIsland}} -\newcommand{\tanalysedpulse}{{\ttfamily TAnalysedPulse}} diff --git a/thesis2/mythesis.sty b/thesis2/mythesis.sty deleted file mode 100644 index 8cdf67c..0000000 --- a/thesis2/mythesis.sty +++ /dev/null @@ -1,272 +0,0 @@ -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{mythesis} - -%% ------------------------------------- -%% Packages -%% ------------------------------------- -%$ Page layout -\RequirePackage[top=1in, bottom=1in, -%inner=1.25in, outer=1in]{geometry} -inner=1.25in, outer=1in, twoside]{geometry} -\RequirePackage{amsmath} - -%$ Hyper-link .. -\RequirePackage[% -colorlinks=true,% color links instead of using boxes -linkcolor=red,% color for internal (intra-document) links -citecolor=green,% color for bibliographic links -urlcolor=blue,% color for URL links -hyperfootnotes=false,% disable links to footnotes (because feature broken) -hyperindex,% make page numbers in index into hyperlinks -pdfstartview={FitH},% startup page view: fit width of page to window -bookmarks -]{hyperref} -\RequirePackage[all]{hypcap} - -\AtBeginDocument{\thispagestyle{plain}} - -%% Custom header, no upper case, two sided -\RequirePackage{fancyhdr} -\pagestyle{fancy} -\fancyhf{} -\fancyhead[LE,RO]{\thepage} -\fancyhead[RE]{\nouppercase{\leftmark}} -\renewcommand{\chaptermark}[1]{\markboth{#1}{}} -\setlength{\headheight}{15pt} -\RequirePackage{emptypage} -%% Others -\RequirePackage{booktabs} -\RequirePackage{cite} -%\RequirePackage{morefloats} -\RequirePackage{mathrsfs} % script font -\RequirePackage{afterpage} -%% Using Babel allows other languages to be used and mixed-in easily -\RequirePackage[ngerman,english]{babel} -\selectlanguage{english} -\RequirePackage[babel]{csquotes} - -\RequirePackage{subfig} -\RequirePackage{tikz} -\RequirePackage{fixltx2e} -\RequirePackage{setspace} -\RequirePackage{verbatim} -\RequirePackage{lipsum} -\RequirePackage{datatool} -\RequirePackage[capitalise]{cleveref} -\RequirePackage[final]{listings} -\RequirePackage{xfrac} -%% Units -\RequirePackage[]{siunitx} -%% Various fonts ... -%\RequirePackage[T1]{fontenc} -%\RequirePackage{charter} -%\RequirePackage[expert]{mathdesign} - - -%\usepackage[T1]{fontenc} -%\usepackage[bitstream-charter]{mathdesign} - - -%\RequirePackage{lmodern} -%\RequirePackage{libertine} -%\RequirePackage[libertine]{newtxmath} - -% this works -%\usepackage[]{mathpazo} % With old-style figures and real smallcaps. -%\linespread{1.025} % Palatino leads a little more leading -%\usepackage[small]{eulervm} - -\RequirePackage{tabularx} -\RequirePackage{color} -\RequirePackage{pifont} -\RequirePackage{soul} -\RequirePackage[]{dcolumn} -\RequirePackage[]{sidecap} -\RequirePackage[]{wrapfig} -\RequirePackage{feynmp} -\RequirePackage[]{afterpage} -\RequirePackage[]{multirow} - -%% provide adjustwidth -\RequirePackage{changepage} -\RequirePackage{comment} - -%% ------------------------------------- -%% More settings ... -%% ------------------------------------- -%% Treat forced blank pages in the same way as chapter title pages -\def\cleardoublepage{\clearpage\if@twoside \ifodd\c@page\else% - \hbox{}% - \thispagestyle{empty}% - %\thispagestyle{plain}% - \newpage% - \if@twocolumn\hbox{}\newpage\fi\fi\fi}% - - -%% Provide mixed-case versions of the Table of contents, -%% List of tables, List of figures, Bibliography etc. header names -\DeclareRobustCommand{\contentsname}{Contents} -\DeclareRobustCommand{\bibname}{Bibliography} -\DeclareRobustCommand{\listfigurename}{List of figures} -\DeclareRobustCommand{\listtablename}{List of tables} - -%% ------------------------------------- -%% Extra environments, stole from hepthesis.cls -%% ------------------------------------- -%% Extra margins for various sections -\newlength{\@mainmatterextramargin}% -\setlength{\@mainmatterextramargin}{0cm}% -\newlength{\@backmatterextramargin}% -\setlength{\@backmatterextramargin}{0cm}% -\newlength{\@frontmatterextramargin}% -\setlength{\@frontmatterextramargin}{0cm}% -\newlength{\@appendixextramargin}% -\setlength{\@appendixextramargin}{0cm}% -\newlength{\@abstractextramargin}% -\setlength{\@abstractextramargin}{1.5cm}% -\newlength{\@declarationextramargin}% -\setlength{\@declarationextramargin}{1cm}% -\newlength{\@acknowledgementsextramargin}% -\setlength{\@acknowledgementsextramargin}{0cm}% -\newlength{\@prefaceextramargin}% -\setlength{\@prefaceextramargin}{0cm}% -\newlength{\@pagequoteextramargin}% -\setlength{\@pagequoteextramargin}{2cm}% -%% Top vertical spacing in the front matter -\newlength{\@frontmattertopskip}% -\newlength{\@frontmattertitletopskip}% -\newlength{\frontmattertitleskip}% -\addtolength{\frontmattertitleskip}{2cm}% -\addtolength{\@frontmattertitletopskip}{0cm}% -\setlength{\@frontmattertopskip}{\frontmattertitleskip}% -\addtolength{\@frontmattertopskip}{\@frontmattertitletopskip}% - -%% Figure widths -\newlength{\smallfigwidth} -\newlength{\mediumfigwidth} -\newlength{\largefigwidth} -\newlength{\hugefigwidth} -\setlength{\smallfigwidth}{0.45\textwidth} -\setlength{\mediumfigwidth}{0.6\textwidth} -\setlength{\largefigwidth}{0.75\textwidth} -\setlength{\hugefigwidth}{0.9\textwidth} -%% Environment for thesis abstract in frontmatter -%% (argument is the thesis title) - -\newenvironment{abstract}[1][Abstract]{% - \adjustwidth{\@abstractextramargin}{\@abstractextramargin}% - \cleardoublepage% - \vspace*{\@frontmattertopskip}% - \begin{center}% - \begingroup - \ifx\@sftitles\@empty\else\sf\fi - {\LARGE\textbf{#1}}% - \endgroup - \end{center}% - \vspace*{1cm}% -}{ \endadjustwidth \ignorespacesafterend } - -%% Environment for declaration rubrik page in frontmatter -\newenvironment{declaration}{% - \cleardoublepage% - \adjustwidth{\@declarationextramargin}{\@declarationextramargin}% - \vspace*{\@frontmattertopskip}% - \begin{center}% - \begingroup - \ifx\@sftitles\@empty\else\sf\fi - {\LARGE\textbf{Declaration}}% - \endgroup - \end{center}% - \vspace*{1cm}% -}{% - %\newline \newline \newline% - %\begin{flushright} - % \thesisauthor\newline - % \today\newline - %\end{flushright} - \endadjustwidth% - \ignorespacesafterend% -} - -%% Change the spacing of lines -\DeclareRobustCommand{\setspacing}[1]{% - \setfrontmatterspacing{#1}% - \setmainmatterspacing{#1}% - \setappendixspacing{#1}% - \setbackmatterspacing{#1}% -} -\DeclareRobustCommand{\setfrontmatterspacing}[1]{\def\@frontmatterspacing{#1spacing}} -\DeclareRobustCommand{\setmainmatterspacing}[1]{\def\@mainmatterspacing{#1spacing}} -\DeclareRobustCommand{\setappendixspacing}[1]{\def\@appendixspacing{#1spacing}} -\DeclareRobustCommand{\setbackmatterspacing}[1]{\def\@backmatterspacing{#1spacing}} - - -%% Change the extra margin size -\DeclareRobustCommand{\setextramargins}[1]{% - \setfrontmatterextramargins{#1}% - \setmainmatterextramargins{#1}% - \setappendixextramargins{#1}% - \setbackmatterextramargins{#1}% -} -\DeclareRobustCommand{\setfrontmatterextramarginsg}[1]{\setlength{\@frontmatterextramargin}{#1}} -\DeclareRobustCommand{\setmainmatterextramargins}[1]{\setlength{\@mainmatterextramargin}{#1}} -\DeclareRobustCommand{\setappendixextramargins}[1]{\setlength{\@appendixextramargin}{#1}} -\DeclareRobustCommand{\setbackmatterextramargins}[1]{\setlength{\@backmatterextramargin}{#1}} -\DeclareRobustCommand{\setabstractextramargins}[1]{\setlength{\@abstractextramargin}{#1}} -\DeclareRobustCommand{\setdeclarationextramargins}[1]{\setlength{\@declarationextramargin}{#1}} -\DeclareRobustCommand{\setacknowledgementsextramargins}[1]{\setlength{\@acknowledgementsextramargin}{#1}} -\DeclareRobustCommand{\setprefaceextramargins}[1]{\setlength{\@prefaceextramargin}{#1}} - -%% Part-wise spacing commands and definitions -\def\@frontmatterspacing{onehalfspacing} -\def\@mainmatterspacing{onehalfspacing} -\def\@appendixspacing{onehalfspacing} -\def\@backmatterspacing{onehalfspacing} -%% An environment for the rubbish at the front of a typical thesis -\let\@oldfrontmatter\frontmatter -\specialcomment{frontmatter}{% - \setcounter{tocdepth}{2}% show down to subsections in contents - \setcounter{secnumdepth}{2}% number down to subsections - %\newcounter{iterlist}% - \@oldfrontmatter% - \adjustwidth{\@frontmatterextramargin}{\@frontmatterextramargin}% - \begin{\@frontmatterspacing}% -}{% - \end{\@frontmatterspacing}% - \endadjustwidth% - \ignorespacesafterend% -} - - -%% Title page - -%% Use the \title and \author arguments to build the front page etc. -\ifx\@requiretitling\@empty% -%% Re-define \title and \author to store their args in \thetitle, \theauthor -%variables -\renewcommand*\title[1]{\gdef\@title{#1}\global\let\thetitle\@title}% -\renewcommand*\author[1]{\gdef\@author{#1}\global\let\theauthor\@author}% -\else% -\RequirePackage{titling}% -\fi -%% Makes a thesis title page -\let\@oldtitlepage\titlepage -\let\@oldendtitlepage\endtitlepage -\DeclareRobustCommand{\titlepage}[2][]{% - \thispagestyle{empty}% - \begingroup% - \ifx\@sftitles\@empty\else\sf\fi% - \begin{center}% - \vspace*{\frontmattertitleskip}% - \begin{doublespace}% - {\Huge\textbf{\thetitle}}\\% - \end{doublespace}% - \vspace*{3cm}% - %{\Large{{\theauthor} \\ {#1}}}\\% - {\Large{{\theauthor}\\}} - \vspace*{8cm}% - {#2}% - \end{center}% - \endgroup% -} -\renewcommand{\maketitle}[1]{\titlepage{}} diff --git a/thesis2/thesis.bib b/thesis2/thesis.bib deleted file mode 100644 index f4f825e..0000000 --- a/thesis2/thesis.bib +++ /dev/null @@ -1,2655 +0,0 @@ -% This file was created with JabRef 2.10. -% Encoding: MacRoman - - -@Article{Ueberall.1974a, - Title = {Study of nuclear structure by muon capture}, - Author = {{\"U}berall, H}, - Year = {1974}, - Pages = {1--38}, - - Booktitle = {Nuclear Physics}, - Owner = {NT}, - Publisher = {Springer}, - Timestamp = {2014-05-03}, - Url = {http://link.springer.com/content/pdf/10.1007/BFb0041335.pdf} -} - -@Article{Aaij.etal.2013, - Title = {{Searches for violation of lepton flavour and baryon - number in tau lepton decays at LHCb}}, - Author = {Aaij, R and others}, - Journal = {Phys.Lett.}, - Year = {2013}, - Pages = {36-45}, - Volume = {B724}, - - Archiveprefix = {arXiv}, - Collaboration = {LHCb collaboration}, - Doi = {10.1016/j.physletb.2013.05.063}, - Eprint = {1304.4518}, - File = {Published version:refs/Aaij.etal.2013.pdf:PDF}, - Owner = {NT}, - Primaryclass = {hep-ex}, - Reportnumber = {LHCB-PAPER-2013-014, CERN-PH-EP-2013-062}, - Slaccitation = {%%CITATION = ARXIV:1304.4518;%%}, - Timestamp = {2014-04-01} -} - -@Article{AbadaDas.etal.2012, - Title = {{Enhancing lepton flavour violation in the supersymmetric - inverse seesaw beyond the dipole contribution}}, - Author = {Abada, Asmaa and Das, Debottam and Vicente, Avelino and - Weiland, Cedric}, - Journal = {JHEP}, - Year = {2012}, - Pages = {015}, - Volume = {1209}, - - Archiveprefix = {arXiv}, - Doi = {10.1007/JHEP09(2012)015}, - Eprint = {1206.6497}, - File = {Published version:refs/AbadaDas.etal.2012.pdf:PDF}, - Owner = {NT}, - Primaryclass = {hep-ph}, - Reportnumber = {LPT-ORSAY-12-36, LPT-12-36}, - Slaccitation = {%%CITATION = ARXIV:1206.6497;%%}, - Timestamp = {2014-04-01} -} - -@Article{Abrams.etal.2012, - Title = {{Mu2e Conceptual Design Report}}, - Author = {Abrams, R.J. and others}, - Year = {2012}, - - Archiveprefix = {arXiv}, - Collaboration = {Mu2e Collaboration}, - Eprint = {1211.7019}, - File = {arXiv v1:refs/Abrams.etal.2012-eprintv1.pdf:PDF}, - Owner = {nam}, - Primaryclass = {physics.ins-det}, - Reportnumber = {FERMILAB-TM-2545}, - Slaccitation = {%%CITATION = ARXIV:1211.7019;%%}, - Timestamp = {2014.02.10} -} - -@Article{Adam.etal.2013, - Title = {{New constraint on the existence of the $mu^+ \to e^+\gamma$ decay}}, - Author = {Adam, J. and others}, - Journal = {Phys.Rev.Lett.}, - Year = {2013}, - Number = {20}, - Pages = {201801}, - Volume = {110}, - - Archiveprefix = {arXiv}, - Collaboration = {MEG Collaboration}, - Doi = {10.1103/PhysRevLett.110.201801}, - Eprint = {1303.0754}, - File = {Published version:refs/Adam.etal.2013.pdf:PDF}, - Owner = {nam}, - Primaryclass = {hep-ex}, - Slaccitation = {%%CITATION = ARXIV:1303.0754;%%}, - Timestamp = {2014-03-31} -} - -@Article{Adye.2011, - Title = {{Unfolding algorithms and tests using RooUnfold}}, - Author = {{Adye}, T.}, - Journal = {ArXiv e-prints}, - Year = {2011}, - - Month = may, - - Adsnote = {Provided by the SAO/NASA Astrophysics Data System}, - Adsurl = {http://adsabs.harvard.edu/abs/2011arXiv1105.1160A}, - Archiveprefix = {arXiv}, - Eprint = {1105.1160}, - File = {arXiv v1:refs/Adye.2011-eprintv1.pdf:PDF}, - Keywords = {Physics - Data Analysis, Statistics and Probability, High Energy Physics - Experiment}, - Owner = {NT}, - Primaryclass = {physics.data-an}, - Timestamp = {2014-04-09} -} - -@Article{AhmadAzuelos.etal.1988, - Title = {Search for muon-electron and muon-positron conversion}, - Author = {Ahmad, S and Azuelos, G and Blecher, M and Bryman, DA and Burnham, RA and Clifford, ETH and Depommier, P and Dixit, MS and Gotow, K and Hargrove, CK and others}, - Journal = {Physical Review D}, - Year = {1988}, - Number = {7}, - Pages = {2102}, - Volume = {38}, - - File = {Published version:refs/AhmadAzuelos.etal.1988.pdf:PDF}, - Owner = {NT}, - Publisher = {APS}, - Timestamp = {2014-04-24}, - Url = {http://prd.aps.org/abstract/PRD/v38/i7/p2102_1} -} - -@Article{AhmadAzuelos.etal.1987, - Title = {Searches for muon-electron and muon-positron conversion in titanium}, - Author = {Ahmad, S and Azuelos, G and Blecher, M and Bryman, D and Burnham, RA and Clifford, ETH and Depommier, P and Dixit, MS and Gotow, K and Hargrove, CK and others}, - Journal = {Physical review letters}, - Year = {1987}, - Number = {9}, - Pages = {970}, - Volume = {59}, - - File = {Published version:refs/AhmadAzuelos.etal.1987.pdf:PDF}, - Owner = {NT}, - Publisher = {APS}, - Timestamp = {2014-04-24}, - Url = {http://prl.aps.org/abstract/PRL/v59/i9/p970_1} -} - -@TechReport{COMET.2012, - Title = {Experimental Proposal for Phase-I of the COMET - Experiment at J-PARC}, - Author = {R. Akhmetshin and A. Bondar and L. Epshteyn and - G. Fedotovich and D. Grigoriev and V. Kazanin and A. Ryzhenenkov and - D. Shemyakin and Yu. Yudin and others}, - Year = {2012}, - Month = {7}, - Number = {KEK/J-PARC-PAC 2012-10}, - - Aainstitution = {J-PARC}, - Aatype = {Proposal}, - Collaboration = {The COMET Collaboration}, - File = {Published version:COMET.2012.pdf:PDF}, - Owner = {NT}, - Timestamp = {2014-04-30}, - Url = {http://j-parc.jp/researcher/Hadron/en/pac_1207/pdf/E21_2012-10.pdf} -} - -@Article{AlonsoGavela.etal.2013, - Title = {{Neutrino and Charged Lepton Flavour Today}}, - Author = {Alonso, R. and Gavela, M.B. and Hernandez, D. and Merlo, L. and Rigolin, S.}, - Year = {2013}, - - Archiveprefix = {arXiv}, - Eprint = {1311.1724}, - File = {arXiv v2:refs/AlonsoGavela.etal.2013-eprintv2.pdf:PDF}, - Owner = {nam}, - Primaryclass = {hep-ph}, - Slaccitation = {%%CITATION = ARXIV:1311.1724;%%}, - Timestamp = {2014.02.10} -} - -@Article{AltmannshoferBuras.etal.2010a, - Title = {{Anatomy and Phenomenology of FCNC and CPV Effects in - SUSY Theories}}, - Author = {Altmannshofer, Wolfgang and Buras, Andrzej J. and Gori, - Stefania and Paradisi, Paride and Straub, David M.}, - Journal = {Nucl.Phys.}, - Year = {2010}, - Pages = {17-94}, - Volume = {B830}, - - Archiveprefix = {arXiv}, - Doi = {10.1016/j.nuclphysb.2009.12.019}, - Eprint = {0909.1333}, - File = {Published version:refs/AltmannshoferBuras.etal.2010a.pdf:PDF}, - Owner = {NT}, - Primaryclass = {hep-ph}, - Reportnumber = {TUM-HEP-727-09, MPP-2009-133}, - Slaccitation = {%%CITATION = ARXIV:0909.1333;%%}, - Timestamp = {2014-04-16} -} - -@Article{AltmannshoferHarnik.etal.2013, - Title = {{Low Energy Probes of PeV Scale Sfermions}}, - Author = {Altmannshofer, Wolfgang and Harnik, Roni and Zupan, Jure}, - Journal = {JHEP}, - Year = {2013}, - Pages = {202}, - Volume = {1311}, - - Archiveprefix = {arXiv}, - Doi = {10.1007/JHEP11(2013)202}, - Eprint = {1308.3653}, - File = {Published version:refs/AltmannshoferHarnik.etal.2013.pdf:PDF}, - Owner = {nam}, - Primaryclass = {hep-ph}, - Reportnumber = {FERMILAB-PUB-13-319-T}, - Slaccitation = {%%CITATION = ARXIV:1308.3653;%%}, - Timestamp = {2014.02.10} -} - -@Article{Amaro1997529, - Title = {Radiative pion capture in nuclei: a continuum shell-model approach }, - Author = {J.E Amaro and A.M Lallena and J Nieves}, - Journal = {Nuclear Physics A }, - Year = {1997}, - Number = {3Ð4}, - Pages = {529 - 547}, - Volume = {623}, - - Doi = {http://dx.doi.org/10.1016/S0375-9474(97)00187-5}, - File = {Published version:Amaro1997529.pdf:PDF}, - ISSN = {0375-9474}, - Keywords = {Radiative pion capture}, - Owner = {NT}, - Timestamp = {2014-08-12}, - Url = {http://www.sciencedirect.com/science/article/pii/S0375947497001875} -} - -@Article{An.etal.2012, - Title = {{Observation of electron-antineutrino disappearance at - Daya Bay}}, - Author = {An, F.P. and others}, - Journal = {Phys.Rev.Lett.}, - Year = {2012}, - Pages = {171803}, - Volume = {108}, - - Archiveprefix = {arXiv}, - Collaboration = {DAYA-BAY Collaboration}, - Doi = {10.1103/PhysRevLett.108.171803}, - Eprint = {1203.1669}, - File = {Published version:refs/An.etal.2012.pdf:PDF}, - Owner = {NT}, - Primaryclass = {hep-ex}, - Slaccitation = {%%CITATION = ARXIV:1203.1669;%%}, - Timestamp = {2014-04-02} -} - -@Article{AndersonNeddermeyer.1936, - Title = {{Cloud Chamber Observations of Cosmic Rays at 4300 Meters Elevation and Near Sea-Level}}, - Author = {Anderson, Carl D. and Neddermeyer, Seth H.}, - Journal = {Phys.Rev.}, - Year = {1936}, - Pages = {263-271}, - Volume = {50}, - - Doi = {10.1103/PhysRev.50.263}, - File = {Published version:refs/AndersonNeddermeyer.1936.pdf:PDF}, - Owner = {nam}, - Slaccitation = {%%CITATION = PHRVA,50,263;%%}, - Timestamp = {2014-03-31} -} - -@Article{AndreevBanks.etal.2013a, - Title = {Measurement of Muon Capture on the Proton to 1\% Precision and Determination of the Pseudoscalar Coupling g P}, - Author = {Andreev, VA and Banks, TI and Carey, RM and Case, TA and Clayton, SM and Crowe, KM and Deutsch, J and Egger, J and Freedman, SJ and Ganzha, VA and others}, - Journal = {Physical review letters}, - Year = {2013}, - Number = {1}, - Pages = {012504}, - Volume = {110}, - - File = {Published version:refs/AndreevBanks.etal.2013a.pdf:PDF}, - Owner = {NT}, - Publisher = {APS}, - Timestamp = {2014-05-02}, - Url = {http://prl.aps.org/abstract/PRL/v110/i1/e012504} -} - -@Article{Andreev.etal.2013, - Title = {{Measurement of Muon Capture on the Proton to 1\% - Precision and Determination of the Pseudoscalar Coupling - $g_P$}}, - Author = {Andreev, V.A. and others}, - Journal = {Phys.Rev.Lett.}, - Year = {2013}, - Pages = {012504}, - Volume = {110}, - - Archiveprefix = {arXiv}, - Collaboration = {MuCap Collaboration}, - Doi = {10.1103/PhysRevLett.110.012504}, - Eprint = {1210.6545}, - File = {Published version:refs/Andreev.etal.2013.pdf:PDF}, - Owner = {NT}, - Primaryclass = {nucl-ex}, - Slaccitation = {%%CITATION = ARXIV:1210.6545;%%}, - Timestamp = {2014-05-02} -} - -@Article{BadertscherBorer.etal.1982, - Title = {A search for muon-electron and muon-positron conversion in sulfur}, - Author = {Badertscher, A and Borer, K and Czapek, G and Fl{\"u}ckiger, A and H{\"a}nni, H and Hahn, B and Hugentobler, E and Markees, A and Marti, T and Moser, U and others}, - Journal = {Nuclear Physics A}, - Year = {1982}, - Number = {2}, - Pages = {406--440}, - Volume = {377}, - - Doi = {http://dx.doi.org/10.1016/0375-9474(82)90049-5}, - File = {Published version:refs/BadertscherBorer.etal.1982.pdf:PDF}, - Owner = {NT}, - Publisher = {Elsevier}, - Timestamp = {2014-04-24} -} - -@Article{BalandinGrebenyuk.etal.1978, - Title = {{Energy Spectra and Asymmetry of Charged Particles from - Negative Muon Capture by Nuclei}}, - Author = {Balandin, M.P. and Grebenyuk, V.M. and Zinov, V.G. and - Kozlowski, T. and Konin, A.D.}, - Journal = {Yad.Fiz.}, - Year = {1978}, - Pages = {582-589}, - Volume = {28}, - - Owner = {NT}, - Slaccitation = {%%CITATION = YAFIA,28,582;%%}, - Timestamp = {2014-05-03} -} - -@Article{BaldiniCei.etal.2013, - Title = {{MEG Upgrade Proposal}}, - Author = {Baldini, A.M. and Cei, F. and Cerri, C. and Dussoni, S. and Galli, L. and others}, - Year = {2013}, - - Archiveprefix = {arXiv}, - Eprint = {1301.7225}, - File = {arXiv v2:refs/BaldiniCei.etal.2013-eprintv2.pdf:PDF}, - Owner = {nam}, - Primaryclass = {physics.ins-det}, - Slaccitation = {%%CITATION = ARXIV:1301.7225;%%}, - Timestamp = {2014.02.10} -} - -@Article{BauerBortels.1990, - Title = {Response of Si detectors to electrons, deuterons and alpha particles}, - Author = {Bauer, P and Bortels, G}, - Journal = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment}, - Year = {1990}, - Number = {1}, - Pages = {205--209}, - Volume = {299}, - - File = {Published version:BauerBortels.1990.pdf:PDF}, - Owner = {NT}, - Publisher = {Elsevier}, - Timestamp = {2014-05-31}, - Url = {http://dx.doi.org/10.1016/0168-9002(90)90777-4} -} - -@Article{BeringerArguin.etal.2012, - Title = {Review of Particle Physics}, - Author = {Beringer, J. and Arguin, J. -F. and Barnett, R. M. and Copic, K. and Dahl, O. and Groom, D. E. and Lin, C. -J. and Lys, J. and Murayama, H. and Wohl, C. G. and Yao, W. -M. and Zyla, P. A. and Amsler, C. and Antonelli, M. and Asner, D. M. and Baer, H. and Band, H. R. and Basaglia, T. and Bauer, C. W. and Beatty, J. J. and Belousov, V. I. and Bergren, E. and Bernardi, G. and Bertl, W. and Bethke, S. and Bichsel, H. and Biebel, O. and Blucher, E. and Blusk, S. and Brooijmans, G. and Buchmueller, O. and Cahn, R. N. and Carena, M. and Ceccucci, A. and Chakraborty, D. and Chen, M. -C. and Chivukula, R. S. and Cowan, G. and D'Ambrosio, G. and Damour, T. and de Florian, D. and de Gouv\^ea, A. and DeGrand, T. and de Jong, P. and Dissertori, G. and Dobrescu, B. and Doser, M. and Drees, M. and Edwards, D. A. and Eidelman, S. and Erler, J. and Ezhela, V. V. and Fetscher, W. and Fields, B. D. and Foster, B. and Gaisser, T. K. and Garren, L. and Gerber, H. -J. and Gerbier, G. and Gherghetta, T. and Golwala, S. and Goodman, M. and Grab, C. and Gritsan, A. V. and Grivaz, J. -F. and Gr\"unewald, M. and Gurtu, A. and Gutsche, T. and Haber, H. E. and Hagiwara, K. and Hagmann, C. and Hanhart, C. and Hashimoto, S. and Hayes, K. G. and Heffner, M. and Heltsley, B. and Hern\'andez-Rey, J. J. and Hikasa, K. and H\"ocker, A. and Holder, J. and Holtkamp, A. and Huston, J. and Jackson, J. D. and Johnson, K. F. and Junk, T. and Karlen, D. and Kirkby, D. and Klein, S. R. and Klempt, E. and Kowalewski, R. V. and Krauss, F. and Kreps, M. and Krusche, B. and Kuyanov, Yu. V. and Kwon, Y. and Lahav, O. and Laiho, J. and Langacker, P. and Liddle, A. and Ligeti, Z. and Liss, T. M. and Littenberg, L. and Lugovsky, K. S. and Lugovsky, S. B. and Mannel, T. and Manohar, A. V. and Marciano, W. J. and Martin, A. D. and Masoni, A. and Matthews, J. and Milstead, D. and Miquel, R. and M\"onig, K. and Moortgat, F. and Nakamura, K. and Narain, M. and Nason, P. and Navas, S. and Neubert, M. and Nevski, P. and Nir, Y. and Olive, K. A. and Pape, L. and Parsons, J. and Patrignani, C. and Peacock, J. A. and Petcov, S. T. and Piepke, A. and Pomarol, A. and Punzi, G. and Quadt, A. and Raby, S. and Raffelt, G. and Ratcliff, B. N. and Richardson, P. and Roesler, S. and Rolli, S. and Romaniouk, A. and Rosenberg, L. J. and Rosner, J. L. and Sachrajda, C. T. and Sakai, Y. and Salam, G. P. and Sarkar, S. and Sauli, F. and Schneider, O. and Scholberg, K. and Scott, D. and Seligman, W. G. and Shaevitz, M. H. and Sharpe, S. R. and Silari, M. and Sj\"ostrand, T. and Skands, P. and Smith, J. G. and Smoot, G. F. and Spanier, S. and Spieler, H. and Stahl, A. and Stanev, T. and Stone, S. L. and Sumiyoshi, T. and Syphers, M. J. and Takahashi, F. and Tanabashi, M. and Terning, J. and Titov, M. and Tkachenko, N. P. and T\"ornqvist, N. A. and Tovey, D. and Valencia, G. and van Bibber, K. and Venanzoni, G. and Vincter, M. G. and Vogel, P. and Vogt, A. and Walkowiak, W. and Walter, C. W. and Ward, D. R. and Watari, T. and Weiglein, G. and Weinberg, E. J. and Wiencke, L. R. and Wolfenstein, L. and Womersley, J. and Woody, C. L. and Workman, R. L. and Yamamoto, A. and Zeller, G. P. and Zenin, O. V. and Zhang, J. and Zhu, R. -Y. and Harper, G. and Lugovsky, V. S. and Schaffner, P.}, - Journal = {Phys. Rev. D}, - Year = {2012}, - - Month = {Jul}, - Pages = {010001}, - Volume = {86}, - - Collaboration = {Particle Data Group}, - Doi = {10.1103/PhysRevD.86.010001}, - File = {Published version:refs/BeringerArguin.etal.2012.pdf:PDF}, - Issue = {1}, - Numpages = {1528}, - Owner = {NT}, - Publisher = {American Physical Society}, - Timestamp = {2014-04-03}, - Url = {http://link.aps.org/doi/10.1103/PhysRevD.86.010001} -} - -@Article{BernardElouadrhiri.etal.2002, - Title = {{Axial structure of the nucleon: Topical Review}}, - Author = {Bernard, Veronique and Elouadrhiri, Latifa and Meissner, - Ulf.G.}, - Journal = {J.Phys.}, - Year = {2002}, - Pages = {R1-R35}, - Volume = {G28}, - - Archiveprefix = {arXiv}, - Doi = {10.1088/0954-3899/28/1/201}, - Eprint = {hep-ph/0107088}, - File = {Published version:refs/BernardElouadrhiri.etal.2002.pdf:PDF}, - Owner = {NT}, - Primaryclass = {hep-ph}, - Reportnumber = {FZJ-IKP-TH-01-12, JLAB-PHY-02-53}, - Slaccitation = {%%CITATION = HEP-PH/0107088;%%}, - Timestamp = {2014-05-02} -} - -@Article{BernsteinCooper.2013, - Title = {{Charged Lepton Flavor Violation: An Experimenter's Guide}}, - Author = {Bernstein, Robert H. and Cooper, Peter S.}, - Journal = {Phys.Rept.}, - Year = {2013}, - Pages = {27-64}, - Volume = {532}, - - Archiveprefix = {arXiv}, - Doi = {10.1016/j.physrep.2013.07.002}, - Eprint = {1307.5787}, - File = {Published version:refs/BernsteinCooper.2013.pdf:PDF}, - Owner = {nam}, - Primaryclass = {hep-ex}, - Reportnumber = {FERMILAB-PUB-13-259-PPD}, - Slaccitation = {%%CITATION = ARXIV:1307.5787;%%}, - Timestamp = {2014.02.10} -} - -@Article{Bertl.etal.2006, - Title = {{A Search for muon to electron conversion in muonic - gold}}, - Author = {Bertl, Wilhelm H. and others}, - Journal = {Eur.Phys.J.}, - Year = {2006}, - Pages = {337-346}, - Volume = {C47}, - - Collaboration = {SINDRUM II Collaboration}, - Doi = {10.1140/epjc/s2006-02582-x}, - File = {Published version:refs/Bertl.etal.2006.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = EPHJA,C47,337;%%}, - Timestamp = {2014-04-07} -} - -@Article{Bertl.etal.1985, - Title = {{Search for the Decay $\mu^+ \to e^+ e^+ e^-$}}, - Author = {Bertl, Wilhelm H. and others}, - Journal = {Nucl.Phys.}, - Year = {1985}, - Pages = {1}, - Volume = {B260}, - - Collaboration = {SINDRUM Collaboration}, - Doi = {10.1016/0550-3213(85)90308-6}, - File = {Published version:refs/Bertl.etal.1985.pdf:PDF}, - Owner = {NT}, - Reportnumber = {SIN-PR-85-06}, - Slaccitation = {%%CITATION = NUPHA,B260,1;%%}, - Timestamp = {2014-04-08} -} - -@Article{Bichsel.1988, - Title = {{Straggling in Thin Silicon Detectors}}, - Author = {Bichsel, H.}, - Journal = {Rev.Mod.Phys.}, - Year = {1988}, - Pages = {663-699}, - Volume = {60}, - - Doi = {10.1103/RevModPhys.60.663}, - File = {Published version:Bichsel1988.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = RMPHA,60,663;%%}, - Timestamp = {2014.05.14} -} - -@Article{BlankeBuras.etal.2007, - Title = {{Charged Lepton Flavour Violation and (g-2)(mu) in the - Littlest Higgs Model with T-Parity: A Clear Distinction - from Supersymmetry}}, - Author = {Blanke, Monika and Buras, Andrzej J. and Duling, Bjoern - and Poschenrieder, Anton and Tarantino, Cecilia}, - Journal = {JHEP}, - Year = {2007}, - Pages = {013}, - Volume = {0705}, - - Archiveprefix = {arXiv}, - Doi = {10.1088/1126-6708/2007/05/013}, - Eprint = {hep-ph/0702136}, - File = {Published version:refs/BlankeBuras.etal.2007.pdf:PDF}, - Owner = {NT}, - Primaryclass = {hep-ph}, - Reportnumber = {TUM-HEP-657-07, MPP-2007-17}, - Slaccitation = {%%CITATION = HEP-PH/0702136;%%}, - Timestamp = {2014-04-02} -} - -@Article{Blann.1983, - Title = {Precompound analyses of spectra and yields following nuclear capture of stopped ${$\pi${}}^{-}$}, - Author = {Blann, M.}, - Journal = {Phys. Rev. C}, - Year = {1983}, - - Month = {Oct}, - Pages = {1648--1662}, - Volume = {28}, - - Doi = {10.1103/PhysRevC.28.1648}, - File = {Published version:Blann.1983.pdf:PDF}, - Issue = {4}, - Numpages = {0}, - Owner = {NT}, - Publisher = {American Physical Society}, - Timestamp = {2014-08-12}, - Url = {http://link.aps.org/doi/10.1103/PhysRevC.28.1648} -} - -@Article{Blobel.2002, - Title = {{An Unfolding method for high-energy physics - experiments}}, - Author = {Blobel, Volker}, - Year = {2002}, - Pages = {258-267}, - - Archiveprefix = {arXiv}, - Eprint = {hep-ex/0208022}, - File = {arXiv v1:refs/Blobel.2002-eprintv1.pdf:PDF}, - Owner = {NT}, - Primaryclass = {hep-ex}, - Reportnumber = {DESY-02-078}, - Slaccitation = {%%CITATION = HEP-EX/0208022;%%}, - Timestamp = {2014-04-09} -} - -@TechReport{COMET.2007, - Title = {An Experimental Search for Lepton Flavor Violating $\mu^--e^-$ Conversion at Sensitivity of $10^{-16}$ with a Slow-Extracted Bunched Proton Beam}, - Author = {D. Bryman and R. Palmer and Y. Iwashita and M. - Aoki and Y. Arimoto and Md. I. Hossain and T. Itahashi and Y. Kuno and A. - Sato and M. Yoshida and Y. Takubo and Y. Igarashi and S. Ishimoto and T. - Ogitsu and M. Tomizawa and A. Yamamoto and K. Yoshimura and T. Numao}, - Institution = {J-PARC}, - Year = {2007}, - Month = {11}, - Number = {P21}, - Type = {Proposal}, - - Collaboration = {The COMET Collaboration}, - File = {Published version:refs/COMET.2007.pdf:PDF}, - Owner = {NT}, - Timestamp = {2014-04-30}, - Url = {http://j-parc.jp/researcher/Hadron/en/pac_0801/pdf/Kuno.pdf} -} - -@Article{BudyashovZinov.etal.1971, - Title = {{Charged particles produced in capture of negative muons - by si-28, s-32, ca-40 and cu-64 nuclei}}, - Author = {Budyashov, Yu.G. and Zinov, V.G. and Konin, A.D. and - Mukhin, A.I. and Chatrchian, A.M.}, - Journal = {Sov.Phys.JETP}, - Year = {1971}, - Pages = {11}, - Volume = {33}, - - File = {Published version:refs/BudyashovZinov.etal.1971.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = SPHJA,33,11;%%}, - Timestamp = {2014-04-07}, - Url = {http://www.jetp.ac.ru/cgi-bin/e/index/e/33/1/p11?a=list} -} - -@Article{BurasDe.etal.2013, - Title = {{The Anatomy of Neutral Scalars with FCNCs in the Flavour Precision Era}}, - Author = {Buras, Andrzej J. and De Fazio, Fulvia and Girrbach, Jennifer and Knegjens, Robert and Nagai, Minoru}, - Journal = {JHEP}, - Year = {2013}, - Pages = {111}, - Volume = {1306}, - - Archiveprefix = {arXiv}, - Doi = {10.1007/JHEP06(2013)111}, - Eprint = {1303.3723}, - File = {Published version:refs/BurasDe.etal.2013.pdf:PDF}, - Owner = {nam}, - Primaryclass = {hep-ph}, - Reportnumber = {FLAVOUR(267104)-ERC-38, BARI-TH-13-671, NIKHEF-2013-008, UT-13-09}, - Slaccitation = {%%CITATION = ARXIV:1303.3723;%%}, - Timestamp = {2014.02.10} -} - -@Article{ChengLi.1977c, - Title = {{Muon Number Nonconservation Effects in a Gauge Theory - with V A Currents and Heavy Neutral Leptons}}, - Author = {Cheng, Ta-Pei and Li, Ling-Fong}, - Journal = {Phys.Rev.}, - Year = {1977}, - Pages = {1425}, - Volume = {D16}, - - Doi = {10.1103/PhysRevD.16.1425}, - File = {Published version:refs/ChengLi.1977c.pdf:PDF}, - Owner = {NT}, - Reportnumber = {UMSL-77-2, CMU-COO-3066-86}, - Slaccitation = {%%CITATION = PHRVA,D16,1425;%%}, - Timestamp = {2014-04-03} -} - -@Article{COMET.2009, - Title = {Conceptual design report for experimental search for lepton flavor violating $\mu$-- e- conversion at sensitivity of 10^{-16} with a slow-extracted bunched proton beam}, - Author = {COMET}, - Journal = {KEK Report}, - Year = {2009}, - Pages = {2009}, - Volume = {10}, - - Owner = {NT}, - Timestamp = {2014-07-13} -} - -@Article{ConfortoConversi.etal.1962, - Title = {Search for neutrinoless coherent nuclear capture of mu-mesons}, - Author = {Conforto, G. and Conversi, M. and Lella, L. and Penso, G. and Rubbia, C. and Toller, M.}, - Journal = {Il Nuovo Cimento}, - Year = {1962}, - Number = {2}, - Pages = {261-282}, - Volume = {26}, - - Doi = {10.1007/BF02787041}, - File = {Published version:refs/raey.pdf:PDF}, - ISSN = {0029-6341}, - Owner = {NT}, - Publisher = {Societˆ Italiana di Fisica}, - Timestamp = {2014-04-21}, - Url = {http://dx.doi.org/10.1007/BF02787041} -} - -@Article{ConversiLella.etal.1961, - Title = {On the Nuclear Capture of Muons with Electron Emission}, - Author = {Conversi, M. and di Lella, L. and Egidi, A. and Rubbia, C. and Toller, M.}, - Journal = {Phys. Rev.}, - Year = {1961}, - - Month = {Apr}, - Pages = {687--695}, - Volume = {122}, - - Doi = {10.1103/PhysRev.122.687}, - File = {Published version:refs/ConversiLella.etal.1961.pdf:PDF}, - Issue = {2}, - Numpages = {0}, - Owner = {NT}, - Publisher = {American Physical Society}, - Timestamp = {2014-04-21} -} - -@Article{ConversiPancini.etal.1947, - Title = {{On the Disintegration of Negative Mesons}}, - Author = {Conversi, M. and Pancini, E. and Piccioni, O.}, - Journal = {Phys.Rev.}, - Year = {1947}, - Pages = {209-210}, - Volume = {71}, - - Doi = {10.1103/PhysRev.71.209}, - File = {Published version:refs/ConversiPancini.etal.1947.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = PHRVA,71,209;%%}, - Timestamp = {2014-04-03} -} - -@Article{CookDArcy.etal.2013, - Title = {{First measurements of muon production rate using a novel pion capture system at MuSIC}}, - Author = {Cook, S. and D'Arcy, R. and Fukuda, M. and Hatanaka, K. and Hino, Y. and others}, - Journal = {J.Phys.Conf.Ser.}, - Year = {2013}, - Pages = {012079}, - Volume = {408}, - - Doi = {10.1088/1742-6596/408/1/012079}, - File = {Published version:refs/CookDArcy.etal.2013.pdf:PDF}, - Owner = {nam}, - Slaccitation = {%%CITATION = 00462,408,012079;%%}, - Timestamp = {2014.02.10} -} - -@Article{Cowan.2002, - Title = {{A survey of unfolding methods for particle physics}}, - Author = {Cowan, G.}, - Journal = {Conf.Proc.}, - Year = {2002}, - Pages = {248-257}, - Volume = {C0203181}, - - Owner = {NT}, - Slaccitation = {%%CITATION = CONFP,C0203181,248;%%}, - Timestamp = {2014-04-10}, - Url = {http://www.ippp.dur.ac.uk/Workshops/02/statistics/proceedings/cowan.ps} -} - -@Article{CrittendenWalker.etal.1961, - Title = {{Radiative decay modes of the muon}}, - Author = {Crittenden, R.R. and Walker, W.D. and Ballam, J.}, - Journal = {Phys.Rev.}, - Year = {1961}, - Pages = {1823-1832}, - Volume = {121}, - - Doi = {10.1103/PhysRev.121.1823}, - File = {Published version:refs/CrittendenWalker.etal.1961.pdf:PDF}, - Owner = {NT}, - Reportnumber = {TID-6386}, - Slaccitation = {%%CITATION = PHRVA,121,1823;%%}, - Timestamp = {2014-04-08} -} - -@Article{CzarneckiMarciano.etal.2007a, - Title = {{Electroweak radiative corrections to muon capture}}, - Author = {Czarnecki, Andrzej and Marciano, William J. and Sirlin, - Alberto}, - Journal = {Phys.Rev.Lett.}, - Year = {2007}, - Pages = {032003}, - Volume = {99}, - - Archiveprefix = {arXiv}, - Doi = {10.1103/PhysRevLett.99.032003}, - Eprint = {0704.3968}, - File = {Published version:refs/CzarneckiMarciano.etal.2007a.pdf:PDF;arXiv v1:refs/CzarneckiMarciano.etal.2007a-eprintv1.pdf:PDF}, - Owner = {NT}, - Primaryclass = {hep-ph}, - Slaccitation = {%%CITATION = ARXIV:0704.3968;%%}, - Timestamp = {2014-05-02} -} - -@Article{DAgostini.2010, - Title = {{Improved iterative Bayesian unfolding}}, - Author = {{D'Agostini}, G.}, - Journal = {ArXiv e-prints}, - Year = {2010}, - - Month = oct, - - Adsnote = {Provided by the SAO/NASA Astrophysics Data System}, - Adsurl = {http://adsabs.harvard.edu/abs/2010arXiv1010.0632D}, - Archiveprefix = {arXiv}, - Eprint = {1010.0632}, - File = {arXiv v1:refs/DAgostini.2010-eprintv1.pdf:PDF}, - Keywords = {Physics - Data Analysis, Statistics and Probability}, - Owner = {NT}, - Primaryclass = {physics.data-an}, - Timestamp = {2014-04-09} -} - -@Article{DAgostini.1995, - Title = {{A Multidimensional unfolding method based on Bayes' - theorem}}, - Author = {D'Agostini, G.}, - Journal = {Nucl.Instrum.Meth.}, - Year = {1995}, - Pages = {487-498}, - Volume = {A362}, - - Doi = {10.1016/0168-9002(95)00274-X}, - File = {Published version:refs/DAgostini.1995.pdf:PDF}, - Owner = {NT}, - Reportnumber = {DESY-94-099}, - Slaccitation = {%%CITATION = NUIMA,A362,487;%%}, - Timestamp = {2014-04-09} -} - -@Article{DAgostini.1995a, - Title = {{Probability and measurement uncertainty in physics: A - Bayesian primer}}, - Author = {D'Agostini, Giulio}, - Year = {1995}, - - Archiveprefix = {arXiv}, - Eprint = {hep-ph/9512295}, - File = {arXiv v2:refs/DAgostini.1995a-eprintv2.pdf:PDF}, - Owner = {NT}, - Primaryclass = {hep-ph}, - Reportnumber = {DESY-95-242, ROME-1070-1995}, - Slaccitation = {%%CITATION = HEP-PH/9512295;%%}, - Timestamp = {2014-04-09} -} - -@Article{DanbyGaillard.etal.1962, - Title = {{Observation of High-Energy Neutrino Reactions and the - Existence of Two Kinds of Neutrinos}}, - Author = {Danby, G. and Gaillard, J.M. and Goulianos, Konstantin A. - and Lederman, L.M. and Mistry, Nari B. and others}, - Journal = {Phys.Rev.Lett.}, - Year = {1962}, - Pages = {36-44}, - Volume = {9}, - - Doi = {10.1103/PhysRevLett.9.36}, - File = {Published version:refs/DanbyGaillard.etal.1962.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = PRLTA,9,36;%%}, - Timestamp = {2014-04-11} -} - -@InProceedings{Dembinski.2011, - Title = {ARU--towards automatic unfolding of detector effects}, - Author = {Dembinski, HP and Roth, M}, - Booktitle = {Proceedings of the PHYSTAT 2011 Workshop on Statistical Issues Related to Discovery Claims in Search Experiments and Unfolding, CERN, Geneva Switzerland}, - Year = {2011}, - Pages = {17--20}, - - File = {Published version:Dembinski.2011.pdf:PDF}, - Owner = {NT}, - Timestamp = {2014-04-09}, - Url = {http://indico.cern.ch/event/107747/session/1/contribution/71/material/paper/0.pdf} -} - -@Article{EcksteinPratt.1959, - Title = {Radiative muon decay }, - Author = {S.G Eckstein and R.H Pratt}, - Journal = {Annals of Physics }, - Year = {1959}, - Number = {2}, - Pages = {297 - 309}, - Volume = {8}, - - Doi = {http://dx.doi.org/10.1016/0003-4916(59)90024-7}, - File = {Published version:refs/EcksteinPratt.1959.pdf:PDF}, - ISSN = {0003-4916}, - Owner = {NT}, - Timestamp = {2014-04-08}, - Url = {http://www.sciencedirect.com/science/article/pii/0003491659900247} -} - -@Article{Ejiri.2000, - Title = {Nuclear spin isospin responses for low-energy neutrinos }, - Author = {Hiroyasu Ejiri}, - Journal = {Physics Reports }, - Year = {2000}, - Number = {3}, - Pages = {265 - 351}, - Volume = {338}, - - Doi = {http://dx.doi.org/10.1016/S0370-1573(00)00044-2}, - File = {Published version:Ejiri.2000.pdf:PDF}, - ISSN = {0370-1573}, - Keywords = {Nuclear responses for neutrinos}, - Owner = {NT}, - Timestamp = {2014-08-12}, - Url = {http://www.sciencedirect.com/science/article/pii/S0370157300000442} -} - -@Article{EllisHisano.etal.2002a, - Title = {{CP violation in the minimal supersymmetric seesaw - model}}, - Author = {Ellis, John R. and Hisano, Junji and Lola, Smaragda and - Raidal, Martti}, - Journal = {Nucl.Phys.}, - Year = {2002}, - Pages = {208-234}, - Volume = {B621}, - - Archiveprefix = {arXiv}, - Doi = {10.1016/S0550-3213(01)00583-1}, - Eprint = {hep-ph/0109125}, - File = {Published version:refs/EllisHisano.etal.2002a.pdf:PDF}, - Owner = {NT}, - Primaryclass = {hep-ph}, - Reportnumber = {CERN-TH-2001-236, KEK-TH-779}, - Slaccitation = {%%CITATION = HEP-PH/0109125;%%}, - Timestamp = {2014-04-01} -} - -@Article{EllisHisano.etal.2002, - Title = {{Lepton electric dipole moments in nondegenerate - supersymmetric seesaw models}}, - Author = {Ellis, John R. and Hisano, Junji and Raidal, Martti and - Shimizu, Yasuhiro}, - Journal = {Phys.Lett.}, - Year = {2002}, - Pages = {86-96}, - Volume = {B528}, - - Archiveprefix = {arXiv}, - Doi = {10.1016/S0370-2693(02)01197-8}, - Eprint = {hep-ph/0111324}, - File = {Published version:refs/EllisHisano.etal.2002.pdf:PDF}, - Owner = {NT}, - Primaryclass = {hep-ph}, - Reportnumber = {CERN-TH-2001-311, KEK-TH-791, DPNU-01-32}, - Slaccitation = {%%CITATION = HEP-PH/0111324;%%}, - Timestamp = {2014-04-01} -} - -@Article{EngferWalter.1986, - Title = {{MUON DECAY EXPERIMENTS}}, - Author = {Engfer, R. and Walter, H.K.}, - Journal = {Ann.Rev.Nucl.Part.Sci.}, - Year = {1986}, - Pages = {327-359}, - Volume = {36}, - - Doi = {10.1146/annurev.ns.36.120186.001551}, - File = {Published version:refs/EngferWalter.1986.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = ARNUA,36,327;%%}, - Timestamp = {2014-04-29} -} - -@Article{raey, - Title = {Radiative pion capture by32S}, - Author = {Eramzhyan, R.A. and Majling, L. and ?’zek, J. and Sakaev, R.A.}, - Journal = {Czechoslovak Journal of Physics B}, - Year = {1978}, - Number = {10}, - Pages = {1081-1092}, - Volume = {28}, - - Doi = {10.1007/BF01602795}, - File = {Published version:raey.pdf:PDF}, - ISSN = {0011-4626}, - Language = {English}, - Owner = {NT}, - Publisher = {Kluwer Academic Publishers}, - Timestamp = {2014-08-12}, - Url = {http://dx.doi.org/10.1007/BF01602795} -} - -@Article{FeinbergKabir.etal.1959, - Title = {Transformation of Muons into Electrons}, - Author = {Feinberg, G. and Kabir, P. and Weinberg, S.}, - Journal = {Phys. Rev. Lett.}, - Year = {1959}, - - Month = {Dec}, - Pages = {527--530}, - Volume = {3}, - - Doi = {10.1103/PhysRevLett.3.527}, - File = {Published version:refs/FeinbergKabir.etal.1959.pdf:PDF}, - Issue = {11}, - Numpages = {0}, - Owner = {NT}, - Publisher = {American Physical Society}, - Timestamp = {2014-04-23} -} - -@Article{FermiTeller.1947, - Title = {{The capture of negative mesotrons in matter}}, - Author = {Fermi, E. and Teller, E.}, - Journal = {Phys.Rev.}, - Year = {1947}, - Pages = {399-408}, - Volume = {72}, - - Doi = {10.1103/PhysRev.72.399}, - File = {Published version:refs/FermiTeller.1947.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = PHRVA,72,399;%%}, - Timestamp = {2014-04-29} -} - -@Article{FermiTeller.etal.1947, - Title = {{The decay of negative mesotrons in matter}}, - Author = {Fermi, E. and Teller, E. and Weisskopf, V.}, - Journal = {Phys.Rev.}, - Year = {1947}, - Pages = {314-315}, - Volume = {71}, - - Doi = {10.1103/PhysRev.71.314}, - File = {Published version:refs/FermiTeller.etal.1947.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = PHRVA,71,314;%%}, - Timestamp = {2014-04-03} -} - -@Article{FetscherGerber.etal.1986, - Title = {{Muon Decay: Complete Determination of the Interaction - and Comparison with the Standard Model}}, - Author = {Fetscher, W. and Gerber, H.J. and Johnson, K.F.}, - Journal = {Phys.Lett.}, - Year = {1986}, - Pages = {102}, - Volume = {B173}, - - Doi = {10.1016/0370-2693(86)91239-6}, - File = {Published version:refs/FetscherGerber.etal.1986.pdf:PDF}, - Owner = {NT}, - Reportnumber = {ETHZ-IMP-P86/3}, - Slaccitation = {%%CITATION = PHLTA,B173,102;%%}, - Timestamp = {2014-04-08} -} - -@Article{FeynmanGell-Mann.1958, - Title = {{Theory of Fermi interaction}}, - Author = {Feynman, R.P. and Gell-Mann, Murray}, - Journal = {Phys.Rev.}, - Year = {1958}, - Pages = {193-198}, - Volume = {109}, - - Doi = {10.1103/PhysRev.109.193}, - File = {Published version:refs/FeynmanGell-Mann.1958.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = PHRVA,109,193;%%}, - Timestamp = {2014-04-28} -} - -@TechReport{Foroughli.1997, - Title = {$\pi$E1 secondary beam line}, - Author = {F Foroughli}, - Institution = {PSI}, - Year = {1997}, - Month = {10}, - Type = {Technical note}, - - File = {Published version:Foroughli.1997.pdf:PDF}, - Owner = {NT}, - Timestamp = {2014.05.14}, - Url = {http://aea.web.psi.ch/beam2lines/pie1.pdf} -} - -@Article{FronsdalUberall.1959, - Title = {{mu-Meson Decay with Inner Bremsstrahlung}}, - Author = {Fronsdal, C. and Uberall, H.}, - Journal = {Phys.Rev.}, - Year = {1959}, - Pages = {654-657}, - Volume = {113}, - - Doi = {10.1103/PhysRev.113.654}, - File = {Published version:refs/FronsdalUberall.1959.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = PHRVA,113,654;%%}, - Timestamp = {2014-04-08} -} - -@Article{GadioliGadioli.1987, - Title = {Nuclear reactions induced by ${$\pi${}}^{\mathrm{-}}$ at rest}, - Author = {Gadioli, E. and Gadioli Erba, E.}, - Journal = {Phys. Rev. C}, - Year = {1987}, - - Month = {Aug}, - Pages = {741--757}, - Volume = {36}, - - __markedentry = {[NT:]}, - Doi = {10.1103/PhysRevC.36.741}, - File = {Published version:GadioliGadioli.1987.pdf:PDF}, - Issue = {2}, - Numpages = {0}, - Owner = {NT}, - Publisher = {American Physical Society}, - Timestamp = {2014-08-12}, - Url = {http://link.aps.org/doi/10.1103/PhysRevC.36.741} -} - -@Article{Gornov198442, - Title = {Two-arm semiconductor spectrometer for charged particles for the investigation of absorption by nuclei of stopped negative pions }, - Author = {M.G. Gornov and Yu.B. Gurov and A.S. Lukin and P.V. Morokhov and V.A. Pechkurov and A.P. Pichugin and V.I. Saveliev and R.R. Shafigullin and F.M. Sergeev and A.A. Khomutov and K.O. Oganesian and B.P. Osipenko and V.G. Sandukovsky}, - Journal = {Nuclear Instruments and Methods in Physics Research }, - Year = {1984}, - Number = {1}, - Pages = {42 - 50}, - Volume = {225}, - - Doi = {http://dx.doi.org/10.1016/0167-5087(84)91335-8}, - File = {Published version:Gornov198442.pdf:PDF}, - ISSN = {0167-5087}, - Owner = {NT}, - Timestamp = {2014-08-12}, - Url = {http://www.sciencedirect.com/science/article/pii/0167508784913358} -} - -@Article{GorringeFearing.2003, - Title = {Induced pseudoscalar coupling of the proton weak interaction}, - Author = {Gorringe, Tim and Fearing, Harold W.}, - Journal = {Rev. Mod. Phys.}, - Year = {2003}, - - Month = {Dec}, - Pages = {31--91}, - Volume = {76}, - - Doi = {10.1103/RevModPhys.76.31}, - File = {Published version:refs/GorringeFearing.2003.pdf:PDF}, - Issue = {1}, - Numpages = {0}, - Owner = {NT}, - Publisher = {American Physical Society}, - Timestamp = {2014-05-01}, - Url = {http://link.aps.org/doi/10.1103/RevModPhys.76.31} -} - -@Article{Grossman.2010, - Title = {{Introduction to flavor physics}}, - Author = {Grossman, Yuval}, - Year = {2010}, - Pages = {111-144}, - - Archiveprefix = {arXiv}, - Eprint = {1006.3534}, - File = {arXiv v1:refs/Grossman.2010-eprintv1.pdf:PDF}, - Owner = {NT}, - Primaryclass = {hep-ph}, - Reportnumber = {CERN-2010-002}, - Slaccitation = {%%CITATION = ARXIV:1006.3534;%%}, - Timestamp = {2014-04-01} -} - -@Article{Grupen.2013, - Title = {{The History of Cosmic Ray Studies after Hess}}, - Author = {Grupen, Claus}, - Journal = {Nucl.Phys.Proc.Suppl.}, - Year = {2013}, - Pages = {19-25}, - Volume = {239-240}, - - Doi = {10.1016/j.nuclphysbps.2013.05.003}, - File = {Published version:refs/Grupen.2013.pdf:PDF}, - Owner = {nam}, - Slaccitation = {%%CITATION = NUPHZ,239-240,19;%%}, - Timestamp = {2014-03-31} -} - -@Article{HardyTowner.2005b, - Title = {{Superallowed 0+ ---\&gt; 0+ nuclear beta decays: A - Critical survey with tests of CVC and the standard model}}, - Author = {Hardy, J.C. and Towner, I.S.}, - Journal = {Phys.Rev.}, - Year = {2005}, - Pages = {055501}, - Volume = {C71}, - - Archiveprefix = {arXiv}, - Doi = {10.1103/PhysRevC.71.055501}, - Eprint = {nucl-th/0412056}, - File = {Published version:refs/HardyTowner.2005b.pdf:PDF}, - Owner = {NT}, - Primaryclass = {nucl-th}, - Slaccitation = {%%CITATION = NUCL-TH/0412056;%%}, - Timestamp = {2014-05-02} -} - -@Article{Henley.1952, - Title = {$\pi$-Meson Production by Protons on Nuclei}, - Author = {Henley, Ernest M}, - Journal = {Physical Review}, - Year = {1952}, - Number = {2}, - Pages = {204}, - Volume = {85}, - - File = {Published version:refs/Henley.1952.pdf:PDF}, - Owner = {NT}, - Publisher = {APS}, - Timestamp = {2014-05-03}, - Url = {http://prola.aps.org/abstract/PR/v85/i2/p204_1} -} - -@Article{HincksPontecorvo.1948, - Title = {{Search for gamma-radiation in the 2.2-microsecond meson decay process}}, - Author = {Hincks, E.P. and Pontecorvo, B.}, - Journal = {Phys.Rev.}, - Year = {1948}, - Pages = {257-258}, - Volume = {73}, - - Doi = {10.1103/PhysRev.73.257}, - File = {Published version:refs/HincksPontecorvo.1948.pdf:PDF}, - Owner = {nam}, - Slaccitation = {%%CITATION = PHRVA,73,257;%%}, - Timestamp = {2014.02.10} -} - -@Article{HockerKartvelishvili.1996, - Title = {{SVD approach to data unfolding}}, - Author = {Hocker, Andreas and Kartvelishvili, Vakhtang}, - Journal = {Nucl.Instrum.Meth.}, - Year = {1996}, - Pages = {469-481}, - Volume = {A372}, - - Archiveprefix = {arXiv}, - Doi = {10.1016/0168-9002(95)01478-0}, - Eprint = {hep-ph/9509307}, - File = {Published version:refs/HockerKartvelishvili.1996.pdf:PDF}, - Owner = {NT}, - Primaryclass = {hep-ph}, - Reportnumber = {M-C-TH-95-15, LAL-95-55}, - Slaccitation = {%%CITATION = HEP-PH/9509307;%%}, - Timestamp = {2014-04-09} -} - -@Article{Huff.1961, - Title = {Decay rate of bound muons }, - Author = {Robert W Huff}, - Journal = {Annals of Physics }, - Year = {1961}, - Number = {2}, - Pages = {288 - 317}, - Volume = {16}, - - Doi = {http://dx.doi.org/10.1016/0003-4916(61)90039-2}, - File = {Published version:Huff.1961.pdf:PDF;Published version:refs/Huff.1961.pdf:PDF}, - ISSN = {0003-4916}, - Url = {http://www.sciencedirect.com/science/article/pii/0003491661900392} -} - -@Article{IlakovacPilaftsis.2011, - Title = {{Charged LFV in a low-scale seesaw mSUGRA model}}, - Author = {Ilakovac, Amon and Pilaftsis, Apostolos}, - Journal = {Nucl.Phys.Proc.Suppl.}, - Year = {2011}, - Pages = {26-31}, - Volume = {218}, - - Archiveprefix = {arXiv}, - Doi = {10.1016/j.nuclphysbps.2011.06.006}, - Eprint = {1012.2823}, - File = {Published version:refs/IlakovacPilaftsis.2011.pdf:PDF}, - Owner = {NT}, - Primaryclass = {hep-ph}, - Slaccitation = {%%CITATION = ARXIV:1012.2823;%%}, - Timestamp = {2014-04-01} -} - -@Article{IlakovacPilaftsis.etal.2013, - Title = {{Charged lepton flavor violation in supersymmetric - low-scale seesaw models}}, - Author = {Ilakovac, Amon and Pilaftsis, Apostolos and Popov, Luka}, - Journal = {Phys.Rev.}, - Year = {2013}, - Number = {5}, - Pages = {053014}, - Volume = {D87}, - - Archiveprefix = {arXiv}, - Doi = {10.1103/PhysRevD.87.053014}, - Eprint = {1212.5939}, - File = {Published version:refs/IlakovacPilaftsis.etal.2013.pdf:PDF}, - Owner = {NT}, - Primaryclass = {hep-ph}, - Reportnumber = {MAN-HEP-2012-22}, - Slaccitation = {%%CITATION = ARXIV:1212.5939;%%}, - Timestamp = {2014-04-01} -} - -@Article{Ishii.1959, - Title = {An Analysis of the Charged Particles Emitted Following Negative Muon Absorptions in Photographic Emulsions}, - Author = {Ishii, Chikai}, - Journal = {Progress of Theoretical Physics}, - Year = {1959}, - Number = {5}, - Pages = {663-675}, - Volume = {21}, - - Abstract = {Calculations have been performed for the energy distribution of alpha particles and protons following the negative muon absorption in photographic emulsions. Three shapes, (I) Chew-Goldberger distribution, (II) Fermi gas at kT=0 and (III) Fermi gas at kT =9 Mev, are assumed for the proton momentum distributions in the nucleus and the muon absorption probability is calculated for the single particle process. Assuming that the total kinetic energy of produced neutron is imparted into the compound nucleus, we apply the statistical theory to emission processes.With the assumption of (III) for Ag and Br, the energy distributions of emitted alpha particles have been well explained by the calculations using the statistical theory, but the rate or proton emission has come out to be too small. If it is assumed that most of produced neutrons were directly emitted, (I) may explain the energy spectrum of emitted particles. In (II), the emission rate is too small. As for the absorption probability, all three shapes show reasonable agreement with experiment.}, - Doi = {10.1143/PTP.21.663}, - File = {Published version:refs/Ishii.1959.pdf:PDF}, - Owner = {NT}, - Timestamp = {2014-04-07}, - Url = {http://ptp.oxfordjournals.org/content/21/5/663.abstract} -} - -@Article{Jonkmans1996, - Title = {{Radiative muon capture on hydrogen and the induced - pseudoscalar coupling}}, - Author = {Jonkmans, G. and Ahmad, S. and Armstrong, D.S. and - Azuelos, G. and Bertl, Wilhelm H. and others}, - Journal = {Phys.Rev.Lett.}, - Year = {1996}, - Pages = {4512-4515}, - Volume = {77}, - - Archiveprefix = {arXiv}, - Doi = {10.1103/PhysRevLett.77.4512}, - Eprint = {nucl-ex/9608005}, - File = {Published version:Jonkmans1996.pdf:PDF}, - Owner = {NT}, - Primaryclass = {nucl-ex}, - Reportnumber = {TRI-PP-96-40}, - Slaccitation = {%%CITATION = NUCL-EX/9608005;%%}, - Timestamp = {2014.05.10} -} - -@Article{KammelKubodera.2010, - Title = {{Precision muon capture}}, - Author = {Kammel, Peter and Kubodera, Kuniharu}, - Journal = {Ann.Rev.Nucl.Part.Sci.}, - Year = {2010}, - Pages = {327-353}, - Volume = {60}, - - Doi = {10.1146/annurev-nucl-100809-131946}, - File = {Published version:refs/KammelKubodera.2010.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = ARNUA,60,327;%%}, - Timestamp = {2014-05-01} -} - -@TechReport{AlCap.2013, - Title = {Study of Muon Capture for Muon to Electron - Conversion Experiments}, - Author = {Peter Kammel and Yoshitaka Kuno and others}, - Institution = {PSI}, - Year = {2012}, - Month = {12}, - Number = {R-13-03.1}, - Type = {Proposal}, - - Collaboration = {AlCap Collaboration}, - File = {Published version:AlCap.2013.pdf:PDF}, - Owner = {NT}, - Timestamp = {2014-04-30}, - Url = {http://133.1.141.121/~nam/upload/AlCapProposalPSI.pdf} -} - -@Article{KinoshitaSirlin.1959, - Title = {Radiative Decay of the Muon}, - Author = {Kinoshita, Toichiro and Sirlin, Alberto}, - Journal = {Phys. Rev. Lett.}, - Year = {1959}, - - Month = {Feb}, - Pages = {177--178}, - Volume = {2}, - - Doi = {10.1103/PhysRevLett.2.177}, - File = {Published version:refs/KinoshitaSirlin.1959.pdf:PDF}, - Issue = {4}, - Numpages = {0}, - Owner = {NT}, - Publisher = {American Physical Society}, - Timestamp = {2014-04-08}, - Url = {http://link.aps.org/doi/10.1103/PhysRevLett.2.177} -} - -@Article{KinoshitaSirlin.1957, - Title = {{Polarization of Electrons in Muon Decay with General - Parity-Nonconserving Interactions}}, - Author = {Kinoshita, Toichiro and Sirlin, Alberto}, - Journal = {Phys.Rev.}, - Year = {1957}, - Pages = {844-850}, - Volume = {108}, - - Doi = {10.1103/PhysRev.108.844}, - File = {Published version:refs/KinoshitaSirlin.1957.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = PHRVA,108,844;%%}, - Timestamp = {2014-04-08} -} - -@Article{KitanoKoike.etal.2007, - Title = {Erratum: Detailed calculation of lepton flavor violating muon-electron conversion rate for various nuclei [Phys. Rev. D 66, 096002 (2002)]}, - Author = {Kitano, Ryuichiro and Koike, Masafumi and Okada, Yasuhiro}, - Journal = {Phys. Rev. D}, - Year = {2007}, - - Month = {Sep}, - Pages = {059902}, - Volume = {76}, - - Doi = {10.1103/PhysRevD.76.059902}, - File = {Published version:refs/KitanoKoike.etal.2007.pdf:PDF}, - Issue = {5}, - Numpages = {1}, - Owner = {NT}, - Publisher = {American Physical Society}, - Timestamp = {2014-04-02}, - Url = {http://link.aps.org/doi/10.1103/PhysRevD.76.059902} -} - -@Article{KitanoKoike.etal.2002a, - Title = {Detailed calculation of lepton flavor violating muon-electron conversion rate for various nuclei}, - Author = {Kitano, Ryuichiro and Koike, Masafumi and Okada, Yasuhiro}, - Journal = {Phys. Rev. D}, - Year = {2002}, - - Month = {Nov}, - Pages = {096002}, - Volume = {66}, - - Doi = {10.1103/PhysRevD.66.096002}, - File = {Published version:refs/KitanoKoike.etal.2002a.pdf:PDF}, - Issue = {9}, - Numpages = {14}, - Owner = {NT}, - Publisher = {American Physical Society}, - Timestamp = {2014-04-02}, - Url = {http://link.aps.org/doi/10.1103/PhysRevD.66.096002} -} - -@Article{Knoepfel.etal.2013, - Title = {{Feasibility Study for a Next-Generation Mu2e - Experiment}}, - Author = {Knoepfel, K. and others}, - Year = {2013}, - - Archiveprefix = {arXiv}, - Collaboration = {mu2e Collaboration}, - Eprint = {1307.1168}, - File = {arXiv v2:refs/Knoepfel.etal.2013-eprintv2.pdf:PDF}, - Owner = {NT}, - Reportnumber = {FERMILAB-CONF-13-254}, - Slaccitation = {%%CITATION = ARXIV:1307.1168;%%}, - Timestamp = {2014-04-02} -} - -@Article{KoikeKitano.etal.2003, - Title = {{Lepton flavor violating mu - e conversion rate for - various nuclei}}, - Author = {Koike, M. and Kitano, R. and Okada, Y.}, - Journal = {J.Phys.}, - Year = {2003}, - Pages = {2051-2054}, - Volume = {G29}, - - Doi = {10.1088/0954-3899/29/8/401}, - File = {Published version:refs/KoikeKitano.etal.2003.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = JPHGB,G29,2051;%%}, - Timestamp = {2014-04-02} -} - -@Article{KosmasVergados.1990, - Title = {{Study of the flavor violating (mu-, e-) conversion in - nuclei}}, - Author = {Kosmas, T.S. and Vergados, J.D.}, - Journal = {Nucl.Phys.}, - Year = {1990}, - Pages = {641-670}, - Volume = {A510}, - - Doi = {10.1016/0375-9474(90)90353-N}, - File = {Published version:refs/KosmasVergados.1990.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = NUPHA,A510,641;%%}, - Timestamp = {2014-04-23} -} - -@Article{KosmasVergados.etal.1998, - Title = {{Muon number violating processes in nuclei}}, - Author = {Kosmas, T.S. and Vergados, J.D. and Faessler, Amand}, - Journal = {Phys.Atom.Nucl.}, - Year = {1998}, - Pages = {1161-1174}, - Volume = {61}, - - Archiveprefix = {arXiv}, - Eprint = {nucl-th/9712016}, - File = {arXiv v1:refs/KosmasVergados.etal.1998-eprintv1.pdf:PDF}, - Owner = {NT}, - Primaryclass = {nucl-th}, - Slaccitation = {%%CITATION = NUCL-TH/9712016;%%}, - Timestamp = {2014-04-23} -} - -@Article{KotelchuckTyler.1968, - Title = {Search for a Conserved-Vector-Current Mechanism in the Emission of Protons from $\mu$-Stars in Emulsion}, - Author = {Kotelchuck, D and Tyler, James V}, - Journal = {Physical Review}, - Year = {1968}, - Number = {4}, - Pages = {1190}, - Volume = {165}, - - File = {Published version:refs/KotelchuckTyler.1968.pdf:PDF}, - Owner = {NT}, - Publisher = {APS}, - Timestamp = {2014-05-03}, - Url = {http://prola.aps.org/abstract/PR/v165/i4/p1190_1} -} - -@Article{KraneSharma.etal.1979, - Title = {Energetic charged-particle spectrum following $\mu$-capture by nuclei}, - Author = {Krane, KS and Sharma, TC and Swenson, LW and McDaniels, DK and Varghese, P and Wood, BE and Silbar, RR and Wohlfahrt, HD and Goulding, CA}, - Journal = {Physical Review C}, - Year = {1979}, - Number = {5}, - Pages = {1873}, - Volume = {20}, - - File = {Published version:refs/KraneSharma.etal.1979.pdf:PDF}, - Owner = {NT}, - Publisher = {APS}, - Timestamp = {2014-05-03}, - Url = {http://prc.aps.org/abstract/PRC/v20/i5/p1873_1} -} - -@Article{KronfeldTschirhart.etal.2013, - Title = {{Project X: Physics Opportunities}}, - Author = {Kronfeld, Andreas S. and Tschirhart, Robert S. and - Al-Binni, Usama and Altmannshofer, Wolfgang and - Ankenbrandt, Charles and others}, - Year = {2013}, - - Archiveprefix = {arXiv}, - Editor = {Kronfeld, Andreas S.}, - Eprint = {1306.5009}, - File = {arXiv v2:refs/KronfeldTschirhart.etal.2013-eprintv2.pdf:PDF}, - Owner = {NT}, - Primaryclass = {hep-ex}, - Reportnumber = {FERMILAB-TM-2557, BNL-101116-2013-BC-81834, - JLAB-ACP-13-1725, UASLP-IF-13-001, SLAC-R-1029, - ANL-PHY-13-2, PNNL-22523, LBNL-6334E}, - Slaccitation = {%%CITATION = ARXIV:1306.5009;%%}, - Timestamp = {2014-04-02} -} - -@Article{KrulischAxtmann.1967, - Title = {Energy dependence of the pulse height defect in silicon particle detectors }, - Author = {A.H. Krulisch and R.C. Axtmann}, - Journal = {Nuclear Instruments and Methods }, - Year = {1967}, - Number = {0}, - Pages = {238 - 248}, - Volume = {55}, - - Doi = {http://dx.doi.org/10.1016/0029-554X(67)90128-0}, - File = {Published version:KrulischAxtmann.1967.pdf:PDF}, - ISSN = {0029-554X}, - Owner = {NT}, - Timestamp = {2014-07-14}, - Url = {http://www.sciencedirect.com/science/article/pii/0029554X67901280} -} - -@Article{Kuno.2013, - Title = {{A search for muon-to-electron conversion at J-PARC: The COMET experiment}}, - Author = {Kuno, Yoshitaka}, - Journal = {PTEP}, - Year = {2013}, - Pages = {022C01}, - Volume = {2013}, - - Collaboration = {COMET Collaboration}, - Doi = {10.1093/ptep/pts089}, - File = {Published version:refs/Kuno.2013.pdf:PDF}, - Owner = {nam}, - Slaccitation = {%%CITATION = INSPIRE-1223754;%%}, - Timestamp = {2014.02.10} -} - -@Article{Kuno.2012, - Title = {{COMET and PRISM: Search for charged lepton flavor violation with muons}}, - Author = {Kuno, Yoshitaka}, - Journal = {Nucl.Phys.Proc.Suppl.}, - Year = {2012}, - Pages = {228-231}, - Volume = {225-227}, - - Doi = {10.1016/j.nuclphysbps.2012.02.047}, - File = {Published version:refs/Kuno.2012.pdf:PDF}, - Owner = {nam}, - Slaccitation = {%%CITATION = NUPHZ,225-227,228;%%}, - Timestamp = {2014-02-10} -} - -@Article{KunoOkada.2001, - Title = {{Muon decay and physics beyond the standard model}}, - Author = {Kuno, Yoshitaka and Okada, Yasuhiro}, - Journal = {Review of Modern Physics}, - Year = {2001}, - Number = {January}, - Pages = {151--202}, - Volume = {73}, - - Doi = {10.1103/RevModPhys.73.151}, - File = {Published version:refs/KunoOkada.2001.pdf:PDF}, - Mendeley-groups = {Mu3e/Nam-Detector}, - Owner = {NT}, - Timestamp = {2014-04-08}, - Url = {http://link.aps.org/doi/10.1103/RevModPhys.73.151} -} - -@Article{KuuselaPanaretos.2014, - Title = {{Empirical Bayes unfolding of elementary particle spectra - at the Large Hadron Collider}}, - Author = {Kuusela, Mikael and Panaretos, Victor M.}, - Year = {2014}, - - Archiveprefix = {arXiv}, - Eprint = {1401.8274}, - File = {arXiv v1:refs/KuuselaPanaretos.2014-eprintv1.pdf:PDF}, - Owner = {NT}, - Primaryclass = {stat.AP}, - Slaccitation = {%%CITATION = ARXIV:1401.8274;%%}, - Timestamp = {2014-04-09} -} - -@Article{LagarriguePeyrou.1952, - Author = {Lagarrigue, A. and Peyrou, C.}, - Journal = {Comptes Rendus Acad. Sci. Paris}, - Year = {1952}, - Pages = {1873}, - Volume = {234}, - - Owner = {NT}, - Source = {Scopus}, - Timestamp = {2014-04-21} -} - -@Article{Langley.1973, - Title = {Study of the response of silicon-barrier detectors to protons and $\alpha$-particles}, - Author = {Langley, Robert A}, - Journal = {Nuclear Instruments and Methods}, - Year = {1973}, - Number = {1}, - Pages = {109--112}, - Volume = {113}, - - File = {Published version:Langley.1973.pdf:PDF}, - Owner = {NT}, - Publisher = {Elsevier}, - Timestamp = {2014-05-31}, - Url = {http://dx.doi.org/10.1016/0029-554X(73)90485-0} -} - -@Article{LeeShrock.1977, - Title = {{Natural Suppression of Symmetry Violation in Gauge - Theories: Muon - Lepton and Electron Lepton Number - Nonconservation}}, - Author = {Lee, Benjamin W. and Shrock, Robert E.}, - Journal = {Phys.Rev.}, - Year = {1977}, - Pages = {1444}, - Volume = {D16}, - - Doi = {10.1103/PhysRevD.16.1444}, - File = {Published version:refs/LeeShrock.1977.pdf:PDF}, - Owner = {NT}, - Reportnumber = {FERMILAB-PUB-77-021-THY, FERMILAB-PUB-77-021-T}, - Slaccitation = {%%CITATION = PHRVA,D16,1444;%%}, - Timestamp = {2014-04-02} -} - -@Article{LeeWu.1965, - Title = {{WEAK INTERACTIONS}}, - Author = {Lee, T.D. and Wu, C.S.}, - Journal = {Ann.Rev.Nucl.Part.Sci.}, - Year = {1965}, - Pages = {381-476}, - Volume = {15}, - - Doi = {10.1146/annurev.ns.15.120165.002121}, - File = {Published version:refs/LeeWu.1965.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = ARNUA,15,381;%%}, - Timestamp = {2014-04-28} -} - -@Article{Lenard.1953, - Title = {{Inner Bremsstrahlung in mu-Meson Decay}}, - Author = {Lenard, A.}, - Journal = {Phys.Rev.}, - Year = {1953}, - Pages = {968-973}, - Volume = {90}, - - Doi = {10.1103/PhysRev.90.968}, - File = {Published version:refs/Lenard.1953.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = PHRVA,90,968;%%}, - Timestamp = {2014-04-08} -} - -@Article{LifshitzSinger.1988, - Title = {{HIGH MULTIPLICITY NEUTRON EMISSION FROM MUON CAPTURE}}, - Author = {Lifshitz, M. and Singer, P.}, - Journal = {Phys.Lett.}, - Year = {1988}, - Pages = {607}, - Volume = {B215}, - - Doi = {10.1016/0370-2693(88)90029-9}, - File = {Published version:refs/LifshitzSinger.1988.pdf:PDF}, - Owner = {NT}, - Reportnumber = {TECHNION-PH-88-32}, - Slaccitation = {%%CITATION = PHLTA,B215,607;%%}, - Timestamp = {2014-05-03} -} - -@Article{LifshitzSinger.1988a, - Title = {{MESON EXCHANGE CURRENTS AND ENERGETIC PARTICLE EMISSION - FROM mu- CAPTURE}}, - Author = {Lifshitz, M. and Singer, P.}, - Journal = {Nucl.Phys.}, - Year = {1988}, - Pages = {684-700}, - Volume = {A476}, - - Doi = {10.1016/0375-9474(88)90330-2}, - File = {Published version:refs/LifshitzSinger.1988a.pdf:PDF}, - Owner = {NT}, - Reportnumber = {CERN-TH-4822/87}, - Slaccitation = {%%CITATION = NUPHA,A476,684;%%}, - Timestamp = {2014-05-03} -} - -@Article{LifshitzSinger.1980, - Title = {{The Nuclear Excitation Function and Particle Emission - From Complex Nuclei Following Muon Capture}}, - Author = {Lifshitz, Mordehai and Singer, Paul}, - Journal = {Phys.Rev.}, - Year = {1980}, - Pages = {2135-2150}, - Volume = {C22}, - - Doi = {10.1103/PhysRevC.22.2135}, - File = {Published version:refs/LifshitzSinger.1980.pdf:PDF}, - Owner = {NT}, - Reportnumber = {TECHNION-PH-79-72}, - Slaccitation = {%%CITATION = PHRVA,C22,2135;%%}, - Timestamp = {2014-05-03} -} - -@Article{LifshitzSinger.1978, - Title = {{Charged Particles Emission Following Muon Capture in - Complex Nuclei}}, - Author = {Lifshitz, Mordehai and Singer, Paul}, - Journal = {Phys.Rev.Lett.}, - Year = {1978}, - Pages = {18}, - Volume = {41}, - - Doi = {10.1103/PhysRevLett.41.18}, - File = {Published version:refs/LifshitzSinger.1978.pdf:PDF}, - Owner = {NT}, - Reportnumber = {TECHNION-PH-78-12}, - Slaccitation = {%%CITATION = PRLTA,41,18;%%}, - Timestamp = {2014-05-03} -} - -@Article{MakiNakagawa.etal.1962, - Title = {{Remarks on the unified model of elementary particles}}, - Author = {Maki, Ziro and Nakagawa, Masami and Sakata, Shoichi}, - Journal = {Prog.Theor.Phys.}, - Year = {1962}, - Pages = {870-880}, - Volume = {28}, - - Doi = {10.1143/PTP.28.870}, - File = {Published version:refs/MakiNakagawa.etal.1962.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = PTPKA,28,870;%%}, - Timestamp = {2014-04-11} -} - -@Article{MangiarottiLopes.etal.2007, - Title = {A survey of energy loss calculations for heavy ions between 1 and 100 kev }, - Author = {A. Mangiarotti and M.I. Lopes and M.L. Benabderrahmane and V. Chepel and A. Lindote and J. Pinto da Cunha and P. Sona}, - Journal = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment }, - Year = {2007}, - Note = {Proceedings of the 10 th International Symposium on Radiation Physics \{ISRP\} 10 }, - Number = {1}, - Pages = {114 - 117}, - Volume = {580}, - - Doi = {http://dx.doi.org/10.1016/j.nima.2007.05.048}, - File = {Published version:MangiarottiLopes.etal.2007.pdf:PDF}, - ISSN = {0168-9002}, - Keywords = {Energy loss}, - Owner = {NT}, - Timestamp = {2014-07-14}, - Url = {http://www.sciencedirect.com/science/article/pii/S0168900207008790} -} - -@Article{MarcianoSanda.1977, - Title = {{Exotic Decays of the Muon and Heavy Leptons in Gauge - Theories}}, - Author = {Marciano, W.J. and Sanda, A.I.}, - Journal = {Phys.Lett.}, - Year = {1977}, - Pages = {303}, - Volume = {B67}, - - Doi = {10.1016/0370-2693(77)90377-X}, - File = {Published version:refs/MarcianoSanda.1977.pdf:PDF}, - Owner = {NT}, - Reportnumber = {COO-2232B-116}, - Slaccitation = {%%CITATION = PHLTA,B67,303;%%}, - Timestamp = {2014-04-02} -} - -@Article{MarcianoMori.etal.2008, - Title = {{Charged Lepton Flavor Violation Experiments}}, - Author = {Marciano, William J. and Mori, Toshinori and Roney, J. Michael}, - Journal = {Ann.Rev.Nucl.Part.Sci.}, - Year = {2008}, - Pages = {315-341}, - Volume = {58}, - - Doi = {10.1146/annurev.nucl.58.110707.171126}, - File = {Published version:refs/MarcianoMori.etal.2008.pdf:PDF}, - Owner = {nam}, - Slaccitation = {%%CITATION = ARNUA,58,315;%%}, - Timestamp = {2014-02-10} -} - -@Article{MartoffCummings.etal.1991, - Title = {Nucleon pairing in ${\mathrm{$\mu${}}}^{\mathrm{-}}$ capture by $^{40}\mathrm{Ca}$}, - Author = {Martoff, C. J. and Cummings, W. J. and Poani\ifmmode \acute{c}\else \'{c}\fi{}, D. and Hanna, S. S. and Ullrich, H. and Furi\ifmmode \acute{c}\else \'{c}\fi{}, M. and Petkovi\ifmmode \acute{c}\else \'{c}\fi{}, T. and Kozlowski, T. and Perroud, J. P.}, - Journal = {Phys. Rev. C}, - Year = {1991}, - - Month = {Mar}, - Pages = {1106--1110}, - Volume = {43}, - Doi = {10.1103/PhysRevC.43.1106}, - File = {Published version:MartoffCummings.etal.1991.pdf:PDF}, - Issue = {3}, - Numpages = {0}, - Owner = {NT}, - Publisher = {American Physical Society}, - Timestamp = {2014-08-12}, - Url = {http://link.aps.org/doi/10.1103/PhysRevC.43.1106} -} - -@Article{Measday.2001, - Title = {{The nuclear physics of muon capture}}, - Author = {Measday, D.F.}, - Journal = {Phys.Rept.}, - Year = {2001}, - Pages = {243-409}, - Volume = {354}, - - Doi = {10.1016/S0370-1573(01)00012-6}, - File = {Published version:refs/Measday.2001.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = PRPLC,354,243;%%}, - Timestamp = {2014-04-29} -} - -@Article{MeasdayStocki.2006, - Title = {$\gamma$ rays from muon capture in natural Ca, Fe, and Ni}, - Author = {Measday, David F and Stocki, Trevor J}, - Journal = {Physical Review C}, - Year = {2006}, - Number = {4}, - Pages = {045501}, - Volume = {73}, - - File = {Published version:MeasdayStocki.2006.pdf:PDF}, - Owner = {NT}, - Publisher = {APS}, - Timestamp = {2014-07-04}, - Url = {http://journals.aps.org/prc/abstract/10.1103/PhysRevC.73.045501} -} - -@Article{MeasdayStocki.etal.2007, - Title = {$\gamma$ rays from muon capture in Al 27 and natural Si}, - Author = {Measday, David F and Stocki, Trevor J and Moftah, Belal A and Tam, Heywood}, - Journal = {Physical Review C}, - Year = {2007}, - Number = {3}, - Pages = {035504}, - Volume = {76}, - - File = {Published version:MeasdayStocki.etal.2007.pdf:PDF}, - Owner = {NT}, - Publisher = {APS}, - Timestamp = {2014-07-04}, - Url = {http://journals.aps.org/prc/abstract/10.1103/PhysRevC.76.035504} -} - -@Article{Michel.1950, - Title = {{Interaction between four half spin particles and the - decay of the mu meson}}, - Author = {Michel, L.}, - Journal = {Proc.Phys.Soc.}, - Year = {1950}, - Pages = {514-531}, - Volume = {A63}, - - Doi = {10.1088/0370-1298/63/5/311}, - File = {Published version:refs/Michel.1950.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = PPSOA,A63,514;%%}, - Timestamp = {2014-04-08} -} - -@Article{MiharaMiller.etal.2013, - Title = {{Charged Lepton Flavor-Violation Experiments}}, - Author = {Mihara, S. and Miller, J.P. and Paradisi, P. and Piredda, G.}, - Journal = {Ann.Rev.Nucl.Part.Sci.}, - Year = {2013}, - Pages = {531-552}, - Volume = {63}, - - Doi = {10.1146/annurev-nucl-102912-144530}, - File = {Published version:refs/MiharaMiller.etal.2013.pdf:PDF}, - Owner = {nam}, - Slaccitation = {%%CITATION = ARNUA,63,531;%%}, - Timestamp = {2014-02-10} -} - -@Article{MillerEckhause.etal.1972, - Title = {Yields of Gamma Rays Emitted Following Capture of Negative Muons by Si 28 and Mg 24}, - Author = {Miller, GH and Eckhause, M and Martin, P and Welsh, RE}, - Journal = {Physical Review C}, - Year = {1972}, - Number = {2}, - Pages = {487}, - Volume = {6}, - - File = {Published version:MillerEckhause.etal.1972.pdf:PDF}, - Owner = {NT}, - Publisher = {APS}, - Timestamp = {2014-07-04}, - Url = {http://journals.aps.org/prc/abstract/10.1103/PhysRevC.6.487} -} - -@Article{Miyazaki.etal.2010, - Title = {{Search for Lepton Flavor and Lepton Number Violating tau Decays into a Lepton and Two Charged Mesons}}, - Author = {Miyazaki, Y. and others}, - Journal = {Phys.Lett.}, - Year = {2010}, - Pages = {355-362}, - Volume = {B682}, - - Archiveprefix = {arXiv}, - Collaboration = {BELLE Collaboration}, - Doi = {10.1016/j.physletb.2009.11.061}, - Eprint = {0908.3156}, - File = {Published version:refs/Miyazaki.etal.2010.pdf:PDF}, - Owner = {nam}, - Primaryclass = {hep-ex}, - Reportnumber = {KEK-PREPRINT-2009-20, BELLE-PREPRINT-2009-20, NTLP-PREPRINT-2009-02}, - Slaccitation = {%%CITATION = ARXIV:0908.3156;%%}, - Timestamp = {2014-02-10} -} - -@Article{Mohanta.2011, - Title = {{Effect of FCNC mediated Z boson on lepton flavor - violating decays}}, - Author = {Mohanta, Rukmani}, - Journal = {Eur.Phys.J.}, - Year = {2011}, - Pages = {1625}, - Volume = {C71}, - - Archiveprefix = {arXiv}, - Doi = {10.1140/epjc/s10052-011-1625-2}, - Eprint = {1011.4184}, - File = {Published version:refs/Mohanta.2011.pdf:PDF}, - Owner = {NT}, - Primaryclass = {hep-ph}, - Slaccitation = {%%CITATION = ARXIV:1011.4184;%%}, - Timestamp = {2014-04-02} -} - -@Article{MorinagaFry.1953, - Title = {Nuclear capture of negative $\mu$ mesons in photographic emulsions}, - Author = {Morinaga, H and Fry, WF}, - Journal = {Il Nuovo Cimento}, - Year = {1953}, - Number = {3}, - Pages = {308--318}, - Volume = {10}, - - File = {Published version:refs/MorinagaFry.1953.pdf:PDF}, - Owner = {NT}, - Publisher = {Springer}, - Timestamp = {2014-05-03}, - Url = {http://link.springer.com/article/10.1007/BF02786201} -} - -@Article{Mukhopadhyay.1980, - Title = {Nuclear muon capture }, - Author = {Nimai C. Mukhopadhyay}, - Journal = {Nuclear Physics A }, - Year = {1980}, - Number = {1Ð2}, - Pages = {111 - 135}, - Volume = {335}, - - Doi = {http://dx.doi.org/10.1016/0375-9474(80)90172-4}, - File = {Published version:refs/Mukhopadhyay.1980.pdf:PDF}, - ISSN = {0375-9474}, - Owner = {NT}, - Timestamp = {2014-04-28}, - Url = {http://www.sciencedirect.com/science/article/pii/0375947480901724} -} - -@Article{Mukhopadhyay.1978, - Title = {Nuclear muon capture - theoretical aspects }, - Author = {Nimai C. Mukhopadhyay}, - Journal = {Progress in Particle and Nuclear Physics }, - Year = {1978}, - Number = {0}, - Pages = {253 - 278}, - Volume = {1}, - - Doi = {http://dx.doi.org/10.1016/0146-6410(78)90013-3}, - File = {Published version:refs/Mukhopadhyay.1978.pdf:PDF}, - ISSN = {0146-6410}, - Owner = {NT}, - Timestamp = {2014-04-28}, - Url = {http://www.sciencedirect.com/science/article/pii/0146641078900133} -} - -@Article{Mukhopadhyay.1977, - Title = {{Nuclear Muon Capture}}, - Author = {Mukhopadhyay, Nimai C.}, - Journal = {Phys.Rept.}, - Year = {1977}, - Pages = {1-144}, - Volume = {30}, - - Doi = {10.1016/0370-1573(77)90073-4}, - File = {Published version:refs/Mukhopadhyay.1977.pdf:PDF}, - Owner = {NT}, - Reportnumber = {PRINT-76-0676 (CERN)}, - Slaccitation = {%%CITATION = PRPLC,30,1;%%}, - Timestamp = {2014-04-02} -} - -@Article{NeddermeyerAnderson.1937, - Title = {{Note on the Nature of Cosmic Ray Particles}}, - Author = {Neddermeyer, S.H. and Anderson, C.D.}, - Journal = {Phys.Rev.}, - Year = {1937}, - Pages = {884-886}, - Volume = {51}, - - Doi = {10.1103/PhysRev.51.884}, - File = {Published version:refs/NeddermeyerAnderson.1937.pdf:PDF}, - Owner = {nam}, - Slaccitation = {%%CITATION = PHRVA,51,884;%%}, - Timestamp = {2014-03-31} -} - -@Article{Nishijima.1957, - Title = {{Vanishing of the Neutrino Rest Mass}}, - Author = {Nishijima, K.}, - Journal = {Phys.Rev.}, - Year = {1957}, - Pages = {907-908}, - Volume = {108}, - - Doi = {10.1103/PhysRev.108.907}, - File = {Published version:refs/Nishijima.1957.pdf:PDF}, - Owner = {nam}, - Slaccitation = {%%CITATION = PHRVA,108,907;%%}, - Timestamp = {2014-03-31} -} - -@Article{PapouliasKosmas.2014, - Title = {{Nuclear aspects of neutral current non-standard - $\nu$-nucleus reactions and the role of the exotic - $\mu^-\to e^{-}$ transitions experimental limits}}, - Author = {Papoulias, D.K. and Kosmas, T.S.}, - Journal = {Phys.Lett.}, - Year = {2014}, - Pages = {482-488}, - Volume = {B728}, - - Archiveprefix = {arXiv}, - Doi = {10.1016/j.physletb.2013.12.028}, - Eprint = {1312.2460}, - File = {Published version:refs/PapouliasKosmas.2014.pdf:PDF}, - Owner = {NT}, - Primaryclass = {nucl-th}, - Slaccitation = {%%CITATION = ARXIV:1312.2460;%%}, - Timestamp = {2014-04-07} -} - -@Article{Perroud1986542, - Title = {Isovector transitions in 1p-shell nuclei induced by radiative pion capture }, - Author = {J.P. Perroud and A. Perrenoud and J.C. Alder and B. Gabioud and C. Joseph and J.F. Loude and N. Morel and M.T. Tran and E. Winkelmann and H. von Fellenberg and G. Strassner and P. Trušl and W. Dahme and H. Panke and D. Renker}, - Journal = {Nuclear Physics A }, - Year = {1986}, - Number = {4}, - Pages = {542 - 590}, - Volume = {453}, - - Doi = {http://dx.doi.org/10.1016/0375-9474(86)90252-6}, - File = {Published version:Perroud1986542.pdf:PDF}, - ISSN = {0375-9474}, - Keywords = {\{NUCLEAR\} \{REACTIONS\} }, - Owner = {NT}, - Timestamp = {2014-08-12}, - Url = {http://www.sciencedirect.com/science/article/pii/0375947486902526} -} - -@Article{Pontecorvo.1947, - Title = {{Nuclear capture of mesons and the meson decay}}, - Author = {Pontecorvo, B.}, - Journal = {Phys.Rev.}, - Year = {1947}, - Pages = {246}, - Volume = {72}, - - Doi = {10.1103/PhysRev.72.246}, - File = {Published version:refs/Pontecorvo.1947.pdf:PDF}, - Owner = {nam}, - Slaccitation = {%%CITATION = PHRVA,72,246;%%}, - Timestamp = {2014-03-31} -} - -@Article{Pratt.1969, - Title = {Muon partial capture rates using28Si, 32S, 40Ca as targets and Ge-Li as detector}, - Author = {Pratt, TAEC}, - Journal = {Il Nuovo Cimento B Series 10}, - Year = {1969}, - Number = {1}, - Pages = {119--130}, - Volume = {61}, - - File = {Published version:Pratt.1969.pdf:PDF}, - Owner = {NT}, - Publisher = {Springer}, - Timestamp = {2014-07-04}, - Url = {http://link.springer.com/article/10.1007/BF02711700} -} - -@Article{Primakoff1959, - Title = {{Theory of muon capture}}, - Author = {Primakoff, H.}, - Journal = {Rev.Mod.Phys.}, - Year = {1959}, - Pages = {802-822}, - Volume = {31}, - - Doi = {10.1103/RevModPhys.31.802}, - File = {Published version:Primakoff1959.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = RMPHA,31,802;%%}, - Timestamp = {2014.05.10} -} - -@Article{RaidalSchaaf.etal.2008, - Title = {{Flavour physics of leptons and dipole moments}}, - Author = {Raidal, M. and van der Schaaf, A. and Bigi, I. and - Mangano, M.L. and Semertzidis, Yannis K. and others}, - Journal = {Eur.Phys.J.}, - Year = {2008}, - Pages = {13-182}, - Volume = {C57}, - - Archiveprefix = {arXiv}, - Doi = {10.1140/epjc/s10052-008-0715-2}, - Eprint = {0801.1826}, - File = {Published version:refs/RaidalSchaaf.etal.2008.pdf:PDF}, - Owner = {NT}, - Primaryclass = {hep-ph}, - Slaccitation = {%%CITATION = ARXIV:0801.1826;%%}, - Timestamp = {2014-04-01} -} - -@Article{Randoll1982317, - Title = {Energy spectra of charged particles emitted following the absorption of stopped negative pions in calcium }, - Author = {H. Randoll and H.I. Amols and W. Kluge and H. MatthŠy and A. Moline and D. MŸnchmeyer}, - Journal = {Nuclear Physics A }, - Year = {1982}, - Number = {3}, - Pages = {317 - 329}, - Volume = {381}, - - Doi = {http://dx.doi.org/10.1016/0375-9474(82)90362-1}, - File = {Published version:Randoll1982317.pdf:PDF}, - ISSN = {0375-9474}, - Owner = {NT}, - Timestamp = {2014-08-12}, - Url = {http://www.sciencedirect.com/science/article/pii/0375947482903621} -} - -@Article{Renga.2012, - Title = {{Searches for Lepton Flavor Violation and Lepton Number - Violation in Charged Lepton Decays}}, - Author = {Renga, Francesco}, - Year = {2012}, - - Archiveprefix = {arXiv}, - Eprint = {1208.3593}, - File = {arXiv v2:refs/Renga.2012-eprintv2.pdf:PDF}, - Owner = {NT}, - Primaryclass = {hep-ex}, - Slaccitation = {%%CITATION = ARXIV:1208.3593;%%}, - Timestamp = {2014-04-01} -} - -@Article{Roberts.2009, - Title = {{Precision Searches for Physics Beyond the Standard Model}}, - Author = {Roberts, B. Lee}, - Year = {2009}, - - Archiveprefix = {arXiv}, - Eprint = {0910.5417}, - File = {arXiv v1:refs/Roberts.2009-eprintv1.pdf:PDF}, - Owner = {nam}, - Primaryclass = {hep-ex}, - Slaccitation = {%%CITATION = ARXIV:0910.5417;%%}, - Timestamp = {2014-02-10} -} - -@Article{SardAlthaus.1948, - Title = {A Search for Delayed Photons from Stopped Sea Level Cosmic-Ray Mesons}, - Author = {Sard, R. D. and Althaus, E. J.}, - Journal = {Phys. Rev.}, - Year = {1948}, - - Month = {Nov}, - Pages = {1364--1371}, - Volume = {74}, - - Doi = {10.1103/PhysRev.74.1364}, - File = {Published version:refs/SardAlthaus.1948.pdf:PDF}, - Issue = {10}, - Numpages = {0}, - Owner = {NT}, - Publisher = {American Physical Society}, - Timestamp = {2014-04-03}, - Url = {http://link.aps.org/doi/10.1103/PhysRev.74.1364} -} - -@Article{SardCrowe.etal.1961, - Title = {Search for Neutrinoless Conversion of Muon into Electron}, - Author = {Sard, R. D. and Crowe, K. M. and Kruger, H.}, - Journal = {Phys. Rev.}, - Year = {1961}, - - Month = {Jan}, - Pages = {619--623}, - Volume = {121}, - - Doi = {10.1103/PhysRev.121.619}, - File = {Published version:refs/SardCrowe.etal.1961.pdf:PDF}, - Issue = {2}, - Numpages = {0}, - Owner = {NT}, - Publisher = {American Physical Society}, - Timestamp = {2014-04-21} -} - -@Article{Sattler.1965, - Title = {Ionization Produced by Energetic Silicon Atoms within a Silicon Lattice}, - Author = {Sattler, A. R.}, - Journal = {Phys. Rev.}, - Year = {1965}, - - Month = {Jun}, - Pages = {A1815--A1821}, - Volume = {138}, - - Doi = {10.1103/PhysRev.138.A1815}, - File = {Published version:Sattler.1965.pdf:PDF}, - Issue = {6A}, - Numpages = {0}, - Owner = {NT}, - Publisher = {American Physical Society}, - Timestamp = {2014-07-14} -} - -@Article{Scheck.1978, - Title = {{Muon Physics}}, - Author = {Scheck, Florian}, - Journal = {Phys.Rept.}, - Year = {1978}, - Pages = {187}, - Volume = {44}, - - Doi = {10.1016/0370-1573(78)90014-5}, - File = {Published version:refs/Scheck.1978.pdf:PDF}, - Owner = {NT}, - Reportnumber = {MZ-TH-77-6}, - Slaccitation = {%%CITATION = PRPLC,44,187;%%}, - Timestamp = {2014-04-30} -} - -@Article{SchlepuetzComiso.etal.1979, - Title = {Emission of low-energy charged particles following negative-pion capture from rest}, - Author = {Schlep\"utz, F. W. and Comiso, J. C. and Meyer, T. C. and Ziock, K. O. H.}, - Journal = {Phys. Rev. C}, - Year = {1979}, - - Month = {Jan}, - Pages = {135--141}, - Volume = {19}, - - __markedentry = {[NT:]}, - Doi = {10.1103/PhysRevC.19.135}, - File = {Published version:SchlepuetzComiso.etal.1979.pdf:PDF}, - Issue = {1}, - Numpages = {0}, - Owner = {NT}, - Publisher = {American Physical Society}, - Timestamp = {2014-08-12}, - Url = {http://link.aps.org/doi/10.1103/PhysRevC.19.135} -} - -@Article{Schwinger.1957, - Title = {{A Theory of the Fundamental Interactions}}, - Author = {Schwinger, Julian S.}, - Journal = {Annals Phys.}, - Year = {1957}, - Pages = {407-434}, - Volume = {2}, - - Doi = {10.1016/0003-4916(57)90015-5}, - File = {Published version:refs/Schwinger.1957.pdf:PDF}, - Owner = {nam}, - Slaccitation = {%%CITATION = APNYA,2,407;%%}, - Timestamp = {2014-03-31} -} - -@Article{Singer.1974, - Title = {{Emission of particles following muon capture in - intermediate and heavy nuclei}}, - Author = {Singer, P.}, - Journal = {Springer Tracts Mod.Phys.}, - Year = {1974}, - Pages = {39-87}, - Volume = {71}, - - Owner = {NT}, - Reportnumber = {PRINT-72-1648}, - Slaccitation = {%%CITATION = STPHB,71,39;%%}, - Timestamp = {2014-04-29} -} - -@Article{Singer.1961, - Title = {Nuclear Surface Effects in Muon Capture}, - Author = {Singer, Paul}, - Journal = {Phys. Rev.}, - Year = {1961}, - - Month = {Dec}, - Pages = {1602--1609}, - Volume = {124}, - - Doi = {10.1103/PhysRev.124.1602}, - File = {Published version:refs/Singer.1961.pdf:PDF}, - Issue = {5}, - Numpages = {0}, - Owner = {NT}, - Publisher = {American Physical Society}, - Timestamp = {2014-05-03}, - Url = {http://link.aps.org/doi/10.1103/PhysRev.124.1602} -} - -@Article{SobottkaWills.1968, - Title = {Energy Spectrum of Charged Particles Emitted Following Muon Capture in Si 28}, - Author = {Sobottka, Stanley E and Wills, Edward L}, - Journal = {Physical Review Letters}, - Year = {1968}, - Number = {12}, - Pages = {596}, - Volume = {20}, - - File = {Published version:refs/SobottkaWills.1968.pdf:PDF}, - Owner = {NT}, - Publisher = {APS}, - Timestamp = {2014-04-28}, - Url = {http://prl.aps.org/abstract/PRL/v20/i12/p596_1} -} - -@Article{SotiWauters.etal.2013, - Title = {Performance of Geant4 in simulating semiconductor particle detector response in the energy range below 1MeV}, - Author = {Soti, Gergely and Wauters, Frederik and Breitenfeldt, Martin and Finlay, Paul and Kraev, IS and Knecht, A and Porobi{\'c}, T and Z{\'a}kouck{\`y}, D and Severijns, Nathal}, - Journal = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment}, - Year = {2013}, - Pages = {11--22}, - Volume = {728}, - - Doi = {10.1016/j.nima.2013.06.047}, - File = {Published version:SotiWauters.etal.2013.pdf:PDF}, - Owner = {NT}, - Publisher = {Elsevier}, - Timestamp = {2014-08-04} -} - -@Article{SteinbauerBauer.etal.1994, - Title = {Energy resolution of silicon detectors: approaching the physical limit}, - Author = {Steinbauer, E and Bauer, P and Geretschl{\"a}ger, M and Bortels, G and Biersack, JP and Burger, P}, - Journal = {Nuclear Instruments and Methods in Physics Research Section B: Beam Interactions with Materials and Atoms}, - Year = {1994}, - Number = {1}, - Pages = {642--649}, - Volume = {85}, - - File = {Published version:SteinbauerBauer.etal.1994.pdf:PDF}, - Owner = {NT}, - Publisher = {Elsevier}, - Timestamp = {2014-05-31}, - Url = { http://dx.doi.org/10.1016/0168-583X(94)95898-X} -} - -@Article{SteinbauerBortels.etal.1994, - Title = {A survey of the physical processes which determine the response function of silicon detectors to alpha particles}, - Author = {Steinbauer, E and Bortels, G and Bauer, P and Biersack, JP and Burger, P and Ahmad, I}, - Journal = {Nuclear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment}, - Year = {1994}, - Number = {1}, - Pages = {102--108}, - Volume = {339}, - - File = {Published version:SteinbauerBortels.etal.1994.pdf:PDF}, - Owner = {NT}, - Publisher = {Elsevier}, - Timestamp = {2014-05-31}, - Url = { http://dx.doi.org/10.1016/0168-9002(94)91787-6} -} - -@Article{SteinbergerWolfe.1955, - Title = {Electrons from Muon Capture}, - Author = {Steinberger, J. and Wolfe, Harry B.}, - Journal = {Phys. Rev.}, - Year = {1955}, - - Month = {Dec}, - Pages = {1490--1493}, - Volume = {100}, - - Doi = {10.1103/PhysRev.100.1490}, - File = {Published version:refs/SteinbergerWolfe.1955.pdf:PDF}, - Issue = {5}, - Numpages = {0}, - Owner = {NT}, - Publisher = {American Physical Society}, - Timestamp = {2014-04-21} -} - -@Article{StrassnerTruoel.etal.1979, - Title = {Excitation of $E1$ and $M2$ resonances via (${$\pi${}}^{-}$,$$\gamma${}$) reactions on $^{16,18}\mathrm{O}$}, - Author = {Strassner, G. and Tru\"ol, P. and Alder, J. C. and Gabioud, B. and Joseph, C. and Loude, J. F. and Morel, N. and Perrenoud, A. and Perroud, J. P. and Tran, M. T. and Winkelmann, E. and Dahme, W. and Panke, H. and Renker, D. and Medicus, H. A.}, - Journal = {Phys. Rev. C}, - Year = {1979}, - - Month = {Jul}, - Pages = {248--261}, - Volume = {20}, - - Doi = {10.1103/PhysRevC.20.248}, - File = {Published version:StrassnerTruoel.etal.1979.pdf:PDF}, - Issue = {1}, - Numpages = {0}, - Owner = {NT}, - Publisher = {American Physical Society}, - Timestamp = {2014-08-12}, - Url = {http://link.aps.org/doi/10.1103/PhysRevC.20.248} -} - -@Article{SuzukiMeasday.etal.1987, - Title = {Total nuclear capture rates for negative muons}, - Author = {Suzuki, T and Measday, David F and Roalsvig, JP}, - Journal = {Physical Review C}, - Year = {1987}, - Number = {6}, - Pages = {2212}, - Volume = {35}, - - File = {Published version:SuzukiMeasday.etal.1987.pdf:PDF}, - Owner = {NT}, - Publisher = {APS}, - Timestamp = {2014-07-13}, - Url = {http://journals.aps.org/prc/abstract/10.1103/PhysRevC.35.2212} -} - -@Article{VerkerkeKirkby.2003, - Title = {{The RooFit toolkit for data modeling}}, - Author = {Verkerke, Wouter and Kirkby, David P.}, - Journal = {eConf}, - Year = {2003}, - Pages = {MOLT007}, - Volume = {C0303241}, - - __markedentry = {[NT:6]}, - Archiveprefix = {arXiv}, - Eprint = {physics/0306116}, - File = {arXiv v1:VerkerkeKirkby.2003-eprintv1.pdf:PDF}, - Owner = {NT}, - Primaryclass = {physics}, - Reportnumber = {CHEP-2003-MOLT007}, - Slaccitation = {%%CITATION = PHYSICS/0306116;%%}, - Timestamp = {2014-08-28} -} - -@Article{VilgelmovaEvseev.etal.1971, - Title = {Probability of reaction ($\mu^-,\nu p$) on $^{28}$Si AND $^{39}$K nuclei}, - Author = {Vil'gel'mova, L. and -Evseev, V.S. and -Nikityuk, L.N. and -Pokrovskii, V.N. and -Yutlandov, I.A.}, - Journal = {Yadern. Fiz.}, - Year = {1971}, - - Month = {3}, - Pages = {551}, - Volume = {13}, - - Owner = {NT}, - Timestamp = {2014-05-04} -} - -@Article{WeinbergFeinberg.1959, - Title = {{Electromagnetic Transitions Between mu Meson and - Electron}}, - Author = {Weinberg, S. and Feinberg, G.}, - Journal = {Phys.Rev.Lett.}, - Year = {1959}, - Pages = {111-114}, - Volume = {3}, - - Doi = {10.1103/PhysRevLett.3.111}, - File = {Published version:refs/WeinbergFeinberg.1959.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = PRLTA,3,111;%%}, - Timestamp = {2014-04-24} -} - -@Article{Weyer1990295, - Title = {Pion absorption in light nuclei }, - Author = {Heinz J Weyer}, - Journal = {Physics Reports }, - Year = {1990}, - Number = {6}, - Pages = {295 - 367}, - Volume = {195}, - - Doi = {http://dx.doi.org/10.1016/0370-1573(90)90076-E}, - File = {Published version:Weyer1990295.pdf:PDF}, - ISSN = {0370-1573}, - Owner = {NT}, - Timestamp = {2014-08-12}, - Url = {http://www.sciencedirect.com/science/article/pii/037015739090076E} -} - -@Article{Wheeler.1949, - Title = {{Some Consequences of the Electromagnetic Interaction - between mu--Mesons and Nuclei}}, - Author = {Wheeler, John A.}, - Journal = {Rev.Mod.Phys.}, - Year = {1949}, - Pages = {133-143}, - Volume = {21}, - - Doi = {10.1103/RevModPhys.21.133}, - File = {Published version:refs/Wheeler.1949.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = RMPHA,21,133;%%}, - Timestamp = {2014-05-02} -} - -@Article{WilkinsFluss.etal.1971, - Title = {Pulse-height defects for heavy ions in a silicon surface-barrier detector}, - Author = {Wilkins, BD and Fluss, MJ and Kaufman, SB and Gross, CE and Steinberg, EP}, - Journal = {Nuclear Instruments and Methods}, - Year = {1971}, - Number = {3}, - Pages = {381--391}, - Volume = {92}, - - Doi = {http://dx.doi.org/10.1016/0029-554X(71)90414-9}, - File = {Published version:WilkinsFluss.etal.1971.pdf:PDF}, - Owner = {NT}, - Publisher = {Elsevier}, - Timestamp = {2014-07-14} -} - -@Article{Wright1998e, - Title = {{Measurement of the induced pseudoscalar coupling using - radiative muon capture on hydrogen}}, - Author = {Wright, D.H. and Ahmad, S. and Armstrong, D.S. and - Azuelos, G. and Bertl, W. and others}, - Journal = {Phys.Rev.}, - Year = {1998}, - Pages = {373-390}, - Volume = {C57}, - - Doi = {10.1103/PhysRevC.57.373}, - File = {Published version:Wright1998e.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = PHRVA,C57,373;%%}, - Timestamp = {2014.05.10} -} - -@Article{WuWilets.1969, - Title = {{Muonic atoms and nuclear structure}}, - Author = {Wu, C.S. and Wilets, L.}, - Journal = {Ann.Rev.Nucl.Part.Sci.}, - Year = {1969}, - Pages = {527-606}, - Volume = {19}, - - Doi = {10.1146/annurev.ns.19.120169.002523}, - File = {Published version:refs/WuWilets.1969.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = ARNUA,19,527;%%}, - Timestamp = {2014-04-29} -} - -@Article{WyttenbachBaertschi.etal.1978, - Title = {{Probabilities of Muon Induced Nuclear Reactions - Involving Charged Particle Emission}}, - Author = {Wyttenbach, A. and Baertschi, P. and Bajo, S. and - Hadermann, J. and Junker, K. and others}, - Journal = {Nucl.Phys.}, - Year = {1978}, - Pages = {278-292}, - Volume = {A294}, - - Doi = {10.1016/0375-9474(78)90218-X}, - File = {Published version:refs/WyttenbachBaertschi.etal.1978.pdf:PDF}, - Owner = {NT}, - Slaccitation = {%%CITATION = NUPHA,A294,278;%%}, - Timestamp = {2014-05-03} -} - -@comment{jabref-meta: groupsversion:3;} - -@comment{jabref-meta: groupstree: -0 AllEntriesGroup:; -1 ExplicitGroup:Data analysis\;0\;Adye.2011\;DAgostini.1995\;DAgostini -.1995a\;DAgostini.2010\;Dembinski.2011\;HockerKartvelishvili.1996\;Kuu -selaPanaretos.2014\;; -2 ExplicitGroup:Bayesian unfolding\;0\;DAgostini.1995\;DAgostini.1995a -\;DAgostini.2010\;; -2 ExplicitGroup:Regularised unfolding\;0\;Blobel.2002\;; -1 ExplicitGroup:CLFV Reviews\;0\;Adye.2011\;AlonsoGavela.etal.2013\;Be -rnsteinCooper.2013\;BurasDe.etal.2013\;Grossman.2010\;KunoOkada.2001\; -MarcianoMori.etal.2008\;MiharaMiller.etal.2013\;RaidalSchaaf.etal.2008 -\;Renga.2012\;; -1 ExplicitGroup:Muon decays\;0\;AndersonNeddermeyer.1936\;ChengLi.1977 -c\;ConversiPancini.etal.1947\;FermiTeller.etal.1947\;FetscherGerber.et -al.1986\;FronsdalUberall.1959\;HincksPontecorvo.1948\;MakiNakagawa.eta -l.1962\;MarcianoSanda.1977\;Michel.1950\;NeddermeyerAnderson.1937\;Pap -ouliasKosmas.2014\;Roberts.2009\;SardAlthaus.1948\;; -2 ExplicitGroup:Mu-e conversion\;0\;Abrams.etal.2012\;Bertl.etal.2006\ -;CookDArcy.etal.2013\;Knoepfel.etal.2013\;KoikeKitano.etal.2003\;Kronf -eldTschirhart.etal.2013\;Kuno.2012\;Kuno.2013\;Miyazaki.etal.2010\;; -2 ExplicitGroup:Mu-eg\;0\;Adam.etal.2013\;BaldiniCei.etal.2013\;; -2 ExplicitGroup:Mu-eee\;0\;Bertl.etal.1985\;; -1 ExplicitGroup:CLFV Theory\;0\;BlankeBuras.etal.2007\;IlakovacPilafts -is.2011\;IlakovacPilaftsis.etal.2013\;KitanoKoike.etal.2002a\;KitanoKo -ike.etal.2007\;LeeShrock.1977\;Mohanta.2011\;Nishijima.1957\;Schwinger -.1957\;; -1 ExplicitGroup:Muon captures\;0\;BalandinGrebenyuk.etal.1978\;Budyash -ovZinov.etal.1971\;CrittendenWalker.etal.1961\;EcksteinPratt.1959\;Ish -ii.1959\;KinoshitaSirlin.1957\;KinoshitaSirlin.1959\;KraneSharma.etal. -1979\;Lenard.1953\;LifshitzSinger.1978\;LifshitzSinger.1980\;LifshitzS -inger.1988\;LifshitzSinger.1988a\;Measday.2001\;MorinagaFry.1953\;Mukh -opadhyay.1977\;Pontecorvo.1947\;Primakoff1959\;Singer.1961\;Singer.197 -4\;VilgelmovaEvseev.etal.1971\;WyttenbachBaertschi.etal.1978\;; -1 ExplicitGroup:Weak interaction\;0\;FeynmanGell-Mann.1958\;LeeWu.1965 -\;; -} - diff --git a/thesis2/thesis.tex b/thesis2/thesis.tex deleted file mode 100644 index 355ddc5..0000000 --- a/thesis2/thesis.tex +++ /dev/null @@ -1,43 +0,0 @@ -%\documentclass[11pt,a4paper, singlespace,oneside]{book} -\documentclass[11pt,a4paper, openany]{book} -\usepackage[]{mythesis} -\input{custom_macro} - -\makeatletter -\@ifpackageloaded{hyperref}{ -\hypersetup{ - pdftitle = {A Study of Muon Capture for Muon to Electron Conversion - Experiments}, - pdfsubject = {NT's thesis}, - pdfkeywords = {muon capture, muon to electron conversion, COMET}, - pdfauthor = {\textcopyright\ Nam H. Tran} -} -}{} -\makeatother - -\title{A study of proton emission\\ - \vspace{-7mm} %%ad-hoc hack to get the spacing roughly right -following nuclear muon capture\\ -\vspace{2mm} -for the COMET experiment} -\author{Nam Hoai Tran} -\date{September, 2014} - -\begin{document} -%\begin{frontmatter} - %\input{chapters/frontmatter} -%\end{frontmatter} - -\mainmatter -%\input{chapters/chap1_intro} -%\input{chapters/chap2_mu_e_conv} -%\input{chapters/chap3_comet} -%\input{chapters/chap4_alcap_phys} -%\input{chapters/chap5_alcap_setup} -\input{chapters/chap6_analysis} -%\input{chapters/chap7_results} - -\begin{backmatter} - \input{chapters/backmatter} -\end{backmatter} -\end{document}