Abstract

In their recent measurement of the neutrino oscillation parameters, NOvA uses a sample of approximately 25 million reconstructed spills to search for electron-neutrino appearance events. These events are stored in an n-tuple format, in 250 thousand ROOT files. File sizes range from a few hundred KiB to a few MiB; the full dataset is approximately 1.4 TiB. These millions of events are reduced to a few tens of events by the application of strict event selection criteria, and then summarized by a handful of numbers each, which are used in the extraction of the neutrino oscillation parameters. The NOvA event selection code is currently a serial C++ program that reads these n-tuples. The current table data format and organization and the selection/ reduction processing involved provides us with an opportunity to explore alternate approaches to represent the data and implement the processing. We represent our n-tuple data in HDF5 format that is optimized for the HPC environment and which allows us to use the machine’s high-performance parallel I/O capabilities. We use MPI, numpy and h5py to implement our approach and compare the performance with the existing approach. We study the performance implications of using thousands of small files of different sizes as compared with one large file using HPC resources. This work has been done as part of the SciDAC project, “HEP analytics on HPC” in collaboration with the ASCR teams at ANL and LBNL.

Highlights

  • In their recent measurement of the neutrino oscillation parameters, NOvA uses a sample of approximately 25 million reconstructed spills to search for electron-neutrino appearance events

  • The major computing centers consist of Argonne Leadership Computing Facility (ALCF), ORNL Leadership Computing Facility (OLCF), and National Energy Research Scientific Computing Center (NERSC)

  • The typical file size is about 5.5 MiB; the full dataset is approximately 1.4 TiB. These hundreds of millions of slices were reduced to a few hundred candidate neutrino interactions by the application of strict selection criteria, and each was summarized by a handful of numbers, which are used in the extraction of the neutrino oscillation parameters

Read more

Summary

The science problem

The NOvA collaboration has measured the parameters of the Pontecorva-Maki-NakagawSakata (PMNS) mixing matrix, which describes the transformation between the neutrino weak interaction eigenstates (νe,νμ,ντ) and the neutrino mass eigenstates (ν1,ν2,ν3). Their analysis consists of a search through millions of detector readouts periods—called spills—to identify the small fraction of spills that contain neutrino interactions in the NOvA detector. The first part of their analysis involves the classification of candidate interactions, and the selection of νμ and νe charged current interaction candidates. The goal of the classification is to identify and measure the relative frequency of νe appearance events, which is the result of oscillations of neutrinos in the νμ beam created at Fermilab

The computing problem
The traditional solution
The HPC solution
Organization of data
Reading and distributing information
Selection code
Workflow for translating old style data to the new style
Summary and conclusion and future work
Full Text
Published version (Free)

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call