Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .assets/lz_logo_on_colour.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Analysis Grand Challenge - LUX-ZEPLIN
<h1><img src=".assets/lz_logo_on_colour.png" height="40" style="vertical-align: middle;"> Analysis Grand Challenge LUX-ZEPLIN</h1>

Designed as LUX-ZEPLIN (LZ) contribution to [analysis grand challenge](https://github.com/iris-hep/analysis-grand-challenge).

Expand Down
File renamed without changes.
11 changes: 10 additions & 1 deletion analyses/tpc_extraction_efficiency/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
# TPC Extraction Efficiency

This directory contains is focused on running an LZ analysis to calculate the electron extraction efficiency.
This directory contains an analysis to calculate the electron extraction efficiency in the LUX-ZEPLIN experiment.

In this analysis, Kr83m events from a calibration dataset are used, and the number of electrons as a function of radial position are determined.

## Additional AGC features
This analysis makes use of a `Store` object (which inherits from a `dict`).
This allows for the resultant dictionaries to be easily added together, where the dictionaries contain `awkward` arrays, histograms, and other objects.


## Notes
This AGC will only work on NERSC and has not been setup for Local or Dirac yet
Loading