Skip to content

Debug and Eta Cut Implementation / ATR-17320

Anil Sonay requested to merge asonay/athena:ExclusiveJets-Request into 21.3

ExclusiveJet algorithm has been reviewed according to following jira issue: https://its.cern.ch/jira/browse/ATR-17320

New eta cut selection has been added into algorithm as requested.

Previously eta values was defined in parType_t function which is defined as unsigned int. This was cause a bug where the eta values are negative. This issue is debugged and algorithm work fine now.

Cheers, Anil, @orlando , @cmorenom

Edited by Anil Sonay

Merge request reports