Skip to content

Commit

Permalink
Add AMG to slide
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Sep 27, 2024
1 parent 4fe34b8 commit 86fbe26
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions talk.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ count: false

# Building a Columnar Analysis Demonstrator<br>for ATLAS PHYSLITE Open Data<br>using the Python Ecosystem
.large.blue[Matthew Feickert]<br>
on behalf of ATLAS Analysis Model Group<br>
.large[(University of Wisconsin-Madison)]
<br>
[[email protected]](mailto:[email protected])
Expand All @@ -27,8 +28,8 @@ The demonstrator is constructed from ATLAS PHYSLITE OpenData, ensuring the acces
The analysis pipeline of the demonstrator incorporates a comprehensive suite of tools and libraries.
These include uproot for data reading, awkward-array for data manipulation, Dask for parallel computing, and hist for histogram processing.
For the purpose of statistical analysis, the pipeline integrates cabinetry and pyhf, providing a robust toolkit for analysis.
A significant component of this project is the custom application of corrections, scale factors, and systematic errors using ATLAS software.
The infrastructure and methodology for these applications will be discussed in detail during the presentation, underscoring the adaptability of the Python ecosystem for high-energy physics analysis.
.bold[A significant component of this project is the custom application of corrections, scale factors, and systematic errors using ATLAS software.
The infrastructure and methodology for these applications will be discussed in detail during the presentation, underscoring the adaptability of the Python ecosystem for high-energy physics analysis.]

---
# Challenges for Future Analysis
Expand Down Expand Up @@ -228,6 +229,20 @@ Providing the elements of an analysis pipeline
</p>
]

---
# Challenges: Reading all PHYSLITE files

.kol-1-2[
.large[
* Raw PHYSLITE is not easily loadable by a columnar analysis outside of ROOT
* Awkward Array supports behaviors, which allows efficiently reinterpreting data on the fly
- e.g. correctly handling `ElementLinks`
]
]
.kol-1-2[
X
]

---
# Summary

Expand Down

0 comments on commit 86fbe26

Please sign in to comment.