Project

General

Profile

Summer 2024 Projects » History » Revision 14

Revision 13 (Richard Trotta, 05/31/2024 10:44 AM) → Revision 14/18 (Richard Trotta, 07/29/2024 11:46 AM)

{{>toc}} 

 h1. Summer 2024 Projects 

 --- 

 

 h2. ML beam test PID 

 --- 

 h3. [[ML beam test PID Meetings]] 

 

 h3. References 

 * https://wordpress.its.virginia.edu/zhenggroup/training/ 
 * "GitHub and Python Introduction":https://github.com/trottar/UVA_summer_students 
 * "GitHub ML Beam Test Repository":https://github.com/JeffersonLab/solid_beamtest_hallc_2022/tree/main/aiml 
 * "Darren's Summer 2023 Report":https://wordpress.its.virginia.edu/zhenggroup/files/2023/10/SoLID_beamtest_ML_PID_Upton.pdf 
 * "Darren's Poster":https://education.jlab.org/ugresearch/img/_large/23-08.png 
 * "Draft SoLID Beam    Test Report":https://www.overleaf.com/read/gsxhypnqvbgv#3b0b99 
 * "GitHub Setup":https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account 
 * "G-Drive Documentation":https://drive.google.com/drive/folders/1RkOPWfRvJClATJaZ5BLMCafbNdVRvV2r?usp=sharing 
 * Windows Subsystem for Linux (WSL) 
 ** https://docs.microsoft.com/en-us/windows/wsl/install-win10 
 ** https://dev.to/ironfroggy/wsl-tips-starting-linux-background-services-on-windows-login-3o98 
 ** "Linux Filesystem Hierarchy":https://www.pathname.com/fhs/pub/fhs-2.3.pdf 
 * Docker 
 ** https://hub.docker.com/_/python 
 ** https://www.docker.com/blog/containerized-python-development-part-1/ 
 ** https://docs.docker.com/samples/ 
 * Data and Simulation Samples 
 ** "Full and Pencil Simulations":https://myuva-my.sharepoint.com/:f:/g/personal/nar2rk_virginia_edu/Eh0J6OiVgQtGg95LpgqvDscBiSWqsYk6-1gQnOoszAomXA?e=Oc3d65 
 ** "Beam Test Data":https://myuva-my.sharepoint.com/:f:/g/personal/nar2rk_virginia_edu/Eid7HyM1OZROontWZhd_MAcBmObdx-B_6Im_LUbjEFzl4A?e=k3mRBC 
 * "SoLID Detector Beam Test Report":https://www.overleaf.com/read/gsxhypnqvbgv#3b0b99 

 h3. Trigger Definitions 

 * TS1 
 ** Electron Trigger 
 ** Trigger Logic: CerSum (35 mV/~2 p.e.) 
 * TS2 
 ** pi+/- Trigger 
 ** Trigger Logic: SC-B (35 mV/ ~0.5 MIP) & SC-D (35 mV/ ~0.5 MIP) 
 * TS3 
 ** e,pi+/- Trigger 
 ** Trigger Logic: SC-C (31 mV) & SC-D (35 mV) & ShSum (varies) 
 * TS4 
 ** e/gamma Trigger 
 ** Trigger Logic: ShSum (varies) 
 * *SC-A was originally used in TS3 in place of SC-C, but 
 was found to saturate and removed from the trigger dur- 
 ing the test.* 

 ---