You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -172,11 +172,11 @@ Providing the elements of an analysis pipeline
172
172
173
173
.kol-1-3[
174
174
.large[
175
-
*[University of Chicago Analysis Facility](https://af.uchicago.edu/) .bold[provides testing bed] with Coffea-casa
175
+
*[University of Chicago Analysis Facility](https://af.uchicago.edu/) .bold[provides testing bed] with [Coffea-casa](https://iris-hep.org/projects/coffea-casa.html)
176
176
* Provides support for:
177
-
- .bold[JupyterLab] as a common interface
178
-
- Highly efficient data delivery with .bold[XCache]
179
-
- Conversion to columnar formats with .bold[ServiceX]
177
+
-[.bold[JupyterLab]](https://jupyterlab.readthedocs.io/) as a common interface
178
+
- Highly efficient data delivery with [.bold[XCache]](https://slateci.io/XCache/)
179
+
- Conversion to columnar formats with [.bold[ServiceX]](https://iris-hep.org/projects/servicex.html)
180
180
* Excellent integration exercise between analysis and operations
181
181
]
182
182
]
@@ -187,16 +187,29 @@ Providing the elements of an analysis pipeline
187
187
</a>
188
188
</p>
189
189
190
-
.caption[Platform for interactive analysis]
190
+
.center.large[Scalable platform for interactive (or noninteractive) analysis]
191
191
]
192
192
193
193
---
194
194
# Structure of an ATLAS AGC
195
195
196
+
.kol-1-5[
197
+
<br>
198
+
<br>
199
+
End user analysis ideally uses .bold[smaller and calibrated PHYSLITE]
200
+
<br>
201
+
<br>
202
+
<br>
203
+
<br>
204
+
<br>
205
+
.bold[Can still use PHYS] (same data format) through will need to perform .bold[additional steps] (calibration) with funcADL
.center.large[Components of an ATLAS AGC demonstrator pipeline]
199
211
</p>
212
+
]
200
213
201
214
---
202
215
# ATLAS Open Data
@@ -217,12 +230,11 @@ Providing the elements of an analysis pipeline
217
230
<!-- box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5); adds a shadow that is 5px to the right and 5px down from the image, with a blur radius of 15px and a semi-transparent black color (rgba(0, 0, 0, 0.5)). -->
@@ -260,7 +272,7 @@ Providing the elements of an analysis pipeline
260
272
.large[
261
273
* As columnar analysis .bold[processes events in batches] also need CP tools and algorithms to process in batches
262
274
* Current CP tools operate on xAOD event data model (EDM) for calculation and write systematics to disk for future access (I/O heavy)
263
-
* Challenge: Columnar on-the-fly computation be faster than disk
275
+
* Challenge: Can columnar on-the-fly computation be faster than disk?
264
276
* Refactoring to columnar studies in ATLAS AMG show .bold[improvements in performance and flexibility]
265
277
]
266
278
]
@@ -312,7 +324,7 @@ Providing the elements of an analysis pipeline
312
324
313
325
.kol-1-2[
314
326
.large[
315
-
Using zero-copy Python bindings to Egamma CP tool prototype
327
+
Using zero-copy Python bindings to Egamma CP tool [prototype](https://gitlab.cern.ch/gstark/pycolumnarprototype/-/blob/58024df21af7d4465109fb668900567a3d0048c1/Zee_demo.ipynb)
316
328
]
317
329
318
330
```python
@@ -344,9 +356,9 @@ Ongoing integration work into ATLAS Athena
344
356
.kol-1-2[
345
357
.large[
346
358
* Tooling ecosystem is proving approachable and performant
347
-
* Enabling university students to implement versions of the AGC by themselves with mentorship in a Jupyter notebook
348
-
* ATLAS IRIS-HEP Fellow Denys Klekots's [AGC project using ATLAS open data](https://indico.cern.ch/event/1455396/contributions/6126406/) ([implementation on GitHub](https://github.com/iris-hep/agc-physlite))
349
-
* Simplified version of [IRIS-HEP AGC top reconstruction challenge](https://agc.readthedocs.io/) using 2025+2016 Run 2 Monte Carlo from the 2024 ATLAS open data release
359
+
* Enabling mentored university students to implement versions of the AGC by themselves in a Jupyter notebook
360
+
* ATLAS IRIS-HEP Fellow Denys Klekots's [AGC project using .bold[ATLAS open data]](https://indico.cern.ch/event/1455396/contributions/6126406/) ([implementation on GitHub](https://github.com/iris-hep/agc-physlite))
361
+
* Simplified version of [IRIS-HEP AGC top reconstruction challenge](https://agc.readthedocs.io/) using 2025+2016 Run 2 Monte Carlo from the 2024 .bold[ATLAS open data] release
350
362
]
351
363
]
352
364
.kol-1-2[
@@ -364,6 +376,7 @@ Ongoing integration work into ATLAS Athena
*[ATLAS Software and Computing HL-LHC Roadmap](https://cds.cern.ch/record/2802918), ATLAS Collaboration, 2022
389
403
*[Using Legacy ATLAS C++ Calibration Tools in Modern Columnar Analysis Environments](https://indico.cern.ch/event/1330797/contributions/5796636/), Matthias Vigl, [ACAT 2024](https://indico.cern.ch/event/1330797/)
390
404
*[How the Scientific Python ecosystem helps answering fundamental questions of the Universe](https://cfp.scipy.org/2024/talk/KCXVVR/), Vangelis Kourlitis, Matthew Feickert, and Gordon Watts, [SciPy 2024](https://www.scipy2024.scipy.org/)
391
405
*[The Columnar Analysis Grand Challenge Demonstrator](https://indico.cern.ch/event/1268248/contributions/5326293/), Gordon Watts, [ATLAS S&C Plenary Afternoon: Demonstrators](https://indico.cern.ch/event/1268248/), 2023-10-04 [ATLAS Internal]
0 commit comments