progress saved stm_study report

This commit is contained in:
2017-03-31 13:19:20 -04:00
parent 016008eee6
commit b32f8ecacd

View File

@@ -17,7 +17,7 @@
\usepackage{minted}
\usemintedstyle{perldoc}
\usepackage{mdframed}
\usepackage[framemethod=tikz]{mdframed}
\definecolor{greybg}{rgb}{0.25,0.25,0.25}
\definecolor{yellowbg}{rgb}{0.91, 0.84, 0.42}
@@ -25,9 +25,9 @@
\mdfsetup{%
middlelinecolor=red,
middlelinewidth=2pt,
middlelinewidth=1pt,
backgroundcolor=yellow!40,
roundcorner=20pt}
roundcorner=8pt}
% \DeclareSIUnit\eVperc{\eV\per\clight}
% \DeclareSIUnit\clight{\text{\ensuremath{c}}}
@@ -136,7 +136,7 @@ The simulation and analysis code are located at:
% \lstinputlisting[language=bash,frame=single]{listings/code_dir_tree.sh}
\begin{mdframed}
\inputminted{bash}{listings/code_dir_tree.sh}
\inputminted[fontsize=\footnotesize]{bash}{listings/code_dir_tree.sh}
\end{mdframed}
\texttt{step00} contains configuration files for this simulation and a script to
@@ -201,24 +201,45 @@ The muonic energy levels and transition probabilities were calculated using
a simple model described by Mukhopadhyay~\cite{Mukhopadhyay.1977}.
\begin{itemize}
\item Energies of K-shell electrons were precisely corrected based on
that of hydrogen atom, taking finite size of the nucleus into account
\item Energy of K-shell electrons are precisely corrected based on
that of hydrogen atom, taking finite size of the nucleus into account:
% \lstinputlisting[
% language=c++, firstline=64, lastline=93,firstnumber=64,
% breaklines=true, breakatwhitespace=true,
% frame=single]{listings/G4EmCaptureCascade.cc}
\begin{mdframed}
\inputminted[
breaklines=true,
stepnumber=5,
linenos=true,
firstline=64,
% fontsize=\footnotesize,
fontsize=\footnotesize,
lastline=93]{c++}{listings/G4EmCaptureCascade.cc}
\end{mdframed}
\item Energies of
\item Energy of K-shell muons are calculated from energy of K-shell
electrons:
\begin{mdframed}
\inputminted[
breaklines=true,
stepnumber=5,
linenos=true,
fontsize=\footnotesize,
firstline=118,
lastline=122]{c++}{listings/G4EmCaptureCascade.cc}
\end{mdframed}
\item Energies of muons on other shells are calculated by scaling from that
of K-shell muons:
\begin{mdframed}
\inputminted[
breaklines=true,
stepnumber=5,
linenos=true,
fontsize=\footnotesize,
firstline=123,
lastline=125]{c++}{listings/G4EmCaptureCascade.cc}
\end{mdframed}
\end{itemize}
\bibliographystyle{h-physrev}