Analysis Tools Tutorial: Difference between revisions
No edit summary |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
== Exercises == | == Exercises == | ||
=== | === [https://github.com/Mu2e/Tutorial/blob/main/EAF/README.md 1. Logging into and Using the Elastic Analysis Facility (EAF)] === | ||
By the end of this tutorial, you will be able to: | |||
* TODO | * TODO | ||
=== | === [https://github.com/Mu2e/EventNtuple/blob/main/tutorial/eventntuple-basics.md 2. 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 | * 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 | * find the leaf and branch definitions using either ntuplehelper or GitHub | ||
=== | === [https://github.com/Mu2e/EventNtuple/blob/main/tutorial/eventntuple-rooutil.md 3a. Analyzing the EventNtuple with ROOT (RooUtil)] === | ||
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. | ||
=== | === [https://github.com/Mu2e/pyutils/blob/main/README.md 3b. Analyzing the EventNtuple with Python (pyutils)] === | ||
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 === | === [??? 4. Visualizing an interesting event with EventDisplay] === | ||
By the end of this tutorial, you will be able to: | |||
* TODO | * TODO | ||
=== Generating a Mock Dataset === | === [??? 5. Generating a Mock Dataset] === | ||
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 === | === 6. 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) |
Latest revision as of 15:36, 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:
- log into and use the Elastic Analysis Facility (EAF),
- analyze EventNtuples with either ROOT or python,
- visualize events with the EventDisplay, and
- perform a Reference Analysis on Mock Datasets
Exercises
1. Logging into and Using the Elastic Analysis Facility (EAF)
By the end of this tutorial, you will be able to:
- TODO
2. 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
3a. 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.
3b. 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.
[??? 4. Visualizing an interesting event with EventDisplay]
By the end of this tutorial, you will be able to:
- TODO
[??? 5. Generating a Mock Dataset]
By the end of this tutorial, you will be able to:
- generate a mock dataset
6. 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)