Skip to content

Update EtaCorrection

Simon Spannagel requested to merge etacorr into master

Now works for all detectors. Put before tracking, works on clusters only. Does not calculate distribution anymore.

Open question: Where do we want the eta distribution to be calculated? Since the actual correction has to be done before tracking, but calculating the distribution requires tracks, this is not possible in the same algorithm. Options:

  • Add new algorithm EtaCalculation
  • Add to existing algorithm - but which?

Merge request reports