Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.04 KB

File metadata and controls

26 lines (18 loc) · 1.04 KB

Week 2: Data Formats and Exploration

Topics

This week's assignments will guide you through the following topics:

  • Particle physics data format (ROOT)
  • Exploring/manipulating the data in Python

Reading

Please read/skim the following:

  • Datasheet from CERN Open Data: Ref. {cite:p}opendata
  • Awkward arrays: Ref. {cite:p}Pivarski:2020qcb

Tasks

Complete the following tasks:

Weekly Questions

Answer the following questions on Canvas:

  • What is a tree?
  • What is the difference between a jagged/awkward array and a regular array? Why is this a useful concept in particle physics?