Event selection

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:

  • A single electron or muon trigger has fired;
  • The primary vertex has at least 5 tracks;
  • There is at least one good lepton with > 25 GeV;
  • Leptons are required to be isolated ( Both ptcone30 and etcone20 < 0.15);
  • The event passes the Good Run List (GRL);
  • A veto exists on events containing bad jets.

The standard event based selection code is

Look at the code directly here: AnalysisHelpers.py

Analysis specific requirements are detailed below.

Analysis

This analysis searches for bosons decaying to leptons.

The analysis specific event selection criteria are:

  • Exactly one good lepton with > 25 GeV;
  • Missing ET > 30 GeV;
  • Reconstructed transverse mass > 30 GeV.

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 analysis code called WAnalysis.py:

Look at the code directly here: WAnalysis.py

Analysis

This analysis seaches for bosons decaying into a lepton pair.

The analysis specific event selection criteria are:

  • Exactly two good leptons with > 25 GeV;
  • Leptons have opposite charge;
  • Leptons have same flavour;
  • |reconstructed mass lepton pair - PDG mass < 20 GeV.

Here is a snippet from the ZAnalysis code:

Look at the code directly here: ZAnalysis.py

Top pair Analysis

This analysis searches for a top quark and an antitop quark.

The analysis specific event selection criteria are:

  • Exactly one good lepton with > 25 GeV;
  • At least four good jets;
  • At least two b-tagged jets (MV1@70%);
  • Missing ET > 30 GeV;
  • Reconstructed transverse mass > 30 GeV.

Here is a snippet from the top pair Analysis code:

Look at the code directly here: ttbarAnalysis.py

Analysis

This analysis looks for both a boson candidate and 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:

  • Exactly three good leptons with > 25 GeV;
  • candidate is chosen by finding the boson candidate closest to the nominal mass;
  • Mass lepton pair minus mass < 10 GeV;
  • Reconstructed transverse mass > 30 GeV.

Here is a snippet from the Analysis code:

Look at the code directly here: WZAnalysis.py

Analysis

This analysis looks for two boson candidates where both 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:

  • Exactly four good lepton with > 10 GeV;
  • Leptons have opposite charge and same flavour;
  • |reconstructed mass candidate 1 - PDG mass | + |reconstructed mass candidate 2 - PDG mass | < 20 GeV.

Here is a snippet from the Analysis code:

Look at the code directly here: ZZAnalysis.py

Analysis

This analysis searches for bosons decaying to leptons, with no jets.

( = electron, muon)

The analysis specific event selection criteria are:

  • Exactly two good leptons with > 25 GeV;
  • Leptons have opposite charge;
  • No jets with > 25 GeV;
  • lepton pair > 30 GeV;
  • Angular separation between lepton pair and Missing ET > /2;
  • Reconstructed transverse mass > 30 GeV;
  • Mass lepton pair < 55 GeV;
  • Angular separation between leptons < 1.8.

If leptons have same flavor:

  • mass lepton pair > 12 GeV;
  • |reconstructed mass lepton pair - PDG mass | > 15 GeV;
  • Missing ET > 40 GeV;

Else:

  • mass lepton pair > 10 GeV;
  • Missing ET > 20 GeV;

Here is a snippet from the Analysis code:

Look at the code directly here: HWWAnalysis.py

Analysis

This analysis searches for in the semileptonic top pair channel.

The analysis specific event selection criteria are:

  • Exactly one good lepton with > 25 GeV;
  • At least four good jets;
  • At least one b-tagged jet (MV1@70%);
  • Missing ET > 30 GeV;
  • Reconstructed transverse mass + Missing ET > 60 GeV.

Here is a snippet from the code:

Look at the code directly here: ZPrimeAnalysis.py

results matching ""

    No results matching ""