このページの2つのバージョン間の差分を表示します。
| 両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
|
latex:図表 [2024/12/08 16:44] kawaue |
latex:図表 [2024/12/08 16:46] (現在) kawaue |
||
|---|---|---|---|
| 行 74: | 行 74: | ||
| */ | */ | ||
| + | =====表の挿入===== | ||
| + | セルの結合、中央揃えなど | ||
| + | < | ||
| + | \begin{table} | ||
| + | \begin{center} | ||
| + | \caption{List of detector systematic parameters.}\label{table: | ||
| + | \begin{tabular}{c|c|c} \hline | ||
| + | implementation & uncertainty source & Category | ||
| + | \multirow{7}{*}{Variation} & Magnetic Field Distortion & TPC \\ | ||
| + | & TPC Momentum scale & TPC \\ | ||
| + | & TPC Momentum resolution & TPC \\ | ||
| + | & Global Momentum Range resolution & Global \\ | ||
| + | & FGD Momentum Bias From Vertex Migration & FGD \\ | ||
| + | & TPC PID & TPC \\ | ||
| + | & Nu Parent Decay Position & Neutrino beam \\ | ||
| + | \hline | ||
| + | \multirow{16}{*}{Weight} & Global Charge ID Efficiency & Global \\ | ||
| + | & TPC Cluster Efficiency & TPC \\ | ||
| + | & TPC Track Efficiency & TPC \\ | ||
| + | & TPC FGD Match Efficiency & Global \\ | ||
| + | & FGD Hybrid Track Efficiency & FGD \\ | ||
| + | & Michel Electron tagging Efficiency & FGD \\ | ||
| + | & Pile Up & external background \\ | ||
| + | & OOFV & external background \\ | ||
| + | & FGD ECal Matching Efficiency & Global \\ | ||
| + | & ECal Track Efficiency & ECal \\ | ||
| + | & ECal EmHip PID & ECal\\ | ||
| + | & SI Pion & interaction model \\ | ||
| + | & SI Proton & interaction model \\ | ||
| + | & FGD2 Backward Migration & FGD \\ | ||
| + | & FGD dE/dx PID & FGD \\ | ||
| + | & FGD dE/dx Momentum Resolution & FGD \\ | ||
| + | \hline | ||
| + | Correction & Flux Weight & Neutrino beam \\ | ||
| + | \hline | ||
| + | \end{tabular} | ||
| + | \end{center} | ||
| + | \end{table} | ||
| + | </ | ||