Summer 2024 Projects » History » Version 18
Richard Trotta, 07/31/2024 04:07 PM
| 1 | 2 | Richard Trotta | {{>toc}} |
|---|---|---|---|
| 2 | |||
| 3 | 1 | Richard Trotta | h1. Summer 2024 Projects |
| 4 | |||
| 5 | 4 | Richard Trotta | --- |
| 6 | 3 | Richard Trotta | |
| 7 | 1 | Richard Trotta | h2. ML beam test PID |
| 8 | 4 | Richard Trotta | |
| 9 | --- |
||
| 10 | 1 | Richard Trotta | |
| 11 | 3 | Richard Trotta | h3. [[ML beam test PID Meetings]] |
| 12 | |||
| 13 | 1 | Richard Trotta | h3. References |
| 14 | |||
| 15 | 6 | Richard Trotta | * https://wordpress.its.virginia.edu/zhenggroup/training/ |
| 16 | 13 | Richard Trotta | * "GitHub and Python Introduction":https://github.com/trottar/UVA_summer_students |
| 17 | 11 | Richard Trotta | * "GitHub ML Beam Test Repository":https://github.com/JeffersonLab/solid_beamtest_hallc_2022/tree/main/aiml |
| 18 | 1 | Richard Trotta | * "Darren's Summer 2023 Report":https://wordpress.its.virginia.edu/zhenggroup/files/2023/10/SoLID_beamtest_ML_PID_Upton.pdf |
| 19 | 8 | Richard Trotta | * "Darren's Poster":https://education.jlab.org/ugresearch/img/_large/23-08.png |
| 20 | 10 | Richard Trotta | * "Draft SoLID Beam Test Report":https://www.overleaf.com/read/gsxhypnqvbgv#3b0b99 |
| 21 | 1 | Richard Trotta | * "GitHub Setup":https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account |
| 22 | 12 | Richard Trotta | * "G-Drive Documentation":https://drive.google.com/drive/folders/1RkOPWfRvJClATJaZ5BLMCafbNdVRvV2r?usp=sharing |
| 23 | 7 | Richard Trotta | * Windows Subsystem for Linux (WSL) |
| 24 | ** https://docs.microsoft.com/en-us/windows/wsl/install-win10 |
||
| 25 | ** https://dev.to/ironfroggy/wsl-tips-starting-linux-background-services-on-windows-login-3o98 |
||
| 26 | 9 | Richard Trotta | ** "Linux Filesystem Hierarchy":https://www.pathname.com/fhs/pub/fhs-2.3.pdf |
| 27 | 1 | Richard Trotta | * Docker |
| 28 | ** https://hub.docker.com/_/python |
||
| 29 | ** https://www.docker.com/blog/containerized-python-development-part-1/ |
||
| 30 | ** https://docs.docker.com/samples/ |
||
| 31 | 14 | Richard Trotta | * Data and Simulation Samples |
| 32 | ** "Full and Pencil Simulations":https://myuva-my.sharepoint.com/:f:/g/personal/nar2rk_virginia_edu/Eh0J6OiVgQtGg95LpgqvDscBiSWqsYk6-1gQnOoszAomXA?e=Oc3d65 |
||
| 33 | ** "Beam Test Data":https://myuva-my.sharepoint.com/:f:/g/personal/nar2rk_virginia_edu/Eid7HyM1OZROontWZhd_MAcBmObdx-B_6Im_LUbjEFzl4A?e=k3mRBC |
||
| 34 | * "SoLID Detector Beam Test Report":https://www.overleaf.com/read/gsxhypnqvbgv#3b0b99 |
||
| 35 | |||
| 36 | h3. Trigger Definitions |
||
| 37 | |||
| 38 | * TS1 |
||
| 39 | ** Electron Trigger |
||
| 40 | ** Trigger Logic: CerSum (35 mV/~2 p.e.) |
||
| 41 | * TS2 |
||
| 42 | ** pi+/- Trigger |
||
| 43 | ** Trigger Logic: SC-B (35 mV/ ~0.5 MIP) & SC-D (35 mV/ ~0.5 MIP) |
||
| 44 | * TS3 |
||
| 45 | ** e,pi+/- Trigger |
||
| 46 | 17 | Richard Trotta | ** Trigger Logic[1]: SC-C (31 mV) & SC-D (35 mV) & ShSum (varies) |
| 47 | 14 | Richard Trotta | * TS4 |
| 48 | ** e/gamma Trigger |
||
| 49 | 1 | Richard Trotta | ** Trigger Logic: ShSum (varies) |
| 50 | 15 | Richard Trotta | |
| 51 | 18 | Richard Trotta | fn1. SC-A was originally used in TS3 in place of SC-C, but was found to saturate and removed from the trigger during the test. |
| 52 | 1 | Richard Trotta | |
| 53 | 3 | Richard Trotta | --- |