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} \usepackage{minted}
\usemintedstyle{perldoc} \usemintedstyle{perldoc}
\usepackage{mdframed} \usepackage[framemethod=tikz]{mdframed}
\definecolor{greybg}{rgb}{0.25,0.25,0.25} \definecolor{greybg}{rgb}{0.25,0.25,0.25}
\definecolor{yellowbg}{rgb}{0.91, 0.84, 0.42} \definecolor{yellowbg}{rgb}{0.91, 0.84, 0.42}
@@ -25,9 +25,9 @@
\mdfsetup{% \mdfsetup{%
middlelinecolor=red, middlelinecolor=red,
middlelinewidth=2pt, middlelinewidth=1pt,
backgroundcolor=yellow!40, backgroundcolor=yellow!40,
roundcorner=20pt} roundcorner=8pt}
% \DeclareSIUnit\eVperc{\eV\per\clight} % \DeclareSIUnit\eVperc{\eV\per\clight}
% \DeclareSIUnit\clight{\text{\ensuremath{c}}} % \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} % \lstinputlisting[language=bash,frame=single]{listings/code_dir_tree.sh}
\begin{mdframed} \begin{mdframed}
\inputminted{bash}{listings/code_dir_tree.sh} \inputminted[fontsize=\footnotesize]{bash}{listings/code_dir_tree.sh}
\end{mdframed} \end{mdframed}
\texttt{step00} contains configuration files for this simulation and a script to \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}. a simple model described by Mukhopadhyay~\cite{Mukhopadhyay.1977}.
\begin{itemize} \begin{itemize}
\item Energies of K-shell electrons were precisely corrected based on \item Energy of K-shell electrons are precisely corrected based on
that of hydrogen atom, taking finite size of the nucleus into account that of hydrogen atom, taking finite size of the nucleus into account:
% \lstinputlisting[ % \lstinputlisting[
% language=c++, firstline=64, lastline=93,firstnumber=64, % language=c++, firstline=64, lastline=93,firstnumber=64,
% breaklines=true, breakatwhitespace=true, % breaklines=true, breakatwhitespace=true,
% frame=single]{listings/G4EmCaptureCascade.cc} % frame=single]{listings/G4EmCaptureCascade.cc}
\begin{mdframed} \begin{mdframed}
\inputminted[ \inputminted[
breaklines=true, breaklines=true,
stepnumber=5, stepnumber=5,
linenos=true, linenos=true,
firstline=64, firstline=64,
% fontsize=\footnotesize, fontsize=\footnotesize,
lastline=93]{c++}{listings/G4EmCaptureCascade.cc} lastline=93]{c++}{listings/G4EmCaptureCascade.cc}
\end{mdframed} \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} \end{itemize}
\bibliographystyle{h-physrev} \bibliographystyle{h-physrev}