Skip to content

Commit a30a782

Browse files
committed
Updated CRT channel mapping display
1 parent 25bc903 commit a30a782

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

sbndcode/CRT/CRTEventDisplay/build_tex.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ echo "\documentclass{article}
44
\usepackage{pgffor}
55
\usepackage[hidelinks]{hyperref}
66
7-
\title{SBND CRT Channel Mapping Displays \\\\ \vspace{1em} \small \textit{Produced using} \texttt{sbndcode v09\_93\_01\_02} \textit{\&} \texttt{sbnd\_v02\_03.gdml}}
7+
\title{SBND CRT Channel Mapping Displays \\\\ \vspace{1em} \small \textit{Produced using} \texttt{sbndcode v10\_04\_01} \textit{\&} \texttt{sbnd\_v02\_05.gdml}}
88
\author{Henry Lay \\\\ \small h.lay@sheffield.ac.uk}" > crt_channel_mapping_evds.tex
99

1010
walls=(bottom south north west east toplow tophigh)
1111
wallnames=(Bottom South North West East "Top Low" "Top High")
1212

1313
for wall in "${walls[@]}"
1414
do
15-
list=$(ls /exp/sbnd/data/users/hlay/crt_channel_mapping/jan2025/${wall}_wall/*_front.pdf)
15+
list=$(ls /exp/sbnd/data/users/hlay/crt_channel_mapping/mar2025/${wall}_wall/*_front.pdf)
1616
echo -n "\newcommand*{\\"$wall"ids}{" >> crt_channel_mapping_evds.tex
1717

1818
for item in ${list}
@@ -33,10 +33,10 @@ echo "\begin{document}
3333
\centering
3434
\vspace{2em}
3535
36-
\includegraphics[width=.6\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/jan2025/UOSLogo_Primary_Violet_RGB.png}
36+
\includegraphics[width=.6\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/mar2025/UOSLogo_Primary_Violet_RGB.png}
3737
\vspace{2em}
3838
39-
\includegraphics[width=.5\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/jan2025/sbnd_pride_transparent.png}
39+
\includegraphics[width=.5\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/mar2025/sbnd_pride_transparent.png}
4040
\flushleft
4141
\newpage
4242
\tableofcontents
@@ -55,15 +55,15 @@ do
5555
\newpage
5656
\subsection{volCRTModule\x\_\x}
5757
\begin{center}
58-
\includegraphics[width=.85\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/jan2025/${walls[i]}_wall/volCRTModule\x_\x_front.pdf}\\\\
59-
\includegraphics[width=.85\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/jan2025/${walls[i]}_wall/volCRTModule\x_\x_top.pdf}\\\\
60-
\includegraphics[width=.85\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/jan2025/${walls[i]}_wall/volCRTModule\x_\x_side.pdf}
58+
\includegraphics[width=.85\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/mar2025/${walls[i]}_wall/volCRTModule\x_\x_front.pdf}\\\\
59+
\includegraphics[width=.85\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/mar2025/${walls[i]}_wall/volCRTModule\x_\x_top.pdf}\\\\
60+
\includegraphics[width=.85\textwidth]{/exp/sbnd/data/users/hlay/crt_channel_mapping/mar2025/${walls[i]}_wall/volCRTModule\x_\x_side.pdf}
6161
\end{center}
6262
}
6363
\endgroup" >> crt_channel_mapping_evds.tex
6464
done
6565

6666
echo "\end{document}" >> crt_channel_mapping_evds.tex
6767

68-
pdflatex --shell-escape -output-directory /exp/sbnd/data/users/hlay/crt_channel_mapping/jan2025/tex_work crt_channel_mapping_evds.tex
69-
pdflatex --shell-escape -output-directory /exp/sbnd/data/users/hlay/crt_channel_mapping/jan2025/tex_work crt_channel_mapping_evds.tex
68+
pdflatex --shell-escape -output-directory /exp/sbnd/data/users/hlay/crt_channel_mapping/mar2025/tex_work crt_channel_mapping_evds.tex
69+
pdflatex --shell-escape -output-directory /exp/sbnd/data/users/hlay/crt_channel_mapping/mar2025/tex_work crt_channel_mapping_evds.tex

sbndcode/CRT/CRTEventDisplay/run_crteventdisplay_channel_mapping_all.fcl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,17 @@ physics:
3939
end_paths: [ ana ]
4040
}
4141

42-
physics.analyzers.crtevdbot.SaveDir: "/exp/sbnd/data/users/hlay/crt_channel_mapping/jan2025/bottom_wall"
42+
physics.analyzers.crtevdbot.SaveDir: "/exp/sbnd/data/users/hlay/crt_channel_mapping/mar2025/bottom_wall"
4343
physics.analyzers.crtevdbot.EventDisplayConfig.ChosenTaggers: [ 0 ]
44-
physics.analyzers.crtevdsou.SaveDir: "/exp/sbnd/data/users/hlay/crt_channel_mapping/jan2025/south_wall"
44+
physics.analyzers.crtevdsou.SaveDir: "/exp/sbnd/data/users/hlay/crt_channel_mapping/mar2025/south_wall"
4545
physics.analyzers.crtevdsou.EventDisplayConfig.ChosenTaggers: [ 1 ]
46-
physics.analyzers.crtevdnor.SaveDir: "/exp/sbnd/data/users/hlay/crt_channel_mapping/jan2025/north_wall"
46+
physics.analyzers.crtevdnor.SaveDir: "/exp/sbnd/data/users/hlay/crt_channel_mapping/mar2025/north_wall"
4747
physics.analyzers.crtevdnor.EventDisplayConfig.ChosenTaggers: [ 2 ]
48-
physics.analyzers.crtevdwes.SaveDir: "/exp/sbnd/data/users/hlay/crt_channel_mapping/jan2025/west_wall"
48+
physics.analyzers.crtevdwes.SaveDir: "/exp/sbnd/data/users/hlay/crt_channel_mapping/mar2025/west_wall"
4949
physics.analyzers.crtevdwes.EventDisplayConfig.ChosenTaggers: [ 3 ]
50-
physics.analyzers.crtevdeas.SaveDir: "/exp/sbnd/data/users/hlay/crt_channel_mapping/jan2025/east_wall"
50+
physics.analyzers.crtevdeas.SaveDir: "/exp/sbnd/data/users/hlay/crt_channel_mapping/mar2025/east_wall"
5151
physics.analyzers.crtevdeas.EventDisplayConfig.ChosenTaggers: [ 4 ]
52-
physics.analyzers.crtevdtpl.SaveDir: "/exp/sbnd/data/users/hlay/crt_channel_mapping/jan2025/toplow_wall"
52+
physics.analyzers.crtevdtpl.SaveDir: "/exp/sbnd/data/users/hlay/crt_channel_mapping/mar2025/toplow_wall"
5353
physics.analyzers.crtevdtpl.EventDisplayConfig.ChosenTaggers: [ 5 ]
54-
physics.analyzers.crtevdtph.SaveDir: "/exp/sbnd/data/users/hlay/crt_channel_mapping/jan2025/tophigh_wall"
54+
physics.analyzers.crtevdtph.SaveDir: "/exp/sbnd/data/users/hlay/crt_channel_mapping/mar2025/tophigh_wall"
5555
physics.analyzers.crtevdtph.EventDisplayConfig.ChosenTaggers: [ 6 ]

0 commit comments

Comments
 (0)