Skip to content

Draft: Physval: add grl and other event and photon cleaning

Ruggero Turra requested to merge turra/athena:PhysVal_add_GRL into main

In this MR, selections are added to the event in PhysValMonitoring and to the photons in EgammaPhysValMonitoring, used by PhysValidation and others (@ponyisi, @carquin @astruebi @martindl)

What is introduced is only for data.

  • GoodRunList (using GRLSelectorAlg)
  • EventCleaning (using EventStatusSelectionAlg = Tile/LAr/SCT/Incomplete Events Errors)
  • Photon object quality (using hotonHelpers::passOQquality)

photon->isGoodOQ (xAOD::EgammaParameters::BADCLUSPHOTON) was already present in EgammaPhysValMonitoring (similar for electrons).

The configuration of PhysValMonitoring has been adapted using seqAND.

@gunal @ludovica @kristin @ahabouel @rbianchi

TODO:

  • Check the impact on MC
  • Check no missing cleaning
  • Check no unwanted impact on other domains

Merge request reports