The events in the dataset ntuples have been selected according to a selection criteria. The variables are defined in variable names.
The standard event based selection criteria are:
The standard event based selection code is
Look at the code directly here: AnalysisHelpers.py
Analysis specific requirements are detailed below.
This analysis searches for \( W \) bosons decaying to leptons.
The analysis specific event selection criteria are:
The analysis code is located in the Analysis folder. It is used to write out histograms for the individual input files which will be used for plotting purposes later. Here is a snippet from the \( W \) analysis code called WAnalysis.py:
Look at the code directly here: WAnalysis.py
This analysis seaches for \( Z \) bosons decaying into a lepton pair.
The analysis specific event selection criteria are:
Here is a snippet from the ZAnalysis code:
Look at the code directly here: [ZAnalysis.py](https://github.com/atlas-outreach-data-tools/atlas-outreach-data-tools-framework/blob/master/Analysis/Z Analysis.py)
This analysis searches for a top quark and an antitop quark.
The analysis specific event selection criteria are:
Here is a snippet from the top pair Analysis code:
Look at the code directly here: [ttbarAnalysis.py](https://github.com/atlas-outreach-data-tools/atlas-outreach-data-tools-framework/blob/master/Analysis/ttbar Analysis.py)
This analysis looks for both a \( W \) boson candidate and \( Z \) boson candidate.
It is a relatively clean signature due to 3 leptons in the final state. It is interesting for physics since it is a probe for triple gauge couplings.
The analysis specific event selection criteria are:
Here is a snippet from the \( WZ \) Analysis code:
Look at the code directly here: [WZAnalysis.py](https://github.com/atlas-outreach-data-tools/atlas-outreach-data-tools-framework/blob/master/Analysis/WZ Analysis.py)
This analysis looks for two \( Z \) boson candidates where both \( Z \) bosons decay to leptons.
Two Z candidates are built from leptons pairs of the same flavour and opposite charge, minimising the total deviation of both candidates from the Z boson mass.
The analysis specific event selection criteria are:
Here is a snippet from the \( ZZ \) Analysis code:
Look at the code directly here: [ZZAnalysis.py](https://github.com/atlas-outreach-data-tools/atlas-outreach-data-tools-framework/blob/master/Analysis/ZZ Analysis.py)
This analysis searches for \( W \) bosons decaying to leptons, with no jets.
\( H\rightarrow W^+W^- \rightarrow ℓ^+ ℓ^-\nu \bar \nu \) (\( ℓ \) = electron, muon)
The analysis specific event selection criteria are:
If leptons have same flavor:
Else:
Here is a snippet from the \( H\rightarrow WW \) Analysis code:
Look at the code directly here: [HWWAnalysis.py](https://github.com/atlas-outreach-data-tools/atlas-outreach-data-tools-framework/blob/master/Analysis/HWW Analysis.py)
This analysis searches for \( Z' \) in the semileptonic top pair channel.
The analysis specific event selection criteria are:
Here is a snippet from the \( Z' \)code:
Look at the code directly here: [ZPrimeAnalysis.py](https://github.com/atlas-outreach-data-tools/atlas-outreach-data-tools-framework/blob/master/Analysis/ZPrime Analysis.py)
Go to the next section or jump back to the summary page.