Analysis Tools Tutorial: Difference between revisions

From Mu2eWiki
Jump to navigation Jump to search
Line 12: Line 12:
== Exercises ==
== Exercises ==


=== Logging into and Using the Elastic Analysis Facility (EAF) ===
=== [https://github.com/Mu2e/Tutorial/blob/main/EAF/README.md Logging into and Using the Elastic Analysis Facility (EAF)] ===
The documentation for this tutorial is [https://github.com/Mu2e/Tutorial/blob/main/EAF/README.md here]. By the end, you will be able to:
By the end of this tutorial, you will be able to:
* TODO
* TODO


Line 21: Line 21:
* find the leaf and branch definitions using either ntuplehelper or GitHub
* find the leaf and branch definitions using either ntuplehelper or GitHub


=== Analyzing the EventNtuple with ROOT (RooUtil) ===
=== [https://github.com/Mu2e/EventNtuple/blob/main/tutorial/eventntuple-rooutil.md Analyzing the EventNtuple with ROOT (RooUtil)] ===
The documentation for this tutorial is [https://github.com/Mu2e/EventNtuple/blob/main/tutorial/eventntuple-rooutil.md here]. By the end, you will be able to:
By the end of this tutorial, you will be able to:
* analyze EventNtuple datasets,
* analyze EventNtuple datasets,
* select subsets of the data, and
* select subsets of the data, and
Line 28: Line 28:
in ROOT.
in ROOT.


=== Analyzing the EventNtuple with Python (pyutils) ===
=== [https://github.com/Mu2e/pyutils/blob/main/README.md Analyzing the EventNtuple with Python (pyutils)] ===
The documentation for this tutorial is [https://github.com/Mu2e/pyutils/blob/main/README.md here]. By the end, you will be able to:
By the end of this tutorial, you will be able to:
* analyze EventNtuple datasets,
* analyze EventNtuple datasets,
* select subsets of the data, and
* select subsets of the data, and
Line 35: Line 35:
in python.
in python.


=== Visualizing an interesting event with EventDisplay ===
=== [??? Visualizing an interesting event with EventDisplay] ===
The documentation for this tutorial is [??? here]. By the end, you will be able to:
By the end of this tutorial, you will be able to:
* TODO
* TODO


=== Generating a Mock Dataset ===
=== [??? Generating a Mock Dataset] ===
The documentation for this tutorial is [??? here]. By the end, you will be able to:
By the end of this tutorial, you will be able to:
* generate a mock dataset
* generate a mock dataset


=== Performing a Cut-And-Count Analysis ===
=== Performing a Cut-And-Count Analysis ===
Now that you have a mock dataset and can analyze EventNtuple files, you can now perform a Cut-And-Count Analysis and compare to the Reference Analysis. The cuts used in the Reference Analysis are documented [??? here] and the results from the Reference Analysis are [??? here]. Can you improve the sensitivity with changes to the cuts or style of analysis? Can you do something other than the conversion search (e.g.
Now that you have a mock dataset and can analyze EventNtuple files, you can now perform a Cut-And-Count Analysis and compare to the Reference Analysis. The cuts used in the Reference Analysis are documented [??? here] and the results from the Reference Analysis are [??? here]. Can you improve the sensitivity with changes to the cuts or style of analysis? Can you do something other than the conversion search (e.g. measure a background)

Revision as of 15:34, 30 June 2025

This page and the linked tutorials are under construction

Introduction

This tutorial will lead you through using tools maintained by the Analysis Tools group in an analysis workflow.

By the end of these tutorials, you will be able to:

Exercises

Logging into and Using the Elastic Analysis Facility (EAF)

By the end of this tutorial, you will be able to:

  • TODO

EventNtuple Basics

By the end of this tutorial, you will be able to:

  • describe the difference between single-object branches, vector branches, and vector-of-vector branches, and
  • find the leaf and branch definitions using either ntuplehelper or GitHub

Analyzing the EventNtuple with ROOT (RooUtil)

By the end of this tutorial, you will be able to:

  • analyze EventNtuple datasets,
  • select subsets of the data, and
  • create histograms of selected data

in ROOT.

Analyzing the EventNtuple with Python (pyutils)

By the end of this tutorial, you will be able to:

  • analyze EventNtuple datasets,
  • select subsets of the data, and
  • create histograms of selected data

in python.

[??? Visualizing an interesting event with EventDisplay]

By the end of this tutorial, you will be able to:

  • TODO

[??? Generating a Mock Dataset]

By the end of this tutorial, you will be able to:

  • generate a mock dataset

Performing a Cut-And-Count Analysis

Now that you have a mock dataset and can analyze EventNtuple files, you can now perform a Cut-And-Count Analysis and compare to the Reference Analysis. The cuts used in the Reference Analysis are documented [??? here] and the results from the Reference Analysis are [??? here]. Can you improve the sensitivity with changes to the cuts or style of analysis? Can you do something other than the conversion search (e.g. measure a background)