Skip to content

Update of Calo Cluster Efficiency algorithm

Nuria Valls Canudas requested to merge nuvallsc_CaloClusterEfficiency into master

Re-define the selection of "reconstructible" MC particles as particles that have deposited >90% of its energy in ECAL digits and those digits have >90% of contribution from the same MC particle. Then a MC particle is "reconstructed" if there exists a cluster with the same seedID with reconstructed energy >90% of the MC particle deposited energy.

This MR goes together with lhcb/Moore!945 as the function needs two new arguments when called:

  • inputRelationsDigit: MC to Digits table
  • caloDigits: ECAL Digits

And also with LHCb!3245 (merged).

This upgrade is ready to be tested.

Edited by Nuria Valls Canudas

Merge request reports