Skip to content

Flag if jets have susy content for DT Analysis

James Smith requested to merge jlsmith/framework:dev/SusyJetFlag into master

This MR introduces a flag for the jets that is set if the jet contains SUSY particles (for now, electroweakinos). This is used in the DT first-wave analysis.

In this analysis, the long-lived (0.1-10.0ns) charginos are stable in the EVNT files, and only decayed in sim for more accurate material interactions. The TRUTH files therefore have 'stable' charginos which can be included in TruthJets, but are actually decayed in the ID in real life. The fix used was to ignore any jets including a chargino.

This process works by checking the PDGID of all jet constituents. This is only possible in derivations including this information, for example TRUTH1.

Edited by James Smith

Merge request reports