Skip to content

Commit 7623cd1

Browse files
committed
updated doc scales_inputs_2_ugt
1 parent 07f0519 commit 7623cd1

File tree

2 files changed

+11
-17
lines changed

2 files changed

+11
-17
lines changed
-258 Bytes
Binary file not shown.

doc/scales_inputs_2_ugt/src/latex/scales_inputs_2_ugt.tex

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
\begin{titlepage}
2020

21-
\date{18 December 2023}
21+
\date{8 May 2024}
2222
\title{Scales for inputs to $\mu$GT
2323
($\varphi$, $\eta$, $p_t$/$E_t$, and others)}
2424

@@ -155,14 +155,6 @@
155155
& & TOTAL & & & 32 \\
156156
% & & & & & \\
157157
\hline
158-
bjet & 1 * 6 & $E_t$ & 0..1024 GeV & 0.5 & 11 \\
159-
& & $\eta$ & -5..5 & 0.0870/2=0.0435 & 7+1 = 8 \\
160-
& & $\varphi$ & 2$\pi$ & 2$\pi$/144$\sim$0.044 & 8 \\
161-
& & flag & & & 1 \\
162-
& & AD value, HI bits & & & 4 \\
163-
& & TOTAL & & & 32 \\
164-
% & & & & & \\
165-
\hline
166158
e/$\gamma$ & 1 * 12 & $E_t$ & 0..256 GeV & 0.5 & 9 \\
167159
& & $\eta$ & -5..5 & 0.0870/2=0.0435 & 7+1 = 8 \\
168160
& & $\varphi$ & 2$\pi$ & 2$\pi$/144$\sim$0.044 & 8 \\
@@ -179,6 +171,11 @@
179171
& & TOTAL & & & 32 \\
180172
% & & & & & \\
181173
\hline
174+
cicada & 1 * 6 & spare & & & 28 \\
175+
& & AD value, HI bits & & & 4 \\
176+
& & TOTAL & & & 32 \\
177+
% & & & & & \\
178+
\hline
182179
\end{tabular}
183180
\label{table:scales_table_1}
184181
\end{table}
@@ -498,7 +495,7 @@
498495

499496
\begin{itemize}
500497
\item The data structure of a jet object is shown in Table~\ref{table:jet_object} (bits 31..30 spare bits)
501-
\item The data structure of a bjet object is shown in Table~\ref{table:bjet_object} (bits 31..28 used for Anomaly Detection and Heavy Ion bits)
498+
\item The data structure of a CICADA object is shown in Table~\ref{table:cicada_object} (bits 31..28 used for Anomaly Detection and Heavy Ion bits)
502499
\item The data structure of an e/$\gamma$ object is shown in Table~\ref{table:egamma_object} (bits 31..27 are not defined yet)
503500
\item The data structure of a tau object is shown in Table~\ref{table:tau_object} (bits 31..27 are not defined yet)
504501
\item The definition of isolation bits for e/$\gamma$ and tau is shown in Table~\ref{table:eg_tau_iso_bits}.
@@ -524,18 +521,15 @@
524521
\end{table}
525522

526523
\begin{table}[ht]
527-
\caption{\bf Data structure of a bjet object}
524+
\caption{\bf Data structure of a CICADA object}
528525
\vspace{5mm}
529526
\centering
530527
\begin{tabular}{|c|c|}\hline
531528
bit(s) & parameter \\\hline\hline
532529
31..28 & Anomaly Detection and Heavy Ion bits \\
533-
27..27 & flag \\
534-
26..19 & $\varphi$ \\
535-
18..11 & $\eta$ \\
536-
10..0 & $E_t$ \\\hline
530+
27..0 & spare \\\hline
537531
\end{tabular}
538-
\label{table:bjet_object}
532+
\label{table:cicada_object}
539533
\end{table}
540534

541535
\begin{table}[ht]
@@ -662,7 +656,7 @@
662656
is shown in Tables~\ref{table:ett_object}, ~\ref{table:ht_object}, ~\ref{table:etm_object}, ~\ref{table:htm_object}, ~\ref{table:etmhf_object} and ~\ref{table:htmhf_object}.
663657
\item The definition of minimum bias HF, ETTEM, TOWERCOUNT, Asymmetry and Centrality bits is shown in ~\ref{table:min_bias_def}, ~\ref{table:ettem_def}, ~\ref{table:tower_count_def}
664658
~\ref{table:asymmetry_def} and ~\ref{table:centrality_def}.
665-
\item The definition of CICADA bits is shown in ~\ref{table:opt_link_cicada} and ~\ref{table:bjet_object}.
659+
\item The definition of CICADA bits is shown in ~\ref{table:opt_link_cicada} and ~\ref{table:cicada_object}.
666660
\end{itemize}
667661

668662
\begin{table}[ht]

0 commit comments

Comments
 (0)