Skip to content

Fix/improve jet config (cosmics run, VR jet association)

Pierre Antoine Delsart requested to merge delsart/athena:jetConfigTune into master

A set of changes intended to solve 2 issues with the new jet config :

  • Ghost association of VR track jets to largeR jets
  • Running jets in cosmics.

The fix related to cosmics run rely on the jet configure feature : the automatic filtering of components failing the run conditions (in this case BeamType==Cosmics) (See ATR-24680). There's also a slight change to the MET config as suggested in ATR-24680. An important note : I had to set-up the filter to entirely disable the small-R jet calibration, because jet calib seems to absolutely require PrimaryVertices. I'm not sure how/if we can make the calib more flexible, but this can not be part of this MR.

Finally there's an other temporary hack related to PseudoJetAlg : these algs are silently performing filtering (ex: filter out PFlow not coming from PV0). Such filtering should be made explicit elsewhere and this will allow to much simplify PseudoJetAlg. This will have to wait an other MR.

tagging @cdelitzs, @khoo @sawyer @schaarsc

Merge request reports