Skip to content

Extension of the EXOT15 derivation

Paolo Sabatini requested to merge psabatin/athena:21.2-EXOT15-extension into 21.2

This MR addresses the extension of the EXOT15 derivation to include:

  • Lepton triggers, needed for analyses looking at final states with a calratio jet (CR) or a MS vertex + leptons.
  • J400/J420 triggers, needed for systematics studies in both MS and CR analyses.

Two additional features have been added as well:

  • MC MetaData are correctly propagated into the derivation
  • Variables from MuonSpectrometerTrackParticles

From a technical point of view, this needed the creation of a SkimmingTool for the EXOT15 to skim the events from the lepton triggers and a substantial change of the EXOT15 python script. The final condition is the logical OR:

  • Standard EXOT15 content
  • Lepton trigger AND (at least one trackless jet with pT above 30 GeV)
  • J400 trigger prescaled by 8

Supporting slides are available at this link: https://drive.google.com/drive/folders/1KcxjuRF3W1xa6z_nKwJLay0jGSBK8H7Y?usp=sharing

Output of the ART format test:

art-result: 0 merge
art-result: 0  checkfile
art-result: 0  checkxAOD

Tagging @guescini as Exotics Derivation Contact.

Ciao, Paolo

Edited by Francesco Guescini

Merge request reports