Skip to content

Commit c3bdb7b

Browse files
Restructure and add physlite
1 parent 55d7ed7 commit c3bdb7b

File tree

3 files changed

+65
-32
lines changed

3 files changed

+65
-32
lines changed

figures/atlas-disk-projection.png

1.1 MB
Loading

figures/physlite-model.png

141 KB
Loading

talk.md

+65-32
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ October 21st, 2024
1616
# Self Notes
1717

1818
* Time: 18 minute talk
19-
- 15 minutes talk
19+
- .bold[15 minutes talk]
2020
- 3 minutes questions
2121

2222
The ATLAS experiment is in the process of developing a columnar analysis demonstrator, which takes advantage of the Python ecosystem of data science tools.
@@ -31,27 +31,32 @@ A significant component of this project is the custom application of corrections
3131
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.
3232

3333
---
34-
# An Analysis Grand Challenge
34+
# Challenges for Future Analysis
3535

36+
.kol-1-2[
3637
.large[
37-
HL-LHC era data scale requires rethinking how we engage with the data when we preform analysis
38+
* Moving forward won’t be able to store everything on disk
39+
* PHYSLITE
40+
- Common file format for Run 4 Analysis Model
41+
- Contains already-calibrated objects for fast analysis
42+
- Monolithic: Intended to serve ~80% of physics analysis in Run 4
43+
- Directly used without need for ntuples
3844
]
39-
40-
.kol-1-3[
41-
* .bold[Analysis Grand Challenge] (AGC) community exercise organized by [IRIS-HEP](https://iris-hep.org/) includes the stages of a projected typical HL-LHC analysis
42-
* Binned columnar analysis, reinterpretation [fix]
43-
* Development of the required cyberinfrastructure [fix]
44-
* Opportunity for ATLAS to demonstrate how a columnar analysis view and areas for improvement
45-
- Accessing PHYSLITE, systematics
4645
]
47-
.kol-2-3[
46+
.kol-1-2[
47+
<!-- 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)). -->
4848
<p style="text-align:center;">
49-
<a href="https://iris-hep.org/grand-challenges.html#analysis-grand-challenge">
50-
<img src="https://iris-hep.org/assets/images/cabinetry-vertical-slice.png"; width=100%>
49+
<a href="https://cds.cern.ch/record/2802918">
50+
<img src="figures/atlas-disk-projection.png" style="width:75%; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);">
5151
</a>
5252
</p>
53-
54-
.caption[[High level view of operations in an HL-LHC analysis](https://iris-hep.org/grand-challenges.html#analysis-grand-challenge)]
53+
<!-- .caption[Projected evolution of disk under .blue[conservative] and .red[aggressive] R&D] -->
54+
<p style="text-align:center;">
55+
<a href="https://indico.jlab.org/event/459/contributions/11586/">
56+
<img src="figures/physlite-model.png" style="width:75%; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);">
57+
</a>
58+
</p>
59+
.caption[[Jana Schaarschmidt](https://indico.jlab.org/event/459/contributions/11586/), CHEP 2023]
5560
]
5661

5762
---
@@ -84,31 +89,27 @@ HL-LHC era data scale requires rethinking how we engage with the data when we pr
8489
]
8590

8691
---
87-
# ATLAS Open Data
92+
# An Analysis Grand Challenge
8893

89-
.kol-1-2[
9094
.large[
91-
* Release of [ATLAS Run 2 2015 and 2016 open data](https://atlas.cern/Updates/News/Open-Data-Research) in July 2024
92-
* Benefits of using ATLAS open data
93-
- Sharing the data freely with open access allows for use in testing community projects and problems
94-
- Allows for students to be able to participate in analysis and make an impact while still inexperienced.
95+
HL-LHC era data scale requires rethinking how we engage with the data when we preform analysis
9596
]
97+
98+
.kol-1-3[
99+
* .bold[Analysis Grand Challenge] (AGC) community exercise organized by [IRIS-HEP](https://iris-hep.org/) includes the stages of a projected typical HL-LHC analysis
100+
* Binned columnar analysis, reinterpretation [fix]
101+
* Development of the required cyberinfrastructure [fix]
102+
* Opportunity for ATLAS to demonstrate how a columnar analysis view and areas for improvement
103+
- Accessing PHYSLITE, systematics
96104
]
97-
.kol-1-2[
98-
<!-- 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)). -->
105+
.kol-2-3[
99106
<p style="text-align:center;">
100-
<a href="https://atlas.cern/Updates/News/Open-Data-Research">
101-
<img src="figures/atlas-open-data-announcement.png" style="width:100%; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);">
107+
<a href="https://iris-hep.org/grand-challenges.html#analysis-grand-challenge">
108+
<img src="https://iris-hep.org/assets/images/cabinetry-vertical-slice.png"; width=100%>
102109
</a>
103110
</p>
104111

105-
<!-- .caption[13 TeV open data release from ATLAS] -->
106-
107-
<p style="text-align:center;">
108-
<a href="https://atlas.cern/Updates/News/Open-Data-Research">
109-
<img src="figures/open-access-principles.png" style="width:100%; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);">
110-
</a>
111-
</p>
112+
.caption[[High level view of operations in an HL-LHC analysis](https://iris-hep.org/grand-challenges.html#analysis-grand-challenge)]
112113
]
113114

114115
---
@@ -197,6 +198,38 @@ Providing the elements of an analysis pipeline
197198
.center.large[Components of an ATLAS AGC demonstrator pipeline]
198199
</p>
199200

201+
---
202+
# ATLAS Open Data
203+
204+
.kol-1-2[
205+
.large[
206+
* .bold[First] release of [ATLAS Run 2 2015 and 2016 open data](https://atlas.cern/Updates/News/Open-Data-Research) in July 2024
207+
* Using ATLAS open data for AGC
208+
- Open access data allows for use in testing community projects and problems
209+
- Released as PHYSLITE (HL-LHC data format)
210+
- Allows for new students to be able to learn analysis and make contributions quickly
211+
* More on ATLAS Open Data at CHEP 2024:
212+
- [The First Release of ATLAS Open Data for Research](https://indico.cern.ch/event/1338689/contributions/6013332/) (Zach Marshall, Monday plenary)
213+
- [Open Data at ATLAS: Bringing TeV collisions to the World](https://indico.cern.ch/event/1338689/contributions/6011129/) (Giovanni Guerrieri, Monday Track 8)
214+
]
215+
]
216+
.kol-1-2[
217+
<!-- 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)). -->
218+
<p style="text-align:center;">
219+
<a href="https://atlas.cern/Updates/News/Open-Data-Research">
220+
<img src="figures/atlas-open-data-announcement.png" style="width:100%; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);">
221+
</a>
222+
</p>
223+
224+
<!-- .caption[13 TeV open data release from ATLAS] -->
225+
226+
<p style="text-align:center;">
227+
<a href="https://atlas.cern/Updates/News/Open-Data-Research">
228+
<img src="figures/open-access-principles.png" style="width:100%; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);">
229+
</a>
230+
</p>
231+
]
232+
200233
---
201234
# Summary
202235

0 commit comments

Comments
 (0)