Skip to content

Draft: Remove redundant variables in functor collections

Tommaso Pajero requested to merge tpajero/remove-redundant-variables into 2024-patches
  • As far as I understand PID_PI is identically equal to zero and is not needed, thus it is removed from ParticleID and MCReconstructed
  • add two flags to HltTisTos to allow only TIS or only TOS information to be saved

This will hopefully allow to reduce the size of many AnalysisProductions (removing E from Kinematics may be another good option)

Merge request reports