Skip to content

Add helper function to give sorted indices after selection based on just pT variable

Oliver Majersky requested to merge omajersk/fastframes:index-helpers into main

At the moment, to get the vector of pT-sorted indices after selection, one has to already have LorenzVectors defined. I added methods to do the sorting just with the pT variable itself -- this reduces the need to first make unsorted LorentzVector columns.

Merge request reports